Uses of Class
org.apache.solr.ltr.LTRThreadModule
Packages that use LTRThreadModule
Package
Description
This package contains the main logic for performing the reranking using a Learning to Rank model.
Contains Various Interleaving auxiliary classes
-
Uses of LTRThreadModule in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRThreadModuleModifier and TypeMethodDescriptionstatic LTRThreadModuleLTRThreadModule.getInstance(org.apache.solr.common.util.NamedList<?> args) Constructors in org.apache.solr.ltr with parameters of type LTRThreadModuleModifierConstructorDescriptionLTRScoringQuery(LTRScoringModel ltrScoringModel, Map<String, String[]> externalFeatureInfo, LTRThreadModule ltrThreadMgr) -
Uses of LTRThreadModule in org.apache.solr.ltr.interleaving
Constructors in org.apache.solr.ltr.interleaving with parameters of type LTRThreadModuleModifierConstructorDescriptionLTRInterleavingScoringQuery(LTRScoringModel ltrScoringModel, Map<String, String[]> externalFeatureInfo, LTRThreadModule ltrThreadMgr)