| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.query |
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryIndex.OrderEntry> |
QueryIndex.IndexPlan.Builder.sortOrder |
| Modifier and Type | Method and Description |
|---|---|
List<QueryIndex.OrderEntry> |
QueryIndex.IndexPlan.getSortOrder()
The sort order of the returned entries, or null if unsorted.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryIndex.IndexPlan> |
QueryIndex.AdvancedQueryIndex.getPlans(Filter filter,
List<QueryIndex.OrderEntry> sortOrder,
org.apache.jackrabbit.oak.spi.state.NodeState rootState)
Return the possible index plans for the given filter and sort order.
|
QueryIndex.IndexPlan.Builder |
QueryIndex.IndexPlan.Builder.setSortOrder(List<QueryIndex.OrderEntry> sortOrder) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.