|
4391cba6ca
|
fix the addition + deletion bug
|
2023-05-17 18:28:57 +02:00 |
|
|
0f33a65468
|
makes kero happy
|
2023-03-13 16:51:11 +01:00 |
|
|
eddefb0e0f
|
refactor the error type of the milli::document thing
silence a warning
|
2023-03-09 13:03:14 +01:00 |
|
|
c5f22be6e1
|
add boolean support for csv documents
|
2023-03-09 11:12:49 +01:00 |
|
|
6b2fe94192
|
Fixes for clippy bringing us down to 18 remaining issues.
This brings us a step closer to enforcing clippy on each build.
|
2022-10-25 20:49:02 +02:00 |
|
|
6fbf5dac68
|
Simplify documents! macro to reduce compile times
|
2022-10-12 09:22:05 +02:00 |
|
|
7f92116b51
|
Accept again integers as document ids
|
2022-08-31 10:56:39 +02:00 |
|
|
acff17fb88
|
Simplify indexing tests
|
2022-08-04 12:03:13 +02:00 |
|
|
41a0ce07cb
|
Add a code comment, as suggested in PR review
Co-authored-by: Many the fish <many@meilisearch.com>
|
2022-07-20 16:20:35 +02:00 |
|
|
fc9f3f31e7
|
Change DocumentsBatchReader to access cursor and index at same time
Otherwise it is not possible to iterate over all documents while
using the fields index at the same time.
|
2022-07-18 16:08:14 +02:00 |
|
|
a892a4a79c
|
Introduce a function to extend from a JSON array of objects
|
2022-07-12 15:14:06 +02:00 |
|
|
0bbcc7b180
|
Expose the DocumentId struct to be sure to inject the generated ids
|
2022-07-12 15:14:06 +02:00 |
|
|
5f1bfb73ee
|
Extract the primary key name and make it accessible
|
2022-07-12 14:55:52 +02:00 |
|
|
6a0a0ae94f
|
Make the Transform read from an EnrichedDocumentsBatchReader
|
2022-07-12 14:55:52 +02:00 |
|
|
dc3f092d07
|
Do not leak an internal grenad Error
|
2022-07-12 14:55:52 +02:00 |
|
|
fcfc4caf8c
|
Move the Object type in the lib.rs file and use it everywhere
|
2022-07-12 14:55:51 +02:00 |
|
|
0146175fe6
|
Introduce the validate_documents_batch function
|
2022-07-12 14:55:51 +02:00 |
|
|
e8297ad27e
|
Fix the tests for the new DocumentsBatchBuilder/Reader
|
2022-07-12 14:52:56 +02:00 |
|
|
419ce3966c
|
Rework the DocumentsBatchBuilder/Reader to use grenad
|
2022-07-12 14:52:55 +02:00 |
|
|
048e174efb
|
Do not allocate when parsing CSV headers
|
2022-07-12 14:52:55 +02:00 |
|
|
4f3ce6d9cd
|
nested fields
|
2022-04-07 16:58:46 +02:00 |
|
|
30a2711bac
|
rename serde module to serde_impl module
needed because of issues with rustfmt
|
2022-04-04 20:10:55 +02:00 |
|
|
bd2262ceea
|
allow null values in csv
|
2022-02-03 16:03:01 +01:00 |
|
|
183d3dada7
|
return document count from builder
|
2021-10-28 10:33:04 +02:00 |
|
|
baddd80069
|
implement review suggestions
|
2021-10-25 18:29:12 +02:00 |
|
|
f9445c1d90
|
return float parsing error context in csv
|
2021-10-25 17:27:10 +02:00 |
|
|
3fcccc31b5
|
add document builder example
|
2021-10-25 10:26:43 +02:00 |
|
|
430e9b13d3
|
add csv builder tests
|
2021-10-25 10:26:43 +02:00 |
|
|
53c79e85f2
|
document errors
|
2021-10-25 10:26:43 +02:00 |
|
|
2e62925a6e
|
fix tests
|
2021-10-25 10:26:42 +02:00 |
|
|
0f86d6b28f
|
implement csv serialization
|
2021-10-25 10:26:42 +02:00 |
|
|
8d70b01714
|
optimize document deserialization
|
2021-10-25 10:26:42 +02:00 |
|
|
99889a0ed0
|
add obkv document serialization test
|
2021-10-11 15:13:17 +02:00 |
|
|
799f3d43c8
|
fix serialization to obkv format
|
2021-10-11 15:04:47 +02:00 |
|
|
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 |
|