com.sksamuel.elastic4s

MoreLikeThisQueryDefinition

case class MoreLikeThisQueryDefinition(fields: Seq[String]) extends QueryDefinition with Product with Serializable

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

Instance Constructors

  1. new MoreLikeThisQueryDefinition(fields: Seq[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 exclude(): MoreLikeThisQueryDefinition.this.type

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

  17. val fields: Seq[String]

  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 include(): MoreLikeThisQueryDefinition.this.type

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def like(items: Seq[Item]): MoreLikeThisQueryDefinition.this.type

  23. def like(item: Item, rest: Item*): MoreLikeThisQueryDefinition.this.type

  24. def like(likes: Iterable[String]): MoreLikeThisQueryDefinition.this.type

  25. def like(first: String, rest: String*): MoreLikeThisQueryDefinition.this.type

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

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

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

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

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

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

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

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

  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. def queryName(queryName: String): MoreLikeThisQueryDefinition.this.type

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

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

    Definition Classes
    AnyRef
  39. def unlike(likes: Iterable[String]): MoreLikeThisQueryDefinition.this.type

  40. def unlike(first: String, rest: String*): MoreLikeThisQueryDefinition.this.type

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def ids(ids: String*): MoreLikeThisQueryDefinition.this.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) deprecated in elasticsearch

  2. def ignoreLike(likes: Iterable[String]): MoreLikeThisQueryDefinition.this.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use unlike

  3. def ignoreLike(first: String, rest: String*): MoreLikeThisQueryDefinition.this.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use unlike

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from QueryDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped