Re: Reload core via CoreAdminRequest doesnt work with solr cloud? (solrj)

2012-11-25 Thread joe.cohe...@gmail.com
Yes, but which url would tou use? I'm in solr cloud. my index is distributed among 10 servers. I was trying to use the solrJ API which seem to work in HttpSolrServer. Tomás Fernández Löbbe wrote > If you need to reload all the cores from a given collection you can use > the > Collections API: > h

Re: SolrCloud: Very strange behavior when doing atomic updates or documents reindexation.

2012-11-25 Thread joe.cohe...@gmail.com
I'm having a smiliar problem. Did you by any chance try the suggestion here: https://issues.apache.org/jira/browse/SOLR-4080?focusedCommentId=13498055&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13498055 ? Rakudten wrote > More info: > > - I´m trying to upd

Re: Struggling with solr 4.0 and zookeeper - multiple solr collection and configs

2012-12-22 Thread joe.cohe...@gmail.com
If I run java -classpath example/solr-webapp/WEB-INF/lib/* org.apache.solr.cloud.ZkCLI -cmd bootstrap -zkhost 127.0.0.1:9983 -solrhome example/solr on each collcetion, I end up having 3 different configs. But when I start solr, it is not able running all 3 collections with each one's configs. I

Re: Struggling with solr 4.0 and zookeeper - multiple solr collection and configs

2013-01-01 Thread joe.cohe...@gmail.com
Can you please clarify your answer? You said to try to bootstap: > > On the solr cloud page, admittedly down the page a ways, is the line > > below. > > Does that apply? > > Best > > Erick > > > > # try bootstrapping all the conf dirs in solr.xml > > java -classpath example/solr-webapp/WEB-INF/lib/

solr cloud shards and servers issue

2012-11-19 Thread joe.cohe...@gmail.com
Hi I have the following scenario: I have 1 collection across 10 servers. Num of shards: 10. Each server has 2 solr instances running. replication is 2. I want to move one of the instances to another server. meaning, kill the solr process in server X and start a new solr process in server Y instead

Re: solr cloud shards and servers issue

2012-11-19 Thread joe.cohe...@gmail.com
How can I unload a solrCore after i killed the running process? Mark Miller-3 wrote > On Nov 19, 2012, at 11:24 AM, > joe.cohen.m@ > wrote: > >> Hi >> I have the following scenario: >> I have 1 collection across 10 servers. Num of shards: 10. >> Each server has 2 solr instances running. repl