com.sksamuel.elastic4s

MoreLikeThisQueryDefinition

Related Doc: package elastic4s

class MoreLikeThisQueryDefinition extends QueryDefinition

Linear Supertypes
QueryDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MoreLikeThisQueryDefinition
  2. QueryDefinition
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MoreLikeThisQueryDefinition(fields: String*)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val _builder: MoreLikeThisQueryBuilder

  5. def analyser(analyser: String): MoreLikeThisQueryDefinition.this.type

  6. def analyzer(analyser: String): MoreLikeThisQueryDefinition.this.type

  7. final def asInstanceOf[T0]: T0

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

  9. def boostTerms(boostTerms: Double): MoreLikeThisQueryDefinition.this.type

  10. val builder: MoreLikeThisQueryBuilder

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def exclude(): MoreLikeThisQueryDefinition.this.type

  15. def failOnUnsupportedField(): MoreLikeThisQueryDefinition.this.type

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def ids(ids: String*): MoreLikeThisQueryDefinition.this.type

  20. def include(): MoreLikeThisQueryDefinition.this.type

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def likeText(text: String): MoreLikeThisQueryDefinition.this.type

  23. def maxDocFreq(maxDocFreq: Int): MoreLikeThisQueryDefinition.this.type

  24. def maxQueryTerms(maxQueryTerms: Int): MoreLikeThisQueryDefinition.this.type

  25. def maxWordLength(maxWordLen: Int): MoreLikeThisQueryDefinition.this.type

  26. def minDocFreq(minDocFreq: Int): MoreLikeThisQueryDefinition.this.type

  27. def minTermFreq(freq: Int): MoreLikeThisQueryDefinition.this.type

  28. def minWordLength(minWordLen: Int): MoreLikeThisQueryDefinition.this.type

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

    Definition Classes
    AnyRef
  30. def notFailOnUnsupportedField(): MoreLikeThisQueryDefinition.this.type

  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def percentTermsToMatch(percentTermsToMatch: Double): MoreLikeThisQueryDefinition.this.type

  34. def stopWords(stopWords: String*): MoreLikeThisQueryDefinition.this.type

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QueryDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped