Re: DirectoryReader.open(commit, termInfosIndexDivisor) has gone at 5.0 ?

2015-05-14 Thread Michael McCandless
Yes, this API is gone ... the new default terms index in 4.x is quite a bit more RAM efficient than before, and it has index-time params to further reduce how much RAM it is allowed to use for the terms index. Mike McCandless http://blog.mikemccandless.com On Thu, May 14, 2015 at 2:26 AM, Tomok

Re: DirectoryReader.open(commit, termInfosIndexDivisor) has gone at 5.0 ?

2015-05-14 Thread Tomoko Uchida
Hi Mike, Thank you, I feel safe to remove the "terminfos index divisor" feature from Luke. All, This is my local branch of Luke for Lucene 5. Build is OK and major functions seems to work fine, but not fully tested. Your feedback is welcome. https://github.com/mocobeta/luke/tree/5x_support If