SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.index.access
Class DeleteDocumentsOperation

java.lang.Object
  extended by org.eclipse.smila.search.lucene.index.access.DeleteDocumentsOperation
All Implemented Interfaces:
ISynchronizedOperation<IndexReader,java.lang.Void>

public class DeleteDocumentsOperation
extends java.lang.Object
implements ISynchronizedOperation<IndexReader,java.lang.Void>

The Class DeleteDocumentsOperation.


Constructor Summary
DeleteDocumentsOperation(Term term)
          Instantiates a new exists operation.
 
Method Summary
 java.lang.Void process(IndexReader object)
          Process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteDocumentsOperation

public DeleteDocumentsOperation(Term term)
Instantiates a new exists operation.

Parameters:
term - the term
Method Detail

process

public java.lang.Void process(IndexReader object)
                       throws IndexException
Process.

Specified by:
process in interface ISynchronizedOperation<IndexReader,java.lang.Void>
Parameters:
object - the object
Returns:
true, if successful
Throws:
IndexException - the index exception
See Also:
ISynchronizedOperation.process(java.lang.Object)

SMILA (incubation) API documentation