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 2015/03/26 20:13:53 UTC

[jira] [Resolved] (SOLR-6141) Schema API: Remove fields, dynamic fields, field types and copy fields; and replace fields, dynamic fields and field types

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

Steve Rowe resolved SOLR-6141.
------------------------------
       Resolution: Fixed
    Fix Version/s: 5.1
                   Trunk

Committed to trunk and branch_5x.

> Schema API: Remove fields, dynamic fields, field types and copy fields; and replace fields, dynamic fields and field types
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-6141
>                 URL: https://issues.apache.org/jira/browse/SOLR-6141
>             Project: Solr
>          Issue Type: Sub-task
>          Components: Schema and Analysis
>            Reporter: Christoph Strobl
>            Assignee: Steve Rowe
>              Labels: rest_api
>             Fix For: Trunk, 5.1
>
>         Attachments: SOLR-6141-fix-TestBulkSchemaConcurrent.patch, SOLR-6141.patch, SOLR-6141.patch
>
>
> It should be possible, via the bulk schema API, to remove and replace the following: 
> # fields
> # dynamic fields
> # field types
> # copy field directives (note: replacement is not applicable to copy fields)
> Removing schema elements that are referred to elsewhere in the schema must be guarded against:
> # Removing a field type should be disallowed when there are fields or dynamic fields of that type.
> # Removing a field should be disallowed when there are copy field directives that use the field as source or destination.
> # Removing a dynamic field should be disallowed when it is the only possible match for a copy field source or destination.



--
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