protected class BoostingTermQuery.BoostingTermWeight extends SpanWeight implements Weight
Modifier and Type | Class and Description |
---|---|
protected class |
BoostingTermQuery.BoostingTermWeight.BoostingSpanScorer |
idf, query, queryNorm, queryWeight, similarity, terms, value
Constructor and Description |
---|
BoostingTermQuery.BoostingTermWeight(BoostingTermQuery query,
Searcher searcher) |
Modifier and Type | Method and Description |
---|---|
Scorer |
scorer(IndexReader reader)
Constructs a scorer for this.
|
explain, getQuery, getValue, normalize, sumOfSquaredWeights
public BoostingTermQuery.BoostingTermWeight(BoostingTermQuery query, Searcher searcher) throws java.io.IOException
java.io.IOException
public Scorer scorer(IndexReader reader) throws java.io.IOException
Weight
scorer
in interface Weight
scorer
in class SpanWeight
java.io.IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.