You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2019/07/25 14:03:00 UTC

[jira] [Created] (SOLR-13652) Remove update from initParams in example solrconfig files that only mention "df"

Erick Erickson created SOLR-13652:
-------------------------------------

             Summary: Remove update from initParams in example solrconfig files that only mention "df"
                 Key: SOLR-13652
                 URL: https://issues.apache.org/jira/browse/SOLR-13652
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Erick Erickson


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/**".



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org