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

[jira] [Created] (SOLR-12540) Solr API - standardize parameter names to either camel case or dot-separated lowercase

Shawn Heisey created SOLR-12540:
-----------------------------------

             Summary: Solr API - standardize parameter names to either camel case or dot-separated lowercase
                 Key: SOLR-12540
                 URL: https://issues.apache.org/jira/browse/SOLR-12540
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 7.4
            Reporter: Shawn Heisey


Parameter names for the Solr API are a mixture of camel case and dot-separated notation.  Here's an API that uses both notations:

https://lucene.apache.org/solr/guide/7_4/collections-api.html#create-parameters

That API even has parameters that use both forms at the same time: createNodeSet.shuffle and collection.configName are examples.

We need to standardize on one notation, simplify the names where possible, and deprecate non-conforming parameters.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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