You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INVENTORY.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ This document outlines the long term plan to rewrite this project so that it rel
16
16
- Represent segment lists, schema and other metadata as entities attached to each commit.
17
17
- Replace the `meta.json` file with this trible based representation.
18
18
19
-
2.**Implement `TribleBlobDirectory`**
20
-
-Replace the `Directory` abstraction with a backend that reads and writes blobs via the Trible Space `BlobStore`.
21
-
-Index writers and readers operate on blob handles instead of filesystem paths.
19
+
2.**Adopt Trible-native storage primitives**
20
+
-Remove the Tantivy `Directory` abstraction and expose the Trible Space blob and view APIs directly to index components.
21
+
-Provide helper constructors for in-memory, file-backed and object-storage Trible deployments so the search engine never touches filesystem paths itself.
0 commit comments