Hi Bernd,
On Thu, Jan 24, 2013 at 11:55 AM, Bernd Müller wrote:
> Hi Simon,
>
>> you mean where it is used? Look at the org.apache.lucene.codecs.Codec
>> class, it has a method:
>>
>> public abstract StoredFieldsFormat storedFieldsFormat();
>>
>> which returns a stored fields format used to enc
Hi Simon,
> you mean where it is used? Look at the org.apache.lucene.codecs.Codec
> class, it has a method:
>
> public abstract StoredFieldsFormat storedFieldsFormat();
>
> which returns a stored fields format used to encode your stored fields
> written by the index writer.
Thanks for your quic
Hi Bernd,
On Thu, Jan 24, 2013 at 9:30 AM, Bernd Müller wrote:
> Hello,
>
> In the lucene 4.1 release, there was introduced a compression for
> stored fields as described here:
> https://issues.apache.org/jira/browse/LUCENE-4226
yeah that is correct, its the new default. if you use Lucene 4.1 t