Lars Marius Garshol
Lars Marius Garshol
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on January 14, 2013 06:04:34_ Yes, that helps a lot. Thank you! :)
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on January 24, 2013 23:08:17_ While we waited, 4.1 came out, so let's upgrade to that instead.
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on January 25, 2013 01:55:45_ Yes, there are a number of new features I want to try, but haven't had time yet. Feel free to add issues for...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on February 01, 2013 10:38:02_ Have started porting now, but tests fail. Will continue working on this tomorrow. http://code.google.com/p/duke/source/detail?r=cf75f271bed34b9b0e888684902551b93abdff0d&name=lucene4
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on February 01, 2013 10:38:16_ **Status:** Started
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on February 01, 2013 10:39:59_ **Blocking:** duke:26
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on February 02, 2013 01:19:05_ Well, with the latest commit we have everything working on Lucene 4.1. However, it seems to run at roughly half the speed of...
_From [[email protected]](https://code.google.com/u/101965401751673942722/) on February 12, 2013 00:46:39_ Sorry not to help more. At the moment, I'm focused on Elasticsearch tests...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on February 24, 2013 03:44:02_ It turns out Lucene 4.0 is faster than both 4.1 and 3.6, so we'll go for 4.0 for the moment, while we try...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on February 24, 2013 07:58:28_ Tried adding this code: import org.apache.lucene.codecs.FilterCodec; import org.apache.lucene.codecs.StoredFieldsFormat; import org.apache.lucene.codecs.lucene41.Lucene41Codec; import org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsFormat; ``` cfg.setCodec(new CustomCodec()); ``` public final class CustomCodec extends FilterCodec {...