| Class | Description |
|---|---|
| BooleanPQuery | |
| BooleanPQuery.Clause | |
| MatchAllPQuery | |
| NodeTextQuery |
A parseable query that generates a QNameTextQuery.
|
| ParseableQuery |
ParseableQueries represent Lucene Queries in an abstract form that can be rendered as an XML tree
for later parsing.
|
| RangePQuery |
Parseable analogue of TermRangeQuery and NumericRangeQuery.
|
| SpanBooleanPQuery |
simplified BooleanQuery model for use with Spans
- all clauses have the same occur value, which must be AND
or OR, not NOT.
|
| SpanMatchAll |
This query exists only to serve as a placeholder in an intermediate query compilation
phase.
|
| SpanNearPQuery |
Model a SpanNearQuery
|
| SpanTermPQuery |
Extends TermPQuery for use in contexts where a SpanTerm is required
|
| TermPQuery |
Parseable analogue of TermQuery.
|
| Enum | Description |
|---|---|
| RangePQuery.Type |
Copyright © 2013. All Rights Reserved.