[
https://issues.apache.org/jira/browse/SOLR-4503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13594382#comment-13594382
]
Commit Tag Bot commented on SOLR-4503:
--------------------------------------
[branch_4x commit] Steven Rowe
http://svn.apache.org/viewvc?view=revision&revision=1453162
SOLR-4503: Add REST API methods to get schema information: fields,
dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is
used to service these requests.
Also fixes bugs in dynamic copyField logic described in SOLR-3798.
Also fixes a bug with proxied SolrCloud requests (SOLR-4210) when using the GET
method.
(merged trunk r1453161)
> Add REST API methods to get schema information: fields, dynamicFields,
> fieldTypes, and copyFields
> -------------------------------------------------------------------------------------------------
>
> Key: SOLR-4503
> URL: https://issues.apache.org/jira/browse/SOLR-4503
> Project: Solr
> Issue Type: Sub-task
> Components: Schema and Analysis
> Affects Versions: 4.1
> Reporter: Steve Rowe
> Assignee: Steve Rowe
> Fix For: 4.2, 5.0
>
> Attachments: all.dynamic.fields.json, all.dynamic.fields.json,
> all.dynamic.fields.json, all.fields.json, all.fields.json,
> all.field.types.json, all.field.types.json, coordinate.dynamic.field.json,
> coordinate.dynamic.field.json, coordinate.dynamic.field.json,
> copyfields.json, date.field.type.json, date.field.type.json,
> price.field.json, price.field.json, SOLR-4503.patch, SOLR-4503.patch,
> SOLR-4503.patch, SOLR-4503.patch, SOLR-4503.patch
>
>
> Add REST methods that provide properties for fields, dynamicFields,
> fieldTypes, and copyFields, using paths:
> /solr/(corename)/schema/fields
> /solr/(corename)/schema/fields/fieldname
> /solr/(corename)/schema/dynamicfields
> /solr/(corename)/schema/dynamicfields/pattern
> /solr/(corename)/schema/fieldtypes
> /solr/(corename)/schema/fieldtypes/typename
> /solr/(corename)/schema/copyfields
--
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]