TermsQuery

case class TermsQuery[T](field: String, values: Iterable[T], boost: Option[Double], ref: Option[DocumentRef], routing: Option[String], path: Option[String], 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): TermsQuery[T]
def path(path: String): TermsQuery[T]
def queryName(queryName: String): TermsQuery[T]
def ref(index: String, id: String): TermsQuery[T]
def ref(ref: DocumentRef): TermsQuery[T]
def routing(routing: String): TermsQuery[T]

Inherited methods

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