Class AppendedSolrParams

    • Method Detail

      • getParams

        public String[] getParams​(String param)
        Description copied from class: SolrParams
        returns an array of the String values of a param, or null if no mapping for the param exists.
        Overrides:
        getParams in class DefaultSolrParams
      • toString

        public String toString()
        Description copied from class: SolrParams
        Like SolrParams.toQueryString(), but only replacing enough chars so that the URL may be unambiguously pasted back into a browser. This method can be used to properly log query parameters without making them unreadable.

        Characters with a numeric value less than 32 are encoded. &,=,%,+,space are encoded.

        Overrides:
        toString in class DefaultSolrParams