LUCENE-8917: Add MIGRATE entry.

This commit is contained in:
Adrien Grand 2019-09-05 11:09:24 +02:00
parent 2a0c7a932a
commit ec0acf9984
1 changed files with 4 additions and 0 deletions

View File

@ -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.