com.sksamuel.elastic4s

MultiMatchQueryDefinition

case class MultiMatchQueryDefinition(text: String) extends QueryDefinition with DefinitionAttributeFuzziness with DefinitionAttributePrefixLength with DefinitionAttributeFuzzyRewrite with DefinitionAttributeCutoffFrequency with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MultiMatchQueryDefinition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DefinitionAttributeCutoffFrequency
  7. DefinitionAttributeFuzzyRewrite
  8. DefinitionAttributePrefixLength
  9. DefinitionAttributeFuzziness
  10. QueryDefinition
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MultiMatchQueryDefinition(text: String)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val _builder: MultiMatchQueryBuilder

  7. def analyzer(a: String): MultiMatchQueryDefinition

  8. def analyzer(a: Analyzer): MultiMatchQueryDefinition

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def boost(boost: Double): MultiMatchQueryDefinition

  11. val builder: MultiMatchQueryBuilder

  12. def clone(): AnyRef

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

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def fields(_fields: String*): MultiMatchQueryDefinition

  16. def fields(_fields: Iterable[String]): MultiMatchQueryDefinition

  17. def finalize(): Unit

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

    Definition Classes
    DefinitionAttributeFuzziness
  19. def fuzzyRewrite(a: String): MultiMatchQueryDefinition.this.type

  20. final def getClass(): Class[_]

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

    Definition Classes
    Any
  22. def lenient(l: Boolean): MultiMatchQueryDefinition

  23. def matchType(t: String): MultiMatchQueryDefinition

  24. def matchType(t: Type): MultiMatchQueryDefinition

  25. def maxExpansions(maxExpansions: Int): MultiMatchQueryDefinition

  26. def minimumShouldMatch(minimumShouldMatch: String): MultiMatchQueryDefinition

  27. def minimumShouldMatch(minimumShouldMatch: Int): MultiMatchQueryDefinition

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def operator(op: String): MultiMatchQueryDefinition

  32. def operator(op: Operator): MultiMatchQueryDefinition

  33. def prefixLength(a: Int): MultiMatchQueryDefinition.this.type

  34. def queryName(queryName: String): MultiMatchQueryDefinition.this.type

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

    Definition Classes
    AnyRef
  36. val text: String

  37. def tieBreaker(tieBreaker: Double): MultiMatchQueryDefinition

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def zeroTermsQuery(q: ZeroTermsQuery): MultiMatchQueryDefinition

Deprecated Value Members

  1. def useDisMax(useDisMax: Boolean): MultiMatchQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) @deprecated use a tieBreaker of 1.0f to disable dis-max query or select the appropriate Type

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from QueryDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped