ParentIdQuery

case class ParentIdQuery(`type`: String, id: String, ignoreUnmapped: Option[Boolean], boost: Option[Double], 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): ParentIdQuery
def ignoreUnmapped(ignore: Boolean): ParentIdQuery
def queryName(name: String): ParentIdQuery

Inherited methods

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