Class

com.sksamuel.elastic4s

MoreLikeThisQueryDefinition

Related Doc: package elastic4s

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MoreLikeThisQueryDefinition(fields: String*)

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

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

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

    Permalink
  10. val builder: MoreLikeThisQueryBuilder

    Permalink
  11. def clone(): AnyRef

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

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

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

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

    Permalink
  16. def finalize(): Unit

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

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

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

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
  31. final def notify(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QueryDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped