| Package | Description |
|---|---|
| org.elasticsearch.percolator | |
| org.elasticsearch.search.internal | |
| org.elasticsearch.search.rescore |
| Modifier and Type | Method and Description |
|---|---|
List<RescoreSearchContext> |
PercolateContext.rescore() |
| Modifier and Type | Method and Description |
|---|---|
void |
PercolateContext.addRescore(RescoreSearchContext rescore) |
| Modifier and Type | Method and Description |
|---|---|
List<RescoreSearchContext> |
FilteredSearchContext.rescore() |
List<RescoreSearchContext> |
DefaultSearchContext.rescore() |
abstract List<RescoreSearchContext> |
SearchContext.rescore() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubSearchContext.addRescore(RescoreSearchContext rescore) |
void |
FilteredSearchContext.addRescore(RescoreSearchContext rescore) |
void |
DefaultSearchContext.addRescore(RescoreSearchContext rescore) |
abstract void |
SearchContext.addRescore(RescoreSearchContext rescore) |
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryRescorer.QueryRescoreContext |
| Modifier and Type | Method and Description |
|---|---|
RescoreSearchContext |
Rescorer.parse(XContentParser parser,
SearchContext context)
Parses the
RescoreSearchContext for this impelementation |
RescoreSearchContext |
QueryRescorer.parse(XContentParser parser,
SearchContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Explanation |
Rescorer.explain(int topLevelDocId,
SearchContext context,
RescoreSearchContext rescoreContext,
org.apache.lucene.search.Explanation sourceExplanation)
Executes an
Explanation phase on the rescorer. |
org.apache.lucene.search.Explanation |
QueryRescorer.explain(int topLevelDocId,
SearchContext context,
RescoreSearchContext rescoreContext,
org.apache.lucene.search.Explanation sourceExplanation) |
void |
Rescorer.extractTerms(SearchContext context,
RescoreSearchContext rescoreContext,
Set<org.apache.lucene.index.Term> termsSet)
Extracts all terms needed to exectue this
Rescorer. |
void |
QueryRescorer.extractTerms(SearchContext context,
RescoreSearchContext rescoreContext,
Set<org.apache.lucene.index.Term> termsSet) |
org.apache.lucene.search.TopDocs |
Rescorer.rescore(org.apache.lucene.search.TopDocs topDocs,
SearchContext context,
RescoreSearchContext rescoreContext)
Modifies the result of the previously executed search (
TopDocs)
in place based on the given RescoreSearchContext. |
org.apache.lucene.search.TopDocs |
QueryRescorer.rescore(org.apache.lucene.search.TopDocs topDocs,
SearchContext context,
RescoreSearchContext rescoreContext) |
Copyright © 2009–2017. All rights reserved.