RE: Issues with Solr Morphline reading RFC822 files

2017-02-14 Thread Anatharaman, Srinatha (Contractor)
e [mailto:hastings.recurs...@gmail.com] Sent: Monday, February 13, 2017 5:49 PM To: solr-user@lucene.apache.org Subject: Re: Issues with Solr Morphline reading RFC822 files Can't see what's color coded in the email. > On Feb 13, 2017, at 5:35 PM, Anatharaman, Srinatha (Contractor) > <

Issues with Solr Morphline reading RFC822 files

2017-02-13 Thread Anatharaman, Srinatha (Contractor)
Hi, I am loading email files which are in RFC822 format into SolrCloud using Flume But some meta data of the emails is not getting loaded to Solr. Please find below sample email, text which is colored in Bold Red is ignored by Solr I can read this files ONLY using

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

2017-02-09 Thread Anatharaman, Srinatha (Contractor)
Shawn, Thanks again for your input As I said in my last email I was successfully completed this in Solr standalone My requirement is, to index a emails which is already converted to a text file(There are no attachments), Once these text files are indexed Solr search result should bring me back

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 Anatharaman, Srinatha (Contractor)
In my requirement when a Solr search finds the string it has to return the entire text document(emails in RTF format). If I process it outside the Solr how do I achieve this? When you say process outside, what do I process with rtf document? And also search result have to return original

RE: Switching from Managed Schema to Manually Edited schema.xml --IS NOT WORKING

2017-02-08 Thread Anatharaman, Srinatha (Contractor)
e only changing one thing at a time. Best, Erick On Mon, Feb 6, 2017 at 9:54 AM, Anatharaman, Srinatha (Contractor) <srinatha_ananthara...@comcast.com> wrote: > Erick, > > I did as mentioned in that URL, made changes to solrconfig and kept > only required fields in schema.xm

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: Flume SolrSink No Error but not Indexing

2017-02-07 Thread Anatharaman, Srinatha (Contractor)
M, Thank you for your suggestion I kept just one file to index. It is very small file with 3 lines and 3 characters on each line I see the content in flume log file and an entry in Solr but not sure why it is not going to Solr -Original Message- From: Markus Jelsma

Flume SolrSink No Error but not Indexing

2017-02-07 Thread Anatharaman, Srinatha (Contractor)
Hi, I am indexing text document using Flume, I do not see any error or warning message but data is not getting ingested to Solr Log level for both Solr and Flume is set to TRACE, ALL Flume version : 1.5.2.2.3 Solr Version : 5.5 Config files are as below Flume Config : agent.sources =

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:

RE: Switching from Managed Schema to Manually Edited schema.xml --IS NOT WORKING

2017-02-06 Thread Anatharaman, Srinatha (Contractor)
PM, Anatharaman, Srinatha (Contractor) <srinatha_ananthara...@comcast.com> wrote: > Hi , > > I am indexing a Text document and followed the steps defined in below > URL to create the schema.xml > https://cwiki.apache.org/confluence/display/solr/Schema

Switching from Managed Schema to Manually Edited schema.xml --IS NOT WORKING

2017-02-05 Thread Anatharaman, Srinatha (Contractor)
Hi , I am indexing a Text document and followed the steps defined in below URL to create the schema.xml https://cwiki.apache.org/confluence/display/solr/Schema+Factory+Definition+in+SolrConfig#SchemaFactoryDefinitioninSolrConfig-SwitchingfromManagedSchematoManuallyEditedschema.xml After making

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)
r.java:151) at org.apache.solr.handler.dataimport.TikaEntityProcessor.firstInit(TikaEntityProcessor.java:91) ... 12 more Thanks, ~Sri From: Anatharaman, Srinatha (Contractor) Sent: Wednesday, February 01, 2017 10:04 AM To: 'solr-user@lucene.apache.org' <solr-user@lucene.apache.org> Subject: Need help in Tika on SolrCloud Hi, I a

RE: Collection will not replicate

2017-02-01 Thread Anatharaman, Srinatha (Contractor)
Erick, Thank you for your quick response, I appreciate your help I am new to Solr and not from Java background I have developed the code in Dev on single core and it works perfectly good On QA box I have installed Solr 6.3 on 2 nodes(SolrCloud) Made few changes to the code to fit SolrCloud I

Need help in Tika on SolrCloud

2017-02-01 Thread Anatharaman, Srinatha (Contractor)
Hi, I am new to Solr, I have implemented Solr on single node and my code is working good When I move the same code to SolrCloud it fails (I made few changes for SolrCloud) I am trying to load data using Dataimporthandler but it throws error as below 2017-02-01 03:23:07.727 ERROR (Thread-18)