Interface Query

    • Method Detail

      • build

        String build()
              throws QuerySyntaxException
        Build the solr query string representing the Query object.
        Returns:
        the solr query string representing the Query object.
        Throws:
        QuerySyntaxException - if the query can't be built because of a syntax error.
      • toString

        default String toString​(int indent)
        Gets a representation of this Query, for pretty-printing for logging and debugging purposes
        Parameters:
        indent - The current indentation. Base indentation is 2 (for printing a sub-level)
        Returns:
        a representation of this Query