[jira] Created: (LUCENE-958) MultiSearcher Filtering with more than one index is broken

2007-07-12 Thread Ion Badita (JIRA)
Components: Search Affects Versions: 2.2 Reporter: Ion Badita Using filtering on MultiSarcher with more than one index is not working right. Probable the best way to describe the problem is to give a small example: Suppose we have 2 Indexes with two documents each: Index1 {Doc(id:&q

A bug in Lucene MultiSearcher?

2007-07-12 Thread Ion Badita
Hi, I'm using MultiSearcher with 14 indexes. It's working ok, until i try to search with a Filter. Probable the best way to describe the problem is to give a small example: Suppose we have 2 Indexes Index1 {Doc(id:"A", content:".."), Doc(id:"B", content:"..")} Index2 {Doc(id:"C", content:".."),