public abstract class AbstractReRankQuery extends RankQuery
Modifier and Type | Field and Description |
---|---|
protected Map<BytesRef,Integer> |
boostedPriority |
protected Query |
mainQuery |
protected int |
reRankDocs |
protected Rescorer |
reRankQueryRescorer |
Constructor and Description |
---|
AbstractReRankQuery(Query mainQuery,
int reRankDocs,
Rescorer reRankQueryRescorer) |
Modifier and Type | Method and Description |
---|---|
Weight |
createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
MergeStrategy |
getMergeStrategy() |
TopDocsCollector |
getTopDocsCollector(int len,
QueryCommand cmd,
IndexSearcher searcher) |
Query |
rewrite(IndexReader reader) |
protected abstract Query |
rewrite(Query rewrittenMainQuery) |
RankQuery |
wrap(Query _mainQuery) |
getCache, getCacheSep, getCost, getOptions, getOptionsString, setCache, setCacheSep, setCost, toString
protected Query mainQuery
protected final int reRankDocs
protected final Rescorer reRankQueryRescorer
public MergeStrategy getMergeStrategy()
getMergeStrategy
in class RankQuery
public TopDocsCollector getTopDocsCollector(int len, QueryCommand cmd, IndexSearcher searcher) throws IOException
getTopDocsCollector
in class RankQuery
IOException
public Query rewrite(IndexReader reader) throws IOException
rewrite
in class Query
IOException
protected abstract Query rewrite(Query rewrittenMainQuery) throws IOException
IOException
public Weight createWeight(IndexSearcher searcher, boolean needsScores, float boost) throws IOException
createWeight
in class Query
IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.