Thanks guys for the info! After looking at the patch code I have two problems:
1) The patch implementation doesn't help with performance. It still reads the data for every field in the document. Just not storing all of them. So this implementation helps if there are memory restrictions, but not if you are after performance. 2) We are bundling Lucene in our application, we are trying very hard not having to change Lucene code and thus divert from the Lucene code base. This patch implementation requires you to make changes to SegmentReader.java. I am hoping not having to do that. Any ideas? Thanks -John On Fri, 7 Jan 2005 08:59:25 +0000 (GMT), mark harwood <[EMAIL PROTECTED]> wrote: > >>There is no API for this, but I recall somebody > >> talking about adding support for this a few months > >> back > > See > http://marc.theaimsgroup.com/?l=lucene-dev&m=109485996612177&w=2 > > This implementation was working on a version of Lucene > before compression was introduced so things may have > changed a little. > > Cheers, > Mark > > > ___________________________________________________________ > ALL-NEW Yahoo! Messenger - all new features - even more fun! > http://uk.messenger.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]