| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.query |
| Class and Description |
|---|
| Cursor
A cursor to read a number of nodes sequentially.
|
| Filter
The filter for an index lookup that contains a number of restrictions that
are combined with AND.
|
| Filter.PathRestriction
The path restriction type.
|
| Filter.PropertyRestriction
A restriction for a property.
|
| IndexRow
A row returned by the index.
|
| QueryIndex
Represents an index.
|
| QueryIndex.AdvancedQueryIndex
An query index that may support using multiple access orders
(returning the rows in a specific order), and that can provide detailed
information about the cost.
|
| QueryIndex.FulltextQueryIndex
A marker interface which means this index supports may support more than
just the minimal fulltext query syntax.
|
| QueryIndex.IndexPlan
An index plan.
|
| QueryIndex.IndexPlan.Builder
A builder for index plans.
|
| QueryIndex.NativeQueryIndex
A marker interface which means this index supports executing native queries
|
| QueryIndex.NodeAggregator |
| QueryIndex.OrderEntry
A sort order entry.
|
| QueryIndex.OrderEntry.Order
The sort order (ascending or descending).
|
| QueryIndexProvider
A mechanism to index data.
|
| QueryLimits |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.