Re: Solr with UIMA

2012-08-13 Thread introfini
Rahul Warawdekar wrote > > Hi Divakar, > > Try making your updateRequestProcessorChain as default. Simply add > default="true" as follows and check if that works. > > > > Rahul, This fixed my problem, you saved my week! I was following the README.txt instructions and they didn't work, aft

Re: Solr with UIMA

2012-06-04 Thread Tommaso Teofili
Jack Krupansky > > -Original Message- From: debdoot > Sent: Thursday, May 31, 2012 11:59 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr with UIMA > > > Hi Tommaso, > > I have followed the steps you have listed to try to deploy the example > Roo

Re: Solr with UIMA

2012-05-31 Thread Jack Krupansky
be having trouble loading "aePath" ("analysisEngine"). Or maybe some other file? -- Jack Krupansky -Original Message- From: debdoot Sent: Thursday, May 31, 2012 11:59 AM To: solr-user@lucene.apache.org Subject: Re: Solr with UIMA Hi Tommaso, I have followed the s

Re: Solr with UIMA

2012-05-31 Thread debdoot
Further observation on the error: All requests to add documents through the /update URL land up with the same error, irrespective of the fields contained in the document. If I don't use the UIMAUpdateRequestProcessor, I can add/update documents successfully. Here are the snippets relevant to upda

Re: Solr with UIMA

2012-05-31 Thread debdoot
Hi Tommaso, I have followed the steps you have listed to try to deploy the example RoomNumberAnnotator with Solr 3.5. Here is the error trace that I get: org.apache.solr.common.SolrException: processing error: null. uid=5, text="Test Room HAW GN-K35..." at org.apache.solr.uima.processor

Re: Solr with UIMA

2012-04-20 Thread dsy99
Hi Rahul, Thank you for the reply. I tried by modifying the updateRequestProcessorChain as follows: But still I am not able to see the UIMA fields in the result. I executed the following curl command to index a file named "test.docx" curl "http://localhost:8983/solr/update/extract?fmap.content

Re: Solr with UIMA

2012-04-19 Thread Rahul Warawdekar
Hi Divakar, Try making your updateRequestProcessorChain as default. Simply add default="true" as follows and check if that works. On Thu, Apr 19, 2012 at 12:01 PM, dsy99 wrote: > Hi Chris, > Are you been able to get success to integrate the UIMA in SOLR. > > I too tried to integrate Uima in

Re: Solr with UIMA

2012-04-19 Thread dsy99
Hi Chris, Are you been able to get success to integrate the UIMA in SOLR. I too tried to integrate Uima in Solr by following the instructions provided in README i.e. the following four steps: Step1. I set tags in solrconfig.xml appropriately to point the jar files. Step2. modified my

Re: Solr with UIMA

2012-04-09 Thread chris3001
Tommaso, I apologize for my delayed response. Thank you very much for your time looking into this!! I will try to replicate your efforts on my end this week. Respectfully, Chris -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-with-UIMA-tp3863324p3898094.html Sent from t

Re: Solr with UIMA

2012-04-04 Thread Tommaso Teofili
Hi again Chris, I finally manage to find some proper time to test your configuration. First thing to notice is that it worked for me assuming the following pre-requisites were satisfied: - you had the jar containing the AnalysisEngine for the RoomAnnotator.xml in your libraries section (this is ac

Re: Solr with UIMA

2012-03-28 Thread chris3001
Tommaso, Thank you so much for looking into this, I am very grateful! Chris -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-with-UIMA-tp3863324p3865291.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr with UIMA

2012-03-28 Thread Tommaso Teofili
Hi Chris, I did never tried the Nutch integration so I can't help with that. However I'll try to repeat your same setup and will let you know what it comes out for me. Tommaso 2012/3/28 chris3001 > Still not getting there on Solr with UIMA... > Has anyone taken example 1 (RoomAnnotator) and su

Re: Solr with UIMA

2012-03-28 Thread chris3001
Still not getting there on Solr with UIMA... Has anyone taken example 1 (RoomAnnotator) and successfully tested this by any chance? Thanks to Tommaso my curl statement has changed to /update: curl http://localhost:8080/solr/update?commit=true -H "Content-Type: text/xml" --data-binary '4Test Room

Re: Solr with UIMA

2012-03-28 Thread chris3001
Tommaso- Thank you so much for your reply and pointing this out! I will look into it. However, when I run nutch I still dont see the new fields: $ bin/nutch crawl urls -solr http://localhost:8080/solr/ -depth 1 -topN 2 Does that still have to do with the update/extract call? Thanks again for you

Re: Solr with UIMA

2012-03-28 Thread Tommaso Teofili
Hi Chris, 2012/3/28 chris3001 > I am having a hard time integrating UIMA with Solr. I have downloaded the > Solr 3.5 dist and have it successfully running with nutch and tika on > windows 7 using solrcell and curl via cygwin. To begin, I copied the 6 jars > from solr/contrib/uima/lib to the work