I currently am sharing my IndexSearcher across multiple requests as a static object.

While I understand that the IndexSearcher is threadsafe, this does not necessarily mean that it's multi-threaded capable. I was wondering if there is any thread blocking going on between requests?

Would it improve performance to create a pool of IndexSearchers?

Thanks!





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

Reply via email to