Uses of Class
org.apache.solr.search.ReRankScaler.MinMaxExplain
-
Packages that use ReRankScaler.MinMaxExplain Package Description org.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of ReRankScaler.MinMaxExplain in org.apache.solr.search
Methods in org.apache.solr.search that return ReRankScaler.MinMaxExplain Modifier and Type Method Description ReRankScaler.MinMaxExplainReRankScaler.ReRankScalerExplain. getMainScaleExplain()static ReRankScaler.MinMaxExplainReRankScaler. getMinMaxExplain(float scaleMin, float scaleMax, Map<Integer,Float> docScoreMap)ReRankScaler.MinMaxExplainReRankScaler.ReRankScalerExplain. getReRankScaleExplain()Methods in org.apache.solr.search with parameters of type ReRankScaler.MinMaxExplain Modifier and Type Method Description static Map<Integer,Float>ReRankScaler. minMaxScaleScores(Map<Integer,Float> docScoreMap, ReRankScaler.MinMaxExplain explain)voidReRankScaler.ReRankScalerExplain. setMainScaleExplain(ReRankScaler.MinMaxExplain mainScaleExplain)voidReRankScaler.ReRankScalerExplain. setReRankScaleExplain(ReRankScaler.MinMaxExplain reRankScaleExplain)
-