protected class AllTermQuery.AllTermWeight
extends org.apache.lucene.search.spans.SpanWeight
Modifier and Type | Class and Description |
---|---|
protected class |
AllTermQuery.AllTermWeight.AllTermSpanScorer |
Constructor and Description |
---|
AllTermWeight(AllTermQuery query,
org.apache.lucene.search.IndexSearcher searcher) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Explanation |
explain(org.apache.lucene.index.AtomicReaderContext context,
int doc) |
AllTermQuery.AllTermWeight.AllTermSpanScorer |
scorer(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
public AllTermWeight(AllTermQuery query, org.apache.lucene.search.IndexSearcher searcher) throws IOException
IOException
public AllTermQuery.AllTermWeight.AllTermSpanScorer scorer(org.apache.lucene.index.AtomicReaderContext context, org.apache.lucene.util.Bits acceptDocs) throws IOException
scorer
in class org.apache.lucene.search.spans.SpanWeight
IOException
public org.apache.lucene.search.Explanation explain(org.apache.lucene.index.AtomicReaderContext context, int doc) throws IOException
explain
in class org.apache.lucene.search.spans.SpanWeight
IOException
Copyright © 2009–2015. All rights reserved.