Re: Problems for indexing large documents on SolrCloud

2014-09-22 Thread Olivier
Hi, First thanks for your advices. I did some several tests and finally I could index all the data on my SolrCloud cluster. The error was client side, it's documented in this post : http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201406.mbox/%3ccfc09ae1.94f8%25rebecca.t...@ucsf.edu%3E "

Re: Problems for indexing large documents on SolrCloud

2014-09-10 Thread Shawn Heisey
On 9/10/2014 2:05 PM, Erick Erickson wrote: > bq: org.apache.solr.common.SolrException: Unexpected end of input > block; expected an identifier > > This is very often an indication that your packets are being > truncated by "something in the chain". In your case, make sure > that Tomcat is configur

Re: Problems for indexing large documents on SolrCloud

2014-09-10 Thread Erick Erickson
bq: org.apache.solr.common.SolrException: Unexpected end of input block; expected an identifier This is very often an indication that your packets are being truncated by "something in the chain". In your case, make sure that Tomcat is configured to handle inputs of the size that you're sending. T

Problems for indexing large documents on SolrCloud

2014-09-10 Thread Olivier
Hi, I have some problems for indexing large documents in a SolrCloud cluster of 3 servers (Solr 4.8.1) with 3 shards and 2 replicas for each shard on Tomcat 7. For a specific document (with 300 K values in a multivalued field), I couldn't index it on SolrCloud but I could do it in a single insta