Adrien Grand
jpountz.bsky.social
Adrien Grand
@jpountz.bsky.social
#Lucene developer
I just ran the Tantivy benchmark (tantivy-search.github.io/bench/) on Lucene 10.2 vs a Lucene 10.3 snapshot build. Lucene 10.2 already performed very well, but Lucene 10.3 is on another level. Very exciting.
August 30, 2025 at 8:12 PM
This small change yielded a ~5% speedup on several queries of Lucene's nightly benchmarks (see last data point at benchmarks.mikemccandless.com/OrStopWords....). Can you guess why?
July 9, 2025 at 6:24 AM
Andrei Dan kindly captured pictures of Luca and I telling the story of how the Lucene 10 release went
June 16, 2025 at 1:43 PM
Uwe now explains how Lucene takes advantage of the Panama foreign memory and vector support in spite of the fact that these features are still preview/incubating in the JDK
June 16, 2025 at 10:21 AM
Uwe Schindler gives a short history of Apache Lucene at #bbuzzz
June 16, 2025 at 10:08 AM
Guo Feng contributed a 2.5x (!) speedup to #Lucene's numeric range queries by using vectorization. HZ sped up query evaluation, ID sped up decoding data from the index. Lots of great performance improvements coming in Lucene 10.2.
March 18, 2025 at 8:08 PM
Two good speedups on queries sorted by field on #Lucene's nightly benchmarks last night. This is due to a recent optimization to conjunctive queries being generalized to intersecting a query and a collector. github.com/apache/lucen...
March 1, 2025 at 3:46 AM
Quizz: I'm working on a change that produces the following speedup when running the Lucene benchmark. Can you guess what the change does? I'll open a PR shortly.
January 11, 2025 at 4:58 PM