Commit Graph

  • 3bac22fd87
    We do not do intersections with the universe when it is related to cache Clément Renault 2024-07-10 10:12:35 +0200
  • ce61cb7fe6
    Simplify and speedup an intersection pass Clément Renault 2024-07-10 10:11:44 +0200
  • 1693d1a311
    Simplify the check to decide to stop a loop Clément Renault 2024-07-10 10:09:39 +0200
  • febea735ca
    Remove the unused universe parameter from resolve_negative_phrases Clément Renault 2024-07-10 10:03:20 +0200
  • 93ba051094
    Remove the invalid get_phrases_docids universe parameter Clément Renault 2024-07-10 10:03:00 +0200
  • cd7a20fa32
    Make it work by avoid storing invalid stuff in the cache Clément Renault 2024-06-21 15:03:51 +0200
  • 41f51adbec
    Do less useless intersections Clément Renault 2024-06-21 14:56:47 +0200
  • 0ca1a4e805
    Always do the intersections with the universe Clément Renault 2024-06-21 14:26:05 +0200
  • 50a7393c55
    Modify the compute_query_term_subset_docids function to accept the universe Clément Renault 2024-06-21 11:43:04 +0200
  • b0e1905788
    Merge deee22b5da into 2099b4f0dd Clément Renault 2024-07-10 14:42:23 +0000
  • deee22b5da
    Use an experimental feature to avoid copying 64k in memory document-dictionnary-compression Clément Renault 2024-07-03 17:51:53 +0200
  • fd8c90b858
    Clean up some parts of the code Clément Renault 2024-07-03 17:17:19 +0200
  • 4ceade43cd
    Make the tests pass Clément Renault 2024-07-03 16:15:32 +0200
  • e95e47d258
    Simplify optional document decompression usage Clément Renault 2024-07-03 15:05:14 +0200
  • e18b06ddda
    Use the zstd library directly to be able to define the compression level Clément Renault 2024-07-02 17:34:02 +0200
  • b15e8aacb6
    Fix merging of documents to support compressed documents Clément Renault 2024-07-02 15:50:22 +0200
  • 767f20e30d
    Generate the dictionary from the first 10k documents Clément Renault 2024-07-02 15:49:56 +0200
  • 0d63d02ab2
    Prefer encoding the output size when compressing documents Clément Renault 2024-07-02 13:12:56 +0200
  • bf5d9f68fa
    First version compressing the documents Clément Renault 2024-07-02 12:11:26 +0200
  • e9d6b4222b
    First compiling version with compressed documents iterators Clément Renault 2024-07-02 11:08:10 +0200
  • 2f0567fad1
    Introduce the compressed obkv readers and writers Clément Renault 2024-07-01 16:38:52 +0200
  • 837274f853
    Restrict even more the Rhai engine Clément Renault 2024-07-09 15:50:37 +0200
  • 487997f6ad
    Support the new editDocumentsByFunction experimental feature Clément Renault 2024-07-09 11:15:57 +0200
  • 94809090a3
    Support not specifying a context Clément Renault 2024-07-09 11:11:24 +0200
  • 01144b2c74
    Make the edit documents by function route experimental Clément Renault 2024-07-08 16:46:53 +0200
  • e97600eead
    Improve the analytics for the document edition by function Clément Renault 2024-07-08 16:30:50 +0200
  • 767553519d
    Create errors for the HTTP route issues Clément Renault 2024-07-04 17:55:47 +0200
  • aace587dd1
    Create errors for the internal processing ones Clément Renault 2024-07-04 17:48:03 +0200
  • e706023969
    Fix some analytics issues Clément Renault 2024-07-04 16:11:56 +0200
  • bcd0c5f5a4
    Support DocumentEdition in dumps Clément Renault 2024-07-04 15:52:10 +0200
  • f35d6710f3
    Update rhai to v1.19.0 Clément Renault 2024-07-04 15:14:50 +0200
  • b7b8f564c3
    delete-me: Simply support generating dump Clément Renault 2024-06-13 20:13:36 +0200
  • 862d49e4af
    Editing documents requires the documents.all action (add, get, and del) Clément Renault 2024-05-14 21:54:35 +0200
  • 81ec0abad1
    Use the new rayon-par-bridge library Clément Renault 2024-05-12 14:45:25 +0200
  • b67d385cf0
    Parallelize the edition functions Clément Renault 2024-05-12 13:04:01 +0200
  • dfecb25814
    Disable the time package Clément Renault 2024-05-11 13:52:33 +0200
  • 2eae2015d7
    Support aborting documents edition by function Clément Renault 2024-05-11 11:39:58 +0200
  • 33fa17bf12
    Support deleting documents with functions Clément Renault 2024-05-10 23:26:55 +0200
  • 400e6b93ce
    Support user-provided context for documents edition Clément Renault 2024-05-10 20:08:05 +0200
  • f32e6c32fc
    Rename editionCode to function Clément Renault 2024-05-10 19:42:44 +0200
  • f4add93043
    Limit the number of script operations Clément Renault 2024-05-10 12:22:13 +0200
  • f07256971a
    Fix tests Clément Renault 2024-05-10 00:16:58 +0200
  • 2fae96ac14
    Show the actual number of actually edited documents Clément Renault 2024-05-09 23:59:01 +0200
  • 246f0e7130
    Make the filter field really optional Clément Renault 2024-05-09 23:26:46 +0200
  • 45af18ae9c
    Check the Rhai syntax before accepting the script Clément Renault 2024-05-09 21:51:51 +0200
  • 2d97164d9f
    It works perfectly with some Rhai Clément Renault 2024-05-09 13:07:32 +0200
  • efc156a4a4
    Executing Lua works correctly Clément Renault 2024-05-08 23:37:57 +0200
  • ba85959642
    Support filtering the documents to edit with lua Clément Renault 2024-05-08 15:53:40 +0200
  • 1702b5cf44
    Prepare for processing documents edition Clément Renault 2024-05-08 15:26:21 +0200
  • 2099b4f0dd
    Merge #4786 meili-bors[bot] 2024-07-10 13:23:54 +0000
  • 0d5bc4578e
    Update CONTRIBUTING.md Tamo 2024-07-10 15:21:43 +0200
  • 8f60ad0a23 apply review comments Tamo 2024-07-10 14:38:19 +0200
  • 9570139eeb update contributing.md with the new lindera update Tamo 2024-07-10 14:28:43 +0200
  • 9d6885793e
    Upgrade dependencies Clément Renault 2024-07-10 13:46:24 +0200
  • 98cd6a865c
    Update dependencies after removing useless ones Clément Renault 2024-07-10 13:37:24 +0200
  • 5f4530ce57
    Remove more unused dependencies Clément Renault 2024-07-10 13:36:34 +0200
  • 0ecaf861fa fix ci Tamo 2024-07-10 00:07:34 +0200
  • 4d5005b01a make clippy happy Tamo 2024-07-10 00:05:43 +0200
  • fc27613487
    Merge 5f4b0a0b25 into 0a40a98bb6 Clément Renault 2024-07-10 13:45:03 +0800
  • 952e742321 update charabia Tamo 2024-07-09 23:41:12 +0200
  • ee9aa63044 update rust version Tamo 2024-07-08 22:51:37 +0200
  • 43db4f4242 update fxprof_processed_profile Tamo 2024-07-08 21:08:33 +0200
  • 9feba5028d update byte-unit Tamo 2024-07-08 20:58:27 +0200
  • 0a40a98bb6
    Make milli use edition 2021 (#4770) hanbings 2024-07-09 11:25:39 -0400
  • 47b8b4d142
    Merge branch 'meilisearch:main' into improve-4635 hanbings 2024-07-09 09:58:52 -0400
  • aac15f6719
    Merge #4781 meili-bors[bot] 2024-07-09 08:51:29 +0000
  • ea21b948b1 Address PR review changes karribalu 2024-07-09 09:18:57 +0100
  • 53a359286c
    Merge #4785 meili-bors[bot] 2024-07-09 08:02:04 +0000
  • 47e526f5ea Add index exists function in index_scheduler karribalu 2024-07-08 22:27:10 +0100
  • 4aa7d386d8 remove http and uses actix_web::http instead Tamo 2024-07-08 19:43:21 +0200
  • 84fabb9314
    Bump zerovec from 0.10.1 to 0.10.4 dependabot[bot] 2024-07-08 18:38:44 +0000
  • 42bfc67871 with binary quantization binary-quantization Tamo 2024-07-08 20:12:56 +0200
  • cd46ebd6b5 remove insta deprecating Tamo 2024-07-08 18:38:05 +0200
  • ef8d9a20f8 update actix-web Tamo 2024-07-08 18:36:32 +0200
  • 6afa578688 update most incompatible dependencies Tamo 2024-07-08 18:31:15 +0200
  • a87c390244 Activate only the necessary features for Japanese prototype-japanese-13 japanese-docker-image ManyTheFish 2023-07-03 18:53:59 +0200
  • 300bdfc2a7 update most dependencies Tamo 2024-07-08 18:09:12 +0200
  • f6d6a0cbb9 Enable swedish recomposition prototype-swedish-3 swedish-docker-image ManyTheFish 2024-04-30 14:37:28 +0200
  • e7e74c0099
    Correct apk usages in Dockerfile Peter Dave Hello 2024-07-08 21:53:58 +0800
  • 18f5c19799
    Try #4770: trying meili-bors[bot] 2024-07-08 13:24:07 +0000
  • 05cc2d1fac
    Merge #4779 meili-bors[bot] 2024-07-08 09:58:28 +0000
  • 22b9c277d0
    CI: Add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION workaround to keep using Ubuntu 18.04 Louis Dureuil 2024-07-08 11:04:11 +0200
  • 16bde973aa
    Merge pull request #4778 from meilisearch/meilisearch-kawaii-logo Clément Renault 2024-07-07 18:18:32 +0200
  • 13d1d78a2d
    Change the Meilisearch logo to the kawaii version Clément Renault 2024-07-07 18:13:09 +0200
  • 66c606d7f9
    Run cargo fmt hanbings 2024-07-04 08:00:18 -0400
  • ecda7af89f
    Add lifetime annotations to milli. hanbings 2024-07-04 07:57:56 -0400
  • b2b7a633a6
    Merge #4774 meili-bors[bot] 2024-07-04 10:07:01 +0000
  • 7be109cafe
    Rename the sortable into the filterable movies workload Clément Renault 2024-07-04 11:53:18 +0200
  • 9874efc352 WIP refactor-searchable ManyTheFish 2024-07-01 11:24:32 +0200
  • 6ebefd1067
    Merge #4773 meili-bors[bot] 2024-07-04 09:02:02 +0000
  • d25ae36e22
    Introduce a new workload to ignore the initial compression phase Clément Renault 2024-07-04 10:58:16 +0200
  • 20e55a871b
    Make milli use edition 2021 hanbings 2024-07-03 17:06:14 -0400
  • b64b4ab6ca
    Merge #4762 meili-bors[bot] 2024-07-03 08:39:29 +0000
  • 427861b323
    Update documentation in BENCHMARKS.md Louis Dureuil 2024-07-02 15:24:16 +0200
  • d29cb75061
    Add search workloads Louis Dureuil 2024-07-02 15:08:29 +0200
  • 128e6c7502
    Search: spans with a finer granularity Louis Dureuil 2024-07-02 12:14:40 +0200
  • 3129f96603
    xtask bench: Add support for overriding the profiling target Louis Dureuil 2024-07-02 12:13:52 +0200
  • c701d89fdc
    Merge #4754 meili-bors[bot] 2024-07-02 13:30:50 +0000
  • 3d9befd64f fix warning Tamo 2024-07-02 15:30:16 +0200
  • ee14d5196c fix the tests Tamo 2024-07-02 15:18:30 +0200