accounting tantivy search

This commit is contained in:
Priec
2026-07-21 10:34:16 +02:00
parent a96d95f1b2
commit f8a0437f77
4 changed files with 98 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ pub const F_ALL_TEXT: &str = "all_text";
pub const F_DATA_WORD: &str = "data_word";
pub const F_DATA_NGRAM: &str = "data_ngram";
pub const F_DATA_EXACT: &str = "data_exact";
pub const JOURNAL_SEARCH_TABLE_NAME: &str = "journal_entries";
pub const TOK_WORD: &str = "kw_word";
pub const TOK_NGRAM: &str = "kw_ngram";