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 Type
    Method
    Description
    parse(String query)
    Query string submitted should already be url-encoded.
  • Method Details

    • parse

      SearchQuery parse(String query)
      Query string submitted should already be url-encoded.
      Parameters:
      query - The search query
      Returns:
      The parsed query