SpanNearQuery

com.sksamuel.elastic4s.requests.searches.span.SpanNearQuery
case class SpanNearQuery(clauses: Seq[SpanQuery], slop: Int, boost: Option[Double], inOrder: Option[Boolean], 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): SpanNearQuery
def clause(first: SpanQuery, rest: SpanQuery*): SpanNearQuery
def clauses(clauses: Iterable[SpanQuery]): SpanNearQuery
def inOrder(inOrder: Boolean): SpanNearQuery
def queryName(name: String): SpanNearQuery

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product