Class Summary |
FunctionTable |
A FunctionTable contains the pairs (IQL function name) - (Java class implementing IQL function) |
GQP |
The GQP component coordinates the various global query processor components. |
GQPFormatter |
MyCustomFormatter formats the LogRecord as follows: date level localized message with parameters |
OldQueryProcessor |
The query processor class. |
QProcLogger |
|
QueryProcessor |
The new query processor class provides query reformulation for three techniques - GAV, LAV and BAV. |
QueryProcessorConfiguration |
QueryProcessingConfiguration.java
A global configuration class that encapsulates different aspects of a query processing 'process'
Each phase in query processing can provide their own configuration class as long as it extends this class. |
StandardFunctionTable |
Class that creates a FunctionTable containing all currently implemented functions. |
TempQueryProcessor |
The new query processor class provides query reformulation for three
techniques - GAV, LAV and BAV. |