8 introduced MultifieldAnseriniIndex and MultifieldSqliteDocstore as separate classes from AnseriniIndex and SqliteDocstore to avoid any breaking changes. Intuitively, should be able to unify these into a single class (single field index/docstore just contain one field). At the very least, there's a lot of code that could be shared between them.
8 introduced
MultifieldAnseriniIndex
andMultifieldSqliteDocstore
as separate classes fromAnseriniIndex
andSqliteDocstore
to avoid any breaking changes. Intuitively, should be able to unify these into a single class (single field index/docstore just contain one field). At the very least, there's a lot of code that could be shared between them.