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
|
Modifier and Type | Method and Description |
---|---|
DocInfo |
LTRScoringQuery.ModelWeight.ModelScorer.getDocInfo() |
Modifier and Type | Method and Description |
---|---|
DocInfo |
Feature.FeatureWeight.FeatureScorer.getDocInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Feature.FeatureWeight.FeatureScorer.setDocInfo(DocInfo docInfo)
Used to provide context from initial score steps to later reranking steps.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.