Commit Graph

12414 Commits

Author SHA1 Message Date
d3e7e18b7d disable frontend in production 2020-11-23 13:13:10 +01:00
1d5795d134 Merge pull request #39 from meilisearch/speedup-documents-ids-merging
Speedup documents ids merging
2020-11-22 19:32:24 +01:00
05c95dfdc6 Introduce an infos subcommand that patches the external documents ids 2020-11-22 19:27:34 +01:00
27f3ef5f7a Use the new ExternalDocumentsIds struct in the engine 2020-11-22 19:27:34 +01:00
fe82516f9f Use the ExternalDocumentsIds in the Index struct 2020-11-22 19:27:34 +01:00
415c0b86ba Introduce the ExternalDocumentsIds struct 2020-11-22 19:27:33 +01:00
eded5558b2 Rename the users ids documents ids into external documents ids 2020-11-22 17:17:47 +01:00
f06355b0bb Display the time it takes to merge user documents ids 2020-11-22 11:28:35 +01:00
d6c76b02e3 Merge #1090
1090: remove update changelog ci check r=Kerollmops a=MarinPostma



Co-authored-by: mpostma <postma.marin@protonmail.com>
2020-11-20 09:49:48 +00:00
fe3e20751c Merge #1089
1089: Fix clear bug r=Kerollmops a=MarinPostma

close #1088 

The placeholder data was not cleared on when deleting all documents.

Co-authored-by: mpostma <postma.marin@protonmail.com>
2020-11-20 09:24:24 +00:00
aab041e692 Merge #1082
1082: remove maintenance error from http r=MarinPostma a=MarinPostma

remove the maintenance error from `meilisearch-http`

close #1061 

Co-authored-by: mpostma <postma.marin@protonmail.com>
2020-11-19 15:42:33 +00:00
75e22fc7f5 feat(search): update nbHits count with filtered docs for placeholder search 2020-11-19 21:02:47 +05:30
6fff49b33b Merge #1087
1087: Add deploy on Platform.sh option to README r=Kerollmops a=chadwcarlson

We have had a lot of success using Meilisearch on our public documentation, and I've put together the "movies" demo to quickly show it off. Included in our template README is instructions for modifying the template deployment to make it production ready. 

All the best.

As per CONTRIBUTING, related to https://github.com/meilisearch/MeiliSearch/issues/1086

Co-authored-by: chadcarlson <chad.carlson@platform.sh>
2020-11-19 15:10:13 +00:00
2eaab48532 remove Maintenance error for error lib 2020-11-19 15:12:12 +01:00
43df4a56c4 feat(search): update nbHits count with filtered docs for core flow 2020-11-19 19:35:37 +05:30
680756500c remove update changelog ci check 2020-11-19 14:27:48 +01:00
0645a6568e add test clear all documents 2020-11-19 14:13:27 +01:00
3a0861694d fix clear document bug 2020-11-19 14:04:07 +01:00
0f4182bddf Uncenter to match existing. 2020-11-17 15:06:04 -05:00
cc4284b89e Add Deploy on Platform.sh button. 2020-11-17 15:05:17 -05:00
a326466f32 remove maintenance error from http 2020-11-16 17:30:37 +01:00
b0c5f59c07 Merge pull request #36 from meilisearch/index-facets
Index facets values and support facet numbers
2020-11-14 14:32:05 +01:00
e76558b0cc Change the settings update system to reindex only one time 2020-11-14 11:17:49 +01:00
f9cc12ae0f Do not try to parse empty faceted strings 2020-11-13 18:35:47 +01:00
23f9a22edc Update the HTTP settings route to accept the faceted fields 2020-11-13 18:35:47 +01:00
8e6efe4d87 Introduce an infos subcommand to display the facet values 2020-11-13 18:35:47 +01:00
a18d9a1f87 Parse and store the faceted fields 2020-11-13 16:13:51 +01:00
4e5e55c21a Simplify the merge functions 2020-11-13 14:50:30 +01:00
8ae9888959 Store the field id instead of the field name in the facets database 2020-11-13 14:50:30 +01:00
cf9ddd293d Simplify the the facet types 2020-11-13 11:46:48 +01:00
466fb601d6 Faceted fields settings must specify the facet type 2020-11-13 11:46:48 +01:00
5a67862e00 Merge #1077
1077: Change movie gifs r=MarinPostma a=bidoubiwa

Remove old movie gif that showed some misleading information
- Typo on first letter
- `word` ranking rules implemented

Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
2020-11-12 13:07:01 +00:00
201bb3f80a Add loop to gif 2020-11-12 10:05:39 +01:00
49afe7d89f Change movie gifs 2020-11-12 09:58:24 +01:00
ebe7087bff Introduce the faceted fields setting 2020-11-11 17:08:18 +01:00
72f18759ba Introduce getters and setters for the facet fields ids facet types 2020-11-11 16:26:22 +01:00
92ec908303 Introduce the facet field id values engine database 2020-11-11 16:06:33 +01:00
e0058c1125 Introduce codecs for facet types (string, f64, u64, i64) 2020-11-11 15:48:24 +01:00
b4951c058b Merge pull request #35 from meilisearch/better-update-progress
Better update progress
2020-11-11 13:19:32 +01:00
a71a96894d Use the new indexing progress events in the http server 2020-11-11 13:14:24 +01:00
ea43080548 Make the indexing process send the new progress step events 2020-11-11 13:13:08 +01:00
e78b96a657 Introduce a more detailed progress status enum 2020-11-11 12:31:59 +01:00
8a4794fc51 Merge pull request #34 from meilisearch/speedup-indexing
Write the words pairs proximities directly into LMDB to speedup indexing
2020-11-11 11:30:28 +01:00
535f8088d7 Write the words pairs proximities directly into LMDB to speedup indexing 2020-11-11 11:25:31 +01:00
fbe8ec1fe7 Merge pull request #33 from meilisearch/speedup-CI
Avoid compiling benchmarks and speedup the CI
2020-11-11 11:20:26 +01:00
a55453e634 Avoid compiling benchmarks and speedup the CI 2020-11-11 11:14:57 +01:00
5a6b62e77c Merge pull request #32 from meilisearch/http-get-one-document
Introduce a route to get one document
2020-11-11 11:14:00 +01:00
63fab07047 Introduce a route to retrieve a document with its id 2020-11-11 11:04:11 +01:00
c00fc6f8bb Merge pull request #31 from meilisearch/improve-update-process
Improve update process
2020-11-09 17:45:19 +01:00
0cfeee13ee Reduce the number of documents limit when update progress are sent 2020-11-09 17:34:52 +01:00