Package | Description |
---|---|
org.apache.lucene.search.regex |
Regular expression Query.
|
org.apache.lucene.search.spans |
The calculus of spans.
|
Modifier and Type | Method and Description |
---|---|
Spans |
SpanRegexQuery.getSpans(IndexReader reader) |
Modifier and Type | Interface and Description |
---|---|
interface |
PayloadSpans
WARNING: The status of the Payloads feature is experimental.
|
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 |
---|---|
Spans |
SpanNotQuery.getSpans(IndexReader reader) |
Spans |
SpanFirstQuery.getSpans(IndexReader reader) |
Spans |
SpanTermQuery.getSpans(IndexReader reader) |
Spans |
SpanOrQuery.getSpans(IndexReader reader) |
Spans |
SpanNearQuery.getSpans(IndexReader reader) |
abstract Spans |
SpanQuery.getSpans(IndexReader reader)
Expert: Returns the matches for this query in an index.
|
Constructor and Description |
---|
SpanScorer(Spans spans,
Weight weight,
Similarity similarity,
byte[] norms) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.