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
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:*
I added to the schema.xml and now its working.
*
Thank you very much Jack. *
--
View this message in context:
http://lucene.472066.n3.nabble.com/update-extract-error-in-Solr-4-3-1-tp4079555p4079564.html
Sent from the Solr - User mailing list archive at Nabble.com.
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:
CloudSolrServer server