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 EricPugh: http://wiki.apache.org/solr/SolrUIMA?action=diff&rev1=20&rev2=21 === Installation === - 1. Go to dev/solr/contrib/uima and run 'ant clean dist' + 1. Go to dev/solr/contrib/solr-uima and run 'ant clean dist' - 2. 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). + 2. get the package apache-solr-uima-4.0-SNAPSHOT.jar from dev/solr/build/contrib/solr-uima 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). You may need to create dev/solr/example/solr/collection1/conf/lib/. + mkdir solr/example/solr/collection1/lib + cp solr/contrib/build/solr-uima/apache-solr-uima*.jar solr/example/solr/collection1/lib + cp solr/contrib/solr-uima/lib/*.jar solr/example/solr/collection1/lib/ + - 3. modify your Solr instance config files as described in the [[https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/contrib/uima/README.txt|solr/contrib/uima/README.txt]] + 3. modify your Solr instance config files as described in the [[https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/contrib/solr-uima/README.txt|solr/contrib/solr-uima/README.txt]] 4. run your Solr instance and enjoy UIMA enriching documents being indexed === Configuration ===