diff --git a/Cargo.toml b/Cargo.toml index d871aeae6..cf9becaf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,8 +59,8 @@ sstable = { version="0.1", path="./sstable", package ="tantivy-sstable", optiona stacker = { version="0.1", path="./stacker", package ="tantivy-stacker" } tantivy-query-grammar = { version= "0.19.0", path="./query-grammar" } tantivy-bitpacker = { version= "0.3", path="./bitpacker" } +columnar = { version= "0.1", path="./columnar", package="tantivy-columnar" } common = { version= "0.5", path = "./common/", package = "tantivy-common" } -fastfield_codecs = { version= "0.3", path="./fastfield_codecs", default-features = false } tokenizer-api = { version="0.1", path="./tokenizer-api", package="tantivy-tokenizer-api" } [target.'cfg(windows)'.dependencies] @@ -107,7 +107,7 @@ unstable = [] # useful for benches. quickwit = ["sstable"] [workspace] -members = ["query-grammar", "bitpacker", "common", "fastfield_codecs", "ownedbytes", "stacker", "sstable", "tokenizer-api"] +members = ["query-grammar", "bitpacker", "common", "ownedbytes", "stacker", "sstable", "tokenizer-api", "columnar"] # Following the "fail" crate best practises, we isolate # tests that define specific behavior in fail check points diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 000000000..64547834d --- /dev/null +++ b/TODO.txt @@ -0,0 +1,18 @@ +Make schema_builder API fluent. +fix doc serialization and prevent compression problems + +u64 , etc. shoudl return Resutl