Commit Graph

  • 0602721147
    wip Tamo 2023-05-10 18:57:56 +0200
  • 3064ea6495 fix: update payload_too_large error message to include human readable maximum acceptable payload size Filip Bachul 2023-05-09 20:00:03 +0200
  • 46ec8a97e9
    rename the analytics according to the spec Tamo 2023-05-10 14:02:42 +0200
  • c42a65a297
    Update meilisearch/src/analytics/segment_analytics.rs Tamo 2023-05-10 10:55:56 +0200
  • d08f8690d2
    add analytics on the get documents resource Tamo 2023-05-09 19:52:11 +0200
  • ad5f25d880
    Merge #3742 meili-bors[bot] 2023-05-10 12:12:52 +0000
  • 4d352a21ac Compute split words derivations of terms that don't accept typos Loïc Lecrenier 2023-05-10 13:31:19 +0200
  • c94e7c1d44 Force the usage of wait for completion in the test suite Tamo 2023-05-09 12:16:02 +0200
  • 918ce1dd67
    Merge #3731 meili-bors[bot] 2023-05-09 09:24:36 +0000
  • 17f6d65840 Reduce maximum indexed proximity for word pairs reduce-mx-proximity Loïc Lecrenier 2023-05-08 14:53:35 +0200
  • daa4138df9 Adjust costs of edges in position ranking rule fewer-costs-for-position-rr Loïc Lecrenier 2023-05-08 13:06:35 +0200
  • e4035ff3ec Implement words as a graph-based ranking rule and fix some bugs Loïc Lecrenier 2023-05-08 11:52:43 +0200
  • 4a4210c116
    Merge #3734 v1.2.0-rc.0 meili-bors[bot] 2023-05-09 07:35:48 +0000
  • 3533d4f2bb Update version for the next release (v1.2.0) in Cargo.toml curquiza 2023-05-08 17:52:33 +0000
  • 3625389057 Highlight ngram matches as well Loïc Lecrenier 2023-05-03 13:39:19 +0200
  • eace6df91b
    Merge #3726 meili-bors[bot] 2023-05-08 07:46:46 +0000
  • 83ab8cf4e5 Remove dbg!(..) expression in highlighter tests Loïc Lecrenier 2023-05-08 09:45:23 +0200
  • 8095f21999 Move comments above keys in config.toml Jakub Jirutka 2023-05-06 18:10:54 +0200
  • 6832bde1f5
    implement a first version of the clear indexes prototype-clear-all-indexes-0 clear-all-indexes Tamo 2023-05-04 20:25:22 +0200
  • cd2573fcc3 Fix prefix highlighting ManyTheFish 2023-05-04 16:53:50 +0200
  • 9f7981df28
    Merge #3687 meili-bors[bot] 2023-05-04 14:48:01 +0000
  • e615fa5ec6 Fix unused_imports warning in milli when japanese is not enabled Jakub Jirutka 2023-05-04 15:46:11 +0200
  • 13f1277637 Allow to disable specialized tokenizations (again) Jakub Jirutka 2023-04-24 00:26:08 +0200
  • f7e0a3edaf
    Use the minWordSizeForTypos index settings prototype-search-for-facet-values-2 Clément Renault 2023-05-04 15:09:17 +0200
  • 4919774f2e
    Merge #3570 meili-bors[bot] 2023-05-04 12:54:26 +0000
  • a3da680ce6
    Update meilisearch/tests/documents/errors.rs Tamo 2023-05-04 14:51:17 +0200
  • 11e394dba1
    merge the document fetch and get error codes Tamo 2023-05-04 15:19:17 +0200
  • 469d2f2a9c
    fix the fields field of the POST fetch document API Tamo 2023-05-03 20:43:57 +0200
  • ce6507d20c
    improve the test of the get document by filter Tamo 2023-05-03 19:43:23 +0200
  • b92da5d15a
    add a big test on the get document by filter of the get route Tamo 2023-05-03 19:11:53 +0200
  • ed3dfbe729
    add error codes and tests Tamo 2023-05-02 20:03:45 +0200
  • 441641397b
    Implement document get with filters Louis Dureuil 2023-03-08 09:44:43 +0100
  • a35d3fc708
    Add Index::iter_documents Louis Dureuil 2023-03-08 09:44:09 +0100
  • 745c1a2668
    Make parse_filter pub Louis Dureuil 2023-03-08 09:43:40 +0100
  • a669368f2d
    Format the code Clément Renault 2023-05-04 14:01:46 +0200
  • 2e7ba2b092
    Increase the number of dbs Clément Renault 2023-05-04 13:53:08 +0200
  • a95128df6b
    Merge #3550 meili-bors[bot] 2023-05-04 10:44:41 +0000
  • f983bbe532
    Fix compilation issues Clément Renault 2023-05-04 12:27:19 +0200
  • 3cbcbad71c
    Fix a snap test Clément Renault 2023-05-02 09:55:55 +0200
  • e83d9680ba
    Simplify the placeholder search of the facet-search route Clément Renault 2023-04-27 17:10:58 +0200
  • 29153417c4
    Use the disableOnAttributes parameter on the facet-search route Clément Renault 2023-04-27 17:01:18 +0200
  • 57892e3d76
    Use the disableOnWords parameter on the facet-search route Clément Renault 2023-04-27 16:48:37 +0200
  • 13d4aee912
    Support the typoTolerant.enabled parameter Clément Renault 2023-04-27 16:04:03 +0200
  • ba5db80afa
    Log an error when a facet value is missing from the database Clément Renault 2023-04-27 10:50:42 +0200
  • f8432dff5d
    Rename the SearchForFacetValues struct Clément Renault 2023-04-27 10:43:02 +0200
  • ae3dad5b63
    Return an internal error when a field id is missing Clément Renault 2023-04-27 10:42:48 +0200
  • 938ab16799
    Make clippy happy Clément Renault 2023-04-26 18:35:06 +0200
  • 8252f3331f
    Improve the returned errors from the facet-search route Clément Renault 2023-04-26 18:09:24 +0200
  • 5b745cc8a2
    Fix the max number of facets to be returned to 100 Clément Renault 2023-04-26 17:19:02 +0200
  • 19c3ef64bd
    Return the correct response JSON object from the facet-search route Clément Renault 2023-04-26 17:09:59 +0200
  • 3b346aac42
    Send analytics about the facet-search route Clément Renault 2023-04-26 17:08:55 +0200
  • 72a2469178
    Make the search for facet work Clément Renault 2023-04-26 11:55:43 +0200
  • d7d085ef1e
    Introduce the facet search route Kerollmops 2023-04-13 18:16:33 +0200
  • 1e61870c2b
    Restrict the number of facet search results to 1000 Kerollmops 2023-04-13 18:16:08 +0200
  • 4d2860a692
    Introduce the SearchForFacetValue struct Kerollmops 2023-04-13 17:38:20 +0200
  • e0537c3870
    Merge #3720 meili-bors[bot] 2023-05-04 10:07:41 +0000
  • 51ca77726d
    Store the facet string values in multiple FSTs Clément Renault 2023-05-02 09:34:28 +0200
  • da220294f6
    Merge #3639 meili-bors[bot] 2023-05-04 09:33:57 +0000
  • 78e611f282
    Merge #3693 meili-bors[bot] 2023-05-04 08:30:22 +0000
  • d8381eb790
    Fix originalFilter Louis Dureuil 2023-05-04 10:07:59 +0200
  • b212aef5db
    add one nanosecond to generated filter so as to generate a filter that would have matched the last task to delete Louis Dureuil 2023-05-04 09:56:48 +0200
  • 6bf66f35be
    Merge #3721 meili-bors[bot] 2023-05-04 07:53:39 +0000
  • 52ab114f6c
    Fix test on macOS: 50 tasks would result in the test consistently failing on a local macOS Louis Dureuil 2023-05-04 00:05:39 +0200
  • dcbfecf42c
    make the generated filter valid Tamo 2023-04-26 13:55:02 +0200
  • 9ca6f59546
    Update index-scheduler/src/lib.rs Tamo 2023-04-26 12:02:06 +0200
  • aa7537a11e
    make the autodeletion work with a fixed number of tasks and update the tests Tamo 2023-04-25 17:26:34 +0200
  • 972bb2831c
    log when meilisearch need to delete tasks Tamo 2023-04-25 13:11:58 +0200
  • f9ddd32545
    implement the auto-deletion of tasks Tamo 2023-04-24 20:04:50 +0200
  • d5059520aa
    Fix typo Louis Dureuil 2023-05-03 22:27:03 +0200
  • 1c3642c9b2
    Fix deletion per filter analytics Louis Dureuil 2023-05-03 22:26:51 +0200
  • d2d2bacaf2
    add a test on the complex filter Tamo 2023-05-03 20:07:08 +0200
  • 30edba3497 Update links of the docs curquiza 2023-05-03 19:14:57 +0200
  • 84e7bd9342
    Fix test after rebase on filter additions Louis Dureuil 2023-05-03 17:51:28 +0200
  • 2b74e4d116
    Fix test Louis Dureuil 2023-05-03 17:41:35 +0200
  • b5fe0b2b07
    fix the details Tamo 2023-05-02 22:53:16 +0200
  • 0f0cd2d929
    handle the array of array form of filter in the dumps Tamo 2023-05-02 22:36:56 +0200
  • fc8c1d118d
    fix the analytics Tamo 2023-05-02 21:32:56 +0200
  • 0548ab9038
    create and use the error code Tamo 2023-05-02 17:46:04 +0200
  • 143acb9cdc
    update the tests Tamo 2023-04-27 19:28:05 +0200
  • 4b92f1b269
    wip Tamo 2023-04-27 13:51:02 +0200
  • c12a1cd956
    test all the error messages Tamo 2023-04-11 19:51:17 +0200
  • 8af8aa5a33
    add a test Tamo 2023-04-11 19:34:25 +0200
  • 6df2ba93a9
    remove one useless txn Tamo 2023-04-06 17:12:43 +0200
  • 3680a6bf1e
    extract impl to a function Louis Dureuil 2023-03-07 11:14:23 +0100
  • 732c52093d
    Processing time without autobatching implementation Louis Dureuil 2023-03-07 10:02:04 +0100
  • 05cc463fbc
    Draft implementation of filter support for /delete-by-batch route Louis Dureuil 2023-03-01 15:20:53 +0100
  • 1afde4fea5
    Merge #3542 meili-bors[bot] 2023-05-03 13:42:51 +0000
  • f8f190cd40
    Update exactness tests following charabia camelCase tokenization search-refactor-merging-main Louis Dureuil 2023-05-03 14:45:09 +0200
  • 3a408e8287
    Increase map size for tests following charabia camelCase tokenization Louis Dureuil 2023-05-03 14:44:48 +0200
  • d3e5b10e23
    fix nb of dbs Louis Dureuil 2023-05-03 14:11:20 +0200
  • 1aaf24ccbf
    Cargo fmt Louis Dureuil 2023-05-03 12:21:58 +0200
  • 90bc230820
    Merge remote-tracking branch 'origin/main' into search-refactor Louis Dureuil 2023-05-03 12:19:06 +0200
  • 342c4ff85d
    geosort: Remove rtree unwrap Louis Dureuil 2023-05-03 09:52:16 +0200
  • c85392ce40
    make the descendent geosort fast Tamo 2023-05-02 12:04:08 +0200
  • 8875d24a48
    deserialize the rtree only when its needed, and keep it in memory once it has been deserialized Tamo 2023-05-02 11:39:35 +0200
  • c470b67fa2
    revamp the test to use execute_iterative_and_rtree_returns_the_same Tamo 2023-05-02 11:25:10 +0200
  • c0e081cd98
    Merge #3702 #3710 meili-bors[bot] 2023-05-02 17:27:57 +0000
  • b60840ebff
    Remove self.iterating from words Louis Dureuil 2023-05-02 18:54:23 +0200
  • fdc1763838
    Use MultiOps for resolve_query_graph Louis Dureuil 2023-05-02 18:54:09 +0200
  • 75819bc940
    Remove too many arguments on resolve_maximally_reduced_query_graph Louis Dureuil 2023-05-02 18:53:40 +0200