See: Description
| Class | Description |
|---|---|
| CrossQuery |
The crossQuery servlet coordinates the process of parsing a URL query,
activating the textEngine to find all occurrences, and finally formatting
the results.
|
| CrossQueryConfig |
Holds global configuration information for the crossQuery servlet.
|
| QueryRoute |
Routes a request to a particular query parser.
|
| TimeProfilingListener |
Used to keep track of the current instruction being executed, and to
keep track of time spent in each one.
|
| TimeProfilingListener.ProfileInstr | |
| TimeProfilingListener.ProfileTime |
| Exception | Description |
|---|---|
| QueryRouteException |
Exception class used to report errors from the query router stylesheet.
|
This package contains the crossQuery servlet and its utility classes. CrossQuery coordinates the data flow of parsing a complex query from a URL, performing a search across all documents, and formatting the results.