Package | Description |
---|---|
org.apache.jackrabbit.core.query.lucene | |
org.apache.jackrabbit.spi.commons.query.qom |
Modifier and Type | Method and Description |
---|---|
protected Ordering[] |
SearchIndex.createOrderings(OrderingImpl[] orderings)
Creates internal orderings for the QOM ordering specifications.
|
static Ordering |
Ordering.fromQOM(OrderingImpl ordering,
SharedFieldComparatorSource scs,
NamespaceMappings nsMappings)
Creates an ordering from a JCR QOM ordering.
|
Constructor and Description |
---|
MultiColumnQueryResult(SearchIndex index,
SessionContext sessionContext,
AbstractQueryImpl queryImpl,
MultiColumnQuery query,
org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion,
ColumnImpl[] columns,
OrderingImpl[] orderings,
boolean documentOrder,
long offset,
long limit) |
Modifier and Type | Field and Description |
---|---|
static OrderingImpl[] |
OrderingImpl.EMPTY_ARRAY
Empty
OrderingImpl array. |
Modifier and Type | Method and Description |
---|---|
OrderingImpl[] |
QueryObjectModelTree.getOrderings()
Gets the orderings for this query.
|
Modifier and Type | Method and Description |
---|---|
Object |
DefaultQOMTreeVisitor.visit(OrderingImpl node,
Object data)
Does nothing and returns
data . |
Object |
DefaultTraversingQOMTreeVisitor.visit(OrderingImpl node,
Object data)
Calls accept on the dynamic operand in the ordering node.
|
Object |
QOMTreeVisitor.visit(OrderingImpl node,
Object data) |
Constructor and Description |
---|
QueryObjectModelTree(NamePathResolver resolver,
SourceImpl source,
ConstraintImpl constraint,
OrderingImpl[] orderings,
ColumnImpl[] columns) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.