ZF-1960: getFieldInfos() was removed from Search/Lucene/Index/SegmentInfo.php, but is still being called in Search/Lucene/Index/SegmentMerger.php
Description
I just updated from the svn and the application stopped working.
The method getFieldInfos() was removed in r6314 from Search/Lucene/Index/SegmentInfo.php, but the method is called from Search/Lucene/Index/SegmentMerger.php (line 146).
I can't assume it's a bug, but as far as my application is concerned, restoring the method solved part of the problem.
Comments
Posted by Darby Felton (darby) on 2007-09-18T13:10:54.000+0000
Assigning to [~alexander] to initiate issue review
Posted by Alexander Veremyev (alexander) on 2007-09-18T13:32:39.000+0000
Fixed.
Posted by Alexander Veremyev (alexander) on 2007-11-01T17:36:25.000+0000
Don't need to be merged anywhere. The problem appears in trunk branch of SVN and fixed there.