search indexing is always on, only waiting for tantivy
This commit is contained in:
Submodule client-gui2 updated: 620302c406...bee662d149
@@ -23,7 +23,7 @@ pub const F_DATA_NGRAM: &str = "data_ngram";
|
|||||||
pub const F_DATA_EXACT: &str = "data_exact";
|
pub const F_DATA_EXACT: &str = "data_exact";
|
||||||
pub const JOURNAL_TABLE_NAME: &str = "general_ledger";
|
pub const JOURNAL_TABLE_NAME: &str = "general_ledger";
|
||||||
pub const ARCHIVED_ROW_KEY_PREFIX: &str = "__archive__:";
|
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
|
/// Root for the current on-disk index format. The format component prevents
|
||||||
/// an executable with new projection semantics from opening old documents.
|
/// an executable with new projection semantics from opening old documents.
|
||||||
|
|||||||
2
server
2
server
Submodule server updated: b9e560b185...652c3f685b
Reference in New Issue
Block a user