Re: lucene scalability query

2015-01-08 Thread Toke Eskildsen
On Thu, 2015-01-08 at 12:03 +0100, sreedevi s wrote: >I am doing a scalability analysis for lucene search in my application.I > was running my junits with different sets of data which are like > 1K,10K,100K and 1000K. [...] Your table copy-paste did not work. I tried extracting the key data:

lucene scalability query

2015-01-08 Thread sreedevi s
Hi, I am doing a scalability analysis for lucene search in my application.I was running my junits with different sets of data which are like 1K,10K,100K and 1000K. I kept my indexes in memory and then tried accessing the same test multiple times.ie, I built my index when my test ran first time a