is
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
>
> - Original Message
>> From: vivek sar
>> To: solr-user@lucene.apache.org
>> Sent: Tuesday, May 5, 2009 1:49:21 PM
>> Subject: Using UUID for unique key
>>
>>
On Tue, May 5, 2009 at 1:49 PM, vivek sar wrote:
> I've a distributed Solr instances. I'm using Java's UUID
> (UUID.randomUUID()) to generate the unique id for my documents. Before
> adding unique key I was able to commit 50K records in 15sec (pretty
> constant over the growing index), after addi
ene.apache.org
> Sent: Tuesday, May 5, 2009 1:49:21 PM
> Subject: Using UUID for unique key
>
> Hi,
>
> I've a distributed Solr instances. I'm using Java's UUID
> (UUID.randomUUID()) to generate the unique id for my documents. Before
> adding unique key I was abl
Hi,
I've a distributed Solr instances. I'm using Java's UUID
(UUID.randomUUID()) to generate the unique id for my documents. Before
adding unique key I was able to commit 50K records in 15sec (pretty
constant over the growing index), after adding unique key it's taking
over 35 sec for 50k and the