On 2/8/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
I had a filter type that was interacting poorly with the Solr filterCache--identical filters were causing _2_ filterCache insertions per query.
That is strange. What were the two parts of the code that added to the filterCache? If you re-run the same solr query, is something else added to the filterCache? If not, it suggests some change was made to the MultiPhraseQuery during the single Solr query. If so, it suggests a problem with MultiPhraseQuery. -Yonik