Class LuceneIndexerProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      NodeStateIndexer getIndexer​(@NotNull java.lang.String type, @NotNull java.lang.String indexPath, @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder definition, @NotNull org.apache.jackrabbit.oak.spi.state.NodeState root, org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LuceneIndexerProvider

        public LuceneIndexerProvider​(ExtendedIndexHelper extendedIndexHelper,
                                     IndexerSupport indexerSupport)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getIndexer

        public NodeStateIndexer getIndexer​(@NotNull
                                           @NotNull java.lang.String type,
                                           @NotNull
                                           @NotNull java.lang.String indexPath,
                                           @NotNull
                                           @NotNull org.apache.jackrabbit.oak.spi.state.NodeBuilder definition,
                                           @NotNull
                                           @NotNull org.apache.jackrabbit.oak.spi.state.NodeState root,
                                           org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter)
        Specified by:
        getIndexer in interface NodeStateIndexerProvider
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException