| Package | Description |
|---|---|
| lux.compiler | |
| lux.xpath |
| Modifier and Type | Field and Description |
|---|---|
static XPathQuery |
XPathQuery.MATCH_ALL |
| Modifier and Type | Method and Description |
|---|---|
XPathQuery |
XPathQuery.combineBooleanQueries(org.apache.lucene.search.BooleanClause.Occur occur,
XPathQuery precursor,
org.apache.lucene.search.BooleanClause.Occur precursorOccur,
ValueType type,
IndexConfiguration config)
Combines this query with another.
|
XPathQuery |
XPathQuery.combineSpanQueries(XPathQuery precursor,
org.apache.lucene.search.BooleanClause.Occur occur,
ValueType type,
int distance,
IndexConfiguration config)
Combines this query with another, separated by the given distance.
|
XPathQuery |
XPathQuery.getBaseQuery()
A query generated by a predicate expression.
|
static XPathQuery |
XPathQuery.getMatchAllQuery(IndexConfiguration indexConfig) |
XPathQuery |
VarBinding.getQuery() |
static XPathQuery |
XPathQuery.getQuery(ParseableQuery query,
long resultFacts,
ValueType valueType,
IndexConfiguration indexConfig,
org.apache.lucene.search.SortField[] sortFields) |
XPathQuery |
PathOptimizer.peek() |
XPathQuery |
XPathQuery.setFact(int fact,
boolean t) |
XPathQuery |
XPathQuery.setType(ValueType type) |
| Modifier and Type | Method and Description |
|---|---|
XPathQuery |
XPathQuery.combineBooleanQueries(org.apache.lucene.search.BooleanClause.Occur occur,
XPathQuery precursor,
org.apache.lucene.search.BooleanClause.Occur precursorOccur,
ValueType type,
IndexConfiguration config)
Combines this query with another.
|
XPathQuery |
XPathQuery.combineSpanQueries(XPathQuery precursor,
org.apache.lucene.search.BooleanClause.Occur occur,
ValueType type,
int distance,
IndexConfiguration config)
Combines this query with another, separated by the given distance.
|
void |
XPathQuery.setBaseQuery(XPathQuery baseQuery) |
| Constructor and Description |
|---|
VarBinding(Variable var,
AbstractExpression expr,
XPathQuery query,
VariableContext context,
VarBinding currentBinding) |
| Modifier and Type | Method and Description |
|---|---|
XPathQuery |
SearchCall.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchCall.combineQuery(XPathQuery additionalQuery,
IndexConfiguration config) |
| Constructor and Description |
|---|
SearchCall(XPathQuery query,
IndexConfiguration config)
creates a call to lux:search that encodes information provided by the optimizer, enabling combination
with additional filters and sorting criteria
|
Copyright © 2013. All Rights Reserved.