: How many IndexSearchers do people usually use in their applications?
: - In previous lucene versions, we found we had better concurrency using
: multiple IndexSearchers
: - Our current app uses an separate IndexSearcher for each thread (as needed)
: from a pool
In my experience, one "live" sear
Lucene users,
We run an EJB search application that has been experiencing some locking
issues. By taking thread dumps when the jvm seems to be frozen, many threads
in the application are locked around calls to getFSDirectory.
"Thread-84" daemon prio=1 tid=0x053117b0 nid=0x2274 waiting for monitor