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

Remove update from initParams in example solrconfig files that only mention "df"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • examples

    Description

      At least some of the solrconfig files we ship have this entry:

      <initParams path="/update/**,/query,/select,/tvrh,/elevate,/spell,/browse,update">
          <lst name="defaults">
            <str name="df">text</str>
          </lst>
        </initParams>

       

      which has lead at least one user to wonder if there's some kind of automatic way to have the df field populated for updates. I don't even know how you'd send an update that didn't have a specific field. We should remove the "update/**".

      Attachments

        Activity

          People

            Unassigned Unassigned
            erickerickson Erick Erickson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: