On Wed, Mar 19, 2025 at 9:47 AM Adrien Grand <jpou...@gmail.com> wrote: > > I could see Lucene help applications a bit more with building this sort of > thing, e.g. by allowing applications to provide a listener to > IndexWriterConfig that gets called on every segment deletion, flush, merge > and live-docs/doc-values update with the total number of docs/bytes involved > and the time it took. This should help applications track > indexing-performance-related metrics more easily, e.g. write amplification > through segment merges. >
I'm worried about a mess here, like tracking memory has been in the past. I think sometimes it is best to let a library just be a library. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org