org.apache.lucene.search.spans
public class SpanScorer extends Scorer
| Field Summary | |
|---|---|
| protected int | doc |
| protected boolean | firstTime |
| protected float | freq |
| protected boolean | more |
| protected byte[] | norms |
| protected Spans | spans |
| protected float | value |
| protected Weight | weight |
| Constructor Summary | |
|---|---|
| protected | SpanScorer(Spans spans, Weight weight, Similarity similarity, byte[] norms) |
| Method Summary | |
|---|---|
| int | doc() |
| Explanation | explain(int doc) |
| boolean | next() |
| float | score() |
| protected boolean | setFreqCurrentDoc() |
| boolean | skipTo(int target) |