RE: Need help in Tika on SolrCloud

2017-02-01 Thread Anatharaman, Srinatha (Contractor)
al Message- From: Anatharaman, Srinatha (Contractor) [mailto:srinatha_ananthara...@comcast.com] Sent: Wednesday, February 01, 2017 11:51 AM To: solr-user@lucene.apache.org Subject: RE: Need help in Tika on SolrCloud Hi All, I see below code which is causing my code not to work in SolrCloud @Ov

RE: Need help in Tika on SolrCloud

2017-02-01 Thread Anatharaman, Srinatha (Contractor)
Hi All, I see below code which is causing my code not to work in SolrCloud @Override public String getConfigDir() { throw new ZooKeeperException( ErrorCode.SERVER_ERROR, "ZkSolrResourceLoader does not support getConfigDir() - likely, what you are trying to do is no

Re: Need help in Tika on SolrCloud

2017-02-01 Thread Erick Erickson
Not quite sure. Are all the directories you expect the Tika docs to be in available to the Solr node? Sidestepping your question, I would be very reluctant to use Tika in SolrCloud mode because you're then putting all of the heavy-duty processing on nodes that also serve queries. I have the same r