Open
Description
Is your feature request related to a problem? Please describe
Improve implementation of bloom filter. This may involve the need to create some new metadata while initializing the FieldsProducer
Describe the solution you'd like
Initialize different bloom filter instances for different queries rather than using a single one which has synchronized block today on the long array trying to read the byte values
Related component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response