t;
>
> -----Original Message-
> From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID]
> Sent: Monday, November 03, 2014 1:35 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Ignoring Duplicates in Multivalue Field
>
> Hi Tomer,
>
> What happens when you add
cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents
-- Jack Krupansky
-Original Message-
From: Tomer Levi
Sent: Monday, November 3, 2014 4:19 AM
To: solr-user@lucene.apache.org ; Ahmet Arslan
Subject: RE: Ignoring Duplicates in Multivalue Field
Hi Ahmet,
When I add the RunU
Hi Ahmet,
When I add the RunUpdateProcessorFactory Solr didn't remove any duplications.
Any other idea?
-Original Message-
From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID]
Sent: Monday, November 03, 2014 1:35 AM
To: solr-user@lucene.apache.org
Subject: Re: Ignoring Duplicat
Hi Tomer,
What happens when you addto your chain?
Ahmet
On Sunday, November 2, 2014 1:22 PM, Tomer Levi wrote:
Hi,
I’m trying to make my “update” request handler ignore multivalue duplications
in updates.
To make my use case clear, let’s assume my index already contains a document
li
Hi,
I'm trying to make my "update" request handler ignore multivalue duplications
in updates.
To make my use case clear, let's assume my index already contains a document
like:
{
id:"100",
"myMultValueField": ["1","2","3"]
}
Later I would like to send an update like:
{
id:"100","
myMul