Re: StoredFieldsFormat / documentation

2013-01-24 Thread Adrien Grand
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

Re: StoredFieldsFormat / documentation

2013-01-24 Thread Bernd Müller
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

Re: StoredFieldsFormat / documentation

2013-01-24 Thread Simon Willnauer
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