public interface Rescorer
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Explanation |
explain(int topLevelDocId,
SearchContext context,
RescoreSearchContext rescoreContext,
org.apache.lucene.search.Explanation sourceExplanation)
Executes an
Explanation phase on the rescorer. |
void |
extractTerms(SearchContext context,
RescoreSearchContext rescoreContext,
java.util.Set<org.apache.lucene.index.Term> termsSet)
Extracts all terms needed to execute this
Rescorer . |
java.lang.String |
name()
Returns the name of this rescorer
|
org.apache.lucene.search.TopDocs |
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 . |
java.lang.String name()
org.apache.lucene.search.TopDocs rescore(org.apache.lucene.search.TopDocs topDocs, SearchContext context, RescoreSearchContext rescoreContext) throws java.io.IOException
TopDocs
)
in place based on the given RescoreSearchContext
.topDocs
- the result of the previously executed searchcontext
- the current SearchContext
. This will never be null
.rescoreContext
- the RescoreSearchContext
. This will never be null
java.io.IOException
- if an IOException
occurs during rescoringorg.apache.lucene.search.Explanation explain(int topLevelDocId, SearchContext context, RescoreSearchContext rescoreContext, org.apache.lucene.search.Explanation sourceExplanation) throws java.io.IOException
Explanation
phase on the rescorer.topLevelDocId
- the global / top-level document ID to explaincontext
- the explanation for the results being fed to this rescorerrescoreContext
- context for this rescorersourceExplanation
- explanation of the source of the documents being fed into this rescorejava.io.IOException
- if an IOException
occursvoid extractTerms(SearchContext context, RescoreSearchContext rescoreContext, java.util.Set<org.apache.lucene.index.Term> termsSet)
Rescorer
. This method
is executed in a distributed frequency collection roundtrip for
SearchType.DFS_QUERY_THEN_FETCH