Re: uniqueKey not enforced

2012-10-24 Thread Jack Krupansky
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

Re: uniqueKey not enforced

2012-10-24 Thread Robert Krüger
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

Re: uniqueKey not enforced

2012-10-24 Thread Erick Erickson
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

Re: uniqueKey not enforced

2012-10-24 Thread Robert Krüger
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

Re: uniqueKey not enforced

2012-10-23 Thread Erick Erickson
>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

Re: uniqueKey not enforced

2012-10-22 Thread Robert Krüger
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

Re: uniqueKey not enforced

2012-10-22 Thread Jack Krupansky
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

Re: uniqueKey not enforced

2012-10-22 Thread Robert Krüger
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

Re: uniqueKey not enforced

2012-10-22 Thread Jack Krupansky
field to be required in documents), but I am curious how you managed to get an id field different from the Solr example. -- Jack Krupansky -Original Message- From: Robert Krüger Sent: Monday, October 22, 2012 5:56 AM To: solr-user@lucene.apache.org Subject: uniqueKey not enforced Hi,

uniqueKey not enforced

2012-10-22 Thread Robert Krüger
Hi, I noticed a duplicate entry in my index and I am wondering how that can be, because I have a uniqueKey defined. I have the following defined in my schema.xml: other field types omitted here ... other fields omitted here ... id name An