public class OLuceneIndexWriterFactory extends Object
Constructor and Description |
---|
OLuceneIndexWriterFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.index.IndexWriter |
createIndexWriter(org.apache.lucene.store.Directory dir,
ODocument metadata,
org.apache.lucene.analysis.Analyzer analyzer) |
org.apache.lucene.index.IndexWriterConfig |
createIndexWriterConfig(ODocument metadata,
org.apache.lucene.analysis.Analyzer analyzer) |
public org.apache.lucene.index.IndexWriter createIndexWriter(org.apache.lucene.store.Directory dir, ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer) throws IOException
IOException
public org.apache.lucene.index.IndexWriterConfig createIndexWriterConfig(ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer)
Copyright © 2009–2020 OrientDB. All rights reserved.