Closed (won't fix)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2013 at 16:50 UTC
Updated:
18 Mar 2013 at 10:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
mkalkbrennerComment #2
nick_vhMakes sense
Comment #3
nick_vhneeds backport to 6.x-3.x, committed to 7.x-1.x
Comment #4
pwolanin commentedI think we should revert - it's not the module's job to clean up your data or guess what you meant.
Comment #5
nick_vhReverted in code, we should figure out if this is a difference for Solr (eg. Boosting). For facetting this certainly makes not a big difference.
Comment #6
pwolanin commentedthe number of times the value appears affects scoring, so I don't think we should be trying to guess the intent at this level.
Comment #7
mkalkbrennerAfter our conversation I agree with Peter and will solve the duplicate entry issue within Apache Solr Multilingual.
Comment #8
heacu commentednote that this can also be done effectively in solrconfig.xml using
UniqFieldsUpdateProcessorFactory
(http://lucene.apache.org/solr/4_1_0/solr-core/org/apache/solr/update/pro...).
you'll need Solr 4.0 for this, though.