Package org.apache.lucene.queryparser.surround.parser


package org.apache.lucene.queryparser.surround.parser
This package contains the QueryParser.jj source file for the Surround parser.

Parsing the text of a query results in a SrndQuery in the org.apache.lucene.queryparser.surround.query package.

  • Class
    Description
    This interface describes a character stream that maintains line and column number positions of the characters.
    An efficient implementation of JavaCC's CharStream interface.
    This exception is thrown when parse errors are encountered.
    This class is generated by JavaCC.
    Token literal values and constants.
    Token Manager.
    Describes the input token stream.
    Token Manager Error.