From 9a39200e2bc5f0b08d1004a9166969d636837e3f Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Mon, 18 Jan 2016 12:35:18 +0000 Subject: [PATCH] LUCENE-6971: remove MIGRATE.txt mention of StorableField, StoredDocument git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725251 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/MIGRATE.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lucene/MIGRATE.txt b/lucene/MIGRATE.txt index 3cd20bdc273..b8d12acedd1 100644 --- a/lucene/MIGRATE.txt +++ b/lucene/MIGRATE.txt @@ -17,13 +17,6 @@ Some Similarity implementations (such as the ones instantiated with Normalizatio Especially if you have a collection of documents with varying lengths. Because NormalizationH2 tends to punish documents longer than avdl. -## Separation of IndexDocument and StoredDocument (LUCENE-3312) - -The API of oal.document was restructured to differentiate between stored -documents and indexed documents. IndexReader.document(int) now returns -StoredDocument instead of Document. In most cases a simple replacement -of the return type is enough to upgrade. - ## FunctionValues.exist() Behavior Changes due to ValueSource bug fixes (LUCENE-5961) Bugs fixed in several ValueSource functions may result in different behavior in