Package org.apache.solr.ltr.feature
Class SolrFeature.SolrFeatureWeight.SolrFeatureScorer
- java.lang.Object
-
- org.apache.lucene.search.Scorable
-
- org.apache.lucene.search.Scorer
-
- org.apache.solr.ltr.feature.Feature.FeatureWeight.FeatureScorer
-
- org.apache.solr.ltr.feature.Feature.FeatureWeight.FilterFeatureScorer
-
- org.apache.solr.ltr.feature.SolrFeature.SolrFeatureWeight.SolrFeatureScorer
-
- Enclosing class:
- SolrFeature.SolrFeatureWeight
public class SolrFeature.SolrFeatureWeight.SolrFeatureScorer extends Feature.FeatureWeight.FilterFeatureScorer
Scorer for a SolrFeature
-
-
Field Summary
-
Fields inherited from class org.apache.solr.ltr.feature.Feature.FeatureWeight.FilterFeatureScorer
in
-
Fields inherited from class org.apache.solr.ltr.feature.Feature.FeatureWeight.FeatureScorer
itr, name
-
-
Constructor Summary
Constructors Constructor Description SolrFeatureScorer(Feature.FeatureWeight weight, org.apache.lucene.search.Scorer solrScorer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
score()
-
Methods inherited from class org.apache.solr.ltr.feature.Feature.FeatureWeight.FilterFeatureScorer
advanceShallow, docID, getMaxScore, iterator
-
Methods inherited from class org.apache.solr.ltr.feature.Feature.FeatureWeight.FeatureScorer
getDocInfo, setDocInfo
-
-
-
-
Constructor Detail
-
SolrFeatureScorer
public SolrFeatureScorer(Feature.FeatureWeight weight, org.apache.lucene.search.Scorer solrScorer)
-
-
Method Detail
-
score
public float score() throws IOException
- Specified by:
score
in classFeature.FeatureWeight.FeatureScorer
- Throws:
IOException
-
-