node-clucene icon indicating copy to clipboard operation
node-clucene copied to clipboard

Fix for file access issues on search

Open lhagan opened this issue 13 years ago • 1 comments

This fix solves the issues I reported in issue #10 (read past EOF and Too many open files errors on after multiple searches).

lhagan avatar Jun 14 '12 00:06 lhagan

I'm going to leave this request open in case it helps someone else track down the actual problem, but this is definitely not the right way to fix this problem. IndexReader* get_reader looks like it's intended to re-use the same instance instead of opening a new one each time, but it doesn't.

lhagan avatar Jul 18 '12 03:07 lhagan