UBER-1178: rework indexing fields (#4261)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Co-authored-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Vyacheslav Tumanov
2023-12-27 14:29:30 +07:00
committed by GitHub
co-authored by Andrey Sobolev
parent 66368621a0
commit 689e2d4caa
6 changed files with 56 additions and 39 deletions
+1
View File
@@ -9,6 +9,7 @@ interface IndexedReader {
getDoc: (attribute: string) => IndexedReader | undefined
}
// TODO: Rework to use mongo
function createIndexedReader (
_class: Ref<Class<Doc>>,
hierarchy: Hierarchy,