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.ltr
Methods in org.apache.solr.ltr that return DocInfo Modifier and Type Method Description DocInfo
LTRScoringQuery.ModelWeight.ModelScorer. getDocInfo()
-
Uses of DocInfo in org.apache.solr.ltr.feature
Methods in org.apache.solr.ltr.feature that return DocInfo Modifier and Type Method Description DocInfo
Feature.FeatureWeight.FeatureScorer. getDocInfo()
Methods in org.apache.solr.ltr.feature with parameters of type DocInfo Modifier and Type Method Description void
Feature.FeatureWeight.FeatureScorer. setDocInfo(DocInfo docInfo)
Used to provide context from initial score steps to later reranking steps.
-