Pascal Seitz
|
a3175f5341
|
bump to 0.24.2
0.24.2
|
2025-07-17 10:44:54 +08:00 |
|
Pascal Seitz
|
203b0eebf1
|
Fix TopNComputer for reverse order
|
2025-07-17 10:40:01 +08:00 |
|
Pascal Seitz
|
eb37dbee26
|
bump required rust version to 1.81
0.24.1
|
2025-04-22 09:50:40 +08:00 |
|
Pascal Seitz
|
c6e77d27c6
|
chore: Release
tantivy-tokenizer-api-v0.5.0
tantivy-common-v0.9.0
tantivy-sstable-v0.5.0
ownedbytes-v0.9.0
tantivy-columnar-v0.5.0
tantivy-query-grammar-v0.24.0
0.24
tantivy-stacker-v0.5.0
tantivy-bitpacker-v0.8.0
|
2025-04-09 16:58:45 +08:00 |
|
Pascal Seitz
|
db6587ed9b
|
chore: Release
|
2025-04-09 16:57:04 +08:00 |
|
Paul Masurel
|
3fa90e70e2
|
Merge pull request #2618 from quickwit-oss/release_tantivy
fix tantivy-query-grammar version
|
2025-04-09 09:54:09 +02:00 |
|
Pascal Seitz
|
6ab4102253
|
fix tantivy-query-grammar version
|
2025-04-09 14:35:23 +08:00 |
|
PSeitz
|
11c6329ca5
|
temp unbump version (#2501)
temp unbump to 0.22 for easier release with `cargo release`
|
2025-04-09 08:09:41 +02:00 |
|
PSeitz
|
ab8bb93928
|
update changelog (#2617)
|
2025-04-09 03:31:30 +02:00 |
|
PSeitz
|
2b668bd2bf
|
readability improvement on executor (#2615)
|
2025-04-08 18:28:49 +02:00 |
|
Paul Masurel
|
97a7137ef8
|
Merge pull request #2606 from katlim-br/add_serde_serialize
Add serde json serialize to UserInputAst
|
2025-04-03 15:57:03 +02:00 |
|
Kat Lim Ruiz
|
ffa7cdf397
|
agreed with Remi, about the final json structure, having "type" tag and using "clauses" is more accurate
|
2025-04-03 08:35:16 -05:00 |
|
Kat Lim Ruiz
|
caf1275e60
|
Merge pull request #1 from quickwit-oss/tagged-user-input-ast
Tag UserInputAst
|
2025-04-03 08:30:07 -05:00 |
|
Remi Dettai
|
fb12b7be28
|
Tag UserInputAst
|
2025-04-03 10:07:34 +02:00 |
|
Kat Lim Ruiz
|
6f77083493
|
create more complex unit test
|
2025-04-02 18:06:20 -05:00 |
|
Kat Lim Ruiz
|
cd7745da7a
|
set Leaf untagged, leave clause and boost the same (with own property)
|
2025-04-02 17:52:18 -05:00 |
|
Kat Lim Ruiz
|
eb8304dee9
|
remove untitled file
|
2025-04-02 08:47:58 -05:00 |
|
Kat Lim Ruiz
|
e5638112a9
|
all json should be snake_case
|
2025-04-02 08:45:33 -05:00 |
|
Kat Lim Ruiz
|
81110152fb
|
add unit test for unbounded
|
2025-04-01 18:08:04 -05:00 |
|
Kat Lim Ruiz
|
ae88a7ece5
|
add tag type and content value to UserInputBound
|
2025-04-01 18:06:40 -05:00 |
|
Kat Lim Ruiz
|
bdd5f80fd9
|
add clause unit test
|
2025-04-01 18:04:19 -05:00 |
|
Kat Lim Ruiz
|
3f62ef22e5
|
set tag=type only for Leaf
|
2025-04-01 17:52:36 -05:00 |
|
Kat Lim Ruiz
|
8102e19e48
|
set Error as serializable because is part of the possible outcomes (however, I think using this empty Error struct is not a good pattern)
|
2025-04-01 17:43:24 -05:00 |
|
Kat Lim Ruiz
|
175c853ea7
|
add serialization test for LenientError
|
2025-04-01 17:38:23 -05:00 |
|
Kat Lim Ruiz
|
c992cf3f37
|
Revert "set all enum to be snake_case when serializing"
This reverts commit 83f6c2f265.
|
2025-04-01 17:27:28 -05:00 |
|
Kat Lim Ruiz
|
83f6c2f265
|
set all enum to be snake_case when serializing
|
2025-04-01 17:13:04 -05:00 |
|
Kat Lim Ruiz
|
17bf8aa092
|
Merge branch 'quickwit-oss:main' into add_serde_serialize
|
2025-04-01 08:32:08 -05:00 |
|
trinity-1686a
|
6fc0e96ff8
|
Merge pull request #2610 from quickwit-oss/fix-compilation-stability
Fix compilation stability
|
2025-04-01 10:45:58 +02:00 |
|
Remi Dettai
|
06d2dcf469
|
Further fix type inference tests
|
2025-04-01 09:52:22 +02:00 |
|
Remi Dettai
|
b681ec9335
|
Fix compilation stability
|
2025-04-01 09:33:33 +02:00 |
|
Kat Lim Ruiz
|
da2ff5712a
|
fix fmt nightly
|
2025-03-31 08:21:54 -05:00 |
|
Kat Lim Ruiz
|
18da402e27
|
cargo fmt
|
2025-03-30 22:10:38 -05:00 |
|
Kat Lim Ruiz
|
18ae3ffe94
|
uniformize root cargo.toml
|
2025-03-30 21:55:51 -05:00 |
|
Kat Lim Ruiz
|
0a37b7acaa
|
update to latest serde and serde_json (and follow the pattern to use patch versions)
|
2025-03-30 11:35:58 -05:00 |
|
Kat Lim Ruiz
|
1a9fd885dd
|
allow LenientError to be serializable too
|
2025-03-30 11:26:20 -05:00 |
|
Kat Lim Ruiz
|
3e660905a7
|
unit test parse_query_lenient
|
2025-03-30 11:22:22 -05:00 |
|
Kat Lim Ruiz
|
0c2b984cb4
|
add tests
|
2025-03-30 11:12:15 -05:00 |
|
Kat Lim Ruiz
|
a69b1c609c
|
add error to be debuggable
|
2025-03-30 11:12:12 -05:00 |
|
Kat Lim Ruiz
|
8d4a6fcaba
|
deserialize is not needed
|
2025-03-30 11:11:55 -05:00 |
|
Kat Lim Ruiz
|
feced4762f
|
update root cargo.toml
|
2025-03-30 11:01:22 -05:00 |
|
Kat Lim Ruiz
|
0149317c5a
|
set 0.23
|
2025-03-30 10:55:48 -05:00 |
|
Kat Lim Ruiz
|
3fcb6f9597
|
add unit tests
|
2025-03-30 10:41:43 -05:00 |
|
Kat Lim Ruiz
|
388fcd763b
|
add serde, and allow UserInputAst to be json serialized/deserialized
|
2025-03-30 10:36:43 -05:00 |
|
trinity-1686a
|
e488f9e6a2
|
Merge pull request #2598 from quickwit-oss/1686a/agg-key-eq
fix invalid impl of Eq on Key
|
2025-03-14 15:24:31 +01:00 |
|
trinity Pointard
|
9426d5be7b
|
fix agg Key PartialEq impl
|
2025-03-14 14:57:45 +01:00 |
|
PSeitz
|
d5d2d41264
|
merge column: small refactors (#2579)
* merge column: small refactors
* make ord dependency more explicit
* add columnar merge crashtest proptest
* fix naming
|
2025-03-07 18:52:34 +08:00 |
|
Paul Masurel
|
80f5f1ecd4
|
Merge pull request #2586 from quickwit-oss/issue/2577-get_batch_multiply_overflow
follow up on the fix of multiply with overflow
|
2025-03-05 11:17:12 +01:00 |
|
Paul Masurel
|
519e5d2ed1
|
clippy warnings
|
2025-03-05 11:15:06 +01:00 |
|
Paul Masurel
|
df2d52a84e
|
follow up on the fix of multiply with overflow
|
2025-03-05 11:15:05 +01:00 |
|
Paul Masurel
|
371dba9414
|
Merge pull request #2591 from quickwit-oss/cargo-fmt
Cargo fmt
|
2025-03-05 11:08:06 +01:00 |
|