Term

com.sksamuel.elastic4s.requests.searches.aggs.MultiTermsAggregation$.Term
case class Term(field: Option[String], missing: Option[AnyRef], showTermDocCountError: Option[Boolean], shardMinDocCount: Option[Long], collectMode: Option[SubAggCollectionMode], shardSize: Option[Int])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product