Interface | 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.
|
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.AdvanceFulltextQueryIndex | |
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.NativeQueryIndex |
A marker interface which means this index supports executing native queries
|
QueryIndex.NodeAggregator | |
QueryIndexProvider |
A mechanism to index data.
|
QueryIndexProviderAware |
Marker interface for services that need a QueryIndexProvider
|
QueryLimits |
Class | Description |
---|---|
CompositeQueryIndexProvider |
This
QueryIndexProvider aggregates a list of query index providers
into a single query index provider. |
Filter.PropertyRestriction |
A restriction for a property.
|
QueryConstants | |
QueryIndex.IndexPlan.Builder |
A builder for index plans.
|
QueryIndex.OrderEntry |
A sort order entry.
|
WhiteboardIndexProvider |
Dynamic
QueryIndexProvider based on the available
whiteboard services. |
Enum | Description |
---|---|
Filter.PathRestriction |
The path restriction type.
|
QueryIndex.OrderEntry.Order |
The sort order (ascending or descending).
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved