Uses of Class
org.apache.solr.ltr.LTRScoringQuery.ModelWeight
Packages that use LTRScoringQuery.ModelWeight
Package
Description
This package contains the main logic for performing the reranking using a Learning to Rank model.
Contains Various Interleaving auxiliary classes
Contains the logic to extract features for scoring.
-
Uses of LTRScoringQuery.ModelWeight in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRScoringQuery.ModelWeightModifier and TypeMethodDescriptionLTRScoringQuery.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.ModelWeightModifier and TypeMethodDescriptionvoidLTRRescorer.scoreFeatures(int docsToRerank, 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.ModelWeightModifier and TypeMethodDescriptionvoidLTRInterleavingRescorer.scoreFeatures(int docsToRerank, LTRScoringQuery.ModelWeight[] modelWeights, org.apache.lucene.search.ScoreDoc[] hits, List<org.apache.lucene.index.LeafReaderContext> leaves, org.apache.lucene.search.ScoreDoc[][] rerankedPerModel) -
Uses of LTRScoringQuery.ModelWeight in org.apache.solr.ltr.scoring
Fields in org.apache.solr.ltr.scoring declared as LTRScoringQuery.ModelWeightModifier and TypeFieldDescriptionprotected LTRScoringQuery.ModelWeightFeatureTraversalScorer.modelWeightConstructors in org.apache.solr.ltr.scoring with parameters of type LTRScoringQuery.ModelWeightModifierConstructorDescriptionMultiFeaturesScorer(LTRScoringQuery.ModelWeight modelWeight, SolrQueryRequest request, Feature.FeatureWeight[] extractedFeatureWeights, LTRScoringQuery.FeatureInfo[] allFeaturesInStore, LTRScoringModel ltrScoringModel, Map<String, String[]> efi, List<Feature.FeatureWeight.FeatureScorer> featureScorers, DocInfo docInfo) SingleFeatureScorer(LTRScoringQuery.ModelWeight modelWeight, SolrQueryRequest request, Feature.FeatureWeight[] extractedFeatureWeights, LTRScoringQuery.FeatureInfo[] allFeaturesInStore, LTRScoringModel ltrScoringModel, Map<String, String[]> efi, List<Feature.FeatureWeight.FeatureScorer> featureScorers, DocInfo docInfo)