Commit Graph

  • d43dc4824c
    implement list indexes mpostma 2021-02-03 17:44:20 +01:00
  • 482f734e53
    Merge pull request #24 from meilisearch/index-controller marin 2021-02-04 14:51:21 +01:00
  • f8f02af23e
    incorporate review changes mpostma 2021-02-04 13:21:15 +01:00
  • 5626aafaa4 Add movies dataset in chineser Charlotte Vermandel 2021-02-04 12:50:19 +01:00
  • 62ccc464d9
    Remove last comma CaroFG 2021-02-04 10:27:10 +01:00
  • cb50781d2d
    Merge #1222 v0.19.0rc2 bors[bot] 2021-02-04 08:08:09 +00:00
  • 1df0fdf3e2
    fix synonyms normalization many 2021-02-03 15:05:15 +01:00
  • a95a18afe4
    ignore primary key if it is already set mpostma 2021-02-03 11:59:29 +01:00
  • 0bcd7cd262
    Update movie posters CaroFG 2021-02-02 21:17:32 +01:00
  • 9af0a08122
    post review fixes mpostma 2021-02-01 19:51:47 +01:00
  • d450b971f9
    Merge pull request #78 from meilisearch/required-changes-for-transplant Clément Renault 2021-02-02 16:22:09 +01:00
  • cfca435364
    Bump tar from 0.4.30 to 0.4.32 dependabot[bot] 2021-02-02 14:16:13 +00:00
  • 69c91d2b56
    Merge #1218 v0.19.0rc0 bors[bot] 2021-02-02 13:45:28 +00:00
  • 97ba5e97c6
    update changelog mpostma 2021-02-02 14:32:04 +01:00
  • 8760beed1c
    bump meilisearch mpostma 2021-02-02 14:23:33 +01:00
  • 15464e57af
    Merge #1172 bors[bot] 2021-02-02 12:37:33 +00:00
  • c984fa1071
    Merge #1176 bors[bot] 2021-02-02 09:26:32 +00:00
  • 8f43698a60
    fix httpui mpostma 2021-02-01 14:38:04 +01:00
  • 3b60432687
    Use update_id in UpdateBuilder mpostma 2020-12-22 16:21:07 +01:00
  • d487791b03
    derive serde for method and format mpostma 2020-12-22 18:17:35 +01:00
  • 91d8198d17
    return documents number on addition mpostma 2020-12-30 18:43:50 +01:00
  • 97f35de41f
    fix flaky test mpostma 2021-02-01 18:59:22 +01:00
  • fa0cc2dc13
    Merge pull request #66 from meilisearch/show-available-facets Clément Renault 2021-02-01 18:39:45 +01:00
  • 14ae01a6c9
    Fix some typos in error messages Clément Renault 2021-02-01 18:10:57 +01:00
  • 81e9fd8933
    Merge #1184 bors[bot] 2021-02-01 14:12:57 +00:00
  • 17c463ca61
    remove unused deps mpostma 2021-02-01 13:32:21 +01:00
  • f0ca193122 Merge branch 'master' into atomic-rename KARASZI István 2021-02-01 13:30:51 +01:00
  • 940f83698c
    Update meilisearch-core/src/update/settings_update.rs Many 2021-02-01 12:06:48 +01:00
  • ccb7104dee
    add tests for IndexStore mpostma 2021-01-29 19:14:23 +01:00
  • da056a6877
    comment tests out mpostma 2021-01-28 20:55:29 +01:00
  • e9c95f6623
    remove useless files mpostma 2021-01-28 19:43:54 +01:00
  • f37a420a04
    Merge #1174 bors[bot] 2021-01-28 17:38:34 +00:00
  • 6c63ee6798
    implement list all indexes mpostma 2021-01-28 18:32:24 +01:00
  • 60371b9dcf
    get update id mpostma 2021-01-28 17:20:51 +01:00
  • 4119ae8655
    setttings update mpostma 2021-01-28 16:57:53 +01:00
  • 8183202868
    documetn addition and search mpostma 2021-01-28 15:14:48 +01:00
  • 74410d8c6b
    architecture rework mpostma 2021-01-28 14:12:34 +01:00
  • f5f4438b43
    Remove the duplicated code inside the facet_values_from_documents method Clément Renault 2021-01-27 18:31:09 +01:00
  • c1808513fe
    Merge #1211 bors[bot] 2021-01-28 09:50:38 +00:00
  • eeccdce33a
    update tokenizer to v0.1.3 many 2021-01-28 10:33:44 +01:00
  • a6667b14df
    Merge #1193 bors[bot] 2021-01-28 09:17:55 +00:00
  • 62e908264e
    Merge #1207 bors[bot] 2021-01-28 08:45:07 +00:00
  • b6e91291fb
    Add a comment to explain Serialize on FacetValue is implemented by hand Clément Renault 2021-01-27 16:31:57 +01:00
  • b41bf58658
    Split the FacetDistribution facet_values method into three Clément Renault 2021-01-27 16:13:49 +01:00
  • a3e3bebed7
    Rework the FacetDistribution execute method to use the faceted_fields struct Clément Renault 2021-01-27 18:29:54 +01:00
  • 11309ee99c
    Rework the FacetDistribution execute method to use the faceted_fields struct Clément Renault 2021-01-27 14:53:50 +01:00
  • 9c8a654079
    Add comments to help read the facet_values branchings Clément Renault 2021-01-27 14:44:16 +01:00
  • 2e00740515
    Make sure that we don't iterate throught all string facet values Clément Renault 2021-01-27 14:41:36 +01:00
  • b52d500fbc
    Reorder the FacetType enum branching in the facet_value method Clément Renault 2021-01-27 14:36:49 +01:00
  • d91d321129
    Introduce some constants to the FacetDistribution struct and settings Clément Renault 2021-01-27 14:32:30 +01:00
  • 60480a1e2f
    Rework the FacetCondition from_array constructor Clément Renault 2021-01-27 14:25:53 +01:00
  • 65b821b192
    Rename the Index facets method into facets_distribution Clément Renault 2021-01-27 14:15:33 +01:00
  • 433ac8c38a
    Remove the ordered-float serde feature Clément Renault 2021-01-27 14:11:10 +01:00
  • 2fe52d0a4f
    fix homebrew name Frédéric Harper 2021-01-26 15:14:53 -05:00
  • d01c93aeee
    fix running URL display Frédéric Harper 2021-01-26 15:11:46 -05:00
  • 70e9b1e936
    Introduce a flag to the search subcommand to display the facet distribution Clément Renault 2021-01-20 17:11:36 +01:00
  • 61dbcfa44a
    Bump the roaring to 0.6.4 Kerollmops 2021-01-26 14:38:43 +01:00
  • 916dd3b7c5
    Use the faceted_fields_ids method to fetch the ids Kerollmops 2021-01-26 14:12:16 +01:00
  • b0c31500fc
    Simplify the front page Clément Renault 2021-01-20 13:28:34 +01:00
  • 7be275b692
    Add the count to the facet distribution Kerollmops 2021-01-26 14:14:37 +01:00
  • 4b9e81fc89
    Order the facet values lexicographically Clément Renault 2021-01-13 11:59:16 +01:00
  • 51a37de885
    Introduce the FacetValue enum type Clément Renault 2021-01-13 11:30:27 +01:00
  • d893e83622
    Speed-up facet aggregation by using a FacetIter Kerollmops 2021-01-06 15:10:30 +01:00
  • 33945a3115
    Introduce a new facet filters query field Kerollmops 2021-01-07 10:15:31 +01:00
  • afa86d8a45
    Add a simple test to the FacetCondition from_array method Kerollmops 2020-12-21 19:36:14 +01:00
  • cb5e57e2dd
    FacetCondition can be created from array of facets Kerollmops 2021-01-07 10:17:27 +01:00
  • a8e3269ad6
    Introduce a basic front to display facets Clément Renault 2021-01-03 21:15:02 +01:00
  • 2cd8675734
    Show facet values even for empty queries Clément Renault 2021-01-03 14:18:15 +01:00
  • 3916c54501
    Speed-up facet aggregation on low number of candidates Clément Renault 2021-01-03 14:11:00 +01:00
  • a17bb54d8f
    Limit the number of values by facets to a maximum of 1000 Clément Renault 2021-01-03 12:59:16 +01:00
  • aa129dd7e8
    Display the number of candidates instead of the returned document count Kerollmops 2020-12-29 00:50:06 +01:00
  • 510df4729c
    Append the facet value to the facet query on click Kerollmops 2020-12-29 00:44:42 +01:00
  • d25a859985
    Display the facet values on the HTML debug page Kerollmops 2020-12-28 19:32:56 +01:00
  • 3b64735058
    Introduce a struct to compute facets values Kerollmops 2020-12-28 19:08:53 +01:00
  • 30dae0205e
    Merge pull request #67 from meilisearch/fix-settings Clément Renault 2021-01-26 14:03:43 +01:00
  • 87a56d2bc9
    Fix settings bug mpostma 2021-01-20 17:27:43 +01:00
  • 5bccde39f8 Indexes name are now sorted by name Cronos87 2021-01-23 00:37:52 +01:00
  • 26f060f66b
    Merge pull request #75 from meilisearch/fix-search-subcommand Clément Renault 2021-01-20 10:07:16 +01:00
  • c75ffbf3d5 Merge branch 'master' into atomic-rename KARASZI István 2021-01-19 13:04:31 +01:00
  • e3e475c5b1
    Update LICENSE Clémentine Urquizar 2021-01-19 00:18:52 +01:00
  • c35befbf38
    Fix the search subcommand document display loop Clément Renault 2021-01-16 15:51:23 +01:00
  • eae7a0cf48 added tests for option.rs parser carlosb1 2021-01-17 21:39:18 +01:00
  • ddcdd03e5e tests for payload size carlosb1 2021-01-17 18:37:14 +01:00
  • 6a3f625e11
    WIP: refactor IndexController mpostma 2021-01-16 15:09:48 +01:00
  • 2fa5808e3f
    Merge pull request #71 from meilisearch/cleanup-useless-build-rs Clément Renault 2021-01-15 15:45:47 +01:00
  • 1d910dbb42
    Update meilisearch-core/src/update/documents_addition.rs marin 2021-01-15 00:55:31 +01:00
  • bf3f36b46e
    Merge pull request #1191 from meilisearch/release-v0.18.1 v0.18.1 Many 2021-01-14 14:11:19 +01:00
  • 686f987180
    fix compile errors mpostma 2021-01-14 11:27:07 +01:00
  • 334933b874
    fix search mpostma 2021-01-13 18:29:17 +01:00
  • d22fab5bae
    implement open index mpostma 2021-01-13 18:18:52 +01:00
  • ddd7789713
    WIP: IndexController mpostma 2021-01-13 17:50:36 +01:00
  • ff38220b68
    Merge #1190 v0.18.1rc0 bors[bot] 2021-01-13 15:35:28 +00:00
  • 7a7cb9bcbf
    update dependencies many 2021-01-13 15:48:53 +01:00
  • fe9c99a11b
    update changelog many 2021-01-13 15:38:54 +01:00
  • 9b47bbc1ac
    bump meilisearch many 2021-01-13 15:37:15 +01:00
  • 430a5f902b
    fix race condition in document addition mpostma 2021-01-09 13:26:23 +01:00
  • bc0d53e819
    Update meilisearch-core/src/update/settings_update.rs Many 2021-01-13 13:17:19 +01:00
  • 0bb8b3a68d
    Merge #1185 bors[bot] 2021-01-13 10:56:25 +00:00
  • 44c0dd0762
    Fix an fst Set related warning Clément Renault 2021-01-13 11:03:03 +01:00
  • 1bb9348a90
    Remove the chinese-words.txt previous tokenizer related file Clément Renault 2021-01-13 11:01:57 +01:00