Package org.egothor.query

This package contains objects that represent a structure of a query in our inner form.

See:
          Description

Class Summary
Configuration This object defines rules for query computation, or rather, classes of tokens.
QAnd The QAnd object represents an AND operator in a query.
QGroup The QGroup object represents a group of clausulas.
QNot The QNot class represents a NOT formula.
QOr The QOr object represents an OR operator in a query.
QPhrase  
QProx The QProx object represents an digit operator in a query.
QTerm The QTerm class represents a term.
 

Package org.egothor.query Description

This package contains objects that represent a structure of a query in our inner form.