Package | Description |
---|---|
org.apache.jackrabbit.core.query.lucene | |
org.apache.jackrabbit.core.query.lucene.join | |
org.apache.jackrabbit.core.query.lucene.sort |
Modifier and Type | Field and Description |
---|---|
protected OperandEvaluator |
LuceneQueryFactory.evaluator
Operand evaluator
|
Modifier and Type | Method and Description |
---|---|
protected static QueryResult |
QueryEngine.sort(QueryResult result,
Ordering[] orderings,
OperandEvaluator evaluator,
long offset,
long limit)
Sorts the given query results according to the given QOM orderings.
|
Constructor and Description |
---|
JoinRow(Map<String,PropertyValue> columns,
OperandEvaluator evaluator,
Row leftRow,
Set<String> leftSelectors,
Row rightRow,
Set<String> rightSelectors) |
SelectorRow(Map<String,PropertyValue> columns,
OperandEvaluator evaluator,
String selector,
Node node,
double score) |
Constructor and Description |
---|
DynamicOperandFieldComparator(Session session,
OperandEvaluator evaluator,
Ordering ordering,
int numHits) |
DynamicOperandFieldComparatorSource(Session session,
OperandEvaluator evaluator,
Map<String,Ordering> orderByProperties) |
RowComparator(Ordering[] orderings,
OperandEvaluator evaluator) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.