Class PropertyIndexProvider
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider
- All Implemented Interfaces:
QueryIndexProvider
A provider for property indexes.
Even if there are multiple index definitions, there is only actually one PropertyIndex instance, which is used for all indexes.
Even if there are multiple index definitions, there is only actually one PropertyIndex instance, which is used for all indexes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull List<QueryIndex> getQueryIndexes(NodeState state) Get the currently configured indexes.with(MountInfoProvider mountInfoProvider)
-
Constructor Details
-
PropertyIndexProvider
public PropertyIndexProvider()
-
-
Method Details
-
getQueryIndexes
Description copied from interface:QueryIndexProviderGet the currently configured indexes.- Specified by:
getQueryIndexesin interfaceQueryIndexProvider- Parameters:
state- the node state of the root- Returns:
- the list of indexes
-
with
-