| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.query |
| Modifier and Type | Method and Description |
|---|---|
QueryIndex.IndexPlan |
QueryIndex.IndexPlan.Builder.build() |
QueryIndex.IndexPlan |
QueryIndex.IndexPlan.copy()
Creates a cloned copy of current plan.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
QueryIndex.AdvancedQueryIndex.getPlanDescription(QueryIndex.IndexPlan plan,
org.apache.jackrabbit.oak.spi.state.NodeState root)
Get the query plan description (for logging purposes).
|
Cursor |
QueryIndex.AdvancedQueryIndex.query(QueryIndex.IndexPlan plan,
org.apache.jackrabbit.oak.spi.state.NodeState rootState)
Start a query.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.