Commit Graph

56 Commits

Author SHA1 Message Date
mpostma 8a4d05b7bb
remove meilisearch tokenizer 2021-01-05 15:21:05 +01:00
bors[bot] 061832af7f
Merge #1163
1163: remove benches r=LegendreM a=MarinPostma

remove unused benches, that did not compile either


Co-authored-by: mpostma <postma.marin@protonmail.com>
2021-01-05 13:27:42 +00:00
mpostma 0e04c90abe
remove benches 2021-01-05 10:54:19 +01:00
mpostma 48eb78b14d
bump deps 2021-01-04 16:56:28 +01:00
mpostma d45c794a9e bump rustyline 2020-12-09 12:41:36 +01:00
mpostma c9dd7e10b9 bump ordered floats 2020-12-09 12:40:24 +01:00
mpostma 56ad400c49 update heed 2020-12-09 11:27:38 +01:00
mpostma e2b0402cf5 bump regex 2020-12-09 10:28:22 +01:00
mpostma 0c7fffeaf6 update env-logger 2020-12-09 10:25:17 +01:00
mpostma 5f8dc21dd2 bump once-cell 2020-12-09 10:22:14 +01:00
mpostma 3ec76ac33d bump meilisearch 2020-11-30 16:35:56 +01:00
dependabot[bot] 93953103ad
Bump serde from 1.0.116 to 1.0.117
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-01 05:40:44 +00:00
mpostma bbb6771625 bump meilisearch 2020-10-28 12:36:52 +01:00
qdequele a27399cf65 apply recommanded updates from dependabot 2020-10-15 13:26:52 +02:00
mpostma 03d4651077 bump meilisearch 2020-09-28 16:56:05 +02:00
mpostma 22d439f682 update pest dependency 2020-09-24 18:36:38 +02:00
many 87a76c2a60
bump version and update changelog 2020-09-08 18:11:03 +02:00
mpostma 4a9e56aa4f bump meilisearch version 0.14.0 2020-08-24 15:49:09 +02:00
mpostma 624bd56459 bump meilisearch version 2020-07-22 10:56:19 +02:00
mpostma 69af8e9e3d bump meilisearch to 0.12.0 2020-06-30 20:42:19 +02:00
mpostma 8ea6ef1e90 bump meilisearch version 2020-06-25 14:28:50 +02:00
Kerollmops 8aeeea8382
Bump the Meilisearch crates version to 0.11.0 2020-06-15 10:54:16 +02:00
mpostma d69180ec67 refactor errors / isolate core/http errors 2020-05-28 16:23:46 +02:00
Kerollmops 8cebf78485
Bump heed to 0.8.0 and handle abort errors 2020-05-26 17:04:13 +02:00
Kerollmops 6c87723b19
Bump the fst crate to 0.4.4 2020-05-22 15:01:35 +02:00
Kerollmops 5bf15a4190
Compute and merge discovered ids 2020-05-20 14:18:59 +02:00
Kerollmops 5e063da14f
Remove the serde Indexer 2020-05-19 16:51:32 +02:00
Kerollmops 48e94b4372
Enable jemalloc only on linux 2020-05-11 21:24:35 +02:00
mpostma 59c67f6bc8 setting up facets 2020-05-11 16:12:13 +02:00
Clément Renault 287226b609 Bump crates versions to v0.10.1 2020-04-28 15:55:29 +02:00
Clément Renault 979bea0327
Bump MeiliSearch version to v0.10 2020-04-10 15:43:03 +02:00
mposmta a0a481697b replace lazy_static with once_cell 2020-04-09 17:13:34 +02:00
mposmta dcf1096ac3 implements parser 2020-04-09 17:13:31 +02:00
Clément Renault 38c43759bb
Update most of the dependencies 2020-04-02 18:36:04 +02:00
Clément Renault 3ca8db2cc1
Bump the workspace crates to 0.9.0 2020-03-19 11:56:23 +01:00
Clément Renault f6972ec682
Bump the workspace crates to 0.9.0-rc.1 2020-03-16 16:58:20 +01:00
Clément Renault 5e31d28759
Fix the inference of the documents searchable fields 2020-03-03 20:54:17 +01:00
qdequele a5b0e468ee
fix for review 2020-02-11 15:28:00 +01:00
qdequele 4f0ead625b
adapt meilisearch-http to the new schemaless option 2020-02-11 15:27:54 +01:00
qdequele 2ee90a891c
introduce a new settings update system 2020-02-11 15:27:54 +01:00
Clément Renault 7604387701
Clean up the dependencies 2020-01-21 11:04:25 +01:00
Clément Renault ff1ec599e0
Try a better version of sdset 2020-01-19 12:01:24 +01:00
Clément Renault da8abebfa2
Introduce the query words mapping along with the query tree 2020-01-13 13:29:47 +01:00
Clément Renault fbcec2975d wip: Impl a basic tree traversing 2020-01-07 18:24:13 +01:00
Clément Renault efc2be0b7b
Bump the sdset dependency to 0.3.6 2019-12-13 14:38:23 +01:00
Clément Renault 9c03bb3428
First probably working phrase query doc filtering 2019-12-13 14:38:23 +01:00
Clément Renault 902625601a
Work in progress: It seems like we support synonyms, split and concat words 2019-12-13 14:38:22 +01:00
Clément Renault d8ba405baf
Add some criterion benchmarks to help mesure improvements 2019-12-13 14:17:40 +01:00
Clément Renault dc1849d291
Bump heed to 0.6.1 2019-12-07 11:49:45 +01:00
Thomas Payet 51636402c2 Add debian package in CI 2019-12-04 18:02:30 +01:00