Uses of Class
org.apache.solr.ltr.LTRScoringQuery.ModelWeight
-
Packages that use LTRScoringQuery.ModelWeight Package Description org.apache.solr.ltr This package contains the main logic for performing the reranking using a Learning to Rank model.org.apache.solr.ltr.interleaving Contains Various Interleaving auxiliary classes -
-
Uses of LTRScoringQuery.ModelWeight in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRScoringQuery.ModelWeight Modifier and Type Method Description LTRScoringQuery.ModelWeight
LTRScoringQuery. createWeight(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.ScoreMode scoreMode, float boost)
Methods in org.apache.solr.ltr with parameters of type LTRScoringQuery.ModelWeight Modifier and Type Method Description static LTRScoringQuery.FeatureInfo[]
LTRRescorer. extractFeaturesInfo(LTRScoringQuery.ModelWeight modelWeight, int docid, Float originalDocScore, List<org.apache.lucene.index.LeafReaderContext> leafContexts)
protected static void
LTRRescorer. logSingleHit(org.apache.lucene.search.IndexSearcher indexSearcher, LTRScoringQuery.ModelWeight modelWeight, int docid, LTRScoringQuery scoringQuery)
Call this method if theLTRRescorer.scoreSingleHit(int, int, int, ScoreDoc, int, org.apache.solr.ltr.LTRScoringQuery.ModelWeight.ModelScorer, ScoreDoc[])
method indicated that the document's feature info should be logged.void
LTRRescorer. scoreFeatures(org.apache.lucene.search.IndexSearcher indexSearcher, int topN, LTRScoringQuery.ModelWeight modelWeight, org.apache.lucene.search.ScoreDoc[] hits, List<org.apache.lucene.index.LeafReaderContext> leaves, org.apache.lucene.search.ScoreDoc[] reranked)
-
Uses of LTRScoringQuery.ModelWeight in org.apache.solr.ltr.interleaving
Methods in org.apache.solr.ltr.interleaving with parameters of type LTRScoringQuery.ModelWeight Modifier and Type Method Description void
LTRInterleavingRescorer. scoreFeatures(org.apache.lucene.search.IndexSearcher indexSearcher, int topN, LTRScoringQuery.ModelWeight[] modelWeights, org.apache.lucene.search.ScoreDoc[] hits, List<org.apache.lucene.index.LeafReaderContext> leaves, org.apache.lucene.search.ScoreDoc[][] rerankedPerModel)
-