
Anshum Gupta
@anshumgupta
Committer on Apache Lucene/Solr. Building search @ , Search engines and more... Barça and Messi supporter. Tweets/opinions are mine!
ID: 62562318
http://www.anshumgupta.net 03-08-2009 17:03:44
8,8K Tweet
1,1K Followers
594 Following








Search track at Community Over Code in Bratislava, atitaarora kicks off the day talking about “Navigating Challenges and Enhancing Performance of LLM based Applications” #communityovercode #lucene #solr #theasf


In the follow up talk on the Search track, we have Alessandro Benedetti talk about “Hybrid Search with Apache Solr” #communityovercode #theasf #solr #lucene #llm #search




Dirk-Wiǁem van Gulik explaining the reasons for the CRA: the Grover Shoe Factory explosion is one example. Fast moving industries move fast and break things - which harms society when steam boilers actually blow up and kills people. #CommunityOverCode






Thank you Vigya Sharma for improving #Lucene's benchmark tooling specifically to make testing Lucene's KNN search a bit easier! Benchmark tooling doesn't get enough open source love when it is arguably more important than the software it is testing. It is a compass that helps

A one-line removal recently improved performance for one query in Lucene's nightly benchmarks by ~2x people.apache.org/~mikemccand/lu… (annotation GP) github.com/apache/lucene/… This is because this line prevented dynamic pruning from using impacts on the lowest skip level on high-freq terms.

Lucene just changed the way it stores skip data, from up to 10 levels and stored separately, to at most 2 levels and inlined in postings. This simplification helped speed up queries that botttleneck on advancing by small intervals, see annotation GS at people.apache.org/~mikemccand/lu….
