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
"
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
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
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