Term

case class Term(field: Option[String], missing: Option[AnyRef], showTermDocCountError: Option[Boolean], shardMinDocCount: Option[Long], collectMode: Option[SubAggCollectionMode], shardSize: Option[Int])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def field(field: String): Term
def missing(missing: AnyRef): Term
def shardMinDocCount(min: Long): Term
def shardSize(shardSize: Int): Term
def showTermDocCountError(showError: Boolean): Term

Inherited methods

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