Removing Solr duplicate values into multivalued field

后端 未结 7 1062
情书的邮戳
情书的邮戳 2021-02-19 03:13

My Solr index contains a multivalued field with duplicate values. How can I remove the duplicates ?

Is it possible to overwrite duplicate values into the multivalued fie

7条回答
  •  日久生厌
    2021-02-19 03:54

    I was struggling to accomplish the same. This worked for me. Add the below processor to your solrconfig.xml

    
            
                
                    multivaluedFieldXYZ
                
            
            
     
    

提交回复
热议问题