Description
Currently the Lucene integrations opens a new IndexSeracher for every read call. This proves to be costly as per OAK-1702. Instead we should use a shared IndexSearcher based on approach taken in Lucene SearcherManager.
Further there needs to be a way to pickup any changes in Lucene index across cluster nodes
Attachments
Attachments
Issue Links
- relates to
-
OAK-1702 Create a benchmark for Full text search
- Closed