Clément Renault
|
1da9e0f246
|
Better support space around the negative operator (-)
|
2024-03-26 17:47:13 +01:00 |
|
Clément Renault
|
e4a3e603b3
|
Expose a first working version of the negative keyword
|
2024-03-26 17:47:13 +01:00 |
|
Louis Dureuil
|
25f64ce7df
|
Replace logging timer by spans
|
2024-03-05 11:05:42 +01:00 |
|
Louis Dureuil
|
452a343a2b
|
Fix imports
|
2024-02-28 18:09:40 +01:00 |
|
ManyTheFish
|
5f4fc6c955
|
Add timer logs
|
2024-01-11 09:44:16 +01:00 |
|
Clément Renault
|
0dbf1a16ff
|
Make clippy happy
|
2023-11-23 14:11:38 +01:00 |
|
Louis Dureuil
|
324d448236
|
Format let-else ❤️ 🎉
|
2023-07-03 10:20:28 +02:00 |
|
ManyTheFish
|
84845de9ef
|
Update Charabia
|
2023-06-29 15:56:32 +02:00 |
|
Loïc Lecrenier
|
2da86b31a6
|
Remove comments and add documentation
|
2023-06-14 12:39:42 +02:00 |
|
Louis Dureuil
|
a2a3b8c973
|
Fix offset difference between query and indexing for hard separators
|
2023-06-08 12:07:12 +02:00 |
|
Louis Dureuil
|
1dfc4038ab
|
Add test that fails before PR and passes now
|
2023-05-29 11:58:26 +02:00 |
|
Louis Dureuil
|
73198179f1
|
Consistently use wrapping add to avoid overflow in debug when query starts with a separator
|
2023-05-29 11:54:12 +02:00 |
|
Loïc Lecrenier
|
5758268866
|
Don't compute split_words for phrases
|
2023-05-16 17:01:18 +02:00 |
|
Loïc Lecrenier
|
4d352a21ac
|
Compute split words derivations of terms that don't accept typos
|
2023-05-10 13:31:19 +02:00 |
|
ManyTheFish
|
cd2573fcc3
|
Fix prefix highlighting
|
2023-05-04 16:53:50 +02:00 |
|
Louis Dureuil
|
1aaf24ccbf
|
Cargo fmt
|
2023-05-03 12:21:58 +02:00 |
|
Louis Dureuil
|
7b8cc25625
|
rename located_query_terms_from_string -> located_query_terms_from_tokens
|
2023-05-02 18:53:01 +02:00 |
|
Loïc Lecrenier
|
374095d42c
|
Add tests for stop words and fix a couple of bugs
|
2023-04-27 13:30:09 +02:00 |
|
Loïc Lecrenier
|
d3a94e8b25
|
Fix bugs and add tests to exactness ranking rule
|
2023-04-25 16:49:08 +02:00 |
|
Kerollmops
|
d6a7c28e4d
|
Implement the attribute ranking rule edge computation
|
2023-04-13 08:27:09 +02:00 |
|
Loïc Lecrenier
|
644e136aee
|
Merge branch 'search-refactor-typo-attributes' into search-refactor
|
2023-04-13 08:26:56 +02:00 |
|
Louis Dureuil
|
38b7b31beb
|
Decide to use prefix DB if the word is not an ngram
|
2023-04-12 16:45:38 +02:00 |
|
Louis Dureuil
|
7a01f20df7
|
Use word_prefix_docids, make get_word_prefix_docids private
|
2023-04-12 16:45:38 +02:00 |
|
Louis Dureuil
|
5ab46324c4
|
Everyone uses the SearchContext::word_docids instead of get_db_word_docids
make get_db_word_docids private
|
2023-04-12 16:44:43 +02:00 |
|
Louis Dureuil
|
e7ff987c46
|
Update call sites
|
2023-04-12 16:36:38 +02:00 |
|
Loïc Lecrenier
|
7ab48ed8c7
|
Matching words fixes
|
2023-04-12 16:21:43 +02:00 |
|
Loïc Lecrenier
|
a81165f0d8
|
Merge remote-tracking branch 'origin/main' into search-refactor
|
2023-04-07 10:15:55 +02:00 |
|
Loïc Lecrenier
|
d6585eb10b
|
Avoid splitting ngrams into their original component words
|
2023-04-07 10:13:49 +02:00 |
|
Loïc Lecrenier
|
7ca91ebb71
|
Merge branch 'search-refactor-exactness' into search-refactor-tests-doc
|
2023-04-06 15:16:35 +02:00 |
|
Loïc Lecrenier
|
b439d36807
|
Split query_term module into multiple submodules
|
2023-04-04 15:38:30 +02:00 |
|