Uses of Package
org.apache.solr.ltr
Packages that use org.apache.solr.ltr
Package
Description
This package contains the main logic for performing the reranking using a Learning to Rank model.
Contains Feature related classes
Contains the logic to extract features.
Contains Various Interleaving auxiliary classes
Contains the logic to extract features for scoring.
APIs and classes for parsing and processing search requests
-
Classes in org.apache.solr.ltr used by org.apache.solr.ltrClassDescriptionFeatureLogger can be registered in a model and provide a strategy for logging the feature values.The ranking query that is run, reranking results using the LTRScoringModel algorithmThe LTRThreadModule is optionally used by the
LTRQParserPluginandLTRFeatureLoggerTransformerFactoryclasses to parallelize the creation ofFeature.FeatureWeightobjects. -
Classes in org.apache.solr.ltr used by org.apache.solr.ltr.feature
-
Classes in org.apache.solr.ltr used by org.apache.solr.ltr.feature.extraction
-
Classes in org.apache.solr.ltr used by org.apache.solr.ltr.interleavingClassDescriptionImplements the rescoring logic.The ranking query that is run, reranking results using the LTRScoringModel algorithmThe LTRThreadModule is optionally used by the
LTRQParserPluginandLTRFeatureLoggerTransformerFactoryclasses to parallelize the creation ofFeature.FeatureWeightobjects. -
Classes in org.apache.solr.ltr used by org.apache.solr.ltr.scoring
-
Classes in org.apache.solr.ltr used by org.apache.solr.ltr.searchClassDescriptionImplements the rescoring logic.The ranking query that is run, reranking results using the LTRScoringModel algorithm