Interface SRUQuery<T>

    • Method Detail

      • getQueryType

        String getQueryType()
        Get the short name for this parsed query, e.g. "cql".
        Returns:
        the short name for the query
      • getRawQuery

        String getRawQuery()
        Get the original query as a string.
        Returns:
        the original query
      • getParsedQuery

        T getParsedQuery()
        Get the parsed query as an abstract syntax tree.
        Returns:
        the parsed query as an abstract syntax tree.