Re: RemoveDuplicatesTokenFilterFactory to avoid import duplicate values in multivalued field

2013-07-01 Thread Jack Krupansky
g" is inappropriate for this email list (or any email list.) -- Jack Krupansky -Original Message- From: tuedel Sent: Monday, July 01, 2013 8:15 AM To: solr-user@lucene.apache.org Subject: Re: RemoveDuplicatesTokenFilterFactory to avoid import duplicate values in multivalued field H

Re: RemoveDuplicatesTokenFilterFactory to avoid import duplicate values in multivalued field

2013-07-01 Thread tuedel
":"foo"}, which still adds the tag, without questioning if its already part of the field. How may i be able to achieve distinct values on solr side?! -- View this message in context: http://lucene.472066.n3.nabble.com/RemoveDuplicatesTokenFilterFactory-to-avoid-import-duplica

Re: Duplicate values in multiValued field

2010-12-22 Thread Chris Hostetter
: If I put duplicate values into a multiValued field, would that cause any issues? : : For example I have a multiValued field "Color". Some of my documents : have duplicate values for that field, such as: Green, Red, Blue, Green, : Green. : : Would the above (having 3 duplicate Green) be the

Re: Duplicate values in multiValued field

2010-12-22 Thread Jonathan Rochkind
In my experience, that should work fine. Facetting in 1.4 works fine on multi-valued fields, and a duplicate value in the multi-valued field shouldn't be a problem. On 12/22/2010 2:31 AM, Andy wrote: If I put duplicate values into a multiValued field, would that cause any issues? For example

Duplicate values in multiValued field

2010-12-21 Thread Andy
If I put duplicate values into a multiValued field, would that cause any issues? For example I have a multiValued field "Color". Some of my documents have duplicate values for that field, such as: Green, Red, Blue, Green, Green. Would the above (having 3 duplicate Green) be the same as having