Package org.cdlib.xtf.crossQuery

This package contains the crossQuery servlet and its utility classes.

See:
          Description

Class Summary
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 Summary
QueryRouteException Exception class used to report errors from the query router stylesheet.
 

Package org.cdlib.xtf.crossQuery Description

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.