Sent: Wednesday, 2 April, 2008 2:09:37 PM
> Subject: Re: Lucene Compression
>
> It's generally considered best practice to compress things first in
> your app and then add them as a binary field. That being said, I
> don't see why that would blow up on it's own.
It's generally considered best practice to compress things first in
your app and then add them as a binary field. That being said, I
don't see why that would blow up on it's own. Have you tried
compressing it outside of Lucene to see what happens? If you can
reproduce it as a test case