rebaes on origin/main

This commit is contained in:
barrotsteindev
2020-11-25 14:08:43 +02:00
parent bc44543d8f
commit f288e32634

View File

@@ -8,6 +8,7 @@ Tantivy 0.14.0
- Added helper for building intersections and unions in BooleanQuery (@guilload)
- Bugfix in `Query::explain`
- Removed dependency on `notify` #924. Replaced with `FileWatcher` struct that polls meta file every 500ms in background thread. (@halvorboe @guilload)
- Added `FilterCollector`, which wraps another collector and filters docs using a predicate over a fast field (@barrotsteindev)
Tantivy 0.13.2
===================