
bugzilla at apache
Jun 1, 2005, 3:53 PM
Post #1 of 2
(43 views)
Permalink
|
|
DO NOT REPLY [Bug 27743] - [PATCH] Added support for segmented field data files and cached directories
|
|
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 ------- Additional Comments From burton [at] apache 2005-06-02 00:53 ------- Wow... this is an awesome patch. We're having the same problem. I actually dived into FieldsReader to see if I could just jump over the fields but the .fdt file being one monolithic beast prevents that because you have to seek() over the regions which is just as slow. The only downside is that I'd have to reburn indexes which I'm not too excited about. Still would like to see this patch to mainline. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene For additional commands, e-mail: java-dev-help [at] lucene
|