Clément Renault
128a4629f9
Introduce a new executeAfterUpdate index setting
2025-10-10 11:19:14 +02:00
Louis Dureuil
59631afd9a
Merge pull request #5929 from meilisearch/compaction-task
...
Introduce a task to compact an index
2025-10-09 11:30:01 +00:00
Louis Dureuil
72b4b41443
Read MEILI_EXPERIMENTAL_REMOTE_SEARCH_TIMEOUT_SECONDS
to override the default timeout in remote federated search
2025-10-09 09:34:49 +02:00
Louis Dureuil
70aa768d48
Update ignored test
2025-10-09 09:34:48 +02:00
Louis Dureuil
6029677eec
Also raise the global deadline
2025-10-09 09:34:48 +02:00
Louis Dureuil
3c78f4121e
Raise timeout to 30secs
2025-10-09 09:34:48 +02:00
Many the fish
6379a62d95
Merge pull request #5933 from meilisearch/fix-ranking-score-with-sort
...
Fix ranking score bug when sort is present
2025-10-08 16:23:12 +00:00
Clément Renault
62c11ce3f3
Fix comments
2025-10-08 15:33:12 +02:00
Clément Renault
9068857ba1
Make the tests pass
2025-10-08 15:33:12 +02:00
Kerollmops
3877e0043c
Rename operation to IndexCompaction
2025-10-08 15:33:12 +02:00
Clément Renault
113aac8815
Introduce a new /indexes/{indexUid}/compact route
2025-10-08 15:33:11 +02:00
ManyTheFish
d2071dde1f
Fix ranking score bug when sort is present
...
- Fix global_score function to properly handle semantic scores and ranking scores
- Prioritize semantic scores (vector/embedding) when available, fall back to ranking scores
- Exclude sort and geo sort details from relevance scoring
- Use Rank::global_score to properly merge ranking scores
- Add test case with insta snapshots to reproduce and verify the fix
- When sorting is present, ranking scores now properly reflect search relevance
- Previously all ranking scores were 1.0 when sort was present, now they show actual relevance scores
2025-10-08 11:23:43 +02:00
Clément Renault
ec0c0cf779
Merge pull request #5307 from meilisearch/parallel-bulk-facets
...
Parallelize bulk facets & word prefix fid/position docids
2025-10-06 12:08:52 +00:00
Clément Renault
9f79ce82af
Introduce new CLI arguments to deactivate experimental post processing
2025-10-02 12:06:33 +02:00
ManyTheFish
f97384da6c
Fix geo_json snapshots
2025-09-30 17:03:21 +02:00
ManyTheFish
6ea76f2771
Add uuid v7 feature
2025-09-30 15:42:03 +02:00
ManyTheFish
715b255371
fix tests
2025-09-30 15:42:03 +02:00
ManyTheFish
db094d3923
Add requestUid field in search response and add debug logs with requestUid
2025-09-30 15:42:03 +02:00
Tamo
c50a337c29
bump version for 1.22.1
2025-09-25 13:44:44 +02:00
Tamo
6935589f74
use the latest version of zerometry that supports collection, lines and multi-lines
2025-09-25 10:31:07 +02:00
Tamo
0ffb08b112
bump the version of meilisearch
2025-09-23 17:37:31 +02:00
Tamo
8405f0bf9c
fmt
2025-09-23 13:55:36 +02:00
Mubelotix
03eca800e6
Support _geoRadius
2025-09-23 13:55:36 +02:00
Mubelotix
c09d48edf2
Fix coordinates order in filters
2025-09-23 13:55:36 +02:00
Mubelotix
fc560e6730
Improve geo polygon errors
2025-09-23 13:55:36 +02:00
Mubelotix
ada27323f2
Rename file
2025-09-23 13:55:36 +02:00
Mubelotix
607a1c2395
Add geo bounding box filter
2025-09-23 13:55:36 +02:00
Tamo
8670793e6e
fix the cellulite spilling bug
2025-09-23 13:55:36 +02:00
Tamo
41a04aa3ab
fix the cellulite integration
2025-09-23 13:55:36 +02:00
Tamo
d7ad76ea1e
improve the prometheus content type we return
2025-09-18 17:04:13 +02:00
Tamo
26d9070aa7
increase rust version from 1.85 to 1.89
2025-09-16 17:21:33 +02:00
Louis Dureuil
7dc1c03a36
Update dumpless upgrade for v1.21
2025-09-15 10:46:40 +02:00
Louis Dureuil
16461a9145
add unit test
2025-09-09 14:58:14 +02:00
Louis Dureuil
15690b9e22
Merge branch 'main' into arroy-becomes-hannoy
2025-09-08 17:05:05 +02:00
Louis Dureuil
6376571df0
Add VectorStoreBackend to the list of components
2025-09-08 16:44:16 +02:00
Louis Dureuil
cfb040e647
remove extraneous space
2025-09-08 16:41:48 +02:00
Louis Dureuil
226c102bab
Update snapshot and upgrade proc
2025-09-08 10:00:44 +02:00
Louis Dureuil
13df964564
Adopt neutral terminology where arroy/hannoy would be confusing
2025-09-03 16:11:40 +02:00
Louis Dureuil
424d0e277e
Merge branch 'main' into arroy-becomes-hannoy-with-sharding
2025-09-03 13:46:35 +02:00
Louis Dureuil
34eba61c0d
Add new tests
2025-09-03 13:42:56 +02:00
Tamo
b144d9ab2b
fix warnings
2025-09-02 14:31:24 +02:00
Tamo
c3cefbc170
send the version when returning prometheus metrics
2025-09-02 12:40:18 +02:00
Louis Dureuil
c4848e6cc0
Set back snapshot to what it was
2025-09-01 17:56:20 +02:00
Louis Dureuil
bc5100dddd
Update snap
2025-09-01 17:01:01 +02:00
Louis Dureuil
4ccce18d7b
Add settings route
2025-09-01 16:36:24 +02:00
Louis Dureuil
00d1006cd9
add experimental feature
2025-09-01 16:35:48 +02:00
Clémentine
5cad65cca5
Merge pull request #5869 from meilisearch/dependabot/cargo/tracing-subscriber-0.3.20
...
Bump tracing-subscriber from 0.3.19 to 0.3.20
2025-09-01 14:23:26 +00:00
Tamo
7fe9d07247
Merge pull request #5858 from shreeup/5835DispProgressTrace
...
Display the progressTrace in real time
2025-09-01 10:21:36 +00:00
dependabot[bot]
026b95afbb
Bump tracing-subscriber from 0.3.19 to 0.3.20
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-version: 0.3.20
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-29 20:54:30 +00:00
Shree
952394710c
Merge remote-tracking branch 'origin/main' into 5835DispProgressTrace
2025-08-26 14:03:09 -07:00