1810927dbd
rephrase exact_attributes doc
2022-04-04 21:04:49 +02:00
b7694c34f5
remove println
2022-04-04 21:00:07 +02:00
6cabd47c32
fix typo in comment
2022-04-04 20:59:20 +02:00
c8d3a09af8
add integration test for disabel typo on attributes
2022-04-04 20:54:03 +02:00
6b2c2509b2
fix bug in exact search
2022-04-04 20:54:03 +02:00
56b4f5dce2
add exact prefix to query_docids
2022-04-04 20:54:03 +02:00
21ae4143b1
add exact_word_prefix to Context
2022-04-04 20:54:03 +02:00
e8f06f6c06
extract exact_word_prefix_docids
2022-04-04 20:54:03 +02:00
6dd2e4ffbd
introduce exact_word_prefix database in index
2022-04-04 20:54:03 +02:00
ba0bb29cd8
refactor WordPrefixDocids to take dbs instead of indexes
2022-04-04 20:54:02 +02:00
c4c6e35352
query exact_word_docids in resolve_query_tree
2022-04-04 20:54:02 +02:00
8d46a5b0b5
extract exact word docids
2022-04-04 20:54:02 +02:00
5451c64d5d
increase criteria asc desc test map size
2022-04-04 20:54:02 +02:00
0a77be4ec0
introduce exact_word_docids db
2022-04-04 20:54:02 +02:00
5f9f82757d
refactor spawn_extraction_task
2022-04-04 20:54:02 +02:00
f82d4b36eb
introduce exact attribute setting
2022-04-04 20:54:02 +02:00
c882d8daf0
add test for exact words
2022-04-04 20:54:01 +02:00
7e9d56a9e7
disable typos on exact words
2022-04-04 20:54:01 +02:00
3e67d8818c
fix typo in test comment
2022-04-04 20:34:23 +02:00
284d8a24e0
add intergration test for disabled typon on word
2022-04-04 20:15:51 +02:00
30a2711bac
rename serde module to serde_impl module
...
needed because of issues with rustfmt
2022-04-04 20:10:55 +02:00
0fd55db21c
fmt
2022-04-04 20:10:55 +02:00
559e46be5e
fix bad rebase bug
2022-04-04 20:10:55 +02:00
8b1e5d9c6d
add test for exact words
2022-04-04 20:10:55 +02:00
774fa8f065
disable typos on exact words
2022-04-04 20:10:55 +02:00
9bbffb8fee
add exact words setting
2022-04-04 20:10:54 +02:00
853b4a520f
fmt
2022-04-04 10:41:46 +02:00
2cb71dff4a
add typo integration tests
2022-04-04 10:41:46 +02:00
1941072bb2
implement Copy on Setting
2022-04-04 10:41:46 +02:00
fdaf45aab2
replace hardcoded value with constant in TestContext
2022-04-04 10:41:46 +02:00
950a740bd4
refactor typos for readability
2022-04-04 10:41:46 +02:00
66020cd923
rename min_word_len* to use plain letter numbers
2022-04-04 10:41:46 +02:00
4c4b336ecb
rename min word len for typo error
2022-04-01 11:17:03 +02:00
286dd7b2e4
rename min_word_len_2_typo
2022-04-01 11:17:03 +02:00
55af85db3c
add tests for min_word_len_for_typo
2022-04-01 11:17:02 +02:00
9102de5500
fix error message
2022-04-01 11:17:02 +02:00
a1a3a49bc9
dynamic minimum word len for typos in query tree builder
2022-04-01 11:17:02 +02:00
5a24e60572
introduce word len for typo setting
2022-04-01 11:17:02 +02:00
9fe40df960
add word derivations tests
2022-04-01 11:05:18 +02:00
d5ddc6b080
fix 2 typos word derivation bug
2022-04-01 10:51:22 +02:00
3e34981d9b
add test for authorize_typos in update
2022-03-31 14:12:00 +02:00
6ef3bb9d83
fmt
2022-03-31 14:06:23 +02:00
f782fe2062
add authorize_typo_test
2022-03-31 10:08:39 +02:00
c4653347fd
add authorize typo setting
2022-03-31 10:05:44 +02:00
ddf78a735b
Update version (v0.24.1)
2022-03-24 16:39:45 +01:00
86dd88698d
bump tokenizer
2022-03-23 14:25:58 +01:00
5dc464b9a7
rollback meilisearch-tokenizer version
2022-03-21 17:29:10 +01:00
90276d9a2d
Merge #472
...
472: Remove useless variables in proximity r=Kerollmops a=ManyTheFish
Was passing by plane sweep algorithm to find some inspiration, and I discover that we have useless variables that were not detected because of the recursive function.
Co-authored-by: ManyTheFish <many@meilisearch.com >
2022-03-16 15:33:11 +00:00
49d59d88c2
Remove useless variables in proximity
2022-03-16 16:12:52 +01:00
adc71742c8
Move string concat to the struct instead of in the calling
2022-03-16 10:26:12 -03:00