Uses of Package
org.egothor.query.runner

Packages that use org.egothor.query.runner
org.egothor.query.runner This package defines a machinery that navigates the rider during query execution in the Vector model
org.egothor.query.runner.enhanced This package defines a machinery that navigates the rider during query execution in any model
 

Classes in org.egothor.query.runner used by org.egothor.query.runner
PhraseScan
          This class is part of the Egothor Project
TermRunner
          The TermRunner object represents a binary form of a query that consists of one term.
 

Classes in org.egothor.query.runner used by org.egothor.query.runner.enhanced
AndRunner
          The AndRunner object represents a binary form of the boolean AND formula.
NotRunner
          This object represents a binary form of a NOT b formula.
OrRunner
          This object represents a binary form of a OR b formula.
PhraseRunner
          The PhraseRunner class is used when a user wishes to make a query involving two terms where the 2nd term must lie within n words of the 1st .
ProxRunner
          The ProxRunner class is used when a user wishes to make a query involving two terms where the 2nd term must lie within n words of the 1st .
TermRunner
          The TermRunner object represents a binary form of a query that consists of one term.
VectorRunner
          A VectorRunner can execute a number of Runners concurrently.