RE: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-09 Thread Anatharaman, Srinatha (Contractor)
hawn Heisey <apa...@elyograg.org> Subject: RE: DataImportHandler - Unable to load Tika Config Processing Document # 1 > Thank you I will follow Erick's steps > BTW I am also trying to ingesting using Flume , Flume uses Morphlines > along with Tika Even Flume SolrSink will have the sam

RE: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-08 Thread Markus Jelsma
> Thank you I will follow Erick's steps > BTW I am also trying to ingesting using Flume , Flume uses Morphlines along > with Tika > Even Flume SolrSink will have the same issue? Yes, when using Tika you run the risk of it choking on a document, eating CPU and/or RAM until everything dies. This

RE: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-08 Thread Anatharaman, Srinatha (Contractor)
@lucene.apache.org Subject: Re: DataImportHandler - Unable to load Tika Config Processing Document # 1 On 2/8/2017 9:08 AM, Anatharaman, Srinatha (Contractor) wrote: > Thank you for your reply > Other archive message you mentioned is posted by me only I am new to > Solr, When you say process out

Re: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-08 Thread Shawn Heisey
On 2/8/2017 9:08 AM, Anatharaman, Srinatha (Contractor) wrote: > Thank you for your reply > Other archive message you mentioned is posted by me only > I am new to Solr, When you say process outside Solr program. What exactly I > should do? > > I am having lots of text document which I need to

RE: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-08 Thread Anatharaman, Srinatha (Contractor)
document I was able to successfully do this in Solr Core stand alone -Original Message- From: Allison, Timothy B. [mailto:talli...@mitre.org] Sent: Wednesday, February 08, 2017 1:56 PM To: solr-user@lucene.apache.org Subject: RE: DataImportHandler - Unable to load Tika Config Processing

RE: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-08 Thread Allison, Timothy B.
>It is *strongly* recommended to *not* use >the Tika that's embedded within >Solr, but >instead to do the processing outside of Solr >in a program of your >own and index the results. +1

RE: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-08 Thread Anatharaman, Srinatha (Contractor)
it to Solr? Regards, ~Sri -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Wednesday, February 08, 2017 9:46 AM To: solr-user@lucene.apache.org Subject: Re: DataImportHandler - Unable to load Tika Config Processing Document # 1 On 2/6/2017 3:45 PM, Anatharaman, Srinatha

Re: DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-08 Thread Shawn Heisey
On 2/6/2017 3:45 PM, Anatharaman, Srinatha (Contractor) wrote: > I am having below error while trying to index using dataImporthandler > > Data-Config file is mentioned below. zookeeper is not able to read > "tikaConfig.xml" on below statement > > processor="TikaEntityProcessor"

DataImportHandler - Unable to load Tika Config Processing Document # 1

2017-02-06 Thread Anatharaman, Srinatha (Contractor)
Hi, I am having below error while trying to index using dataImporthandler Data-Config file is mentioned below. zookeeper is not able to read "tikaConfig.xml" on below statement processor="TikaEntityProcessor" tikaConfig="tikaConfig.xml" Please help me to resolve this issue ion: