See: Description
| Interface | Description |
|---|---|
| QueryParser |
A parser transforming query strings in composite
Query
objects. |
| SimpleParserConstants |
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| QueryParserException |
A parse exception.
|
| Error | Description |
|---|---|
| TokenMgrError |
A simple JavaCC-generated parser used
by the Query class. For details about the syntax,
please consult the it.unimi.di.big.mg4j.search package documentation. If you need
to know the relation between queries, syntax trees and document iterators please consult the
it.unimi.di.big.mg4j.query.nodes package documentation.