how is the remote UIMA server intended to run ? What's the API ? If you run UIMA using UIMA-DUCC or UIMA-AS that could be done by enhancing the current URP, otherwise you probably need to write your own processor (perhaps based on the existing one).
Regards, Tommaso Il giorno mar 22 nov 2016 alle ore 22:57 Alexandre Rafalovitch < [email protected]> ha scritto: > Have you already gone through the UIMA information that ships with > Solr? (in contrib/uima) > > It shows how UIMA can be used in the URP chain, though I am not sure > it covers your use case 100%. > > Regards, > Alex. > ---- > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 22 November 2016 at 23:15, Soumitra Mazumder > <[email protected]> wrote: > > Hi, > > I have following requirement for calling UIMA annotators from Solr. Can > you > > please help or guide me to some documentation for the same. > > > > 1) Apache UIMA will run as a separate process in a remote server > > 2) Solr will send the document text Apache UIMA > > 3) UIMA will send back the Annotators > > 4) Solr needs to index the response applying some patterns. > > In my case UIMA and Solr might run on two different physical machine. > I am > > going to use UIMA 2.9 and Solr 6.3 > > Regards > > Soumitra > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
