A single IndexSearcher is all a system needs to use (in the basic sense). Pooling multiple instances pointing to the same index won't benefit your performance. Things get trickier when you are updating the index and want to see the updates.

        Erik


On May 19, 2006, at 5:13 AM, Zhenjian YU wrote:

I'm using apache commons pooling library to pool the IndexSearcher, so that
my system
can provide high performance.

I wonder if it is reasonable to pooling objects of lucene?
If yes, is there any other objects I can also pool?

Thank you!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to