SpanNotQuery

com.sksamuel.elastic4s.requests.searches.span.SpanNotQuery
case class SpanNotQuery(include: SpanQuery, exclude: SpanQuery, dist: Option[Int], pre: Option[Int], post: Option[Int], boost: Option[Double], queryName: Option[String]) extends SpanQuery

Attributes

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

Members list

Value members

Concrete methods

def boost(boost: Double): SpanNotQuery
def dist(dist: Int): SpanNotQuery
def post(post: Int): SpanNotQuery
def pre(pre: Int): SpanNotQuery
def queryName(queryName: String): SpanNotQuery

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product