RE: SolrCloud with large synonym files

2013-12-11 Thread gf80
Hi all, I have the same exception org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /configs/myconf/synonyms.txt synonyms.txt is greater than 1,5Mb I have tried to set jute.maxbuffer specifying -Djute.maxbuffer=1024M at the solrcloud startup but

Re: SolrCloud and MoreLikeThis: SOLR-788

2013-12-11 Thread gf80
Hi guys, could you kindly help me to apply patch for MoreLikeThis on solrcloud. I'm using Solr 4.6 and I'm using solrcloud with 10 shards. The problem is described here https://issues.apache.org/jira/browse/SOLR-4414 but I think that it was solved but not already delivered in Solr4.6. Thanks a

Re: SolrCloud with large synonym files

2013-12-11 Thread gf80
onym > files, so you can split your huge synonym file into two or more smaller > files. > > --Jack Krupansky > > -Original Message- > From: gf80 > Sent: Wednesday, December 11, 2013 5:21 PM > To: [hidden email] > Subject: RE: SolrCloud with large synony

RE: SolrCloud and MoreLikeThis: SOLR-788

2013-12-12 Thread gf80
r 4.1 Thanks; Furkan KAMACI 2013/12/12 gf80 <[hidden email]> > Hi guys, > > could you kindly help me to apply patch for MoreLikeThis on solrcloud. > I'm using Solr 4.6 and I'm using solrcloud with 10 shards. > The problem is described here > https://i

RE: SolrCloud and MoreLikeThis: SOLR-788

2013-12-12 Thread gf80
Solr. For your other question: what do you mean with: "where is document with this id?". If you want to learn the shard that document belongs to you can do that: http://localhost:8983/solr/collection1/select?q=*%3A*&fl=url%2C+%5Bshard%5D&wt=json&indent=true Thanks; Furka

solrcloud no server hosting shard

2013-12-18 Thread gf80
Hi guys, before starting note that I am new with solr and in particular with solrcloud. I have to index many many documents (>10mln), last week I have complete my import handler and configuration so I have started import activity on solr using solrcloud with 10 shard (and without replicas :S ) on