mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-22 18:19:58 +00:00
Found via `codespell -S benches,stopwords.rs -L womens,parth,abd,childs,ond,ser,ue,mot,hel,atleast,pris,claus,allo`
19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
Make schema_builder API fluent.
|
|
fix doc serialization and prevent compression problems
|
|
|
|
u64 , etc. should return Result<Option> now that we support optional missing a column is really not an error
|
|
remove fastfield codecs
|
|
ditch the first_or_default trick. if it is still useful, improve its implementation.
|
|
rename FastFieldReaders::open to load
|
|
|
|
|
|
remove fast field reader
|
|
|
|
find a way to unify the two DateTime.
|
|
re-add type check in the filter wrapper
|
|
|
|
add unit test on columnar list columns.
|
|
|
|
make sure sort works
|
|
|