Package org.codelibs.fess.query.parser
Interface QueryParser.FilterChain
- Enclosing class:
QueryParser
public static interface QueryParser.FilterChain
Interface for the filter chain that processes queries.
Each filter in the chain can invoke the next filter or terminate the chain.
-
Method Summary
-
Method Details
-
parse
Parses the query string and returns a Query object.- Parameters:
query- the query string to parse- Returns:
- the parsed Query object
-