public interface QueryProcessingRunner
Modifier and Type | Method and Description |
---|---|
void |
handleProgressiveQuery(QueryContext queryContext) |
void |
handleQuery(QueryContext queryContext) |
void |
onDeinit(boolean allInstances)
Called when this instance of the runner is deinitialized.
|
void |
onInit(SearchLogic logic)
Called when this instance of the runner is created
|
void onInit(SearchLogic logic) throws java.lang.Exception
logic
- The logic on which this runner will workjava.lang.Exception
void onDeinit(boolean allInstances) throws java.lang.Exception
allInstances
- Hint indicating whether all instances of the processor
are going to be deinitialized, or only this one.java.lang.Exception
void handleQuery(QueryContext queryContext) throws QueryProcessingException
QueryProcessingException
void handleProgressiveQuery(QueryContext queryContext) throws com.exalead.expand.progressive.ProgressiveExpandException
com.exalead.expand.progressive.ProgressiveExpandException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.