Re: Strange missing docs when reindexing with threads.

2009-06-12 Thread Alexander Wallace
That was exactly my issue... i changed my code to not reuse document/fields and it is all good now! Thanks for your support! Shalin Shekhar Mangar wrote: On Fri, Jun 12, 2009 at 11:40 PM, Alexander Wallace wrote: Hi all! I'm using Solr 1.3 and currently testing reindexing... In my clie

Re: Strange missing docs when reindexing with threads.

2009-06-12 Thread Alexander Wallace
Right after I sent the email I went on and checked for uniqueness of documents... In theory the were all supposed to be unique... But i've realized that the platform I'm using to reindex, is delaying sending the requests, this in combination with my reindexers reusing document fields (instead

Re: Strange missing docs when reindexing with threads.

2009-06-12 Thread Shalin Shekhar Mangar
On Fri, Jun 12, 2009 at 11:40 PM, Alexander Wallace wrote: > Hi all! > > I'm using Solr 1.3 and currently testing reindexing... > > In my client app, i am sending 17494 requests to add documents... In 3 > different scenarios: > > a) not using threads > b) using 1 thread > c) using 2 threads > >

Strange missing docs when reindexing with threads.

2009-06-12 Thread Alexander Wallace
Hi all! I'm using Solr 1.3 and currently testing reindexing... In my client app, i am sending 17494 requests to add documents... In 3 different scenarios: a) not using threads b) using 1 thread c) using 2 threads In scenario a), everything seems to work fine... In my client log, is see 174