Yonik Seeley wrote:
On Dec 17, 2007 1:40 AM, Ben Incani <[EMAIL PROTECTED]> wrote:
I have converted to using the Solr search interface and I am trying to
retrieve documents from a list of search results (where previously I had
used the doc id directly from the lucene query results) and the solr id
I have got currently indexed is unfortunately configured not be unique!

Ouch... I'd try to make a unique Id then!
Or barring that, just try to make the query match exactly the docs you
want back (don't do the 2 phase thing).


In 1.3-dev, you can use UUIDField to have solr generate a UUID for each doc.

ryan

Reply via email to