Re: Tika Integration problem with DIH and JDBC

2014-11-04 Thread Alexandre Rafalovitch
Yes, DIH (and used to be Solr schema parser too) is great at ignoring the things it does not know about and just using defaults instead. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularize

Re: Tika Integration problem with DIH and JDBC

2014-11-04 Thread Dan Davis
All, The problem here was that I gave driver="BinURLDataSource" rather than type="BinURLDataSource". Of course, saying driver="BinURLDataSource" caused it not to be able to find it.

Re: Tika Integration problem with DIH and JDBC

2014-10-10 Thread Dan Davis
it out, mention the Solr version on > the next email. Sometimes it makes difference, though DIH has been > largely unchanged for a while. > > -- Forwarded message -- > From: Dan Davis > Date: 10 October 2014 15:00 > Subject: Re: Tika Integration problem wit

Fwd: Tika Integration problem with DIH and JDBC

2014-10-10 Thread Alexandre Rafalovitch
er 2014 15:00 Subject: Re: Tika Integration problem with DIH and JDBC To: Alexandre Rafalovitch The definition of dataSource name="bin" type="BinURLDataSource" is in each of the dih-*.xml files. But only the xml version has the definition at the top, above the document. Mov

Re: Tika Integration problem with DIH and JDBC

2014-10-10 Thread Alexandre Rafalovitch
You say "dataSource='bin'" but I don't see you defining that datasource. E.g.: So, there might be some weird default fallback that's just causes strange problems. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/

Tika Integration problem with DIH and JDBC

2014-10-10 Thread Dan Davis
What I want to do is to pull an URL out of an Oracle database, and then use TikaEntityProcessor and BinURLDataSource to go fetch and process that URL. I'm having a problem with this that seems general to JDBC with Tika - I get an exception as follows: Exception in entity : extract:org.apache.sol

Re: Solr UIMA integration problem

2011-08-17 Thread solr nps
Thanks for the reply. I changed it to 'coveredText' as you recommended but that did not help, I got the same error message. solrconfig.xml now looks like the following org.apache.uima.alchemy.ts.concept.ConceptFS coveredText concep

Re: Solr UIMA integration problem

2011-08-17 Thread Tommaso Teofili
At a first glance I think the problem is in the 'feature' element which is set to 'title'. The 'feature' element should contain a UIMA Feature of the type defined in element 'type'; for example for SentenceAnnotation [1] defined in HMM Tagger has 'only' the default features of a UIMA Annotation: be

Solr UIMA integration problem

2011-08-16 Thread solr nps
Hello, I am using Solr 3.3. I have been following instructions at https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_3/solr/contrib/uima/README.txt My setup looks like the following. solr lib directory contains the following jars apache-solr-uima-3.3.0.jar commons-digester-2.0.jar u

Re: Integration Problem

2010-07-29 Thread Chris Hostetter
: I tried to do that with a custom query handler and a custom response : writer and i'm able to write in the response msg of solr but only in the : response node of the xml msg an not in the results node. i would strongly advise against tyring to modify the block in any way -- that will only ca

Re: Integration Problem

2010-07-28 Thread Jörg Wißmeier
Nobody out there who can help me with this problem? I need to edit the result of the javabin writer (adding the results from the webservice). I hope it is possible to do that. thanks in advance. Am Mo 26.07.2010 10:25 schrieb Jörg Wißmeier : >Hi everybody, > >since a while i'm working with solr

Integration Problem

2010-07-26 Thread Jörg Wißmeier
Hi everybody, since a while i'm working with solr and i have integrated it with liferay 6.0.3. So every search request from liferay is processed by solr and its index. But i have to integrate another system, this system offers me a webservice. the results of these webservice should be in the resul