Re: I resurrected a 2013 project (Lucene 4.2) and I want to convert it to 8.6

2020-08-06 Thread Sébastien Dionne
exactement. C'est pour Lucene. and There is no guide, tutorial.. only javadoc. I think, I'll have to check the source code On Thu, Aug 6, 2020 at 9:15 AM Adrien Grand wrote: > Erick, I don't think this is about Solr but Lucene. Your comments are still > applicable, though Lucene's "reference

Re: I resurrected a 2013 project (Lucene 4.2) and I want to convert it to 8.6

2020-08-06 Thread Adrien Grand
Erick, I don't think this is about Solr but Lucene. Your comments are still applicable, though Lucene's "reference guide" is its Javadocs. On Tue, Aug 4, 2020 at 1:55 PM Erick Erickson wrote: > Well, a _lot_ has changed since 4.x. Rather than look through the code, I’d > start with the reference

Re: TermsEnum.seekExact degraded performance somewhere between Lucene 7.7.0 and 8.5.1.

2020-08-06 Thread Adrien Grand
I'm puzzled. I would have expected the digest-no-prefix times to be faster on JDK14 than on your older JDK for the same reason that digest-lower and digest-upper got faster. I wonder if part of the reason why the no-prefix variant is faster is because it is better at identifying that the digest d