Package | Description |
---|---|
org.elasticsearch.action.mlt |
More Like This action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport |
Modifier and Type | Method and Description |
---|---|
MoreLikeThisRequest |
MoreLikeThisRequest.boostTerms(float boostTerms)
Deprecated.
The boost factor to use when boosting terms.
|
MoreLikeThisRequest |
MoreLikeThisRequest.fields(String... fields)
Deprecated.
The fields of the document to use in order to find documents "like" this one.
|
MoreLikeThisRequest |
MoreLikeThisRequest.id(String id)
Deprecated.
The id of document to load from which the "like" query will execute with.
|
MoreLikeThisRequest |
MoreLikeThisRequest.include(boolean include)
Deprecated.
Whether to include the queried document.
|
MoreLikeThisRequest |
MoreLikeThisRequest.maxDocFreq(int maxDocFreq)
Deprecated.
The maximum frequency in which words may still appear.
|
MoreLikeThisRequest |
MoreLikeThisRequest.maxQueryTerms(int maxQueryTerms)
Deprecated.
The maximum number of query terms that will be included in any generated query.
|
MoreLikeThisRequest |
MoreLikeThisRequest.maxWordLength(int maxWordLength)
Deprecated.
The maximum word length above which words will be ignored.
|
MoreLikeThisRequest |
MoreLikeThisRequest.minDocFreq(int minDocFreq)
Deprecated.
The frequency at which words will be ignored which do not occur in at least this
many docs.
|
MoreLikeThisRequest |
MoreLikeThisRequest.minimumShouldMatch(String minimumShouldMatch)
Deprecated.
Number of terms that must match the generated query expressed in the
common syntax for minimum should match.
|
MoreLikeThisRequest |
MoreLikeThisRequest.minTermFreq(int minTermFreq)
Deprecated.
The frequency below which terms will be ignored in the source doc.
|
MoreLikeThisRequest |
MoreLikeThisRequest.minWordLength(int minWordLength)
Deprecated.
The minimum word length below which words will be ignored.
|
MoreLikeThisRequest |
TransportMoreLikeThisAction.newRequestInstance()
Deprecated.
|
MoreLikeThisRequest |
MoreLikeThisRequest.percentTermsToMatch(float percentTermsToMatch)
Deprecated.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchFrom(int from)
Deprecated.
From which search result set to return.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchIndices(String... searchIndices)
Deprecated.
The indices the resulting mlt query will run against.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchScroll(Scroll searchScroll)
Deprecated.
An optional search scroll request to be able to continue and scroll the search
operation.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSize(int size)
Deprecated.
The number of documents to return, defaults to 10.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSource(byte[] searchSource)
Deprecated.
An optional search source request allowing to control the search request for the
more like this documents.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSource(byte[] searchSource,
int offset,
int length)
Deprecated.
An optional search source request allowing to control the search request for the
more like this documents.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSource(BytesReference searchSource)
Deprecated.
An optional search source request allowing to control the search request for the
more like this documents.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSource(Map searchSource)
Deprecated.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSource(SearchSourceBuilder sourceBuilder)
Deprecated.
An optional search source request allowing to control the search request for the
more like this documents.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSource(String searchSource)
Deprecated.
An optional search source request allowing to control the search request for the
more like this documents.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchSource(XContentBuilder builder)
Deprecated.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchType(SearchType searchType)
Deprecated.
The search type of the mlt search query.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchType(String searchType)
Deprecated.
The search type of the mlt search query.
|
MoreLikeThisRequest |
MoreLikeThisRequest.searchTypes(String... searchTypes)
Deprecated.
The types the resulting mlt query will run against.
|
MoreLikeThisRequest |
MoreLikeThisRequest.stopWords(String... stopWords)
Deprecated.
Any word in this set is considered "uninteresting" and ignored.
|
MoreLikeThisRequest |
MoreLikeThisRequest.type(String type)
Deprecated.
The type of document to load from which the "like" query will execute with.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TransportMoreLikeThisAction.doExecute(MoreLikeThisRequest request,
ActionListener<SearchResponse> listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MoreLikeThisRequest |
Requests.moreLikeThisRequest(String index)
Deprecated.
The More Like This API will be removed in 2.0. Instead, use the More Like This Query.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<SearchResponse> |
Client.moreLikeThis(MoreLikeThisRequest request)
Deprecated.
The More Like This API will be removed in 2.0. Instead, use the More Like This Query.
|
void |
Client.moreLikeThis(MoreLikeThisRequest request,
ActionListener<SearchResponse> listener)
Deprecated.
The More Like This API will be removed in 2.0. Instead, use the More Like This Query.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<SearchResponse> |
AbstractClient.moreLikeThis(MoreLikeThisRequest request) |
void |
AbstractClient.moreLikeThis(MoreLikeThisRequest request,
ActionListener<SearchResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<SearchResponse> |
TransportClient.moreLikeThis(MoreLikeThisRequest request) |
void |
TransportClient.moreLikeThis(MoreLikeThisRequest request,
ActionListener<SearchResponse> listener) |
Copyright © 2009–2015. All rights reserved.