Package | Description |
---|---|
org.apache.lucene.search.spans |
The calculus of spans.
|
Modifier and Type | Class and Description |
---|---|
class |
TermSpans
Expert:
Public for extension only
|
Modifier and Type | Field and Description |
---|---|
protected Spans |
SpanScorer.spans |
Modifier and Type | Method and Description |
---|---|
abstract Spans |
SpanQuery.getSpans(IndexReader reader)
Expert: Returns the matches for this query in an index.
|
Spans |
SpanFirstQuery.getSpans(IndexReader reader) |
Spans |
SpanTermQuery.getSpans(IndexReader reader) |
Spans |
SpanNearQuery.getSpans(IndexReader reader) |
Spans |
SpanNotQuery.getSpans(IndexReader reader) |
Spans |
SpanOrQuery.getSpans(IndexReader reader) |
Constructor and Description |
---|
SpanScorer(Spans spans,
Weight weight,
Similarity similarity,
byte[] norms) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.