org.apache.lucene.index
Class BlurIndexWriter

java.lang.Object
  extended by org.apache.lucene.index.IndexWriter
      extended by org.apache.lucene.index.BlurIndexWriter
All Implemented Interfaces:
Closeable, org.apache.lucene.index.TwoPhaseCommit

public class BlurIndexWriter
extends org.apache.lucene.index.IndexWriter


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

BlurIndexWriter

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
Throws:
org.apache.lucene.index.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException

BlurIndexWriter

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
Throws:
org.apache.lucene.index.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException
Method Detail

equals

public boolean equals(Object obj)
This seems a little iffy, but basically only the writer instance itself can equal itself.

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.