: > Is really unique if we allow duplicates? I had similar
: > problem...
: >
:
: if you allowDups, then uniqueKey may not be unique...
allowDups is one of those features where Solr not only gives you enough
rope to hang yourself, but Solr also ties the rope into a knot, cust some
lumber, an
On Jul 15, 2008, at 10:31 AM, Fuad Efendi wrote:
Thanks Ryan,
Is really unique if we allow duplicates? I had similar
problem...
if you allowDups, then uniqueKey may not be unique...
however, it is still used as the key for many items.
Quoting Ryan McKinley <[EMAIL PROTECTED]>:
O
Thanks Ryan,
Is really unique if we allow duplicates? I had similar problem...
Quoting Ryan McKinley <[EMAIL PROTECTED]>:
On Jul 15, 2008, at 2:45 AM, Sunil wrote:
Hi All,
I want to change the duplicate content behavior in solr. What I want to
do is:
1) I don't want duplicate content.
2
On Jul 15, 2008, at 2:45 AM, Sunil wrote:
Hi All,
I want to change the duplicate content behavior in solr. What I want
to
do is:
1) I don't want duplicate content.
2) I don't want to overwrite old content with new one.
Means, if I add duplicate content in solr and the content already
exis
Thanks guys.
-Original Message-
From: Norberto Meijome [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2008 2:35 PM
To: solr-user@lucene.apache.org
Subject: Re: Duplicate content
On Tue, 15 Jul 2008 10:48:14 +0200
Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> >> 2)
On Tue, 15 Jul 2008 10:48:14 +0200
Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> >> 2) I don't want to overwrite old content with new one.
> >>
> >> Means, if I add duplicate content in solr and the content already
> >> exists, the old content should not be overwritten.
> >
> > before inserting a n
Norberto Meijome pisze:
>> 2) I don't want to overwrite old content with new one.
>>
>> Means, if I add duplicate content in solr and the content already
>> exists, the old content should not be overwritten.
>
> before inserting a new document, query the index - if you get a result back,
> then
On Tue, 15 Jul 2008 13:15:41 +0530
"Sunil" <[EMAIL PROTECTED]> wrote:
> 1) I don't want duplicate content.
SOLR uses the field you define as the unique field to determine whether a
document should be replaced or added. The rest of the fields are in your hands.
You could devise a setup whereby the
You must do a check before adding documents
On Tue, Jul 15, 2008 at 1:15 PM, Sunil <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I want to change the duplicate content behavior in solr. What I want to
> do is:
>
> 1) I don't want duplicate content.
> 2) I don't want to overwrite old content with new on