Re: socket write error Solrj 4.3.1

2013-07-23 Thread franagan
For people who have same issue, solved solved adding: text in the requestHandler /update/extract" in solrconfig.xml: last_modified ignored_ * text* -MM-dd So no need to add content in solrj: p.setParam("literal.text",handler.toString()); R

socket write error Solrj 4.3.1

2013-07-23 Thread franagan
Hi all, im testing solrcloud (version 4.3.1) with 2 shards and 1 external zookeeper. All its runing ok, documents are indexing in 2 diferent shards and select *:* give me all documents. Now im trying to add/index a new document via solj ussing CloudSolrServer. *the code:*