MatchPhraseQuery

case class MatchPhraseQuery(field: String, value: Any, boost: Option[Double], analyzer: Option[String], slop: Option[Int], queryName: Option[String]) extends Query
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Value members

Concrete methods

def boost(boost: Double): MatchPhraseQuery
def queryName(queryName: String): MatchPhraseQuery
def slop(slop: Int): MatchPhraseQuery

Inherited methods

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