Re: Distributed Search Question

2013-03-07 Thread Upayavira
Firstly, you could combine your two schemas into one, and have id, title, body, filename and url. I'd also add 'source' too. Then all questions of different schemas go away :-) But, to answer your original question - so long as the fields that are queried on exist on both sides, you should be okay

Distributed Search Question

2013-03-07 Thread Shinichiro Abe
Hi, Does the distributed search work when Solr servers have each different schema.xml? Can it work as long as I search for common field? I have two Solr servers. The one has id, title, body and filename fields (indexing file server's data) and the other has id, title, body and url fields (indexi

Distributed Search question/feedback

2011-09-22 Thread dan sutton
Hi, Does SolrCloud use Distributed search as described http://wiki.apache.org/solr/DistributedSearch or is it different entirely? Does SolrCloud suffer from the same limitation as Distributed search (inefficient to use a high "start" parameter, and presumably high CPU highlighting all those docs

Re: Distributed Search Question

2009-02-05 Thread Yonik Seeley
On Thu, Feb 5, 2009 at 2:02 PM, oleg_gnatovskiy wrote: > Hello all. I am using distributed search over three servers, and found that a > shard query to one of the boxes sometimes results in two hits to each of the > other boxes. What is the purpose for having 2 hits? Do we need both? The first hi