Commit Graph

22 Commits

Author SHA1 Message Date
Clément Renault 1b78231e18
Make clippy happy 2023-01-17 18:25:54 +01:00
unvalley 811f156031 Execute cargo clippy --fix 2022-10-27 01:00:00 +09:00
Kerollmops 6603437cb1
Introduce an indexation abortion function when indexing documents 2022-10-17 17:28:03 +02:00
Kerollmops 399eec5c01
Fix the indexation tests 2022-07-12 14:55:51 +02:00
Kerollmops e8297ad27e
Fix the tests for the new DocumentsBatchBuilder/Reader 2022-07-12 14:52:56 +02:00
Irevoire 4f3ce6d9cd
nested fields 2022-04-07 16:58:46 +02: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
Marin Postma 6eb47ab792 remove update_id in UpdateBuilder 2021-11-16 13:07:04 +01:00
marin postma 2e62925a6e
fix tests 2021-10-25 10:26:42 +02:00
marin postma 8d70b01714
optimize document deserialization 2021-10-25 10:26:42 +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
Clément Renault 0227254a65
Return the original string values for the inverted facet index database 2021-07-21 16:59:39 +02:00
Tamo 9716fb3b36
format the whole project 2021-06-16 18:33:33 +02:00
Kerollmops 312c2d1d8e
Use the Error enum everywhere in the project 2021-06-14 16:58:38 +02:00
Kerollmops 3c304c89d4
Make sure that we generate the faceted database when required 2021-06-02 16:24:58 +02:00
Marin Postma 1e366dae3e
remove useless lifetime on Distinct Trait 2021-06-02 16:24:58 +02:00
Kerollmops 187c713de5
Remove the MapDistinct struct as now distinct attributes are faceted 2021-06-02 16:24:57 +02:00
Kerollmops 2a3f9b32ff
Rename the faceted fields into filterable fields 2021-06-02 16:24:57 +02:00
Clément Renault 3a4a150ef0
Fix the tests and remaining warnings 2021-05-25 11:31:06 +02:00
Marin Postma 9c4660d3d6
add tests 2021-04-15 16:25:56 +02:00
Marin Postma 2f73fa55ae
add documentation 2021-04-15 16:25:55 +02:00
Marin Postma 45c45e11dd
implement distinct attribute
distinct can return error

facet distinct on numbers

return distinct error

review fixes

make get_facet_value more generic

fixes
2021-04-15 16:25:55 +02:00