Commit Graph

30 Commits

Author SHA1 Message Date
Loïc Lecrenier 02fd06ea0b Integrate deserr 2023-01-11 13:56:47 +01:00
Loïc Lecrenier 904fd2f6d1 Add a search strategy option to the cli 2022-12-21 12:48:53 +01:00
Loïc Lecrenier 229405aeb9 Choose implementation strategy of criterion at runtime 2022-12-21 09:29:39 +01:00
Kerollmops 6603437cb1
Introduce an indexation abortion function when indexing documents 2022-10-17 17:28:03 +02:00
Loïc Lecrenier c2ca259f48 Update cli to latest `indicatif` crate version 2022-10-17 13:05:56 +02:00
Irevoire 4aae07d5f5
expose the size methods 2022-08-17 17:07:38 +02:00
Loïc Lecrenier 20be69e1b9 Always use mimalloc as the global allocator 2022-08-16 20:09:36 +02:00
Kerollmops a892a4a79c
Introduce a function to extend from a JSON array of objects 2022-07-12 15:14:06 +02:00
Kerollmops 399eec5c01
Fix the indexation tests 2022-07-12 14:55:51 +02:00
Kerollmops fcfc4caf8c
Move the Object type in the lib.rs file and use it everywhere 2022-07-12 14:55:51 +02:00
Kerollmops a4ceef9624
Fix the cli for the new DocumentsBatchBuilder/Reader structs 2022-07-12 14:52:56 +02:00
ManyTheFish 0d1d354052 Ensure that Index methods are not bypassed by Meilisearch 2022-06-13 17:34:11 +02:00
ad hoc bbb6728d2f
add distinct attributes to cli 2022-04-13 12:10:35 +02:00
Irevoire 4f3ce6d9cd
nested fields 2022-04-07 16:58:46 +02:00
ad hoc 86249e2ae4
add missing \t in cli update display
Co-authored-by: Clément Renault <clement@meilisearch.com>
2022-04-05 21:35:06 +02:00
ad hoc dac81b2d44
add missing \n in cli settings 2022-04-05 09:48:56 +02:00
ad hoc 9963f11172
fix infos crate compilation issue 2022-04-04 20:54:03 +02:00
ad hoc bfd81ce050
add exact atttributes to cli settings 2022-04-04 20:54:03 +02:00
Tamo 8bb45956d4
allow to set the primary key in the cli 2022-03-07 14:56:49 +01:00
ad hoc db3a1905de
default db path 2022-03-07 10:30:47 +01:00
ad hoc 6cf82ba993
bufread documents 2022-03-07 10:29:52 +01:00
ad hoc d852dc0d2b
fix phrase search 2022-02-01 20:21:33 +01:00
mpostma b5f01b52c7 cli improvements 2022-01-25 14:08:30 +01:00
Marin Postma 0c84a40298 document batch support
reusable transform

rework update api

add indexer config

fix tests

review changes

Co-authored-by: Clément Renault <clement@meilisearch.com>

fmt
2022-01-19 12:40:20 +01:00
Clément Renault 1c6c89f345
Fix the binaries that use the new optional filters 2021-12-09 11:57:53 +01:00
Marin Postma 6eb47ab792 remove update_id in UpdateBuilder 2021-11-16 13:07:04 +01:00
Tamo 6831c23449
merge with main 2021-11-06 16:34:30 +01:00
marin postma baddd80069
implement review suggestions 2021-10-25 18:29:12 +02:00
Tamo e25ca9776f
start updating the exposed function to makes other modules happy 2021-10-22 17:23:22 +02:00
mpostma aa6c5df0bc Implement documents format
document reader transform

remove update format

support document sequences

fix document transform

clean transform

improve error handling

add documents! macro

fix transform bug

fix tests

remove csv dependency

Add comments on the transform process

replace search cli

fmt

review edits

fix http ui

fix clippy warnings

Revert "fix clippy warnings"

This reverts commit a1ce3cd96e603633dbf43e9e0b12b2453c9c5620.

fix review comments

remove smallvec in transform loop

review edits
2021-09-21 16:58:33 +02:00