CountRequest

case class CountRequest(indexes: Indexes, query: Option[Query], allowNoIndices: Option[Boolean], analyzeWildcard: Option[Boolean], expandWildcards: Option[String], ignoreUnavailable: Option[Boolean], ignoreThrottled: Option[Boolean], lenient: Option[Boolean], routing: Option[String], terminateAfter: Option[Int], minScore: Option[Double])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def allowNoIndices(allowNoIndices: Boolean): CountRequest
def analyzeWildcard(analyze: Boolean): CountRequest
def expandWildcards(expandWildcards: String): CountRequest
def ignoreThrottled(ignore: Boolean): CountRequest
def ignoreUnavailable(ignore: Boolean): CountRequest
def lenient(lenient: Boolean): CountRequest
def minScore(minScore: Double): CountRequest
def query(query: Query): CountRequest
def routing(routing: String): CountRequest
def terminateAfter(terminate_after: Int): CountRequest

Deprecated methods

Deprecated

Inherited methods

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