I understand that there can only be a single active IndexWriter per Directory, but is the IndexWriter multithreaded (it seems to be)? It would appear that on a multiprocessor box using multiple threads to add documents from a queue would be much faster (due to the parallel tokenization)? Do I have this correct? Thanks. Robert
- IndexWriter multithreaded? Robert Engels
- Re: IndexWriter multithreaded? Simon Willnauer
- Re: IndexWriter multithreaded? Yonik Seeley
- RE: IndexWriter multithreaded? Robert Engels