Uses of Class
org.apache.solr.ltr.DocInfo
- 
Packages that use DocInfo 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.feature Contains Feature related classes
- 
- 
Uses of DocInfo in org.apache.solr.ltrMethods in org.apache.solr.ltr that return DocInfo Modifier and Type Method Description DocInfoLTRScoringQuery.ModelWeight.ModelScorer. getDocInfo()
- 
Uses of DocInfo in org.apache.solr.ltr.featureMethods in org.apache.solr.ltr.feature that return DocInfo Modifier and Type Method Description DocInfoFeature.FeatureWeight.FeatureScorer. getDocInfo()Methods in org.apache.solr.ltr.feature with parameters of type DocInfo Modifier and Type Method Description voidFeature.FeatureWeight.FeatureScorer. setDocInfo(DocInfo docInfo)Used to provide context from initial score steps to later reranking steps.
 
-