Package org.egothor.query.runner.enhanced

This package defines a machinery that navigates the rider during query execution in any 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 .
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.enhanced Description

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