Uses of Class
org.apache.solr.search.ReRankOperator
-
Packages that use ReRankOperator Package Description org.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of ReRankOperator in org.apache.solr.search
Fields in org.apache.solr.search declared as ReRankOperator Modifier and Type Field Description protected ReRankOperator
AbstractReRankQuery. reRankOperator
protected ReRankOperator
ReRankScaler. reRankOperator
Methods in org.apache.solr.search that return ReRankOperator Modifier and Type Method Description static ReRankOperator
ReRankOperator. get(String p)
static ReRankOperator
ReRankOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReRankOperator[]
ReRankOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.search with parameters of type ReRankOperator Modifier and Type Method Description static float
ReRankScaler. combineScores(float orginalScore, float reRankScore, double reRankScaleWeight, ReRankOperator reRankOperator)
Constructors in org.apache.solr.search with parameters of type ReRankOperator Constructor Description AbstractReRankQuery(org.apache.lucene.search.Query mainQuery, int reRankDocs, org.apache.lucene.search.Rescorer reRankQueryRescorer, ReRankScaler reRankScaler, ReRankOperator reRankOperator)
ReRankCollector(int reRankDocs, int length, org.apache.lucene.search.Rescorer reRankQueryRescorer, QueryCommand cmd, org.apache.lucene.search.IndexSearcher searcher, Set<org.apache.lucene.util.BytesRef> boostedPriority, ReRankScaler reRankScaler, ReRankOperator reRankOperator)
ReRankScaler(String mainScale, String reRankScale, double reRankScaleWeight, ReRankOperator reRankOperator, org.apache.lucene.search.QueryRescorer replaceRescorer, boolean debugQuery)
ReRankWeight(org.apache.lucene.search.Query mainQuery, org.apache.lucene.search.Rescorer reRankQueryRescorer, org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.Weight mainWeight, ReRankScaler reRankScaler, ReRankOperator reRankOperator)
-