
public class OLuceneIndexWriterFactory
extends java.lang.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 java.io.IOException
java.io.IOExceptionpublic org.apache.lucene.index.IndexWriterConfig createIndexWriterConfig(ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer)
Copyright © 2013–2022 OrientDB. All rights reserved.