Re: How to get raw text of a document

2012-08-18 Thread Jack Krupansky
/QueryResponseWriter#List_of_Writers_Available -- Jack Krupansky -Original Message- From: Alexander Cougarman Sent: Saturday, August 18, 2012 11:02 AM To: 'solr-user@lucene.apache.org' Subject: RE: How to get raw text of a document Thanks, Jack. Where can I get a list of the "r

RE: How to get raw text of a document

2012-08-18 Thread Alexander Cougarman
Thanks, Jack. Where can I get a list of the "response writers" available with Solr? Sincerely, Alex -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: 17 August 2012 7:45 PM To: solr-user@lucene.apache.org Subject: Re: How to get raw text of

Re: How to get raw text of a document

2012-08-17 Thread Jack Krupansky
Alexander Cougarman Sent: Friday, August 17, 2012 12:17 PM To: solr-user@lucene.apache.org Subject: How to get raw text of a document Hi. I asked this on the Tika group and the recommendation was to ask it here. I am using the following C# code to call Tika and would like it to return the raw

How to get raw text of a document

2012-08-17 Thread Alexander Cougarman
Hi. I asked this on the Tika group and the recommendation was to ask it here. I am using the following C# code to call Tika and would like it to return the raw text without any XML or JSON. So if the Word document contains "Hello World", this should return only that text and no XML or anything e