Re: Rich Text Format - Clob

2018-08-13 Thread tfaltinat
Hi Alex, I'm using the ClobTransformer but now I'm getting ClassCastException: java.io.StringReader cannot be cast to java.io.InputStream Maybe just my configuration is not okay. Regards, Torsten -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Rich Text Format - Clob

2018-08-10 Thread tfaltinat
Hi, we have an Oracle database where we store Rtf content into a Clob column. Now we try to index those records but we just want to get the plain text, same as Tika does. I tried to use the TikaEntityProcessor but I’m getting the following error message: ClassCastException: java.io.StringReader