-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
We should remove the deprecated code from trunk.
This also has benefits to 4x branch, particularly:
- we should backport fixes to tests to avoid deprecated methods, e.g. IndexReader.open -> DirectoryReader.open. Of course I will add specific deprecated tests testing the back compat. This is all very important to
ensure easier merging from trunk->4x for the future. - by removing deprecated methods, I found some minor doc bugs, such as javadocs linking to deprecated stuff. I would like to backport these docs fixes as well.
Migrated from LUCENE-4095 by Robert Muir (@rmuir), updated Oct 11 2016
Attachments: LUCENE-4095.patch
Reactions are currently unavailable