From ec0acf99849dbdb10be2c3df1dda387249696efc Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Thu, 5 Sep 2019 11:09:24 +0200 Subject: [PATCH] LUCENE-8917: Add MIGRATE entry. --- lucene/MIGRATE.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lucene/MIGRATE.txt b/lucene/MIGRATE.txt index 5890e0d8bbd..ef34b4e43d2 100644 --- a/lucene/MIGRATE.txt +++ b/lucene/MIGRATE.txt @@ -89,6 +89,10 @@ a boost of 1f. Memory codecs have been removed from the codebase (MemoryPostings, MemoryDocValues). +## Direct doc-value format removed (LUCENE-8917) ## + +The "Direct" doc-value format has been removed from the codebase. + ## QueryCachingPolicy.ALWAYS_CACHE removed (LUCENE-8144) ## Caching everything is discouraged as it disables the ability to skip non-interesting documents.