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

2013-03-10 Thread mark12345
creation order. Does anyone have knowledge 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
mychain -- 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 Upayavira
ow in Solr, the only > > *free* uniqueness check is with the "id" declaration > > in "schema.xml". Are there other options that I should be considering? > > > > > > > > -- > > View this message in context: > > http://lucene.472066.

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

2013-03-06 Thread Timothy Potter
idering? > > > > -- > 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 mark12345
sidering? -- 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 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 _. Otis -- Solr & ElasticSearch Support http://sematext.com