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
This commit is contained in:
Uwe Schindler 2016-01-18 12:35:18 +00:00
parent 1a9f11ce45
commit 9a39200e2b
1 changed files with 0 additions and 7 deletions

View File

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