com.sksamuel.elastic4s

MoreLikeThisQueryDefinition

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: 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: MoreLikeThisQueryBuilder

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

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

  9. final def asInstanceOf[T0]: T0

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

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

  12. val builder: MoreLikeThisQueryBuilder

  13. def clone(): AnyRef

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

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

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

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

  18. def finalize(): Unit

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

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

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

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

  23. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

  33. final def notify(): Unit

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

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

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QueryDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped