Uses of Class
org.egothor.query.parser.ParseException

Packages that use ParseException
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.query.parser This package defines JavaCC parser of user's query. 
 

Uses of ParseException in org.egothor.dir
 

Methods in org.egothor.dir that throw ParseException
 QueryResponse Group.query(int offset, int length, int p, java.lang.String query, long max_hits2scan, double pg_rerank, java.lang.String... controls)
          Return a QueryResponse to a user query.
 QueryResponse TankerImplSecure.query(int offset, int length, int p, java.lang.String query, long max_hits2scan, double pg_rerank, java.lang.String... controls)
          Deprecated. 
 QueryResponse TankerImplSecure.querySecure(int offset, int length, int p, java.lang.String query, long max_hits2scan, double pg_rerank, java.lang.String... controls)
          Standard query, but using multithreaded safe way.
 

Uses of ParseException in org.egothor.query.parser
 

Methods in org.egothor.query.parser that return ParseException
 ParseException Parser.generateParseException()
           
 

Methods in org.egothor.query.parser that throw ParseException
 Token Parser.next()
          Returns the next token in the stream, or null at EOS.
 Query Parser.readClausula()
           
 Query Parser.readClausulaI()
           
 Query Parser.readClausulaX()
           
 Query Parser.readPhrase()
           
 void Parser.readQuery(QGroup q)
           
 QTerm Parser.readToken()
           
 java.lang.String Parser.readTokSpec()