public final class LuceneUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
close(org.apache.lucene.analysis.Analyzer analyzer)
Close
Analyzer instance. |
static void |
close(org.apache.lucene.store.Directory directory)
Close
Directory instance. |
static void |
close(org.apache.lucene.index.IndexReader reader)
Close
IndexReader instance. |
static void |
close(org.apache.lucene.index.IndexWriter writer)
Close
IndexWriter instance. |
public static void close(org.apache.lucene.index.IndexReader reader)
IndexReader instance.reader - IndexReaderpublic static void close(org.apache.lucene.analysis.Analyzer analyzer)
Analyzer instance.analyzer - Analyzerpublic static void close(org.apache.lucene.index.IndexWriter writer)
IndexWriter instance.writer - IndexWriterpublic static void close(org.apache.lucene.store.Directory directory)
Directory instance.directory - DirectoryCopyright © 2013–2019 BB Corp. All rights reserved.