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
trait Serializable
trait Product
trait Equals
trait SpanQuery
trait Query
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product