You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2016/04/15 03:06:25 UTC

[jira] [Updated] (SOLR-8736) GET operations on fields, dynamicFields, fieldTypes, copyField should work

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

Steve Rowe updated SOLR-8736:
-----------------------------
    Description: 
Commits under this issue changed the implementation for handling GET operations on the following URL paths: {{schema/fields}}, {{schema/dynamicFields}}, {{schema/fieldTypes}}, and {{schema/copyFields}}.

As part of the changes, the following functionality was removed, as of Solr 6.0.0:

* {{schema/copyfields}}:
** The following information is no longer output:
*** {{destDynamicBase}}: the matching dynamic field pattern for the destination
*** {{sourceDynamicBase}}: the matching dynamic field pattern for the source
** The following request parameters are no longer supported:
*** {{dest.fl}}: include only copyFields that have one of these as a destination
*** {{source.fl}}: include only copyFields that have one of these as a source
* {{schema/dynamicfields}}:
** The following request parameters are no longer supported:
*** {{fl}}: a comma and/or space separated list of dynamic field patterns to include 
* {{schema/fields}} and {{schema/fields/_fieldname_}}:
** The following information is no longer output:
*** {{dynamicBase}}: the matching dynamic field pattern, if the {{includeDynamic}} param is given (see below) 
** The following request parameters are no longer supported:
*** {{fl}}: (only supported without {{/_fieldname_}}): a comma and/or space separated list of fields to include 
*** {{includeDynamic}}: the matching dynamic field pattern, if {{_fieldname_}}, or field(s) listed in {{fl}} param, are not explicitly declared in the schema
* {{schema/fieldtypes}} and {{schema/fieldtypes/_typename_}}:
** The following information is no longer output: 
*** {{fields}}: the fields with the given field type
*** {{dynamicFields}}: the dynamic fields with the given field type  


> GET operations on fields, dynamicFields, fieldTypes, copyField should work
> --------------------------------------------------------------------------
>
>                 Key: SOLR-8736
>                 URL: https://issues.apache.org/jira/browse/SOLR-8736
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Minor
>             Fix For: 6.0
>
>         Attachments: SOLR-8736.patch
>
>
> Commits under this issue changed the implementation for handling GET operations on the following URL paths: {{schema/fields}}, {{schema/dynamicFields}}, {{schema/fieldTypes}}, and {{schema/copyFields}}.
> As part of the changes, the following functionality was removed, as of Solr 6.0.0:
> * {{schema/copyfields}}:
> ** The following information is no longer output:
> *** {{destDynamicBase}}: the matching dynamic field pattern for the destination
> *** {{sourceDynamicBase}}: the matching dynamic field pattern for the source
> ** The following request parameters are no longer supported:
> *** {{dest.fl}}: include only copyFields that have one of these as a destination
> *** {{source.fl}}: include only copyFields that have one of these as a source
> * {{schema/dynamicfields}}:
> ** The following request parameters are no longer supported:
> *** {{fl}}: a comma and/or space separated list of dynamic field patterns to include 
> * {{schema/fields}} and {{schema/fields/_fieldname_}}:
> ** The following information is no longer output:
> *** {{dynamicBase}}: the matching dynamic field pattern, if the {{includeDynamic}} param is given (see below) 
> ** The following request parameters are no longer supported:
> *** {{fl}}: (only supported without {{/_fieldname_}}): a comma and/or space separated list of fields to include 
> *** {{includeDynamic}}: the matching dynamic field pattern, if {{_fieldname_}}, or field(s) listed in {{fl}} param, are not explicitly declared in the schema
> * {{schema/fieldtypes}} and {{schema/fieldtypes/_typename_}}:
> ** The following information is no longer output: 
> *** {{fields}}: the fields with the given field type
> *** {{dynamicFields}}: the dynamic fields with the given field type  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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