public class NexusIndexWriter
extends org.apache.lucene.index.IndexWriter
Modifier and Type | Class and Description |
---|---|
static interface |
NexusIndexWriter.IndexWriterConfigFactory |
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() |
addDocument, addDocuments, addIndexes, addIndexes, close, commit, deleteAll, deleteDocuments, deleteDocuments, deleteUnusedFiles, doAfterFlush, doBeforeFlush, ensureOpen, ensureOpen, flush, forceMerge, forceMerge, forceMergeDeletes, forceMergeDeletes, getAnalyzer, getChildResources, getCommitData, getConfig, getDirectory, getMergingSegments, getNextMerge, getTragicException, hasDeletions, hasPendingMerges, hasUncommittedChanges, isLocked, isOpen, maxDoc, maybeMerge, merge, numDeletedDocs, numDocs, numRamDocs, prepareCommit, ramBytesUsed, rollback, setCommitData, tryDeleteDocument, updateBinaryDocValue, updateDocument, updateDocuments, updateDocValues, updateNumericDocValue
@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.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException
public 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.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.