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 class
CompositeIndexer
Many methods in this class call themselves recursively, and are susceptible to infinite recursion if a composite indexer contains itself, directly or indirectly.class
LuceneIndexer
Methods in org.apache.jackrabbit.oak.index.indexer.document that return NodeStateIndexer Modifier and Type Method Description NodeStateIndexer
LuceneIndexerProvider. getIndexer(@NotNull String type, @NotNull String indexPath, @NotNull NodeBuilder definition, @NotNull NodeState root, org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter)
@Nullable NodeStateIndexer
NodeStateIndexerProvider. 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 void
DocumentStoreIndexer. preIndexOperations(List<NodeStateIndexer> indexers)
protected abstract void
DocumentStoreIndexerBase. 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)
-