Solr indexes RTF by using Apache Tika to extract text content of RTF. It does not know how to process the RTF. Tika knows how to process RTF, but not how to display it (which is what you are asking).
You can probably store the original document either in Solr (not recommended) or in a separate system, but you still have to display it. So, you'd need some sort of RTF to HTML converter. That's probably the actual problem you need to deal with. Unless you have a much more narrow requirement, which may have a more pointed solution. Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Mon, Jun 23, 2014 at 2:18 PM, Venkata krishna <venkat1...@gmail.com> wrote: > Hi, > > I am indexing RTF documents, but in search results i am not getting same > format of text as indexed RTF document's text. > > I would like to get same format of text in search result. > > So could you please provide me any suggestion to resolve this formatting > problem. > > > > > Thanks, > > Venkata krishna Tolusuri. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Formatting-Issue-tp4143371.html > Sent from the Solr - User mailing list archive at Nabble.com.