|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.search.lucene.index.access.DoQueryOperation
public class DoQueryOperation
The Class DoQueryOperation. (I was too lazy to split correctly all functionality to operations and sometimes it call callback to original code)
Constructor Summary | |
---|---|
DoQueryOperation(IndexConnection connection,
DQueryExpression queryExpression,
int startPos)
Instantiates a new do query operation. |
Method Summary | |
---|---|
LuceneSearchResult |
process(IndexSearcher object)
Process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoQueryOperation(IndexConnection connection, DQueryExpression queryExpression, int startPos)
connection
- the connectionqueryExpression
- the query expressionstartPos
- the start posMethod Detail |
---|
public LuceneSearchResult process(IndexSearcher object) throws IndexException
process
in interface ISynchronizedOperation<IndexSearcher,LuceneSearchResult>
object
- the object
IndexException
- the index exceptionISynchronizedOperation.process(java.lang.Object)
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |