Solr-UIMA integration : analyzing multi-fields

2012-11-02 Thread vempap
6.n3.nabble.com/Solr-UIMA-integration-analyzing-multi-fields-tp4017890.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: help needed on solr-uima integration

2011-10-27 Thread Xue-Feng Yang
$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) From: Koji Sekiguchi To: solr-user@lucene.apache.org Sent: Thursday, October 27, 2011 7:25:09 AM Subject: Re: help needed on solr-uima integration (11/10/27 9:12), Xue-Feng Yang wrote

Re: help needed on solr-uima integration

2011-10-27 Thread Xue-Feng Yang
$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) From: Koji Sekiguchi To: solr-user@lucene.apache.org Sent: Thursday, October 27, 2011 7:25:09 AM Subject: Re: help needed on solr-uima integration (11/10/27 9:12), Xue-Feng Yang wrote

Re: help needed on solr-uima integration

2011-10-27 Thread Koji Sekiguchi
(11/10/27 9:12), Xue-Feng Yang wrote: Hi, From Solr Info page, I can see my solr-uima core is there, but updateRequestProcessorChain is not there. What is the reason? Because UpdateRequestProcessor(and Chain) is not type of SolrInfoMBean. (As those classes in the page implement SolrInfoMBean

Re: help needed on solr-uima integration

2011-10-26 Thread Xue-Feng Yang
PM Subject: Re: help needed on solr-uima integration Hi, Is there logging for uima? From Logging in Solr Admin page, I couldn't find it. Thanks, Xue-Feng From: Xue-Feng Yang To: "solr-user@lucene.apache.org" Sent: Tuesday, October 25, 2011 8:5

Re: help needed on solr-uima integration

2011-10-26 Thread Xue-Feng Yang
Hi, Is there logging for uima? From Logging in Solr Admin page, I couldn't find it. Thanks, Xue-Feng From: Xue-Feng Yang To: "solr-user@lucene.apache.org" Sent: Tuesday, October 25, 2011 8:50:05 PM Subject: Re: help needed on solr-uima

Re: help needed on solr-uima integration

2011-10-25 Thread Xue-Feng Yang
I configured solr-uima integration as the resource() I could found, but the data import results had empty data from uima. The other fields not from uima were there and no error messages. The following were the steps I did: 1) set shema.xml with all fields of both uima and non uima. 2) set

Re: help needed on solr-uima integration

2011-10-24 Thread Xue-Feng Yang
Thanks Koji. I found it. I should the solution there. Xue-Feng From: Koji Sekiguchi To: solr-user@lucene.apache.org Sent: Monday, October 24, 2011 7:30:01 AM Subject: Re: help needed on solr-uima integration (11/10/24 17:42), Xue-Feng Yang wrote: >

Re: help needed on solr-uima integration

2011-10-24 Thread Koji Sekiguchi
(11/10/24 17:42), Xue-Feng Yang wrote: Hi, Where can I find test code for solr-uima component? You should find them under: solr/contrib/uima/src/test koji -- Check out "Query Log Visualizer" for Apache Solr http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html http://www.rondhuit.com/en/

Re: help needed on solr-uima integration

2011-10-24 Thread Xue-Feng Yang
Hi, Where can I find test code for solr-uima component? Thanks, Xue-Feng From: Xue-Feng Yang To: "solr-user@lucene.apache.org" Sent: Sunday, October 23, 2011 3:43:58 AM Subject: help needed on solr-uima integration Hi, After google online, som

help needed on solr-uima integration

2011-10-23 Thread Xue-Feng Yang
Hi, After google online, some parts in the "puzzle" still missing. The best is to find a simple example showing the whole process. Is there any example like apache-uima/examples/descriptors/tutorial/ex3 RoomNumber and DateTime integrated into solr?  In particular, how to feed "text" into solr f

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: solr- Uima integration

2011-04-19 Thread Tommaso Teofili
Hi Isha 2011/4/18 Isha Garg > Can anyone explain me the what are runtimeParameters specified in the > as in link http://wiki.apache.org/solr/SolrUIMA. also tell me > how to integrate our own analysis engine to solr. I am new to this. the runtimeParameters contains parameters' settings that

Solr-Uima Integration

2011-04-19 Thread Isha Garg
Hi All! I want to integrate Uima-solr . I followed the steps in the readme file.I am using apache solr3.1. The jar file starts fine. But I dont know the exact syntax in solrj to index my documents for Uima-solr integration . i got the following exception.Can anyone help me out rga

Re: solr- Uima integration

2011-04-18 Thread Isha Garg
Hi All! I want to integrate Uima-solr . I followed the steps in the readme file.I am using apache solr3.1. The jar file starts fine. But I dont know the exact syntax in solrj to index my documents for Uima-solr integration .Can anyone help me out rgarding this> Thanks! Isha Garg

Re: solr- Uima integration

2011-04-17 Thread Anuj Kumar
Hi Isha, To integrate your UIMA analysis engine with Solr. Try: http://uima.apache.org/sandbox.html#solrcas.consumer Regards, Anuj On Mon, Apr 18, 2011 at 12:05 PM, Isha Garg wrote: > Hi All! > > Can anyone explain me the what are

solr- Uima integration

2011-04-17 Thread Isha Garg
Hi All! Can anyone explain me the what are runtimeParameters specified in the as in link http://wiki.apache.org/solr/SolrUIMA. also tell me how to integrate our own analysis engine to solr. I am new to this. Thanks in advance!

Re: Solr UIMA integration

2010-10-06 Thread maheshkumar
r.bo...@entity.xml followed by a http://127.0.0.1:8080/solr/update?stream.body= and you are done. Tommaso, thanks a lot once again for all your support. Please add any steps if i have missed one. Thanks Mahesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integra

Re: Solr UIMA integration

2010-10-06 Thread Tommaso Teofili
80/solr/update -F > solr.bo...@entity.xml > > Thanks > Mahesh > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1642093.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr UIMA integration

2010-10-06 Thread maheshkumar
Thanks Mahesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1642093.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA integration

2010-10-05 Thread Tommaso Teofili
t.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) >at java.lang.Thread.run(Thread.java:619) > Caused by: > org.apache.uima.alchemy.digester.exception.ResultDigestingException: > org.apache.uima.alchemy.annotator.exception.AlchemyCallFailedException > : ERROR >at > > org.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator.process(AbstractAlchemyAnnotator.java:133) >... 31 more > Caused by: > org.apache.uima.alchemy.annotator.exception.AlchemyCallFailedException: > ERROR >at > > org.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator.process(AbstractAlchemyAnnotator.java:129) >... 31 more > Oct 4, 2010 6:15:04 PM org.apache.solr.core.SolrDeletionPolicy onInit > INFO: SolrDeletionPolicy.onInit: commits:num=1 > > > commit{dir=C:\WorkSpace\Solr\data\Education\index,segFN=segments_1,version=1286196269852,generation=1,filenames=[segments_1] > Oct 4, 2010 6:15:04 PM org.apache.solr.core.SolrDeletionPolicy > updateCommits > > Thanks > Mahesh > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1629397.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr UIMA integration

2010-10-04 Thread maheshkumar
\data\Education\index,segFN=segments_1,version=1286196269852,generation=1,filenames=[segments_1] Oct 4, 2010 6:15:04 PM org.apache.solr.core.SolrDeletionPolicy updateCommits Thanks Mahesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1629397.html

Re: Solr UIMA integration

2010-10-01 Thread Tommaso Teofili
Hi Mahesh , 2010/10/1 maheshkumar > > Thanks a lot for uploading the relevant dependencies jars. The issue was > bcoz of java heap size i increased the heap and the issue was resolved. > > I am happy it solved your issue. > Now i am getting 403 error while connecting to > http://api.opencalais

Re: Solr UIMA integration

2010-10-01 Thread maheshkumar
registry in opencalais.com and get the api keys or how to go about. Thanks Mahesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1613752.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA integration

2010-09-27 Thread Tommaso Teofili
4.1. > > Tommaso, is it possible for you to upload all the dependency jar @ > http://code.google.com/p/solr-uima/downloads/list. > > Thanks > Mahesh > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1587660.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr UIMA integration

2010-09-27 Thread maheshkumar
Solr version checkout from svn i guess it is greater than 1.4.1. Tommaso, is it possible for you to upload all the dependency jar @ http://code.google.com/p/solr-uima/downloads/list. Thanks Mahesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration

Re: Solr UIMA integration

2010-09-24 Thread Tommaso Teofili
l.initialize(AggregateAnalysisEngine_impl.java:185) >at > > org.apache.uima.impl.AnalysisEngineFactory_impl.produceResource(AnalysisEngineFactory_impl.java:94) >at > > org.apache.uima.impl.CompositeResourceFactory_impl.produceResource(CompositeResourceFactory_impl.j

Re: Solr UIMA integration

2010-09-24 Thread maheshkumar
Request your inputs on this. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1573577.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA integration

2010-09-21 Thread Grant Ingersoll
On Sep 20, 2010, at 6:35 AM, Tommaso Teofili wrote: > Hi all, > I am working on integrating Apache UIMA as un UpdateRequestProcessor for > Apache Solr and I am now at the first working snapshot. > I put the code on GoogleCode [1] and you can take a look at the tutorial > [2]. > > I would be glad

Re: Solr UIMA integration

2010-09-21 Thread Tommaso Teofili
2010/9/20 Dennis Gearon > Looks like a great scraping engine technology :-) > Dennis Gearon > 2010/9/20 Jan Høydahl / Cominvent > Really cool what you've done. Looking forward to testing it, and I'm sure > it's a welcome contribution to Solr. > You can easily contribute your code by opening

Re: Solr UIMA integration

2010-09-20 Thread Dennis Gearon
mmaso Teofili > Subject: Solr UIMA integration > To: solr-user@lucene.apache.org > Date: Monday, September 20, 2010, 3:35 AM > Hi all, > I am working on integrating Apache UIMA as un > UpdateRequestProcessor for > Apache Solr and I am now at the first working snapshot. > I put t

Re: Solr UIMA integration

2010-09-20 Thread Jan Høydahl / Cominvent
Hi Tommaso, Really cool what you've done. Looking forward to testing it, and I'm sure it's a welcome contribution to Solr. You can easily contribute your code by opening a JIRA issue and attaching a patch file. BTW Have you considered making the output field names configurable on a per instanc

Solr UIMA integration

2010-09-20 Thread Tommaso Teofili
Hi all, I am working on integrating Apache UIMA as un UpdateRequestProcessor for Apache Solr and I am now at the first working snapshot. I put the code on GoogleCode [1] and you can take a look at the tutorial [2]. I would be glad to donate it to the Apache Solr project, as I think it could be a u