5ceb3c6a10
Report an error when the document template max bytes is zero
2025-06-10 16:27:18 +02:00
34d572e3e5
Reove useless commented code
2025-06-10 16:17:41 +02:00
6433e49882
Remove useless code
2025-06-10 10:27:22 +02:00
82313a4444
Cargo fmt
2025-06-03 15:39:26 +02:00
8fdcdee0cc
Do a first clippy pass
2025-06-03 15:39:26 +02:00
50fafbbc8b
Implement useful conversion strategies and clean up the code
2025-06-03 15:31:28 +02:00
2a067d3327
Fix compilation error in test
2025-06-03 15:31:27 +02:00
33dfd422db
Introduce a lot of search parameters and make Deserr happy
2025-06-03 15:31:27 +02:00
7929872091
Better chat settings management
2025-06-03 15:31:26 +02:00
c6930c8819
Introduce the new index chat settings
2025-06-03 15:31:25 +02:00
161cb736ea
Adapt tests to the Chinese word segmenter changes
...
The new Chinese segmenter is splitting words in smaller parts.
The words `小化妆包` was previously seegmented as `小 / 化妆包` and is now segmented as `小 / 化妆 / 包`,
which changes the tests results.
2025-06-03 10:37:29 +02:00
73e4206b3c
Pass a progress callback to recompute_word_fst_from_word_docids_database
...
fixes https://github.com/meilisearch/meilisearch/pull/5494#discussion_r2069377991
2025-05-21 10:49:43 +02:00
a964251cee
Remove useless reset
...
fixes https://github.com/meilisearch/meilisearch/pull/5494#discussion_r2069373494
2025-05-21 10:49:43 +02:00
d99419acfb
Add a NoOp operation in index update
2025-05-12 14:19:15 +02:00
71ab11f1fe
Merge pull request #5523 from meilisearch/rollback-updates
...
Allow rollbacking updates
2025-05-05 09:53:56 +00:00
8b23eddc10
Dumpless upgrade
2025-04-30 18:03:50 +02:00
0cb2bf34a5
Fix test
2025-04-29 14:47:30 +02:00
121c1ac1dd
Upgrade supports cancelling
2025-04-24 16:08:10 +02:00
49add50cb3
Make version constants u32
2025-04-24 16:06:19 +02:00
63a4dfa2a8
Add disableOnNumber setting
2025-04-23 16:57:50 +02:00
b025f1bcf1
Merge branch 'main' into release-v1.14.0-tmp
2025-04-14 12:35:47 +02:00
a0bfcf8872
Make cargo fmt happy
2025-04-01 11:27:41 +02:00
64477aac60
Box the large GeoError error variant
2025-04-01 11:26:34 +02:00
4d90e3d2ec
Make Cargo and Clippy happy
2025-04-01 11:26:34 +02:00
f729864466
Check dimension mismatch at insertion time
2025-03-31 15:27:49 +02:00
bb2e9419d3
Merge pull request #5468 from meilisearch/more-precise-post-processing
...
More Precise Post Processing
2025-03-27 10:07:09 +00:00
811143cbe9
Add more progress precision when doing post processing
2025-03-27 10:17:28 +01:00
db7ce03763
Improve the performances of computing the size of the documents database
2025-03-26 17:40:12 +01:00
bf3a29b60d
Document problematic case in test and acknowledge PR comment
2025-03-26 12:57:25 +01:00
43c8a206b4
detail comments
2025-03-25 13:07:17 +01:00
6b1c262b74
fix all tests
2025-03-25 12:43:15 +01:00
d71c6f3483
allow multiple embedding in per document per embedder to pass
2025-03-25 12:04:25 +01:00
a09d08c7b6
Avoid reindexing searchable order changes
...
Update settings.rs
Update settings.rs
2025-03-24 16:26:52 +01:00
e019ad7692
Display more detailed error message instead of panic
2025-03-21 15:41:31 +01:00
cbdf80893d
Merge #5422
...
5422: Add more progress levels to measure merging r=Kerollmops a=Kerollmops
I found out that Meilisearch was not correctly reporting the long indexing times in the progress and that a lot of time was spent on extracting words with all documents already extracted. The reason was that there was no step to report merging the cache and sending the entries to write to the writer thread. This PR adds these entries to the progress.
Co-authored-by: Kerollmops <clement@meilisearch.com >
2025-03-17 12:02:46 +00:00
e2156ddfc7
Simplify the IndexingStep progress enum
2025-03-17 11:40:50 +01:00
13a88d6131
Merge #5407
...
5407: Geo update bug r=irevoire a=ManyTheFish
# Pull Request
## Related issue
Fixes #5380
Fixes #5399
Co-authored-by: Tamo <tamo@meilisearch.com >
Co-authored-by: ManyTheFish <many@meilisearch.com >
2025-03-17 10:24:33 +00:00
cb16baab18
Add more progress levels to measure merging
2025-03-17 10:13:29 +01:00
009c36a4d0
Add support for the progress API of arroy
2025-03-13 19:00:43 +01:00
e2d372823a
Disable the cache by default and make it experimental
2025-03-13 17:22:51 +01:00
5ef7767429
Let arroy uses all the memory available instead of 50% of the 70%
2025-03-13 15:06:03 +01:00
a92a48b9b9
Do not recompute stats on dumpless upgrade
...
Co-authored-by: Tamo <tamo@meilisearch.com >
2025-03-13 13:58:58 +01:00
d53225bf64
uses a random seed instead of 42
2025-03-13 12:43:31 +01:00
ef9d9f8481
set the memory in arroy
2025-03-13 11:29:00 +01:00
fedb444e66
Fix the upgrade arroy calls
2025-03-13 11:07:49 +01:00
566b4efb06
Dumpless upgrade from v1.13 to v1.14
2025-03-13 11:07:44 +01:00
21bbbdec76
Specify WithoutTls everywhere
2025-03-13 11:07:38 +01:00
34df44a002
Open Env without TLS
2025-03-13 11:07:38 +01:00
0197dc87e0
Make sure to delete useless prefixes
2025-03-12 11:24:13 +01:00
d3cd5ea689
Check if the geo fields changed additionally to the other faceted fields when reindexing facets
2025-03-12 11:20:10 +01:00