|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.index.IndexWriter
org.apache.lucene.index.BlurIndexWriter
public class BlurIndexWriter
Nested Class Summary | |
---|---|
static class |
BlurIndexWriter.LockOwnerException
|
Nested classes/interfaces inherited from class org.apache.lucene.index.IndexWriter |
---|
org.apache.lucene.index.IndexWriter.IndexReaderWarmer |
Field Summary |
---|
Fields inherited from class org.apache.lucene.index.IndexWriter |
---|
MAX_TERM_LENGTH, SOURCE, SOURCE_ADDINDEXES_READERS, SOURCE_FLUSH, SOURCE_MERGE, WRITE_LOCK_NAME |
Constructor Summary | |
---|---|
BlurIndexWriter(org.apache.lucene.store.Directory d,
org.apache.lucene.index.IndexWriterConfig conf)
|
|
BlurIndexWriter(org.apache.lucene.store.Directory d,
org.apache.lucene.index.IndexWriterConfig conf,
boolean makeReaderExitable)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
This seems a little iffy, but basically only the writer instance itself can equal itself. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class org.apache.lucene.index.IndexWriter |
---|
addDocument, addDocument, addDocuments, addDocuments, addIndexes, addIndexes, close, close, commit, deleteAll, deleteDocuments, deleteDocuments, deleteDocuments, deleteDocuments, deleteUnusedFiles, forceMerge, forceMerge, forceMergeDeletes, forceMergeDeletes, getAnalyzer, getCommitData, getConfig, getDirectory, getMergingSegments, getNextMerge, hasDeletions, hasPendingMerges, isLocked, maxDoc, maybeMerge, merge, numDeletedDocs, numDocs, numRamDocs, prepareCommit, ramSizeInBytes, rollback, segString, segString, segString, setCommitData, tryDeleteDocument, unlock, updateDocument, updateDocument, updateDocuments, updateDocuments, waitForMerges |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlurIndexWriter(org.apache.lucene.store.Directory d, org.apache.lucene.index.IndexWriterConfig conf) throws org.apache.lucene.index.CorruptIndexException, org.apache.lucene.store.LockObtainFailedException, IOException
org.apache.lucene.index.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException
public BlurIndexWriter(org.apache.lucene.store.Directory d, org.apache.lucene.index.IndexWriterConfig conf, boolean makeReaderExitable) throws org.apache.lucene.index.CorruptIndexException, org.apache.lucene.store.LockObtainFailedException, IOException
org.apache.lucene.index.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |