This repository was archived by the owner on Aug 23, 2023. It is now read-only.
Clean up idx/memory
namespace by moving components into their own packages
#1535
Labels
We currently have a lot of independent components mixed together in the
idx/memory
package. This leads to quite a lot of unnecessary namespace pollution in the index package. It should be simple to move many of these components into their own packages.There could be a hierarchy like
idx/memory/tags
idx/memory/tags/metaTags
idx/memory/tags/metaTags/enricher
idx/memory/tags/metaTags/metaRecords
idx/memory/tags/metaTags/metaTagIndex
The text was updated successfully, but these errors were encountered: