[ 
https://issues.apache.org/jira/browse/SOLR-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Rowe resolved SOLR-4537.
------------------------------

       Resolution: Fixed
    Fix Version/s: 4.3

Committed to trunk and branch_4x.
                
> Clean up schema information REST API
> ------------------------------------
>
>                 Key: SOLR-4537
>                 URL: https://issues.apache.org/jira/browse/SOLR-4537
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>    Affects Versions: 4.2
>            Reporter: Steve Rowe
>            Assignee: Steve Rowe
>            Priority: Minor
>             Fix For: 4.3
>
>         Attachments: SOLR-4537.patch
>
>
> SOLR-4503 introduced schema information REST API resources for fields, 
> dynamicFields, fieldTypes, and copyFields.
> However, TestFieldsCollectionResource tests make assumptions about the order 
> in which results are returned, and FieldsCollectionResource doesn't provide 
> them in a stable order, and as a result, those tests are failing in 
> environments where the hash iteration order is different from mine (see 
> [http://markmail.org/message/phknufx4ywlc7eiw]).
> Also, FieldsCollectionResource always ignores the "includeDynamic" query 
> parameter, which makes sense in the get-me-info-on-all-the-fields case (i.e., 
> the "fl" query parameter is not specified), but when the "fl" query parameter 
> *is* specified, the "includeDynamic" query parameter should be respected, so 
> that if a requested field doesn't match an explicit field, but matches a 
> dynamic field, properties for the matching dynamic field are returned.

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to