ExistsQuery

case class ExistsQuery(field: String, 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): ExistsQuery
def queryName(queryName: String): ExistsQuery
def withBoost(boost: Double): ExistsQuery
def withQueryName(queryName: String): ExistsQuery

Inherited methods

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