Re: Lucene Compression

2008-04-02 Thread eks dev
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.

Re: Lucene Compression

2008-04-02 Thread Grant Ingersoll
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