Modifier and Type | Interface and Description |
---|---|
static interface |
MoreLikeThisQuery.DocumentIdentifier |
Modifier and Type | Method and Description |
---|---|
void |
addDocumentIdentifier(MoreLikeThisQuery.DocumentIdentifier documentIdentifier) |
void |
addDocumentIdentifiers(java.util.Collection<MoreLikeThisQuery.DocumentIdentifier> documentIdentifiers) |
void |
addDocumentIdentifiers(MoreLikeThisQuery.DocumentIdentifier... documentIdentifiers) |
void |
addLikeText(java.lang.String likeText) |
void |
addLikeTexts(java.util.Collection<java.lang.String> likeTexts) |
void |
addLikeTexts(java.lang.String... likeTexts) |
void |
addStopWord(java.lang.String stopWord) |
void |
addStopWords(java.util.Collection<java.lang.String> stopWords) |
void |
addStopWords(java.lang.String... stopWords) |
java.lang.String |
getAnalyzer() |
java.util.Set<MoreLikeThisQuery.DocumentIdentifier> |
getDocumentIdentifiers() |
java.util.List<java.lang.String> |
getLikeTexts() |
java.lang.Integer |
getMaxDocFrequency() |
java.lang.Integer |
getMaxQueryTerms() |
java.lang.Integer |
getMaxWordLength() |
java.lang.Integer |
getMinDocFrequency() |
java.lang.String |
getMinShouldMatch() |
java.lang.Integer |
getMinTermFrequency() |
java.lang.Integer |
getMinWordLength() |
java.util.Set<java.lang.String> |
getStopWords() |
java.lang.Float |
getTermBoost() |
java.lang.String |
getType() |
boolean |
isDocumentUIDsEmpty() |
boolean |
isFieldsEmpty() |
java.lang.Boolean |
isIncludeInput() |
void |
setAnalyzer(java.lang.String analyzer) |
void |
setIncludeInput(java.lang.Boolean includeInput) |
void |
setMaxDocFrequency(java.lang.Integer maxDocFrequency) |
void |
setMaxQueryTerms(java.lang.Integer maxQueryTerms) |
void |
setMaxWordLength(java.lang.Integer maxWordLength) |
void |
setMinDocFrequency(java.lang.Integer minDocFrequency) |
void |
setMinShouldMatch(java.lang.String minShouldMatch) |
void |
setMinTermFrequency(java.lang.Integer minTermFrequency) |
void |
setMinWordLength(java.lang.Integer minWordLength) |
void |
setTermBoost(java.lang.Float termBoost) |
void |
setType(java.lang.String type) |
accept, getBoost, getQueryName, setBoost, setQueryName
void addDocumentIdentifier(MoreLikeThisQuery.DocumentIdentifier documentIdentifier)
void addDocumentIdentifiers(java.util.Collection<MoreLikeThisQuery.DocumentIdentifier> documentIdentifiers)
void addDocumentIdentifiers(MoreLikeThisQuery.DocumentIdentifier... documentIdentifiers)
void addLikeText(java.lang.String likeText)
void addLikeTexts(java.util.Collection<java.lang.String> likeTexts)
void addLikeTexts(java.lang.String... likeTexts)
void addStopWord(java.lang.String stopWord)
void addStopWords(java.util.Collection<java.lang.String> stopWords)
void addStopWords(java.lang.String... stopWords)
java.lang.String getAnalyzer()
java.util.Set<MoreLikeThisQuery.DocumentIdentifier> getDocumentIdentifiers()
java.util.List<java.lang.String> getLikeTexts()
java.lang.Integer getMaxDocFrequency()
java.lang.Integer getMaxQueryTerms()
java.lang.Integer getMaxWordLength()
java.lang.Integer getMinDocFrequency()
java.lang.String getMinShouldMatch()
java.lang.Integer getMinTermFrequency()
java.lang.Integer getMinWordLength()
java.util.Set<java.lang.String> getStopWords()
java.lang.Float getTermBoost()
java.lang.String getType()
boolean isDocumentUIDsEmpty()
boolean isFieldsEmpty()
java.lang.Boolean isIncludeInput()
void setAnalyzer(java.lang.String analyzer)
void setIncludeInput(java.lang.Boolean includeInput)
void setMaxDocFrequency(java.lang.Integer maxDocFrequency)
void setMaxQueryTerms(java.lang.Integer maxQueryTerms)
void setMaxWordLength(java.lang.Integer maxWordLength)
void setMinDocFrequency(java.lang.Integer minDocFrequency)
void setMinShouldMatch(java.lang.String minShouldMatch)
void setMinTermFrequency(java.lang.Integer minTermFrequency)
void setMinWordLength(java.lang.Integer minWordLength)
void setTermBoost(java.lang.Float termBoost)
void setType(java.lang.String type)