Automatically generating unique key

2011-09-04 Thread Kissue Kissue
Hi, Please does anybody know what configurations i need to have in order for Solr to generate the unique key automatically? I am using solr 3.3.0. I have the following fieldtype: fieldType name=id_uuid class=solr.UUIDField indexed=true required=true/ Thanks.

Re: Automatically generating unique key

2011-09-04 Thread Kissue Kissue
Sorry i found the solution. Many thanks. On Sun, Sep 4, 2011 at 5:39 PM, Kissue Kissue kissue...@gmail.com wrote: Hi, Please does anybody know what configurations i need to have in order for Solr to generate the unique key automatically? I am using solr 3.3.0. I have the following

Re: Automatically generating unique key

2011-09-04 Thread Chris Hostetter
: Please does anybody know what configurations i need to have in order for : Solr to generate the unique key automatically? I am using solr 3.3.0. I have : the following fieldtype: : : fieldType name=id_uuid class=solr.UUIDField indexed=true : required=true/ For the record: 1) a unique