FuzzyQuery

com.sksamuel.elastic4s.requests.searches.queries.FuzzyQuery
case class FuzzyQuery(field: String, termValue: Any, fuzziness: Option[String], boost: Option[Double], transpositions: Option[Boolean], maxExpansions: Option[Int], prefixLength: Option[Int], queryName: Option[String], rewrite: Option[String]) extends MultiTermQuery

Attributes

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

Members list

Value members

Concrete methods

def boost(boost: Double): FuzzyQuery
def fuzziness(fuzziness: String): FuzzyQuery
def maxExpansions(maxExpansions: Int): FuzzyQuery
def prefixLength(prefixLength: Int): FuzzyQuery
def queryName(queryName: String): FuzzyQuery
def rewrite(rewrite: String): FuzzyQuery
def transpositions(transpositions: Boolean): FuzzyQuery

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product