Switch to non-strict schema (#1216)

Fixes #1211
This commit is contained in:
PSeitz
2021-11-29 09:38:59 +08:00
committed by GitHub
parent 02174d26af
commit c503c6e4fa
2 changed files with 24 additions and 29 deletions

View File

@@ -1,3 +1,7 @@
Tantivy 0.17
================================
- Change to non-strict schema. Ignore fields in data which are not defined in schema. Previously this returned an error. #1211
Tantivy 0.16.2
================================
- Bugfix in FuzzyTermQuery. (tranposition_cost_one was not doing anything)