| Package | Description |
|---|---|
| lux.compiler | |
| lux.query |
| Modifier and Type | Method and Description |
|---|---|
ParseableQuery |
XPathQuery.getParseableQuery() |
static ParseableQuery |
PathOptimizer.makeAttributeValueQuery(QName qname,
String value,
IndexConfiguration config) |
static ParseableQuery |
PathOptimizer.makeTextQuery(String value,
IndexConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
static XPathQuery |
XPathQuery.getQuery(ParseableQuery query,
long resultFacts,
ValueType valueType,
IndexConfiguration indexConfig,
org.apache.lucene.search.SortField[] sortFields) |
| Constructor and Description |
|---|
XPathQuery(ParseableQuery query,
long resultFacts,
ValueType valueType) |
XPathQuery(ParseableQuery query,
long resultFacts,
ValueType valueType,
boolean immutable) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanPQuery |
class |
MatchAllPQuery |
class |
NodeTextQuery
A parseable query that generates a QNameTextQuery.
|
class |
RangePQuery
Parseable analogue of TermRangeQuery and NumericRangeQuery.
|
class |
SpanBooleanPQuery
simplified BooleanQuery model for use with Spans
- all clauses have the same occur value, which must be AND
or OR, not NOT.
|
class |
SpanMatchAll
This query exists only to serve as a placeholder in an intermediate query compilation
phase.
|
class |
SpanNearPQuery
Model a SpanNearQuery
|
class |
SpanTermPQuery
Extends TermPQuery for use in contexts where a SpanTerm is required
|
class |
TermPQuery
Parseable analogue of TermQuery.
|
| Modifier and Type | Method and Description |
|---|---|
ParseableQuery |
BooleanPQuery.Clause.getQuery() |
| Constructor and Description |
|---|
BooleanPQuery.Clause(ParseableQuery query,
org.apache.lucene.search.BooleanClause.Occur occur) |
BooleanPQuery(org.apache.lucene.search.BooleanClause.Occur occur,
ParseableQuery... queries) |
SpanBooleanPQuery(org.apache.lucene.search.BooleanClause.Occur occur,
ParseableQuery... queries) |
SpanNearPQuery(int slop,
boolean inOrder,
ParseableQuery... clauses) |
Copyright © 2013. All Rights Reserved.