You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Ravi Ranjan Jha (Jira)" <ji...@apache.org> on 2021/10/27 14:10:00 UTC

[jira] [Created] (SOLR-15723) Solr should support a way to specify fields to exclude in copyfield declaration in case source or dest has wildcard

Ravi Ranjan Jha created SOLR-15723:
--------------------------------------

             Summary: Solr should support a way to specify fields to exclude in copyfield declaration in case source or dest has wildcard
                 Key: SOLR-15723
                 URL: https://issues.apache.org/jira/browse/SOLR-15723
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Schema and Analysis
    Affects Versions: 8.10.1
            Reporter: Ravi Ranjan Jha


Solr should support a way to specify fields to exclude in copyField declaration in case source or dest has wildcard

 

Something like

{
 "dest": "metadata_all",
 "source": "* - [_text_]"
 }

 

or

{
 "dest": "metadata_all",
 "source": "*"
 },

{
 "dest": "metadata_all",
 "source": "_text_",

"exclusion": true
 }

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org