apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.46k stars 979 forks source link

Remove Accountable interface where it's not needed #13280

Closed jpountz closed 1 month ago

jpountz commented 2 months ago

Description

Now that KnnVectorsReader no longer implements Accountable (#13255), it looks like there are a few internal classes where we could remove the Accountable interface as well. DirectMonotonicReader.Meta seems to be one of these.

jpountz commented 1 month ago

Implemented via #13330.