meilisearch/meilisearch-lib/src
bors[bot] b9b32d65a8
Merge #2494
2494: Introduce the new faceting and pagination settings r=ManyTheFish a=Kerollmops

This PR introduces two new settings following the newly created spec https://github.com/meilisearch/specifications/pull/157:
 - The `faceting.max_values_per_facet` one describes the maximum number of values (each with a count) associated with a value in a facet distribution query.
 - The `pagination.limited_to` one describes the maximum number of documents that a search query can ever return.

Co-authored-by: Kerollmops <clement@meilisearch.com>
2022-06-09 12:09:21 +00:00
..
dump Merge #2473 2022-06-08 17:14:46 +00:00
index Plug the pagination.limited_to setting 2022-06-09 10:56:42 +02:00
index_controller Merge #2460 2022-06-09 09:10:28 +00:00
index_resolver Merge #2460 2022-06-09 09:10:28 +00:00
tasks add IndexResolver BatchHandler tests 2022-06-07 09:33:57 +02:00
analytics.rs rename user-id to instance-uid 2021-10-29 17:25:52 +02:00
compression.rs implement new dump v2 2021-09-30 14:49:13 +02:00
document_formats.rs change truncate strategy and coresponding test 2022-03-31 10:39:21 +08:00
error.rs feat(all): introduce minWordLengthForTypo 2022-04-06 19:03:24 +02:00
lib.rs Add indexUid filtering on the /tasks route 2022-05-31 11:33:20 +02:00
options.rs Add more detailed comments for max_indexing_threads 2022-03-31 09:32:45 +09:00
snapshot.rs snapshot batch handler 2022-05-25 11:13:35 +02:00
update_file_store.rs add tests to IndexResolver BatchHandler 2022-05-25 11:13:36 +02:00