Re: UUID field changed when document is updated

2011-12-07 Thread Lance Norskog
http://www.lucidimagination.com/search/link?url=http://wiki.apache.org/solr/UniqueKey On Wed, Dec 7, 2011 at 5:04 PM, Lance Norskog wrote: > Yes, the SignatureUpdateProcessor is what you want. The 128-bit hash is > exactly what you want to use in this situation. You will never get the > same ID

Re: UUID field changed when document is updated

2011-12-07 Thread Lance Norskog
Yes, the SignatureUpdateProcessor is what you want. The 128-bit hash is exactly what you want to use in this situation. You will never get the same ID for two urls- collisions have never been observed "in the wild" for this hash algorithm. Another cool thing about using hash-codes as fields is th

Re: UUID field changed when document is updated

2011-12-07 Thread blaise thomson
Hi Hoss, Thanks for getting back to me on this. : I've been trying to use the UUIDField in solr to maintain ids of the >: pages I've crawled with nutch (as per >: http://wiki.apache.org/solr/UniqueKey). The use case is that I want to >: have the server able to use these ids in another database

Re: UUID field changed when document is updated

2011-12-06 Thread Chris Hostetter
: I've been trying to use the UUIDField in solr to maintain ids of the : pages I've crawled with nutch (as per : http://wiki.apache.org/solr/UniqueKey). The use case is that I want to : have the server able to use these ids in another database for various : statistics gathering. So I want the l

UUID field changed when document is updated

2011-12-06 Thread blaise thomson
Hi, I've been trying to use the UUIDField in solr to maintain ids of the pages I've crawled with nutch (as per http://wiki.apache.org/solr/UniqueKey). The use case is that I want to have the server able to use these ids in another database for various statistics gathering. So I want the link u