| Package | Description |
|---|---|
| lux.compiler | |
| lux.xml | |
| lux.xpath | |
| lux.xquery |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
XPathQuery.getResultType() |
| 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.
|
static XPathQuery |
XPathQuery.getQuery(ParseableQuery query,
long resultFacts,
ValueType valueType,
IndexConfiguration indexConfig,
org.apache.lucene.search.SortField[] sortFields) |
XPathQuery |
XPathQuery.setType(ValueType type) |
| Constructor and Description |
|---|
XPathQuery(ParseableQuery query,
long resultFacts,
ValueType valueType) |
XPathQuery(ParseableQuery query,
long resultFacts,
ValueType valueType,
boolean immutable) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
ValueType.promote(ValueType type) |
ValueType |
ValueType.restrict(ValueType type) |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValueType.is(ValueType other) |
ValueType |
ValueType.promote(ValueType type) |
ValueType |
ValueType.restrict(ValueType type) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
BinaryOperation.Operator.getResultType() |
ValueType |
FunCall.getReturnType() |
ValueType |
NodeTest.getType() |
ValueType |
LiteralExpression.getValueType() |
| Constructor and Description |
|---|
FunCall(QName name,
ValueType returnType,
AbstractExpression... arguments) |
LiteralExpression(Object value,
ValueType valueType) |
NodeTest(ValueType type) |
NodeTest(ValueType type,
QName name) |
| Constructor and Description |
|---|
AtomizedSequence(AbstractExpression expr,
ValueType valueType,
String occurrence) |
FunctionDefinition(QName name,
ValueType returnType,
int cardinality,
QName returnTypeName,
Variable[] args,
AbstractExpression body) |
TreatAs(AbstractExpression expr,
ValueType type,
String occurrence) |
Copyright © 2013. All Rights Reserved.