Commit Graph

55 Commits

Author SHA1 Message Date
a7c88c7951 restore synonyms tests 2021-01-05 15:21:05 +01:00
b574960755 fix split_query_string 2021-01-05 15:21:05 +01:00
e616b1e356 hard separator offset 2021-01-05 15:21:05 +01:00
2904ca7f57 update codebase with shcema refactor 2020-12-15 12:04:51 +01:00
56ad400c49 update heed 2020-12-09 11:27:38 +01:00
50f0fbb05c remove useless function after health route refacto #1026 2020-10-20 16:21:46 +02:00
f359b64d59 Merge #946
946: Sort displayedAttributes field r=MarinPostma a=gorogoroumaru

Fix #943

displayedAttributes use the HashSet struct which is an unsorted structure, so I changed the implementation from HashSet into BTreeSet.

Co-authored-by: gorogoroumaru <zokutyou2@gmail.com>
2020-10-13 14:37:47 +00:00
704defea78 fix clippy 2020-10-13 10:01:57 +02:00
f4d918d22a Merge branch 'master' into issue943 2020-10-02 21:01:31 +09:00
5a98f1f076 sort facetsDistribution attribute 2020-10-02 20:00:55 +09:00
c254320860 Implement backups
* trigger backup importation via http route
* follow backup advancement with status route
* import backup via a command line
* let user choose batch size of documents to import (command lines)

closes #884
closes #840
2020-09-28 14:40:06 +02:00
b43137b508 add version guard in copy_and_compact_to_path function 2020-09-07 18:21:04 +02:00
750e7382c6 fix clippy warnings 2020-07-29 11:32:34 +09:00
5773c5c865 check version file against regex 2020-07-13 16:06:28 +02:00
51d7c84e73 better exit on error
Update meilisearch-core/src/database.rs

Co-authored-by: Clément Renault <renault.cle@gmail.com>

Update meilisearch-core/src/database.rs

Co-authored-by: Clément Renault <renault.cle@gmail.com>
2020-07-13 16:06:28 +02:00
f5a936614a error on meili database version mismatch 2020-07-13 16:05:08 +02:00
bbe3a10107 implement placeholder search 2020-07-03 17:17:28 +02:00
641d12fb2d make clippy happy 1 2020-06-30 11:01:07 +02:00
8a2e60dc09 requested changes 2020-05-28 19:19:26 +02:00
05344043b2 style fixes 2020-05-28 16:28:37 +02:00
51b3139c0b fix status code 2020-05-28 16:23:46 +02:00
30fd24aa47 fix details 2020-05-28 16:23:46 +02:00
3bd15a4195 fix tests, restore behavior 2020-05-28 16:23:46 +02:00
c771694623 remove heed from http dependencies 2020-05-28 16:23:46 +02:00
d69180ec67 refactor errors / isolate core/http errors 2020-05-28 16:23:46 +02:00
2b7d614e84 fix test warnings 2020-05-27 19:32:55 +02:00
8cebf78485 Bump heed to 0.8.0 and handle abort errors 2020-05-26 17:04:13 +02:00
3bca31856d Discover and remove documents ids 2020-05-20 14:18:59 +02:00
869b6019c6 fix tests 2020-05-13 11:48:34 +02:00
2e55457ecc implement default on DatabaseOptions 2020-05-07 15:40:44 +02:00
2e3a765dac fix database options 2020-04-29 22:29:09 +02:00
17401cfbe9 Fix compilation error in unit tests 2020-04-29 09:21:07 +02:00
c4287cdfac Add support for configuring lmdb map size 2020-04-29 09:21:07 +02:00
a6dcd7a421 fixes tests
fixes tests impacted by sifnature change of query
2020-03-25 15:17:20 +01:00
179969a9e2 fix tests + fmt 2020-03-10 11:29:56 +01:00
c984d8d5a5 rename identifier into primaryKey; fix #514 2020-03-09 18:45:29 +01:00
86c3482cbd review the internal schema to allow to create schema without identifier; fix #513 2020-03-09 18:45:20 +01:00
6016f2e941 change wording of custom ranking rules dsc -> desc; #490 2020-03-06 10:15:19 +01:00
47009615ee rename words_position to wordsPosition; fix #483 2020-02-27 16:24:49 +01:00
f182afc50b update tests 2020-02-27 11:30:23 +01:00
96248d9bfa Change the exactness criterion in the tests 2020-02-25 14:24:15 +01:00
4986adc186 move identifier from settings to index; fix #470 2020-02-12 17:00:14 +01:00
dc6907e748 rebase from master 2020-02-11 15:28:00 +01:00
a5b0e468ee fix for review 2020-02-11 15:28:00 +01:00
f77f38dfa0 fix update system 2020-02-11 15:27:57 +01:00
6deb481589 definitely remove attributes_ranked on settings; auto create it with ranking_rules 2020-02-11 15:27:57 +01:00
2ee90a891c introduce a new settings update system 2020-02-11 15:27:54 +01:00
7c0d8f073b Support compaction with multi database 2020-01-24 17:38:14 +01:00
8c140f6bcd Increase the disk usage limit 2019-12-30 15:42:08 +01:00
691e2a3c1d Fix a blocking channel, appearing like a deadlock 2019-12-30 15:28:28 +01:00