org.apache.lucene.search.payloads
Class BoostingTermQuery.BoostingTermWeight
java.lang.Object
org.apache.lucene.search.spans.SpanWeight
org.apache.lucene.search.payloads.BoostingTermQuery.BoostingTermWeight
- All Implemented Interfaces:
- Serializable, Weight
- Enclosing class:
- BoostingTermQuery
protected class BoostingTermQuery.BoostingTermWeight
- extends SpanWeight
- implements Weight
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoostingTermQuery.BoostingTermWeight
public BoostingTermQuery.BoostingTermWeight(BoostingTermQuery query,
Searcher searcher)
throws IOException
- Throws:
IOException
scorer
public Scorer scorer(IndexReader reader)
throws IOException
- Description copied from interface:
Weight
- Constructs a scorer for this.
- Specified by:
scorer
in interface Weight
- Overrides:
scorer
in class SpanWeight
- Throws:
IOException
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.