SpanWithinQuery

case class SpanWithinQuery(little: SpanQuery, big: SpanQuery, boost: Option[Double], queryName: Option[String]) extends SpanQuery
trait Serializable
trait Product
trait Equals
trait SpanQuery
trait Query
class Object
trait Matchable
class Any

Value members

Concrete methods

def boost(boost: Double): SpanWithinQuery
def queryName(queryName: String): SpanWithinQuery

Inherited methods

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