Tika Extractor - extract document as (X)HTML not as textonly

2020-01-02 Thread Jörn Franke
Hi, Is there a possibility to have instead of the text output in the Tika Extractor (Manifold version, not the extract handler) the (X)HTML output? How one can achieve this in Tika is pretty clear: https://tika.apache.org/1.8/examples.html#Picking_different_output_formats Reason: We need to

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2020-01-02 Thread Jörn Franke
Hi Karl, I found a solution for Kerberos authentication and tested it on a kerberized Solr 8.3 with kerberized Zookeeper 3.5 (you do NOT need to update the ZK/Solr versions in manifold, those one found there work perfectly fine in this scenario). Find here my detailed report:

Re: performInsert() postgres json

2020-01-02 Thread Karl Wright
The Basetable abstraction doesn't recognize specialty column types like JSON; it's got a limited set of types it knows about, and that is by design so multiple implementations can be written for different databases. Karl On Thu, Jan 2, 2020 at 8:49 AM SREEJITH va wrote: > Hi Karl and Team, >

performInsert() postgres json

2020-01-02 Thread SREEJITH va
Hi Karl and Team, I have a situation where I have to call *performInsert(parameterMap, null)* on a postgres database table with json column. I am getting below error during the insert. *column "X" is of type json but expression is of type character varying Hint: You will need to rewrite