Many the fish
ea6bb4df1d
Merge pull request #5614 from meilisearch/fix-hybrid-distinct
...
Fix distinct for hybrid search
2025-06-03 07:20:55 +00:00
Many the fish
d5526cffff
Merge pull request #5527 from nnethercott/all-cpus-in-import-dump
...
Use all CPUs during an import dump
2025-06-02 15:24:59 +00:00
Many the fish
d416b3b390
Merge pull request #5592 from nnethercott/extract-geo-facets-seperately
...
Decouple geo facet extraction from rest of document
2025-05-28 16:22:10 +00:00
Louis Dureuil
54f5e74744
Support distinct in hybrid search
2025-05-28 17:58:58 +02:00
Louis Dureuil
fd4b192a39
Add distinct_fid function and expose distinct_single_docid
2025-05-28 17:58:58 +02:00
nnethercott
1811168b96
remove duplicated check on geo field changes
2025-05-28 15:45:13 +02:00
Nate Nethercott
b06cc1e0a2
Update crates/milli/src/update/new/extract/faceted/extract_facets.rs
...
Co-authored-by: Many the fish <many@meilisearch.com>
2025-05-28 15:38:23 +02:00
Nate Nethercott
44f812c36d
Update crates/milli/src/update/new/extract/faceted/extract_facets.rs
...
Co-authored-by: Many the fish <many@meilisearch.com>
2025-05-28 15:38:12 +02:00
Many the fish
25c525b057
Merge pull request #5589 from mcmah309/typo_fix
...
Typo fix
2025-05-28 11:02:22 +00:00
nnethercott
9ad43b6841
rename has_changed to has_changed_for_facets
2025-05-26 18:37:20 +02:00
nnethercott
c9ec502ed9
refactor for readability
2025-05-26 18:32:59 +02:00
nnethercott
18aed75d3b
fix logic
2025-05-26 18:20:55 +02:00
nnethercott
6738a4f6ee
feat: mettre a jour the insta snapshots
2025-05-26 16:36:36 +02:00
nnethercott
95821d0bde
refactor: update macro
2025-05-26 10:07:13 +02:00
nnethercott
f690fa0686
feat: add macro_rules to factorize
2025-05-26 09:46:14 +02:00
nnethercott
24e94b28c1
feat: uncouple geo extraction from full doc
2025-05-26 09:22:20 +02:00
mcmah309
1d5265caf4
Fix typo in method name
2025-05-22 14:25:04 +00:00
Many the fish
97aeb6db4d
Merge pull request #5548 from lblack00/attributes-to-search-on-nested-fields
...
Added support for nested wildcards to attributes_to_search_on
2025-05-22 13:58:23 +00:00
Lucas Black
f888f87635
Updated formatting using RustFmt
2025-05-21 02:07:25 -07:00
Lucas Black
13b607bd68
Removed matches_wildcard_pattern() and integrated match_pattern() into attributes_to_search_on(), updated test cases
2025-05-18 20:24:52 -07:00
Nate Nethercott
79db2e67fb
refactor: prefer helper over explicit pool construction
...
Co-authored-by: Many the fish <many@meilisearch.com>
2025-05-15 11:24:34 +02:00
nnethercott
865f24cfef
refactor: helper methods for pool and max threads
2025-05-14 23:45:24 +02:00
nnethercott
15cdc6924b
refactor: remove runtime cfg!(test) check
...
Won't work in integration tests and consequently all threads would be
used. To remedy this we make explicit `max_threads=Some(1)` in the
IndexerConfig::default
2025-05-13 09:18:19 +02:00
Clément Renault
677e8b122c
Merge pull request #5551 from meilisearch/dont-intern-without-typo
...
Only intern in case of single-typo when looking for single typoes
2025-05-12 20:23:39 +00:00
nnethercott
75a7e40a27
Merge branch 'main' into all-cpus-in-import-dump
2025-05-12 21:48:12 +02:00
ManyTheFish
d99419acfb
Add a NoOp operation in index update
2025-05-12 14:19:15 +02:00
Louis Dureuil
4e6252fb03
Only intern in case of single-typo when looking for single typoes
2025-05-12 11:59:21 +02:00
Lucas Black
8bd8e744f3
Attributes to search on supports nested wildcards
2025-05-09 02:42:48 -07:00
nnethercott
53f32a7dd7
refactor: change thread_pool from Option<ThreadPoolNoAbort> to
...
ThreadPoolNoAbort
2025-05-07 17:00:08 +02:00
nnethercott
47a7ed93d3
feat: Make MaxThreads None by default
2025-05-06 09:11:55 +02:00
Many the fish
71ab11f1fe
Merge pull request #5523 from meilisearch/rollback-updates
...
Allow rollbacking updates
2025-05-05 09:53:56 +00:00
Many the fish
436776cdbf
Merge pull request #5535 from meilisearch/filter-comparison-string
...
Allow lexicographic filtering of strings
2025-05-05 09:53:19 +00:00
Many the fish
96bc519f9e
Merge pull request #5494 from meilisearch/deactivate-numbers-in-typos
...
Deactivate numbers in typos
2025-05-05 09:19:53 +00:00
Nate Nethercott
2ac826edca
Apply suggested changes
...
Co-authored-by: Clément Renault <renault.cle@gmail.com>
Update crates/meilisearch/src/lib.rs
Co-authored-by: Clément Renault <renault.cle@gmail.com>
2025-05-01 16:12:06 +02:00
ManyTheFish
8b23eddc10
Dumpless upgrade
2025-04-30 18:03:50 +02:00
Louis Dureuil
185f2b8f74
Fix test now that lexicographic string comparisons are allowed
2025-04-30 17:28:59 +02:00
Louis Dureuil
c0e987979a
Allow lexicographic string comparisons
2025-04-30 17:28:49 +02:00
nnethercott
89aff2081c
Fix clippy warnings
2025-04-30 14:17:32 +02:00
ManyTheFish
0cb2bf34a5
Fix test
2025-04-29 14:47:30 +02:00
nnethercott
3b773b3416
Revert thread_pool type back to Option in config
2025-04-28 11:56:37 +02:00
nnethercott
648b2876f6
Create temp threadpool with all CPUs in dump
2025-04-27 00:52:10 +02:00
Louis Dureuil
121c1ac1dd
Upgrade supports cancelling
2025-04-24 16:08:10 +02:00
Louis Dureuil
a03eef6511
Support rollback
2025-04-24 16:06:19 +02:00
Louis Dureuil
42fae9994d
Move tests out of index.rs
2025-04-24 16:06:19 +02:00
Louis Dureuil
49add50cb3
Make version constants u32
2025-04-24 16:06:19 +02:00
Louis Dureuil
29b947ee43
make Index::get_version public
2025-04-24 16:05:52 +02:00
ManyTheFish
63a4dfa2a8
Add disableOnNumber setting
2025-04-23 16:57:50 +02:00
Kerollmops
3b8965bc76
Display and sum the time spent in arroy
2025-04-22 18:10:42 +02:00
Tamo
55adbac2dd
Apply suggestions from code review
2025-04-15 14:43:07 +02:00
hdt3213
fd7fbfa9eb
Refactor geo_max_bucket_size injection
2025-04-15 20:24:04 +08:00