Uses of Class
org.apache.solr.ltr.model.LTRScoringModel
-
Packages that use LTRScoringModel 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 classesorg.apache.solr.ltr.model Contains Model related classesorg.apache.solr.ltr.store Contains feature and model store related classes.org.apache.solr.ltr.store.rest Contains theManagedResourcethat encapsulate the feature and the model stores. -
-
Uses of LTRScoringModel in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRScoringModel Modifier and Type Method Description LTRScoringModelLTRScoringQuery. getScoringModel()Constructors in org.apache.solr.ltr with parameters of type LTRScoringModel Constructor Description LTRScoringQuery(LTRScoringModel ltrScoringModel)LTRScoringQuery(LTRScoringModel ltrScoringModel, boolean extractAllFeatures)LTRScoringQuery(LTRScoringModel ltrScoringModel, Map<String,String[]> externalFeatureInfo, boolean extractAllFeatures, LTRThreadModule ltrThreadMgr) -
Uses of LTRScoringModel in org.apache.solr.ltr.interleaving
Constructors in org.apache.solr.ltr.interleaving with parameters of type LTRScoringModel Constructor Description LTRInterleavingScoringQuery(LTRScoringModel ltrScoringModel)LTRInterleavingScoringQuery(LTRScoringModel ltrScoringModel, boolean extractAllFeatures)LTRInterleavingScoringQuery(LTRScoringModel ltrScoringModel, Map<String,String[]> externalFeatureInfo, boolean extractAllFeatures, LTRThreadModule ltrThreadMgr) -
Uses of LTRScoringModel in org.apache.solr.ltr.model
Subclasses of LTRScoringModel in org.apache.solr.ltr.model Modifier and Type Class Description classAdapterModelA scoring model whose initialization is completed via itsAdapterModel.init(SolrResourceLoader)method.classDefaultWrapperModelA scoring model that fetches the wrapped model fromSolrResourceLoader.classLinearModelA scoring model that computes scores using a dot product.classMultipleAdditiveTreesModelA scoring model that computes scores based on the summation of multiple weighted trees.classNeuralNetworkModelA scoring model that computes document scores using a neural network.classWrapperModelA scoring model that wraps the other model.Fields in org.apache.solr.ltr.model declared as LTRScoringModel Modifier and Type Field Description protected LTRScoringModelWrapperModel. modelMethods in org.apache.solr.ltr.model that return LTRScoringModel Modifier and Type Method Description static 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 Modifier and Type Method Description voidWrapperModel. updateModel(LTRScoringModel model) -
Uses of LTRScoringModel in org.apache.solr.ltr.store
Methods in org.apache.solr.ltr.store that return LTRScoringModel Modifier and Type Method Description LTRScoringModelModelStore. delete(String modelName)LTRScoringModelModelStore. getModel(String name)Methods in org.apache.solr.ltr.store that return types with arguments of type LTRScoringModel Modifier and Type Method Description List<LTRScoringModel>ModelStore. getModels()Methods in org.apache.solr.ltr.store with parameters of type LTRScoringModel Modifier and Type Method Description voidModelStore. addModel(LTRScoringModel modeldata) -
Uses of LTRScoringModel in org.apache.solr.ltr.store.rest
Methods in org.apache.solr.ltr.store.rest that return LTRScoringModel Modifier and Type Method Description static LTRScoringModelManagedModelStore. fromLTRScoringModelMap(SolrResourceLoader solrResourceLoader, Map<String,Object> modelMap, ManagedFeatureStore managedFeatureStore)LTRScoringModelManagedModelStore. getModel(String modelName)Methods in org.apache.solr.ltr.store.rest with parameters of type LTRScoringModel Modifier and Type Method Description voidManagedModelStore. addModel(LTRScoringModel ltrScoringModel)
-