Distributed edismax query - which handler should be in the shards parameter?

2013-01-18 Thread Shawn Heisey
I have a handler on my broker core which has defType=edismax and a shards parameter in solrconfig.xml. Currently the handler referenced on each shard in the shards parameter is a handler that does NOT have defType defined. The defType parameter is not in the URL that the client sends. It

Re: Result docs missing only when shards parameter present in query?

2012-07-19 Thread Erick Erickson
t; When performing a sharded query, I would get empty / missing results - no > documents at all. Querying each shard individually worked, but anything > with the "shards" parameter yielded no result documents. > > I was able to get results back by updating my schema to include

Result docs missing only when shards parameter present in query?

2012-07-17 Thread Bill Havanki
ing each shard individually worked, but anything with the "shards" parameter yielded no result documents. I was able to get results back by updating my schema to include multiValued="false" for the unique key field. The problem I was seeing was that, when Solr was formulatin

error when specifying shards parameter in multicore setup

2011-12-19 Thread Robert Stewart
I have a SOLR instance running as a proxy (no data of its own), it just uses multicore setup where each core has a shards parameter in the search handler. So my setup looks like this: solr_proxy/ multicore/ /public - solrconfig.xml has "shards" pointing to

Re: Result docs missing only when shards parameter present in query?

2011-05-12 Thread mrw
Does this seem like it would be a configuration issue, an indexed data issue, or something else? Thanks mrw wrote: > > We have two Solr nodes, each with multiple shards. If we query each shard > directly (no shards parameter), we get the expected results: > > respons

Result docs missing only when shards parameter present in query?

2011-05-11 Thread mrw
We have two Solr nodes, each with multiple shards. If we query each shard directly (no shards parameter), we get the expected results: response lst name="responseHeader" int name="status" 0 int name="QTime" 22 result name="re

Re: how to have "shards" parameter by default

2010-06-10 Thread Joe Calderon
youve created an infinite loop, the shard you query calls all other shards and itself and so on, create a separate requestHandler and query that, ex localhost:7500/solr,localhost:7501/solr,localhost:7502/solr,localhost:7503/solr,localhost:7504/solr,localhost:7505/solr,localhost:7506/

Re: how to have "shards" parameter by default

2010-06-09 Thread Scott Zhang
I tried put "shards" into default request handler. But now each time if search, solr hangs forever. So what's the correct solution? Thanks. explicit 10 * 2.1 localhost:7500/solr,localhost:7501/solr,localhost:7502/solr,localhost:7503/solr,localhost

how to have "shards" parameter by default

2010-06-09 Thread Scott Zhang
Hi. I am running distributed search on solr. I have 70 solr instances. So each time I want to search I need to use ?shards=localhost:7500/solr,localhost..7620/solr It is very long url. so how can I encode shards into config file then i don't need to type each time. thanks. Scott

Re: shards parameter

2009-12-18 Thread pcurila
ements = document.getElementsByName('queryForm') > elements[0].insert("<input name=\"shards\" > value=\"shard01,shard02\">") > }); > > > You will get an editable field with sensible defaults under the query box. &

Re: shards parameter

2009-12-17 Thread Jacob Elder
17, 2009 at 4:09 PM, Yonik Seeley wrote: > You're setting up an infinite loop by adding a shards parameter on the > default search handler. > Create a new search handler and put your default under that. > > -Yonik > http://www.lucidimagination.com > > > On Thu, Dec 1

Re: shards parameter

2009-12-17 Thread Yonik Seeley
You're setting up an infinite loop by adding a shards parameter on the default search handler. Create a new search handler and put your default under that. -Yonik http://www.lucidimagination.com On Thu, Dec 17, 2009 at 7:47 AM, pcurila wrote: > > I tried it out. But there is anot

Re: shards parameter

2009-12-17 Thread pcurila
localhost:8984/solr it works but there is just half of the index. Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > yes. > put it under the "defaults" section in your standard requesthandler. > > On Thu, Dec 17, 2009 at 5:22 PM, pcurila wrote: >> >> Hello, is there any

Re: shards parameter

2009-12-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
yes. put it under the "defaults" section in your standard requesthandler. On Thu, Dec 17, 2009 at 5:22 PM, pcurila wrote: > > Hello, is there any way to configure shards parameter in solrconfig.xml? So I > do not need provide it in the url. Thanks Peter > -- > Vie

shards parameter

2009-12-17 Thread pcurila
Hello, is there any way to configure shards parameter in solrconfig.xml? So I do not need provide it in the url. Thanks Peter -- View this message in context: http://old.nabble.com/shards-parameter-tp26826908p26826908.html Sent from the Solr - User mailing list archive at Nabble.com.