Multi-threaded expert search with Lucene
Lucene’s high-level search API parallelizes search automatically, achieving superb performance. The low-level expert API does not do that. Here is a solution to parallelize custom search. It is Open Source. Introduction …