search indexing is always on, only waiting for tantivy

This commit is contained in:
Priec
2026-09-02 14:22:15 +02:00
parent 914f3fce42
commit 3fc21bcca3
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ pub const F_DATA_NGRAM: &str = "data_ngram";
pub const F_DATA_EXACT: &str = "data_exact";
pub const JOURNAL_TABLE_NAME: &str = "general_ledger";
pub const ARCHIVED_ROW_KEY_PREFIX: &str = "__archive__:";
pub const SEARCH_INDEX_FORMAT_DIRECTORY: &str = "v4";
pub const SEARCH_INDEX_FORMAT_DIRECTORY: &str = "v5";
/// Root for the current on-disk index format. The format component prevents
/// an executable with new projection semantics from opening old documents.

2
server

Submodule server updated: b9e560b185...652c3f685b