Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrUIMA" page has been changed by TommasoTeofili. http://wiki.apache.org/solr/SolrUIMA?action=diff&rev1=5&rev2=6 -------------------------------------------------- == SolrUIMA UpdateRequestProcessor == The SolrUIMA UpdateRequestProcessor is a custom UpdateRequestProcessor that takes document(s) being indexed, sends them to a UIMA pipeline and then returns the document(s) enriched with the specified metadata. + + + === Installation === + 1. download the [[https://issues.apache.org/jira/secure/attachment/12467988/SOLR-2129-version-6.patch|SOLR-2129.patch]] file + 2. go to your Lucene/Solr dev home and run 'patch -p0 < SOLR-2129.patch' + 3. download the [[https://issues.apache.org/jira/secure/attachment/12455557/lib-jars.zip|lib-jars.zip]] file + 4. go to dev/solr/contrib/uima and create a dir named lib + 5. unpack the jars contained in lib-jars.zip inside the dev/solr/contrib/uima/lib directory + 6. from the command line go to dev/solr/contrib/uima and run 'ant dist' + 7. get the package apache-solr-uima-4.0-SNAPSHOT.jar from dev/solr/contrib/uima/build together with the jars under the dev/solr/contrib/uima/lib directory and paste everything inside one of the lib directories of your Solr instance (defined inside the solrconfig.xml). + 8. modify your Solr instance config files as described in the dev/solr/contrib/uima/README.txt + 9. run your Solr instance and enjoy UIMA enriching documents being indexed + + === Configuration === All the SolrUIMA configuration is placed inside a <uimaConfig> element inside the solrconfig.xml.