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

Reply via email to