I restarted one of the Solr server of the SolrCloud and then domain creation
worked. Not sure why this happened, whether anybody has seen it, and when this
problem will happen again.
Thanks,
Ray
On Wednesday, February 5, 2014 11:19 AM, Ray Cheng
wrote:
Some more information that may help
ionsHandler.java:204)
at
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:185)
at
org.apache.solr.handler.admin.CollectionsHandler.handleCreateAction(CollectionsHandler.java:319)
On Tuesday, February 4, 2014 7:26 PM, Ray Cheng wrote:
Hi,
>
>Our SolrClou
Hi,
Our SolrCloud with Solr 4.6.0 has two replicas and uses three external
ZooKeeper servers. We have created 20 collections successfully in the last two
weeks. Then, creating new collections started failing since yesterday. New
collections are created with curl like this one:
curl
'http://lo
We're testing SolrCloud of Solr 4.6.0 with external ZooKeeper on Amazon AWS
instances (virtual machines). Amazon virtual machine's private IP addresses of
SolrCloud machines are different every time we create virtual machines (AWS
terminology "instances"). I found after these start/terminates of
Hi Chris,
> but also exactly what response you got
I didn't get any response. Even with debug=true, there was nothing at all
printed after the curl command. Nothing on the Solr log file either. (Are there
higher debug levels on Solr log?) That was the reason I thought I needed to add
JoinQParse
7;
but didn't get any response. There was nothing on Solr log either. So, I
thought I need to config join. Is there another way to at least get some
response from join queries?
Thanks,
Ray
On Monday, December 30, 2013 1:28 PM, Ray Cheng wrote:
Earlier I tried join queries using
>c
Earlier I tried join queries using
curl
'http://myLinux:8983/solr/abc.edu_up/select?debug=true&q=*:*&fq={defType=join
from=id to=id fromIndex=abc.edu}subject:financial' "curl
http://localhost:8983/solr/... with debug=true but didn't get any response.
There was nothing on Solr log either. So, I
30, 2013 at 2:43 PM, Ray Cheng wrote:
>
>> Hi,
>>
>> I have trouble configuring JoinQParserPlugin in Solr. I'm using solr-4.6.0.
>>
>> I put this line (and only this line) to solrconfig.xml following Query
>> Parsers comments of solrconfig.xml (solr-4.6.
Hi,
I have trouble configuring JoinQParserPlugin in Solr. I'm using solr-4.6.0.
I put this line (and only this line) to solrconfig.xml following Query Parsers
comments of solrconfig.xml (solr-4.6.0):
Since I saw JoinQParserPlugin.class in
solr-webapp/webapp/WEB-INF/lib/solr-core-4.6.