Tantivy v0.24.1
Tantivy 0.24.1
- fix: Set rust-version to 1.81
Tantivy 0.24
Tantivy 0.24 will be backwards compatible with indices created with v0.22 and v0.21. The new minimum rust version will be 1.75. Tantivy 0.23 will be skipped.
Unclaimed project
Are you a maintainer of tantivy? Claim this project to take control of your public changelog and roadmap.
Changelog
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
Tantivy 0.24 will be backwards compatible with indices created with v0.22 and v0.21. The new minimum rust version will be 1.75. Tantivy 0.23 will be skipped.
OwnedBytes debug panic #2512(@b41sh)Aggregation
Range Queries
RangeQuery it is autodetected) #2477(@PSeitz)add format backwards-compatibility tests #2485(@PSeitz)
add columnar format compatibility tests #2433(@PSeitz)
Improved snippet ranges algorithm #2474(@gezihuzi)
make find_field_with_default return json fields without path #2476(@trinity-1686a)
Make BooleanQuery support minimum_number_should_match #2405(@LebranceBW)
Make NUM_MERGE_THREADS configurable #2535(@Barre)
RegexPhraseQuery
RegexPhraseQuery supports phrase queries with regex. E.g. query "b.* b.* wolf" matches "big bad wolf". Slop is supported as well: "b.* wolf"~2 matches "big bad wolf" #2516(@PSeitz)
Optional Index in Multivalue Columnar Index For mostly empty multivalued indices there was a large overhead during creation when iterating all docids (merge case). This is alleviated by placing an optional index in the multivalued index to mark documents that have values. This will slightly increase space and access time. #2439(@PSeitz)
Store DateTime as nanoseconds in doc store DateTime in the doc store was truncated to microseconds previously. This removes this truncation, while still keeping backwards compatibility. #2486(@PSeitz)
Performace/Memory
Json Type
QueryParser
Exist queries match subpath fields #2558(@rdettai)
add access benchmark for columnar #2432(@PSeitz)
extend indexwriter proptests #2342(@PSeitz)
add bench & test for columnar merging #2428(@PSeitz)
Change in Executor API #2391(@fulmicoton)
Removed usage of num_cpus #2387(@fulmicoton)
use bingang for agg and stacker benchmark #2378#2492(@PSeitz)
cleanup top level exports #2382(@PSeitz)
make convert_to_fast_value_and_append_to_json_term pub #2370(@PSeitz)
remove JsonTermWriter #2238(@PSeitz)
validate sort by field type #2336(@PSeitz)
Fix trait bound of StoreReader::iter #2360(@adamreichold)
remove read_postings_no_deletes #2526(@PSeitz)