Uses of Interface
org.apache.jackrabbit.oak.index.indexer.document.NodeStateIndexer
-
Packages that use NodeStateIndexer Package Description org.apache.jackrabbit.oak.index.indexer.document -
-
Uses of NodeStateIndexer in org.apache.jackrabbit.oak.index.indexer.document
Classes in org.apache.jackrabbit.oak.index.indexer.document that implement NodeStateIndexer Modifier and Type Class Description classCompositeIndexerMany methods in this class call themselves recursively, and are susceptible to infinite recursion if a composite indexer contains itself, directly or indirectly.classLuceneIndexerMethods in org.apache.jackrabbit.oak.index.indexer.document that return NodeStateIndexer Modifier and Type Method Description NodeStateIndexerLuceneIndexerProvider. getIndexer(@NotNull String type, @NotNull String indexPath, @NotNull NodeBuilder definition, @NotNull NodeState root, org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter)@Nullable NodeStateIndexerNodeStateIndexerProvider. getIndexer(@NotNull String type, @NotNull String indexPath, @NotNull NodeBuilder definition, @NotNull NodeState root, org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter)Methods in org.apache.jackrabbit.oak.index.indexer.document that return types with arguments of type NodeStateIndexer Modifier and Type Method Description List<NodeStateIndexer>CompositeIndexer. getIndexers()Method parameters in org.apache.jackrabbit.oak.index.indexer.document with type arguments of type NodeStateIndexer Modifier and Type Method Description protected voidDocumentStoreIndexer. preIndexOperations(List<NodeStateIndexer> indexers)protected abstract voidDocumentStoreIndexerBase. preIndexOperations(List<NodeStateIndexer> indexers)Constructor parameters in org.apache.jackrabbit.oak.index.indexer.document with type arguments of type NodeStateIndexer Constructor Description CompositeIndexer(List<NodeStateIndexer> indexers)
-