Class

com.sksamuel.elastic4s

MatchPhrasePrefixDefinition

Related Doc: package elastic4s

Permalink

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

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

Instance Constructors

  1. new MatchPhrasePrefixDefinition(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(name: String): MatchPhrasePrefixDefinition

    Permalink
  6. def analyzer(a: Analyzer): MatchPhrasePrefixDefinition

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def boost(boost: Double): MatchPhrasePrefixDefinition.this.type

    Permalink
    Definition Classes
    DefinitionAttributeBoost
  9. def builder: MatchQueryBuilder

    Permalink
  10. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef
  13. val field: String

    Permalink
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    DefinitionAttributeFuzziness
  16. def fuzzyRewrite(a: String): MatchPhrasePrefixDefinition.this.type

    Permalink
  17. def fuzzyTranspositions(f: Boolean): MatchPhrasePrefixDefinition

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

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

    Permalink
    Definition Classes
    Any
  20. def maxExpansions(max: Int): MatchPhrasePrefixDefinition

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

    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: String): MatchPhrasePrefixDefinition

    Permalink
  26. def operator(op: Operator): MatchPhrasePrefixDefinition

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

    Permalink
  28. def rewrite(a: String): MatchPhrasePrefixDefinition.this.type

    Permalink
    Definition Classes
    DefinitionAttributeRewrite
  29. def setLenient(lenient: Boolean): MatchPhrasePrefixDefinition

    Permalink
  30. def slop(s: Int): MatchPhrasePrefixDefinition

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

    Permalink
    Definition Classes
    AnyRef
  32. val value: Any

    Permalink
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def zeroTermsQuery(z: ZeroTermsQuery): MatchPhrasePrefixDefinition

    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