Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.analyzer(String analyzer)
Deprecated.
The analyzer that will be used to analyze the text.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.boost(float boost)
Deprecated.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.boostTerms(float boostTerms)
Deprecated.
Sets the boost factor to use when boosting terms.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.failOnUnsupportedField(boolean fail)
Deprecated.
Whether to fail or return no result when this query is run against a field which is not supported such as binary/numeric fields.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.likeText(String likeText)
Deprecated.
The text to use in order to find documents that are "like" this.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.maxDocFreq(int maxDocFreq)
Deprecated.
Set the maximum frequency in which words may still appear.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.maxQueryTerms(int maxQueryTerms)
Deprecated.
Sets the maximum number of query terms that will be included in any generated query.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.maxWordLen(int maxWordLen)
Deprecated.
Sets the maximum word length above which words will be ignored.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.minDocFreq(int minDocFreq)
Deprecated.
Sets the frequency at which words will be ignored which do not occur in at least this
many docs.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.minimumShouldMatch(String minimumShouldMatch)
Deprecated.
Number of terms that must match the generated query expressed in the
common syntax for minimum should match.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.minTermFreq(int minTermFreqy)
Deprecated.
The frequency below which terms will be ignored in the source doc.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.minWordLength(int minWordLength)
Deprecated.
Sets the minimum word length below which words will be ignored.
|
static MoreLikeThisFieldQueryBuilder |
QueryBuilders.moreLikeThisFieldQuery(String name)
A more like this query that runs against a specific field.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.percentTermsToMatch(float percentTermsToMatch)
Deprecated.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.queryName(String queryName)
Deprecated.
Sets the query name for the filter that can be used when searching for matched_filters per hit.
|
MoreLikeThisFieldQueryBuilder |
MoreLikeThisFieldQueryBuilder.stopWords(String... stopWords)
Deprecated.
Set the set of stopwords.
|
Copyright © 2009–2015. All rights reserved.