That might highlight when the duplication of keys occurred.
-- Jack Krupansky
-Original Message-
From: Robert Krüger
Sent: Wednesday, October 24, 2012 3:25 AM
To: solr-user@lucene.apache.org
Subject: Re: uniqueKey not enforced
On Tue, Oct 23, 2012 at 2:37 PM, Erick Erickson
wrote:
F
On Wed, Oct 24, 2012 at 2:03 PM, Erick Erickson wrote:
> Robert:
>
> But you do have an index somewhere, so the alternative for
> looking at it low-level would be
> 1> get a copy of Luke and point it at your index. Very useful tool
I will do that, next time I have that condition. Unfortunately I
Robert:
But you do have an index somewhere, so the alternative for
looking at it low-level would be
1> get a copy of Luke and point it at your index. Very useful tool
2> just copy all your conf and data files somewhere and run the Jetty
instance of Solr on that...
FWIW,
Erick
On Wed, Oct 24
On Tue, Oct 23, 2012 at 2:37 PM, Erick Erickson wrote:
> From left field:
>
> Try looking at your admin/schema browser page for the ID in question.
> That actually
> gets stuff out of your index (the actual indexed terms). See if you
> have two values
I'm running embedded, so I don't have that. Ho
>From left field:
Try looking at your admin/schema browser page for the ID in question.
That actually
gets stuff out of your index (the actual indexed terms). See if you
have two values
for that ID. In which case you _might_ have spaces before or after the value
somehow. I notice your comment says
On Mon, Oct 22, 2012 at 6:01 PM, Jack Krupansky wrote:
> And, are you using UUID's or providing specific key values?
specific key values
And, are you using UUID's or providing specific key values?
-- Jack Krupansky
-Original Message-
From: Robert Krüger
Sent: Monday, October 22, 2012 9:22 AM
To: solr-user@lucene.apache.org
Subject: Re: uniqueKey not enforced
On Mon, Oct 22, 2012 at 2:08 PM, Jack Krupansky
On Mon, Oct 22, 2012 at 2:08 PM, Jack Krupansky wrote:
> Which release of Solr?
3.6.1
>
> Is this a single node Solr or distributed or cloud?
single node, actually embedded in an application.
>
> Is is possible that you added documents with the "overwrite="false""
> attribute? That would suppres
Which release of Solr?
Is this a single node Solr or distributed or cloud?
Is is possible that you added documents with the "overwrite="false""
attribute? That would suppress the uniqueness test.
Is it possible that you added those documents before adding the uniqueKey
element to your schema