Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.3
-
None
-
New, Patch Available
Description
The design of org.apache.lucene.facet.FacetsConfig encourages reuse of a single instance across multiple threads, yet the current synchronization model is too strict as it doesn't allow for concurrent read operations.
I'll attach a trivial patch which removes the contention point.