many
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
many
b43137b508
add version guard in copy_and_compact_to_path function
2020-09-07 18:21:04 +02:00
Takayuki Maeda
750e7382c6
fix clippy warnings
2020-07-29 11:32:34 +09:00
mpostma
5773c5c865
check version file against regex
2020-07-13 16:06:28 +02:00
mpostma
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
mpostma
f5a936614a
error on meili database version mismatch
2020-07-13 16:05:08 +02:00
mpostma
bbe3a10107
implement placeholder search
2020-07-03 17:17:28 +02:00
mpostma
641d12fb2d
make clippy happy 1
2020-06-30 11:01:07 +02:00
mpostma
8a2e60dc09
requested changes
2020-05-28 19:19:26 +02:00
mpostma
05344043b2
style fixes
2020-05-28 16:28:37 +02:00
mpostma
51b3139c0b
fix status code
2020-05-28 16:23:46 +02:00
mpostma
30fd24aa47
fix details
2020-05-28 16:23:46 +02:00
mpostma
3bd15a4195
fix tests, restore behavior
2020-05-28 16:23:46 +02:00
mpostma
c771694623
remove heed from http dependencies
2020-05-28 16:23:46 +02:00
mpostma
d69180ec67
refactor errors / isolate core/http errors
2020-05-28 16:23:46 +02:00
mpostma
2b7d614e84
fix test warnings
2020-05-27 19:32:55 +02:00
Kerollmops
8cebf78485
Bump heed to 0.8.0 and handle abort errors
2020-05-26 17:04:13 +02:00
Kerollmops
3bca31856d
Discover and remove documents ids
2020-05-20 14:18:59 +02:00
mpostma
869b6019c6
fix tests
2020-05-13 11:48:34 +02:00
qdequele
2e55457ecc
implement default on DatabaseOptions
2020-05-07 15:40:44 +02:00
mpostma
2e3a765dac
fix database options
2020-04-29 22:29:09 +02:00
Jan Emmens
17401cfbe9
Fix compilation error in unit tests
2020-04-29 09:21:07 +02:00
Jan Emmens
c4287cdfac
Add support for configuring lmdb map size
2020-04-29 09:21:07 +02:00
mposmta
a6dcd7a421
fixes tests
...
fixes tests impacted by sifnature change of query
2020-03-25 15:17:20 +01:00
qdequele
179969a9e2
fix tests + fmt
2020-03-10 11:29:56 +01:00
qdequele
c984d8d5a5
rename identifier into primaryKey; fix #514
2020-03-09 18:45:29 +01:00
qdequele
86c3482cbd
review the internal schema to allow to create schema without identifier; fix #513
2020-03-09 18:45:20 +01:00
qdequele
6016f2e941
change wording of custom ranking rules dsc
-> desc
; #490
2020-03-06 10:15:19 +01:00
qdequele
47009615ee
rename words_position to wordsPosition; fix #483
2020-02-27 16:24:49 +01:00
qdequele
f182afc50b
update tests
2020-02-27 11:30:23 +01:00
Clément Renault
96248d9bfa
Change the exactness criterion in the tests
2020-02-25 14:24:15 +01:00
qdequele
4986adc186
move identifier from settings to index; fix #470
2020-02-12 17:00:14 +01:00
Quentin de Quelen
dc6907e748
rebase from master
2020-02-11 15:28:00 +01:00
qdequele
a5b0e468ee
fix for review
2020-02-11 15:28:00 +01:00
qdequele
f77f38dfa0
fix update system
2020-02-11 15:27:57 +01:00
Quentin de Quelen
6deb481589
definitely remove attributes_ranked on settings; auto create it with ranking_rules
2020-02-11 15:27:57 +01:00
qdequele
2ee90a891c
introduce a new settings update system
2020-02-11 15:27:54 +01:00
Clément Renault
7c0d8f073b
Support compaction with multi database
2020-01-24 17:38:14 +01:00
Clément Renault
8c140f6bcd
Increase the disk usage limit
2019-12-30 15:42:08 +01:00
Clément Renault
691e2a3c1d
Fix a blocking channel, appearing like a deadlock
2019-12-30 15:28:28 +01:00
Clément Renault
d12ff15ee3
Set the indexes info in the create_index function
2019-12-19 10:38:56 +01:00
qdequele
3a90233a3d
Add status failed on UpdateStatus
2019-11-28 18:41:11 +01:00
Clément Renault
1def56ea11
Change the update loop to be more explicit on index clear
2019-11-27 13:43:28 +01:00
Clément Renault
d08b76a323
Separate the update and main databases
...
We used the heed typed transaction to make it safe (https://github.com/Kerollmops/heed/pull/27 ).
2019-11-27 11:29:06 +01:00
Clément Renault
7cc096e0a2
Rename MeiliDB into MeiliSearch
2019-11-26 11:12:30 +01:00