multiple local indexes

2010-09-28 Thread Brent Palmer
In our application, we need to be able to search across multiple local indexes. We need this not so much for performance reasons, but because of the particular needs of our project. But the indexes, while sharing the same schema can be vary different in terms of size and distribution of

Re: multiple local indexes

2010-09-28 Thread Brent Palmer
using fq -- you can even create a request handler (or multiple request handlers) with invariant or appends to force that all queries through that request handler have a fixed fq. From: Brent Palmer [br...@widernet.org] Sent: Tuesday, September 28, 2010 6

Re: using multisearcher

2009-04-16 Thread Brent Palmer
a MultiReader would be simpler trying to shoehorn MultiSearcher type logic into SolrIndexSearcher. https://issues.apache.org/jira/browse/SOLR-243 -Hoss -- Brent Palmer Widernet.org University of Iowa 319-335-2200

Re: using multisearcher

2009-04-08 Thread Brent Palmer
Hi Hoss, The indexes are local. Also they are very different sizes and I think that the merged results could be really wonky when using DistributedSearch because of it (although I might be totally wrong about that). As for the second part, I was thinking of trying to replace the standard

using multisearcher

2009-03-27 Thread Brent Palmer
would only be adding documents to one of the indexes. I can give more info about the context of this application if necessary. Thank you for any suggestions! -- Brent Palmer Widernet.org University of Iowa 319-335-2200