Class

com.sksamuel.elastic4s

MatchQueryDefinition

Related Doc: package elastic4s

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 maxExpansions(max: Int): MatchQueryDefinition

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

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

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

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

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

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

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

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

    Permalink
  28. def setLenient(lenient: Boolean): MatchQueryDefinition

    Permalink
  29. def slop(s: Int): MatchQueryDefinition

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

    Permalink
    Definition Classes
    AnyRef
  31. val value: Any

    Permalink
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def zeroTermsQuery(z: ZeroTermsQuery): MatchQueryDefinition

    Permalink

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