[ 
https://issues.apache.org/jira/browse/SOLR-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609435#comment-13609435
 ] 

Steve Rowe commented on SOLR-4623:
----------------------------------

bq. Also changes output path for copyFields and dynamicFields from "copyfields" 
and "dynamicfields" (all lowercase) to "copyFields" and "dynamicFields", 
respectively, to mirror all other REST API outputs, which use camel-case.

I want to point out a design choice I've made with the REST API URLs: I 
followed what appears to me to be a pattern in Solr's URLs: all paths elements 
in lowercase, and query params either in camel-case or dots.separating.words 
formats.
                
> Add REST API methods to get all remaining schema information, and also to 
> return the full live schema in json, xml, and schema.xml formats
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4623
>                 URL: https://issues.apache.org/jira/browse/SOLR-4623
>             Project: Solr
>          Issue Type: Sub-task
>          Components: Schema and Analysis
>    Affects Versions: 4.2
>            Reporter: Steve Rowe
>            Assignee: Steve Rowe
>            Priority: Minor
>             Fix For: 4.3
>
>         Attachments: JSONResponseWriter.output.json, 
> SchemaXmlResponseWriter.output.xml, SOLR-4623.patch, 
> XMLResponseWriter.output.xml
>
>
> Each remaining schema component (after field types, fields, dynamic fields, 
> copy fields were added by SOLR-4503) should be available from the schema REST 
> API: name, version, default query operator, similarity, default search field, 
> and unique key.
> It should be possible to get the entire live schema back with a single 
> request, and schema.xml format should be one of the supported response 
> formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to