Re: Issue with multiple index search

2007-12-19 Thread Karl Wettin
19 dec 2007 kl. 14.21 skrev Vipin Rakkanath: While searching, I am getting exception when one of the indexes has a problem. The exception is given. I edited the following methods, 1. MultiSearcher : public int docFreq(Term term) throws IOException 2. ParallelMultiSearcher : TopDocs search I

Issue with multiple index search

2007-12-19 Thread Vipin Rakkanath
Hi folks, I use to search within multiple indexes using ParallelMultiSearcher. All the indexes are remote. There are many index servers and each of them contains multiple indexes. While searching, I am getting exception when one of the indexes has a problem. The exception is given. I edited the