Uses of Class
org.apache.solr.ltr.LTRThreadModule
-
Packages that use LTRThreadModule Package Description org.apache.solr.ltr This package contains the main logic for performing the reranking using a Learning to Rank model. -
-
Uses of LTRThreadModule in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRThreadModule Modifier and Type Method Description static LTRThreadModule
LTRThreadModule. getInstance(NamedList args)
Constructors in org.apache.solr.ltr with parameters of type LTRThreadModule Constructor Description LTRScoringQuery(LTRScoringModel ltrScoringModel, Map<String,String[]> externalFeatureInfo, boolean extractAllFeatures, LTRThreadModule ltrThreadMgr)
-