MoreLikeThisQuery

com.sksamuel.elastic4s.requests.searches.queries.MoreLikeThisQuery
case class MoreLikeThisQuery(fields: Seq[String], likeTexts: Seq[String], likeDocs: Seq[MoreLikeThisItem], analyzer: Option[String], artificialDocs: Seq[ArtificialDocument], boost: Option[Double], boostTerms: Option[Double], failOnUnsupportedField: Option[Boolean], include: Option[Boolean], minDocFreq: Option[Int], maxDocFreq: Option[Int], minWordLength: Option[Int], maxWordLength: Option[Int], minTermFreq: Option[Int], maxQueryTerms: Option[Int], minShouldMatch: Option[String], unlikeTexts: Seq[String], unlikeDocs: Seq[MoreLikeThisItem], stopWords: Seq[String], queryName: Option[String]) extends Query

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def analyzer(analyzer: String): MoreLikeThisQuery
def boost(boost: Double): MoreLikeThisQuery
def boostTerms(boostTerms: Double): MoreLikeThisQuery
def failOnUnsupportedField(failOnUnsupportedField: Boolean): MoreLikeThisQuery
def include(inc: Boolean): MoreLikeThisQuery
def maxDocFreq(maxDocFreq: Int): MoreLikeThisQuery
def maxQueryTerms(maxQueryTerms: Int): MoreLikeThisQuery
def maxWordLength(maxWordLen: Int): MoreLikeThisQuery
def minDocFreq(minDocFreq: Int): MoreLikeThisQuery
def minShouldMatch(minShouldMatch: String): MoreLikeThisQuery
def minTermFreq(minTermFreq: Int): MoreLikeThisQuery
def minWordLength(minWordLen: Int): MoreLikeThisQuery
def queryName(queryName: String): MoreLikeThisQuery
def stopWords(stopWords: Iterable[String]): MoreLikeThisQuery
def stopWords(first: String, rest: String*): MoreLikeThisQuery
def unlikeDocs(unlikes: Iterable[DocumentRef]): MoreLikeThisQuery
def unlikeText(first: String, rest: String*): MoreLikeThisQuery
def unlikeText(unlikes: Iterable[String]): MoreLikeThisQuery

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product