Commit Graph

  • 5aefe7cd17 add the snapshots Tamo 2024-09-02 10:53:33 +0200
  • e6dd66e4a0 Do not fail the whole batch when a single document deletion by filter fails Tamo 2024-09-02 10:34:28 +0200
  • 6e3839d8b6 autobatch document deletion by filter Tamo 2024-08-29 15:56:24 +0200
  • cd271b8762 stop trying to process searches after one minute Tamo 2024-08-28 19:01:54 +0200
  • 3ce8500d4c ensure we never early exit when we have a permit and remove the warning when we implicitely drop a permit Tamo 2024-08-28 15:17:10 +0200
  • 588000d398 add a warning to help us find when we forget to drop explicitely drop a permit Tamo 2024-08-28 14:37:55 +0200
  • 92b151607c explicitely drop the search permit Tamo 2024-08-28 14:29:25 +0200
  • 42e7499260 Update version for the next release (v1.10.1) in Cargo.toml irevoire 2024-08-27 16:24:41 +0000
  • 41aa1e1424 Only spawn one search queue in actix-web Tamo 2024-08-27 17:19:25 +0200
  • 9b7858fb90
    Expose the new indexer Clément Renault 2024-09-02 15:21:59 +0200
  • ab01679a8f
    Remove the useless option from the document changes Clément Renault 2024-09-02 15:21:00 +0200
  • 521775f788
    I push for Many Clément Renault 2024-09-02 15:10:21 +0200
  • 72e7b7846e
    Renaming the indexers Clément Renault 2024-09-02 14:42:27 +0200
  • 6526ce1208
    Fix the merging of documents Clément Renault 2024-09-02 14:41:20 +0200
  • 24ace5c381
    Add reindexing test Louis Dureuil 2024-09-02 13:37:01 +0200
  • 21296190a3
    Reindex embedders Louis Dureuil 2024-09-02 12:58:09 +0200
  • 03fda78901
    update other tests Louis Dureuil 2024-09-02 11:31:31 +0200
  • 30a143f149
    Test new facilities Louis Dureuil 2024-09-02 11:31:23 +0200
  • 4464d319af
    Change default template to use the new facility Louis Dureuil 2024-09-02 11:30:59 +0200
  • 580ea2f450
    Pass the fields <-> ids map with metadata to render Louis Dureuil 2024-09-02 11:30:10 +0200
  • 915cf4bae5
    Add field.is_searchable property to fields Louis Dureuil 2024-09-02 11:28:53 +0200
  • 3f517dfae6
    Merge #4905 v1.10.1 release-v1.10.1 meili-bors[bot] 2024-09-02 09:00:11 +0000
  • 11a8e537ed add the snapshots Tamo 2024-09-02 10:53:33 +0200
  • e639ec79d1
    Move the indexers into their own modules Clément Renault 2024-09-02 10:42:19 +0200
  • 959aeb0df3 Do not fail the whole batch when a single document deletion by filter fails Tamo 2024-09-02 10:34:28 +0200
  • bb885a5810
    Fix the merge for roaring bitmap Clément Renault 2024-09-01 23:20:19 +0200
  • b625d31c7d
    Introduce the PartialDumpIndexer indexer that generates document ids in parallel Clément Renault 2024-08-30 15:07:21 +0200
  • 6487a67f2b
    Introduce the ConcurrentAvailableIds struct and rename the other to AvailableIds Clément Renault 2024-08-30 15:06:50 +0200
  • 271ce91b3b
    Add the rayon Threadpool to the index function parameter Clément Renault 2024-08-30 14:34:24 +0200
  • 54f2eb4507
    Remove duplication of grenad merger Clément Renault 2024-08-30 14:33:58 +0200
  • 794ebcd582
    Replace grenad with the new grenad various-improvement branch Clément Renault 2024-08-30 11:49:47 +0200
  • b7c77c7a39
    Use the latest version of the obkv crate Clément Renault 2024-08-30 10:03:54 +0200
  • 0c57cf7565
    Replace obkv with the temporary new version of it Clément Renault 2024-08-29 19:20:10 +0200
  • 27df9e6c73
    Introduce the indexer::index function that runs the indexation Clément Renault 2024-08-29 18:27:02 +0200
  • 45c060831e
    Introduce typed channels and the merger loop Clément Renault 2024-08-29 17:51:42 +0200
  • 874c1ac538
    First channels types Clément Renault 2024-08-29 15:07:59 +0200
  • e6ffa4d454
    Implement the document merge function for the replace method Clément Renault 2024-08-29 14:08:31 +0200
  • 637a9c8bdd
    Implement the document merge function for the update method Clément Renault 2024-08-29 12:06:44 +0200
  • c683fa98e6
    WIP Louis Dureuil 2024-08-28 18:45:16 +0200
  • 4daa27a8e8
    Merge #4901 meili-bors[bot] 2024-08-29 15:46:16 +0000
  • 34ebcd378e autobatch document deletion by filter Tamo 2024-08-29 15:56:24 +0200
  • 5fed4d035a
    Merge #4899 meili-bors[bot] 2024-08-29 07:10:42 +0000
  • 11bee34bf0 stop trying to process searches after one minute Tamo 2024-08-28 19:01:54 +0200
  • 541a23b17a
    Merge #4898 meili-bors[bot] 2024-08-28 13:33:38 +0000
  • 69ab09c149 ensure we never early exit when we have a permit and remove the warning when we implicitely drop a permit Tamo 2024-08-28 15:17:10 +0200
  • 25534cc794
    Merge #4895 meili-bors[bot] 2024-08-28 12:52:29 +0000
  • 17d0b10765 Update version for the next release (v1.10.1) in Cargo.toml irevoire 2024-08-27 16:24:41 +0000
  • 241746e7f4 add a warning to help us find when we forget to drop explicitely drop a permit Tamo 2024-08-28 14:37:55 +0200
  • 1b90e6ce5f explicitely drop the search permit Tamo 2024-08-28 14:29:25 +0200
  • c10d06febc
    Merge #4896 meili-bors[bot] 2024-08-28 07:46:05 +0000
  • 9eee467226
    Merge #4893 meili-bors[bot] 2024-08-27 20:26:59 +0000
  • 1cc6ac089b ensure the run function doesn't panic even if the tick function does Tamo 2024-08-07 17:50:32 +0200
  • f85e091cb4 make sure the index scheduler never stops running Tamo 2024-08-07 17:06:43 +0200
  • 99fdccdc7e Only spawn one search queue in actix-web Tamo 2024-08-27 17:19:25 +0200
  • 882663bf7f
    Merge #4891 v1.9.1 release-v1.9.1 meili-bors[bot] 2024-08-27 16:04:18 +0000
  • 3234f63c00 Update version for the next release (v1.9.1) in Cargo.toml dureuill 2024-08-27 16:02:43 +0000
  • 9fff081043
    Merge #4889 meili-bors[bot] 2024-08-27 15:14:58 +0000
  • 575b7b7a0b
    Fix tests Louis Dureuil 2024-08-27 17:14:10 +0200
  • 6287f5b204
    Remove unexecuted test Louis Dureuil 2024-08-27 16:54:33 +0200
  • 5dac8e7168
    Allow fuzzing cfg Louis Dureuil 2024-08-27 16:43:44 +0200
  • e669af1e49
    CI: Add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION workaround to keep using Ubuntu 18.04 Louis Dureuil 2024-07-08 11:04:11 +0200
  • 0e0e29459c
    Update time Louis Dureuil 2024-08-27 16:27:05 +0200
  • c25f7e3450
    When retrieveVectors is true, retrieve _vectors.embedder even if there are no vector for that embedder Louis Dureuil 2024-07-15 15:05:56 +0200
  • 9a756cf2c5
    Merge #4888 meili-bors[bot] 2024-08-27 14:02:08 +0000
  • 36d8684dc8
    Merge #4881 v1.10.0-rc.3 v1.10.0 release-v1.10.0 meili-bors[bot] 2024-08-21 14:18:16 +0000
  • b12e997c8a Add pinyin flag ManyTheFish 2024-08-21 13:22:56 +0200
  • 8bf89ec394 Infer locales from index settings ManyTheFish 2024-08-21 10:47:40 +0200
  • ee62d9ce30
    Merge #4845 meili-bors[bot] 2024-08-19 06:29:48 +0000
  • bd7b4fb204
    Add a term for index filtering Danylo Boiko 2024-08-18 13:40:53 +0300
  • 0f965d3574 Remove hotloop's spans ManyTheFish 2024-08-14 14:33:36 +0200
  • ade54493ab Only detect language for a facet if several locales have been specified by the user in the settings ManyTheFish 2024-08-14 11:33:17 +0200
  • 664134b40e remove warnings Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-13 12:09:44 -0700
  • df49426222 remove warnings Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-13 12:09:09 -0700
  • 07c8ed0459
    Merge #4864 meili-bors[bot] 2024-08-13 14:04:17 +0000
  • 71e1edfeac fix failing tests Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-12 22:00:03 -0700
  • ff80d47b56 fix for test failure Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-12 21:55:50 -0700
  • ebd3236c60 Improve Integration tests in Update_index.rs file Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-10 09:13:30 -0700
  • 7c37b501be Changes to index and expected_response as per feedback Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-08 10:26:39 -0700
  • c797df6cb8
    remove env var detect_db_inconsistencies Louis Dureuil 2024-08-08 18:02:17 +0200
  • fdfb7c28c8 Improve Integration tests in the file stats.rs Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-08 07:31:46 -0700
  • c3cdc407ec
    Avoid unnecessary clone() Louis Dureuil 2024-08-08 14:57:02 +0200
  • 2f10273d14
    Group by normalized values, make sure you don't remove a value where there remains at still one value that normalizes towards it Louis Dureuil 2024-08-08 14:02:53 +0200
  • 321639364f
    Merge #4861 meili-bors[bot] 2024-08-07 16:21:54 +0000
  • 442d06dce7 ensure the run function doesn't panic even if the tick function does Tamo 2024-08-07 17:50:32 +0200
  • 8f6a98df07 make sure the index scheduler never stops running Tamo 2024-08-07 17:06:43 +0200
  • b44e17c4c3
    Merge #4858 meili-bors[bot] 2024-08-07 13:15:26 +0000
  • e3ef0ae19e
    also intersect the universe for searchOnAttributes Louis Dureuil 2024-08-06 14:06:56 +0200
  • 4dd420bbea
    Actually abort in case of corrupted index Louis Dureuil 2024-04-04 11:02:54 +0200
  • ba40c8f31c
    Changes for tracking issue 138 Louis Dureuil 2024-04-04 10:22:49 +0200
  • 26bd82a6e8
    check consistency, create a dump and send push event for failed checks Louis Dureuil 2024-03-25 16:28:23 +0100
  • 57f7af77c7
    Merge #4846 v1.10.0-rc.2 meili-bors[bot] 2024-08-05 10:49:28 +0000
  • 2d16d0aea1
    Merge #4839 meili-bors[bot] 2024-08-05 10:14:51 +0000
  • fcd6537f20
    Bump dtolnay/rust-toolchain from 1.79 to 1.90 dependabot[bot] 2024-08-01 17:13:09 +0000
  • c817718e07
    Merge #4853 meili-bors[bot] 2024-08-01 16:34:31 +0000
  • e64d0e0ca8
    use insert instead of push for bitmaps Louis Dureuil 2024-08-01 18:32:45 +0200
  • 21aa430b5e
    Fix openai tests Louis Dureuil 2024-07-31 17:57:55 +0200
  • 8535dc0be2
    Fix existing tests Louis Dureuil 2024-07-31 17:57:32 +0200
  • 72b9005344
    Redact uid for Value Louis Dureuil 2024-07-31 17:57:13 +0200
  • 420c33132c
    Merge #4850 meili-bors[bot] 2024-07-31 15:32:26 +0000
  • 9ef710cad4
    Use wrapper that forces the desired date format Louis Dureuil 2024-07-31 17:11:55 +0200