Re: Auto ID for Documents indexed

2010-08-27 Thread Lucas F. A. Teixeira
Oh, wait. If you do not have to have sequential, but only unique keys, you can use the UUIDType. You can set SOLR to handle this and generate the field ids for you. Works great for me. []s, Lucas Frare Teixeira .ยท. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucaste

Re: Auto ID for Documents indexed

2010-08-27 Thread Grijesh.singh
No there is no such feature,your indexing component have to keep generation of ids -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-ID-for-Documents-indexed-tp1367972p1369051.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto ID for Documents indexed

2010-08-27 Thread Markus Jelsma
No. Solr doesn't require a unique ID nor is an auto incrementing value really useful in indices spanning multiple machines. Maybe SOLR-308 could help you out but then the question remains, why would you need a feature like this? https://issues.apache.org/jira/browse/SOLR-308 On Friday 27 Augu