public class NexusIndexWriter
extends org.apache.lucene.index.IndexWriter
| Constructor and Description |
|---|
NexusIndexWriter(org.apache.lucene.store.Directory directory,
org.apache.lucene.analysis.Analyzer analyzer,
boolean create)
Deprecated.
|
NexusIndexWriter(org.apache.lucene.store.Directory directory,
org.apache.lucene.index.IndexWriterConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.index.IndexWriterConfig |
defaultConfig() |
abortMerges, addDocument, addDocument, addDocuments, addDocuments, addIndexes, addIndexes, close, close, commit, deleteAll, deleteDocuments, deleteDocuments, deleteUnusedFiles, doAfterFlush, doBeforeFlush, ensureOpen, ensureOpen, flush, forceMerge, forceMerge, forceMergeDeletes, forceMergeDeletes, getAnalyzer, getCommitData, getConfig, getDirectory, getMergingSegments, getNextMerge, hasDeletions, hasPendingMerges, hasUncommittedChanges, isLocked, maxDoc, maybeMerge, merge, numDeletedDocs, numDocs, numRamDocs, prepareCommit, ramBytesUsed, ramSizeInBytes, rollback, segString, segString, segString, setCommitData, tryDeleteDocument, unlock, updateBinaryDocValue, updateDocument, updateDocument, updateDocuments, updateDocuments, updateDocValues, updateNumericDocValue, waitForMerges@Deprecated public NexusIndexWriter(org.apache.lucene.store.Directory directory, org.apache.lucene.analysis.Analyzer analyzer, boolean create) throws org.apache.lucene.index.CorruptIndexException, org.apache.lucene.store.LockObtainFailedException, IOException
org.apache.lucene.index.CorruptIndexExceptionorg.apache.lucene.store.LockObtainFailedExceptionIOExceptionpublic NexusIndexWriter(org.apache.lucene.store.Directory directory,
org.apache.lucene.index.IndexWriterConfig config)
throws org.apache.lucene.index.CorruptIndexException,
org.apache.lucene.store.LockObtainFailedException,
IOException
org.apache.lucene.index.CorruptIndexExceptionorg.apache.lucene.store.LockObtainFailedExceptionIOExceptionCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.