Closes #1101 fix delete documents with sort by field

Closes #1101

* fix delete documents with sort by field

Co-authored-by: Andre-Philippe Paquet <appaquet@gmail.com>
This commit is contained in:
Paul Masurel
2021-06-30 15:51:32 +09:00
committed by GitHub
parent c82cee66de
commit de92f094aa
13 changed files with 273 additions and 144 deletions

View File

@@ -1,3 +1,7 @@
Tantivy 0.15.2
=========================
- Major bugfix. Deleting documents was broken when the index was sorted by a field. (@appaquet, @fulmicoton) #1101
Tantivy 0.15.1
=========================
- Major bugfix. DocStore panics when first block is deleted. (@appaquet) #1077