Re: Compressing field content with Lucene 3.0

2009-12-29 Thread Ivan Vasilev
12:19 PM To: java-user@lucene.apache.org Subject: Re: Compressing field content with Lucene 3.0 10x Uwe, That is fine :) Cheers, Ivan Uwe Schindler wrote: It is still open to you how you handle it. On my projects I normally only store string fields. If I compress them, they

RE: Compressing field content with Lucene 3.0

2009-12-29 Thread Uwe Schindler
gt; Subject: Re: Compressing field content with Lucene 3.0 > > 10x Uwe, > > That is fine :) > > Cheers, > Ivan > > Uwe Schindler wrote: > > It is still open to you how you handle it. On my projects I normally > only > > store string fields. If I compress them, th

Re: Compressing field content with Lucene 3.0

2009-12-29 Thread Ivan Vasilev
i.de eMail: u...@thetaphi.de -Original Message- From: Ivan Vasilev [mailto:ivasi...@sirma.bg] Sent: Tuesday, December 29, 2009 11:50 AM To: java-user@lucene.apache.org Subject: Re: Compressing field content with Lucene 3.0 10x Uwe for your answer, It is good news that data compr

RE: Compressing field content with Lucene 3.0

2009-12-29 Thread Uwe Schindler
> From: Ivan Vasilev [mailto:ivasi...@sirma.bg] > Sent: Tuesday, December 29, 2009 11:50 AM > To: java-user@lucene.apache.org > Subject: Re: Compressing field content with Lucene 3.0 > > 10x Uwe for your answer, > > It is good news that data compressed with Field.Store.

Re: Compressing field content with Lucene 3.0

2009-12-29 Thread Ivan Vasilev
Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Ivan Vasilev [mailto:ivasi...@sirma.bg] Sent: Monday, December 28, 2009 7:13 PM To: LUCENE MAIL LIST Subject: Compressing field content with Lucene 3.0 Hi Guys, Could you give me advice how to deal with Lucene

RE: Compressing field content with Lucene 3.0

2009-12-28 Thread Uwe Schindler
LUCENE MAIL LIST > Subject: Compressing field content with Lucene 3.0 > > Hi Guys, > > Could you give me advice how to deal with Lucene 3.0 with 2.4 indexes > that contain compressed data. > > Our case is following - we have code like this: > > Field.Store fieldS

Compressing field content with Lucene 3.0

2009-12-28 Thread Ivan Vasilev
Hi Guys, Could you give me advice how to deal with Lucene 3.0 with 2.4 indexes that contain compressed data. Our case is following - we have code like this: Field.Store fieldStored = storedFieldsSet.contains(fieldName) ? (fieldValue.length() >= COMPRESS_THRESHOLD ? Field.Store.COMPRESS : Fi