Uses of Class
org.apache.solr.ltr.model.LTRScoringModel
Packages that use LTRScoringModel
Package
Description
This package contains the main logic for performing the reranking using a Learning to Rank model.
Contains the logic to extract features.
Contains Various Interleaving auxiliary classes
Contains Model related classes
Contains the logic to extract features for scoring.
Contains feature and model store related classes.
Contains the
ManagedResource that encapsulate the feature and the
model stores.-
Uses of LTRScoringModel in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRScoringModelConstructors in org.apache.solr.ltr with parameters of type LTRScoringModelModifierConstructorDescriptionLTRScoringQuery(LTRScoringModel ltrScoringModel) LTRScoringQuery(LTRScoringModel ltrScoringModel, Map<String, String[]> externalFeatureInfo, LTRThreadModule ltrThreadMgr) -
Uses of LTRScoringModel in org.apache.solr.ltr.feature.extraction
Constructors in org.apache.solr.ltr.feature.extraction with parameters of type LTRScoringModelModifierConstructorDescriptionMultiFeaturesExtractor(FeatureTraversalScorer multiFeaturesScorer, SolrQueryRequest request, Feature.FeatureWeight[] extractedFeatureWeights, LTRScoringQuery.FeatureInfo[] allFeaturesInStore, LTRScoringModel ltrScoringModel, Map<String, String[]> efi, org.apache.lucene.search.DisiPriorityQueue subScorers) SingleFeatureExtractor(FeatureTraversalScorer singleFeatureScorer, SolrQueryRequest request, Feature.FeatureWeight[] extractedFeatureWeights, LTRScoringQuery.FeatureInfo[] allFeaturesInStore, LTRScoringModel ltrScoringModel, Map<String, String[]> efi, List<Feature.FeatureWeight.FeatureScorer> featureScorers) -
Uses of LTRScoringModel in org.apache.solr.ltr.interleaving
Constructors in org.apache.solr.ltr.interleaving with parameters of type LTRScoringModelModifierConstructorDescriptionLTRInterleavingScoringQuery(LTRScoringModel ltrScoringModel) LTRInterleavingScoringQuery(LTRScoringModel ltrScoringModel, Map<String, String[]> externalFeatureInfo, LTRThreadModule ltrThreadMgr) -
Uses of LTRScoringModel in org.apache.solr.ltr.model
Subclasses of LTRScoringModel in org.apache.solr.ltr.modelModifier and TypeClassDescriptionclassA scoring model whose initialization is completed via itsAdapterModel.init(SolrResourceLoader)method.classA scoring model that fetches the wrapped model fromSolrResourceLoader.classA scoring model that computes scores using a dot product.classA scoring model that computes scores based on the summation of multiple weighted trees.classA scoring model that computes document scores using a neural network.classA scoring model that wraps the other model.Fields in org.apache.solr.ltr.model declared as LTRScoringModelMethods in org.apache.solr.ltr.model that return LTRScoringModelModifier and TypeMethodDescriptionstatic LTRScoringModelLTRScoringModel.getInstance(SolrResourceLoader solrResourceLoader, String className, String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String, Object> params) Methods in org.apache.solr.ltr.model with parameters of type LTRScoringModel -
Uses of LTRScoringModel in org.apache.solr.ltr.scoring
Fields in org.apache.solr.ltr.scoring declared as LTRScoringModelModifier and TypeFieldDescriptionprotected LTRScoringModelFeatureTraversalScorer.ltrScoringModelConstructors in org.apache.solr.ltr.scoring with parameters of type LTRScoringModelModifierConstructorDescriptionMultiFeaturesScorer(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) -
Uses of LTRScoringModel in org.apache.solr.ltr.store
Methods in org.apache.solr.ltr.store that return LTRScoringModelModifier and TypeMethodDescriptionMethods in org.apache.solr.ltr.store that return types with arguments of type LTRScoringModelMethods in org.apache.solr.ltr.store with parameters of type LTRScoringModel -
Uses of LTRScoringModel in org.apache.solr.ltr.store.rest
Methods in org.apache.solr.ltr.store.rest that return LTRScoringModelModifier and TypeMethodDescriptionstatic LTRScoringModelManagedModelStore.fromLTRScoringModelMap(SolrResourceLoader solrResourceLoader, Map<String, Object> modelMap, ManagedFeatureStore managedFeatureStore) Methods in org.apache.solr.ltr.store.rest with parameters of type LTRScoringModelModifier and TypeMethodDescriptionvoidManagedModelStore.addModel(LTRScoringModel ltrScoringModel)