Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-15723

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 8.10.1
    • None
    • Schema and Analysis
    • None

    Description

      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 }

       

       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            ravijha Ravi Ranjan Jha
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: