Fuzzy Query Similarity

2022-07-08 Thread Mike Drob
Hi folks, I'm working with some fuzzy queries and trying my best to understand what is the expected behaviour of the searcher. I'm not sure if this is a similarity bug or an incorrect usage on my end. The problem is when I do a fuzzy search for a term "spark~" then instead of matching documents w

Lucene's LRU Query Cache - Deep Dive

2022-07-08 Thread Shradha Shankar
Hello! I work at Amazon Product Search and I’ve recently been looking into understanding how Lucene’s LRU Query Cache works. I’ve written up a summary of my understanding here. (Also attached as a markdown file with this email) Will really appreciate feedback/improvements/corrections for my und

Re:Error building lucene 9.0

2022-07-08 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
I would try to enable gradle debug mode and see if you get more details (I think it's ./gradlew assemble -Dorg.gradle.debug=true) From: java-user@lucene.apache.org At: 07/08/22 07:58:42 UTC+1:00To: java-user@lucene.apache.org Subject: Error building lucene 9.0 Hi, I cloned the lucene repo fro