: So, the part in question is "Multiple search threads may access the
: index concurrently"
:
: However, I think the question is really asking "Can multiple threads
: access the same SEARCHER at the same time?"

yes, I've clarified the answer...

  Yes, IndexSearcher is thread-safe.  Multiple search threads may use the
  same instance of IndexSearcher concurrently without any problems.



-Hoss


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

Reply via email to