Re: problem found with DiskDocValuesFormat

2013-08-22 Thread Sean Bridges
Thanks for the answers, and thanks for the changes to load doc values to disk, it will be nice to use a supported codec. Upgrading our indexes is not an option, as they are very large. Sean On Wed, Aug 21, 2013 at 11:15 PM, Robert Muir wrote: > On Thu, Aug 22, 2013 at 1:48 AM, Sean Bridges >

Coordination factor disabled for BM25 and other new scoring models

2013-08-22 Thread Markus Jelsma
Hi, I know it is recommended to disable the coordination factor when using models other than default TFIDFSimilarity. And out of curiosity i'd like to know the motivation behind it but it is not explained anywhere, not even in LUCENE-2959, the patches, wiki, PDF's or whatever. So, anyone here

RE: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-22 Thread Gayo.Diallo
Hi, Thank you both for the help. Here are the contents you asked. For the final Jar that we use with a thierd client application: The content of META-INF/services/org.apache.lucene.codecs.Codec is org.apache.lucene.codecs.lucene40.Lucene40Codec org.apache.lucene.codecs.lucene3x.Lucene3xCodec org