On 1-Jun-07, at 11:11 PM, Jordan Hayes wrote:
Lucene sometimes just requires many file descriptors (this will be somewhat alleviated with Solr 1.2).Is there a way to find out how many is "many" ...?
for each segment, 7 + num indexed fields per segment. There should be log_{base mergefactor}(numDocs) * mergeFactor segments, approximately.
-Mike