Re: MultiPhraseQuery and .equals()

2007-02-08 Thread Mike Klaas
On 2/8/07, Mike Klaas <[EMAIL PROTECTED]> wrote: On 2/8/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > 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 > > p

Re: MultiPhraseQuery and .equals()

2007-02-08 Thread Mike Klaas
On 2/8/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: 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 th

Re: MultiPhraseQuery and .equals()

2007-02-08 Thread Yonik Seeley
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