Interface SearchQueryParser
public interface SearchQueryParser
Parses a query string created by a
SearchQuery to allow easy access to the various aspects of the query- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionQuery string submitted should already be url-encoded.
-
Method Details
-
parse
Query string submitted should already be url-encoded.- Parameters:
query- The search query- Returns:
- The parsed query
-