On Thu, Jan 15, 2009 at 8:01 PM, Chris Hostetter <hossman_luc...@fucit.org> wrote: > : Here is the relevant part of solrconfig. Note that we have added a > : JaroWinkler fuzzy search, so the dismax specs have extra decoration. > > ...can you elaborate on your JaroWinkler customizations? is it possible > that the Query objects getting generated have hashCode/equals methods > that aren't aware of your customizations?
Nice catch - that could definitely cause this type of problem. I just went back and re-examined the recent MultiPhraseQuery equals/hashcode fix and verified that the bug could only result in a cache miss and not a false it. -Yonik