Package org.apache.jackrabbit.oak.plugins.index.property.strategy
-
Interface Summary Interface Description IndexStoreStrategy Strategy that defines how the index content will be actually stored under the index node -
Class Summary Class Description ContentMirrorStoreStrategy An IndexStoreStrategy implementation that saves the nodes under a hierarchy that mirrors the repository tree.FilteringIndexStoreStrategy A delegating IndexStoreStrategy that filters out updates that are not accepted by the given predicateIndexEntry An entry in the indexUniqueEntryStoreStrategy An IndexStoreStrategy implementation that saves the unique node in a single property.
This should reduce the number of nodes in the repository, and speed up access.
For example for a node that is under/test/node
, the index structure will be/oak:index/index/@key
: