Uses of Package
org.apache.jackrabbit.oak.spi.query
Packages that use org.apache.jackrabbit.oak.spi.query
Package
Description
This package contains oak query index related classes.
-
Classes in org.apache.jackrabbit.oak.spi.query used by org.apache.jackrabbit.oak.spi.queryClassDescriptionA cursor to read a number of nodes sequentially.The filter for an index lookup that contains a number of restrictions that are combined with AND.The path restriction type.A restriction for a property.A row returned by the index.Represents an index.A 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.A marker interface which means this index supports may support more than just the minimal fulltext query syntax.An index plan.A builder for index plans.A marker interface which means this index supports executing native queriesA sort order entry.The sort order (ascending or descending).A mechanism to index data.User-specific settings which may be passed by the query engine to index providers during query planning and iteration of results.