Re: NewBie To Lucene || Perfect configuration on a 64 bit server

2014-05-28 Thread Erick Erickson
bq: We did a detailed analysis for each step and observed that indexing per RTF file(i.e using path and content(with File Reader)) happened at the same millisecond and On an average it took 95millisec for each file to get indexed and took anywhere between 200 to 500millisec for file to get converte

Fast bulk explains?

2014-05-28 Thread Gregg Donovan
We're attempting to get explains for the top 1000 documents we fetch from Lucene and running into performance problems. Is there a good way to speed these up? In our profiling, we see the advance() methods in each of the subqueries dominating the CPU time. The explain API takes 1 document at a tim