public interface IEngineContext
Modifier and Type | Interface and Description |
---|---|
static interface |
IEngineContext.IQueryBackendInitializer |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes this context object.
|
IBaseIndex |
getBaseIndex()
Returns the base index.
|
void |
initializeBackends(IEngineContext.IQueryBackendInitializer initializer)
Invokes the given initializer code with a runtime context for pattern matching.
|
IBaseIndex getBaseIndex() throws IncQueryException
IncQueryException
void initializeBackends(IEngineContext.IQueryBackendInitializer initializer) throws IncQueryException
IncQueryException
void dispose()
java.lang.IllegalStateException
- if there are any active listeners to the underlying index