
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
IOExceptionpublic org.apache.lucene.index.IndexWriterConfig createIndexWriterConfig(ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer)
Copyright © 2009–2025 OrientDB. All rights reserved.