Re: AddIndexes(CodecReader...) API Question

2022-02-04 Thread Michael Sokolov
>From looking at https://issues.apache.org/jira/browse/LUCENE-2996 I think your analysis is correct, but I wasn't around for that so I am just reading the historical record, same as you. To my way of thinking, doing these opportunistic flushes clutter up the logic and ideally we would *not* do eith

AddIndexes(CodecReader...) API Question

2022-02-01 Thread Vigya Sharma
Hi All, I am working on a patch that would leverage the MergePolicy and MergeScheduler to run addIndexes(CodecReader...) triggered merges concurrently (Lucene-10216 , WIP-PR ). I had some general questio