mirror of https://github.com/apache/lucene.git
StorableDocument -> StoredDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0169bc707d
commit
af6044f434
|
@ -10,7 +10,7 @@ Changes in backwards compatibility policy
|
|||
|
||||
* LUCENE-3312: The API of oal.document was restructured to
|
||||
differentiate between stored documents and indexed documents.
|
||||
IndexReader.document(int) now returns StorableDocument
|
||||
IndexReader.document(int) now returns StoredDocument
|
||||
instead of Document. In most cases a simple replacement
|
||||
of the return type is enough to upgrade (see MIGRATE.txt).
|
||||
(Nikola Tanković, Uwe Schindler, Chris Male, Mike McCandless,
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
The API of oal.document was restructured to differentiate between stored
|
||||
documents and indexed documents. IndexReader.document(int) now returns
|
||||
StorableDocument instead of Document. In most cases a simple replacement
|
||||
StoredDocument instead of Document. In most cases a simple replacement
|
||||
of the return type is enough to upgrade.
|
||||
|
|
Loading…
Reference in New Issue