Re: svn commit: r928246 [1/6] - in /lucene/java/branches/flex_1458: ./ backwards/src/ backwards/src/java/org/apache/lucene/search/ backwards/src/test/org/apache/lucene/analysis/ backwards/src/test/org

2010-03-27 Thread Earwin Burrfoot
Well, it was a back-compat break from before copyTo. But nothing can be done here, unless you want to teach Directory how to parse the index inside : } > Ugh, actually, it is still a back-compat break :( > > Because Directory.copy just forwards to copyTo. > > I'll advertise in CHANGES for flex.

Re: svn commit: r928246 [1/6] - in /lucene/java/branches/flex_1458: ./ backwards/src/ backwards/src/java/org/apache/lucene/search/ backwards/src/test/org/apache/lucene/analysis/ backwards/src/test/org

2010-03-27 Thread Earwin Burrfoot
I think original Directory.copy() just copied everything in flex, without nocommits? Unlike before, now you can specify which files do you want to have copied, so people can query Codecs and whatnot themselves. >> Author: uschindler >> Date: Sat Mar 27 19:12:08 2010 >> New Revision: 928246 >> >

Re: svn commit: r928246 [1/6] - in /lucene/java/branches/flex_1458: ./ backwards/src/ backwards/src/java/org/apache/lucene/search/ backwards/src/test/org/apache/lucene/analysis/ backwards/src/test/org

2010-03-27 Thread Michael Busch
Hey Uwe, I can update the flex branch to use parallel arrays after the weekend. Michael On Mar 27, 2010, at 12:12 PM, uschind...@apache.org wrote: Author: uschindler Date: Sat Mar 27 19:12:08 2010 New Revision: 928246 URL: http://svn.apache.org/viewvc?rev=928246&view=rev Log: Merge upto tr