DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27743>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27743 [PATCH] Added support for segmented field data files ------- Additional Comments From [EMAIL PROTECTED] 2004-03-17 16:56 ------- Otis, it should, at least. I have modified the relevant parts in SegmentMerger, but, frankly, I have not tested it yet - I will try that tomorrow. Keep in mind that using this feature with compound indexes makes things complicated again - because then you have an even bigger, monolithic file, which cannot simply be linked into SHM-/tmp. To overcome this, I was thinking about having a wrapping Directory that keeps files with specific suffixes in a RAMDirectory, all the other files in another one (probably FSDirectory)... Everybody interested in this patch is invited, of course, to apply the relevant changes to the attached JUnit test class to prove its compound-format compatibility. Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]