Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-244

ModifiableSolrParams -- (perhaps) modify MultiMapSolrParams

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.3
    • None
    • None

    Description

      The existing ways to change parameters at runtime are awkward, this is a class I have been using in SOLR-20. It is a solr params implementation with two nice additions:

      public void set( String name, String ... val )

      { ... }

      public void add( String name, String ... val )

      { ... }

      Rather then have a new class, it may be better to augment MultiMapSolrParams to include a default constructor and use set/add to modify the final Map<String,String[]>

      Attachments

        Activity

          People

            ryantxu Ryan McKinley
            ryantxu Ryan McKinley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: