On 12/30/2014 11:44 PM, Rajesh wrote: > Oh! Thanks Mikhail. But I could see a comment in that JIRA, above your > comment which is from Thomas champagne that the patch was committed to > current trunk. Is it not for this issue Mikhail?
The message from Thomas Champagne indicates that he updated the patch so it would work with trunk in its current state, but there was no message about a commit. I successfully applied the new patch to a new branch_5x checkout, but the test code would not compile. When I applied the patch to a freshly updated trunk checkout, it compiled fine and the new test suite (TestHierarchicalDocBuilder) passed. The test uses a new class that is available in trunk, but not branch_5x: org.apache.lucene.index.StoredDocument; As far as I can tell, the actual feature shows no compile problems; it is only the test. I don't know what the new StoredDocument class is or how the test might be rewritten for 5.0. Thanks, Shawn