HasChildQuery

case class HasChildQuery(`type`: String, query: Query, scoreMode: ScoreMode, boost: Option[Double], ignoreUnmapped: Option[Boolean], innerHit: Option[InnerHit], minChildren: Option[Int], maxChildren: Option[Int], queryName: Option[String]) extends Query
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Value members

Concrete methods

def boost(boost: Double): HasChildQuery
def ignoreUnmapped(ignoreUnmapped: Boolean): HasChildQuery
def innerHit(name: String): HasChildQuery
def maxChildren(max: Int): HasChildQuery
def minChildren(min: Int): HasChildQuery
def minMaxChildren(min: Int, max: Int): HasChildQuery
def queryName(queryName: String): HasChildQuery

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product