Apache/PHP/Perl round robin to Solrcloud question

2016-07-31 Thread GW
I'm a mostly a developer and my systems work is all out of necessity so a bit weak. My current development happens on a single server running Apache/PHP/Perl as well as Solrcloud in the Googlecloud. Perl and PHP make REST calls to Two collections on the single server Solrcloud 6.1 @ 127.0.0.1 My

SolrJ SolrCloud question--help

2015-11-23 Thread soledede_w...@ehsy.com
hello everyone Caused by: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalStateException: Connection pool shut down how to solve this problem Thanks Regards soledede_w...@ehsy.com

SolrJ SolrCloud question--help

2015-11-23 Thread soledede_w...@ehsy.com
Caused by: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalStateException: Connection pool shut down org.apache.solr.client.solrj.SolrServerException: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$

Re: SolrCloud question

2013-11-18 Thread Shawn Heisey
On 11/18/2013 3:53 PM, Beale, Jim (US-KOP) wrote: > I shouldn't be configuring the replication handler? I didn't know that! > > The documentation describes how to do it, e.g., for Solr 4.6 > > https://cwiki.apache.org/confluence/display/solr/Index+Replication > > Now I'm evenmore confused than

RE: SolrCloud question

2013-11-18 Thread Beale, Jim (US-KOP)
core??? Thanks, Jim -Original Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Monday, November 18, 2013 5:00 PM To: solr-user@lucene.apache.org Subject: Re: SolrCloud question You shouldn't be configuring the replication handler if you are using solrcloud. - Mark On No

Re: SolrCloud question

2013-11-18 Thread Mark Miller
; > To be honest, I don't even care about replication. Why can't I specify a > core that is non-sharded, non-replicated and have the exact same core on all > five of my boxes? > > > > Thanks, > Jim > > > -Original Message----- > From: michael.boom

RE: SolrCloud question

2013-11-18 Thread Beale, Jim (US-KOP)
ay, November 18, 2013 7:14 AM To: solr-user@lucene.apache.org Subject: RE: SolrCloud question Hi, The CollectionAPI provides some more options that will prove to be very usefull to you: /admin/collections?action=CREATE&name=name&numShards=number&replicationFactor=number&maxShards

RE: SolrCloud question

2013-11-18 Thread michael.boom
t - most likely the latter. But it will be easier if you use the method described at point 3 above. Please someone correct me, if i'm wrong. - Thanks, Michael -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-question-tp4101266p4101675.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: SolrCloud question

2013-11-15 Thread Beale, Jim (US-KOP)
To: solr-user@lucene.apache.org Subject: Re: SolrCloud question We are moving away from pre defining SolrCores for SolrCloud. The correct approach would be to use thew Collections API - then it is quite simple to change the number of shards for each collection you create. Hopefully our examples w

Re: SolrCloud question

2013-11-15 Thread Mark Miller
We are moving away from pre defining SolrCores for SolrCloud. The correct approach would be to use thew Collections API - then it is quite simple to change the number of shards for each collection you create. Hopefully our examples will move to doing this before long. - Mark On Nov 15, 2013, a

SolrCloud question

2013-11-15 Thread Beale, Jim (US-KOP)
Hello all, I am trying to set up a SolrCloud deployment consisting of 5 boxes each of which is running Solr under jetty. A zookeeper ensemble is running separately on 3 of the boxes. Each Solr instance has 2 cores, one of which is sharded across the five boxes and the other not sharded at all

SolrCloud question: recommended technique for initiating a full re-index

2012-06-04 Thread Jack Krupansky
If someone has a running SolrCloud with data in the index, what is the recommended technique for initiating a full-re-index? A delete by query for *:*? Deleting data files? Is the Lucene IndexWriter.deleteAll method surfaced somehow in Solr since it is supposed to be much faster than IW.deleteD