Package org.egothor.query.runner

This package defines a machinery that navigates the rider during query execution in the Vector model.

See:
          Description

Class Summary
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 .
PhraseScan This class is part of the Egothor Project
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.
 

Package org.egothor.query.runner Description

This package defines a machinery that navigates the rider during query execution in the Vector model. It also calculates the similarity values.