Class

com.sksamuel.elastic4s.searches.queries

MoreLikeThisQuery

Related Doc: package queries

Permalink

case class MoreLikeThisQuery(fields: Seq[String], likeTexts: Seq[String] = Nil, likeDocs: Seq[MoreLikeThisItem] = Nil, analyzer: Option[String] = None, artificialDocs: Seq[ArtificialDocument] = Nil, boost: Option[Double] = None, boostTerms: Option[Double] = None, failOnUnsupportedField: Option[Boolean] = None, include: Option[Boolean] = None, minDocFreq: Option[Int] = None, maxDocFreq: Option[Int] = None, minWordLength: Option[Int] = None, maxWordLength: Option[Int] = None, minTermFreq: Option[Int] = None, maxQueryTerms: Option[Int] = None, minShouldMatch: Option[String] = None, unlikeTexts: Seq[String] = Nil, unlikeDocs: Seq[MoreLikeThisItem] = Nil, stopWords: Seq[String] = Nil, queryName: Option[String] = None) extends Query with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Query, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MoreLikeThisQuery
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Query
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MoreLikeThisQuery(fields: Seq[String], likeTexts: Seq[String] = Nil, likeDocs: Seq[MoreLikeThisItem] = Nil, analyzer: Option[String] = None, artificialDocs: Seq[ArtificialDocument] = Nil, boost: Option[Double] = None, boostTerms: Option[Double] = None, failOnUnsupportedField: Option[Boolean] = None, include: Option[Boolean] = None, minDocFreq: Option[Int] = None, maxDocFreq: Option[Int] = None, minWordLength: Option[Int] = None, maxWordLength: Option[Int] = None, minTermFreq: Option[Int] = None, maxQueryTerms: Option[Int] = None, minShouldMatch: Option[String] = None, unlikeTexts: Seq[String] = Nil, unlikeDocs: Seq[MoreLikeThisItem] = Nil, stopWords: Seq[String] = Nil, queryName: Option[String] = None)

    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. def analyzer(analyzer: String): MoreLikeThisQuery

    Permalink
  5. val analyzer: Option[String]

    Permalink
  6. def artificialDocs(docs: Iterable[ArtificialDocument]): MoreLikeThisQuery

    Permalink
  7. def artificialDocs(first: ArtificialDocument, rest: ArtificialDocument*): MoreLikeThisQuery

    Permalink
  8. val artificialDocs: Seq[ArtificialDocument]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def boost(boost: Double): MoreLikeThisQuery

    Permalink
  11. val boost: Option[Double]

    Permalink
  12. def boostTerms(boostTerms: Double): MoreLikeThisQuery

    Permalink
  13. val boostTerms: Option[Double]

    Permalink
  14. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  16. def failOnUnsupportedField(failOnUnsupportedField: Boolean): MoreLikeThisQuery

    Permalink
  17. val failOnUnsupportedField: Option[Boolean]

    Permalink
  18. val fields: Seq[String]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def include(inc: Boolean): MoreLikeThisQuery

    Permalink
  21. val include: Option[Boolean]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val likeDocs: Seq[MoreLikeThisItem]

    Permalink
  24. val likeTexts: Seq[String]

    Permalink
  25. def maxDocFreq(maxDocFreq: Int): MoreLikeThisQuery

    Permalink
  26. val maxDocFreq: Option[Int]

    Permalink
  27. def maxQueryTerms(maxQueryTerms: Int): MoreLikeThisQuery

    Permalink
  28. val maxQueryTerms: Option[Int]

    Permalink
  29. def maxWordLength(maxWordLen: Int): MoreLikeThisQuery

    Permalink
  30. val maxWordLength: Option[Int]

    Permalink
  31. def minDocFreq(minDocFreq: Int): MoreLikeThisQuery

    Permalink
  32. val minDocFreq: Option[Int]

    Permalink
  33. def minShouldMatch(minShouldMatch: String): MoreLikeThisQuery

    Permalink
  34. val minShouldMatch: Option[String]

    Permalink
  35. def minTermFreq(minTermFreq: Int): MoreLikeThisQuery

    Permalink
  36. val minTermFreq: Option[Int]

    Permalink
  37. def minWordLength(minWordLen: Int): MoreLikeThisQuery

    Permalink
  38. val minWordLength: Option[Int]

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

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  42. def queryName(queryName: String): MoreLikeThisQuery

    Permalink
  43. val queryName: Option[String]

    Permalink
  44. def stopWords(first: String, rest: String*): MoreLikeThisQuery

    Permalink
  45. def stopWords(stopWords: Iterable[String]): MoreLikeThisQuery

    Permalink
  46. val stopWords: Seq[String]

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

    Permalink
    Definition Classes
    AnyRef
  48. def unlikeDocs(unlikes: Iterable[DocumentRef]): MoreLikeThisQuery

    Permalink
  49. def unlikeDocs(first: DocumentRef, rest: DocumentRef*): MoreLikeThisQuery

    Permalink
  50. val unlikeDocs: Seq[MoreLikeThisItem]

    Permalink
  51. def unlikeItems(unlikes: Iterable[MoreLikeThisItem]): MoreLikeThisQuery

    Permalink
  52. def unlikeItems(first: MoreLikeThisItem, rest: MoreLikeThisItem*): MoreLikeThisQuery

    Permalink
  53. def unlikeText(unlikes: Iterable[String]): MoreLikeThisQuery

    Permalink
  54. def unlikeText(first: String, rest: String*): MoreLikeThisQuery

    Permalink
  55. val unlikeTexts: Seq[String]

    Permalink
  56. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Query

Inherited from AnyRef

Inherited from Any

Ungrouped