Class

com.sksamuel.elastic4s.searches.queries

MatchQueryDefinition

Related Doc: package queries

Permalink

case class MatchQueryDefinition(field: String, value: Any) extends QueryDefinition with DefinitionAttributeBoost with DefinitionAttributeFuzziness with DefinitionAttributeFuzzyRewrite with DefinitionAttributePrefixLength with DefinitionAttributeCutoffFrequency with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatchQueryDefinition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DefinitionAttributeCutoffFrequency
  7. DefinitionAttributePrefixLength
  8. DefinitionAttributeFuzzyRewrite
  9. DefinitionAttributeFuzziness
  10. DefinitionAttributeBoost
  11. QueryDefinition
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MatchQueryDefinition(field: String, value: Any)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _builder: MatchQueryBuilder

    Permalink
  5. def analyzer(a: Analyzer): MatchQueryDefinition

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def boost(boost: Double): MatchQueryDefinition.this.type

    Permalink
    Definition Classes
    DefinitionAttributeBoost
  8. val builder: MatchQueryBuilder

    Permalink
    Definition Classes
    MatchQueryDefinitionQueryDefinition
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def cutoffFrequency(cutoffFrequency: Double): MatchQueryDefinition.this.type

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. val field: String

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fuzziness(a: Any): MatchQueryDefinition.this.type

    Permalink
    Definition Classes
    DefinitionAttributeFuzziness
  15. def fuzzyRewrite(a: String): MatchQueryDefinition.this.type

    Permalink
  16. def fuzzyTranspositions(f: Boolean): MatchQueryDefinition

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def lenient(lenient: Boolean): MatchQueryDefinition

    Permalink
  20. def maxExpansions(max: Int): MatchQueryDefinition

    Permalink
  21. def minimumShouldMatch(a: Any): MatchQueryDefinition

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def operator(op: Operator): MatchQueryDefinition

    Permalink
  26. def operator(op: String): MatchQueryDefinition

    Permalink
  27. def prefixLength(a: Int): MatchQueryDefinition.this.type

    Permalink
  28. def queryName(queryName: String): MatchQueryDefinition.this.type

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val value: Any

    Permalink
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withAndOperator(): MatchQueryDefinition

    Permalink
  35. def withOrOperator(): MatchQueryDefinition

    Permalink
  36. def zeroTermsQuery(zeroTerms: ZeroTermsQuery): MatchQueryDefinition

    Permalink

Deprecated Value Members

  1. def setLenient(lenient: Boolean): MatchQueryDefinition

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use lenient(Boolean)

  2. def slop(s: Int): MatchQueryDefinition

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) for phrase queries use match phrase query

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DefinitionAttributeBoost

Inherited from QueryDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped