SMILA (incubation) API documentation

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

java.lang.Object
  extended by org.eclipse.smila.search.lucene.index.access.GetDocumentOperation
All Implemented Interfaces:
ISynchronizedOperation<IndexSearcher,Document>

public class GetDocumentOperation
extends java.lang.Object
implements ISynchronizedOperation<IndexSearcher,Document>

The Class GetDocumentOperation.


Constructor Summary
GetDocumentOperation(java.lang.String key)
          Instantiates a new gets the document operation.
 
Method Summary
 Document process(IndexSearcher object)
          Process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDocumentOperation

public GetDocumentOperation(java.lang.String key)
Instantiates a new gets the document operation.

Parameters:
key - the key
Method Detail

process

public Document process(IndexSearcher object)
                 throws IndexException
Process.

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

SMILA (incubation) API documentation