On Wed, Jun 25, 2008 at 9:34 PM, Galen Pahlke <[EMAIL PROTECTED]> wrote: > I originally tested with an index generated by solr 1.2, but when that > didn't work, I rebuilt the index from scratch. > From my schema.xml: > > <fields> > ..... > <field name="id" type="integer" indexed="true" stored="true" > required="true"/> > ..... > </fields> > > <uniqueKey>id</uniqueKey>
I tried this as well... changing the example schema id type to integer, adding a document and deleting it. Everything worked fine. Something to watch out for: when you indexed the data, could it have had spaces in the id or something? If you can't figure it out, try reproducing it in a simple example that can be added to a JIRA issue. -Yonik