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

Re: Rich Text Format - Clob

2018-08-10 Thread Alexandre Rafalovitch
I think you need ClobTransformer at some point in the processing: https://lucene.apache.org/solr/guide/7_4/uploading-structured-data-store-data-with-the-data-import-handler.html#clobtransformer Regards, Alex. On 10 August 2018 at 10:02, tfaltinat wrote: > Hi, > > we have an Oracle database wh

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 c