You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Mike Richmond <ri...@gmail.com> on 2006/06/21 06:50:49 UTC

Duplicates in MultiValued fields

Is there anyway to not allow duplicates inside of a mutivalued field using Solr?


Thanks,

Mike

Re: Duplicates in MultiValued fields

Posted by Mike Richmond <ri...@gmail.com>.
I want uniqueness within a single document so I'll take care of it in
the client.


Thanks again,

Mike


On 6/21/06, Yonik Seeley <ys...@gmail.com> wrote:
> On 6/21/06, Mike Richmond <ri...@gmail.com> wrote:
> > Is there anyway to not allow duplicates inside of a mutivalued field using Solr?
>
> Not currently.  Do you want uniqueness within a single document, or
> across many documents?
> If it's within a single document, this is probably easiest to
> implement in the client sending the document.
>
> -Yonik
>

Re: Duplicates in MultiValued fields

Posted by Yonik Seeley <ys...@gmail.com>.
On 6/21/06, Mike Richmond <ri...@gmail.com> wrote:
> Is there anyway to not allow duplicates inside of a mutivalued field using Solr?

Not currently.  Do you want uniqueness within a single document, or
across many documents?
If it's within a single document, this is probably easiest to
implement in the client sending the document.

-Yonik