From 8bf10130e95c7b1b3da16606be0bf872c28fb6ed Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Mon, 12 Feb 2024 10:17:41 +0000 Subject: [PATCH] lucene/MIGRATE.md update: remove empty 9.9 to 9.10 section --- lucene/MIGRATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/lucene/MIGRATE.md b/lucene/MIGRATE.md index 20606df9aac..ded95efb90a 100644 --- a/lucene/MIGRATE.md +++ b/lucene/MIGRATE.md @@ -151,8 +151,6 @@ may throw `IOException` on index problems, bubbling up unexpectedly to the calle `(Reverse)PathHierarchyTokenizer` now produces sequential (instead of overlapping) tokens with accurate offsets, making positional queries and highlighters possible for fields tokenized with this tokenizer. -## Migration from Lucene 9.9 to Lucene 9.10 - ## Migration from Lucene 9.0 to Lucene 9.1 ### Test framework package migration and module (LUCENE-10301)