Interface LuceneIndexWriterFactory
-
- All Superinterfaces:
org.apache.jackrabbit.oak.plugins.index.search.spi.editor.FulltextIndexWriterFactory<java.lang.Iterable<? extends IndexableField>>
public interface LuceneIndexWriterFactory extends org.apache.jackrabbit.oak.plugins.index.search.spi.editor.FulltextIndexWriterFactory<java.lang.Iterable<? extends IndexableField>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriternewInstance(org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition definition, NodeBuilder definitionBuilder, CommitInfo commitInfo, boolean reindex)
-
-
-
Method Detail
-
newInstance
org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriter newInstance(org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition definition, NodeBuilder definitionBuilder, CommitInfo commitInfo, boolean reindex)- Specified by:
newInstancein interfaceorg.apache.jackrabbit.oak.plugins.index.search.spi.editor.FulltextIndexWriterFactory<java.lang.Iterable<? extends IndexableField>>
-
-