Class OLuceneIndexWriterFactory

java.lang.Object
com.orientechnologies.lucene.engine.OLuceneIndexWriterFactory

public class OLuceneIndexWriterFactory extends Object
Created by frank on 05/01/2016.
  • Constructor Details

    • OLuceneIndexWriterFactory

      public OLuceneIndexWriterFactory()
  • Method Details

    • createIndexWriter

      public org.apache.lucene.index.IndexWriter createIndexWriter(org.apache.lucene.store.Directory dir, ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer) throws IOException
      Throws:
      IOException
    • createIndexWriterConfig

      public org.apache.lucene.index.IndexWriterConfig createIndexWriterConfig(ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer)