Grant Ingersoll wrote:
The thread safety issues are on the search side usage of Analyzer, not indexing.

Primarily search, but not exclusively. IndexWriter is thread safe. One can add documents to a single IndexWriter instance from multiple threads. Tokenization will be done in parallel.


Doug

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



Reply via email to