Hmm, this should not be the case: both TaxonomyIndexWriter and IndexWriter let you index new documents completely concurrently with near-real-time readers searching their already point-in-time snapshots.
Can you give some more specifics about how you are indexing and searching facets, and where specifically your search threads are blocked? Maybe capture the thread stacks and post back. Mike McCandless http://blog.mikemccandless.com On Wed, Jun 29, 2016 at 4:41 AM, Biltu Samanta <biltu143.2...@gmail.com> wrote: > Hi All, > > If a search is made from lucene facet(taxonomy search) , while taxonomy > indexing is in progress the application is getting blocked no further is > indexing is happening. My application is multithreaded. Kindly reply to > this mail, > > Thanks, > Biltu