You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by tyball <do...@hotmail.com> on 2009/01/23 02:47:07 UTC

Re: [jira] Created: (SOLR-308) Add a field that generates an unique id when you have none in your data to index

 i have a simple test multiple core configuration, each with a uuid field
type  as unique id( using default="NEW").   when i use an query that uses
shards i always get an exeception that the uuid is not valid(it has
something to do with the tostring of UUIDField to retreive the UUID suddenly
contains a "java.util.UUID"+the actual UUID . i pathed it myself and removed 
"java.util.UUID" substring from the UUID and everything is fine. everything
works fine when not using shards in the query or not using uuid's afcourse.


-- 
View this message in context: http://www.nabble.com/-jira--Created%3A-%28SOLR-308%29-Add-a-field-that-generates-an-unique-id-when-you-have-none-in-your-data-to-index-tp11663589p21617406.html
Sent from the Solr - Dev mailing list archive at Nabble.com.