SMILA (incubation) API documentation

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

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

public class ExistsOperation
extends java.lang.Object
implements ISynchronizedOperation<IndexReader,java.lang.Boolean>

The Class ExistsOperation.


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

Constructor Detail

ExistsOperation

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

Parameters:
term - the term
Method Detail

process

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

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

SMILA (incubation) API documentation