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
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
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
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
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
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
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/
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
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
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.
&
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
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
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
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
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.
15 matches
Mail list logo