Package it.unimi.di.mg4j.query.parser

A simple JavaCC-generated parser used by the Query class.

See:
          Description

Interface Summary
QueryParser A parser transforming query strings in composite Query objects.
SimpleParserConstants  
 

Class Summary
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleParser A simple parser that transform a query string into a query.
SimpleParserTokenManager  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
QueryParserException A parse exception.
 

Error Summary
TokenMgrError  
 

Package it.unimi.di.mg4j.query.parser Description

A simple JavaCC-generated parser used by the Query class. For details about the syntax, please consult the it.unimi.di.mg4j.search package documentation. If you need to know the relation between queries, syntax trees and document iterators please consult the it.unimi.di.mg4j.query.nodes package documentation.