Re: Solr 4.x auto-increment/sequence/counter functionality.

2013-03-10 Thread mark12345
and experience with the internals of the Lucene _docid_ field? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-x-auto-increment-sequence-counter-functionality-tp4045125p4046137.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.x auto-increment/sequence/counter functionality.

2013-03-08 Thread mark12345
-- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-x-auto-increment-sequence-counter-functionality-tp4045125p4045725.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.x auto-increment/sequence/counter functionality.

2013-03-06 Thread Otis Gospodnetic
Hi, How about a custom UpdateRequestProcessor that uses milliseconds or even nanoseconds and stores them in some field? If that is enough resolution and you still want to avoid collision, append a random letter/string/number to it, a la millis or nanos_extra stuff to make it unique. Otis --

Re: Solr 4.x auto-increment/sequence/counter functionality.

2013-03-06 Thread mark12345
be considering? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-x-auto-increment-sequence-counter-functionality-tp4045125p4045239.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.x auto-increment/sequence/counter functionality.

2013-03-06 Thread Timothy Potter
? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-x-auto-increment-sequence-counter-functionality-tp4045125p4045239.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.x auto-increment/sequence/counter functionality.

2013-03-06 Thread Upayavira
/uniqueKey declaration in schema.xml. Are there other options that I should be considering? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-x-auto-increment-sequence-counter-functionality-tp4045125p4045239.html Sent from the Solr - User mailing list archive