Class MapSolrParams

    • Constructor Detail

    • Method Detail

      • getParams

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

        public Iterator<String> getParameterNamesIterator()
        Description copied from class: SolrParams
        Returns an Iterator over the parameter names. If you were to call a getter for this parameter, you should get a non-null value. Since you probably want the value, consider using Java 5 for-each style instead for convenience since a SolrParams implements Iterable.
        Specified by:
        getParameterNamesIterator in class SolrParams