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=21&rev2=22 Comment: fixing pathes === Installation === - 1. Go to dev/solr/contrib/solr-uima and run 'ant clean dist' + 1. Go to dev/solr/contrib/uima and run 'ant clean dist' - 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/. + 2. get the package apache-solr-uima-4.0-SNAPSHOT.jar 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 the lib directory for a specific core. + {{{ mkdir solr/example/solr/collection1/lib - cp solr/contrib/build/solr-uima/apache-solr-uima*.jar solr/example/solr/collection1/lib + cp solr/dist/apache-solr-uima*.jar solr/example/solr/collection1/lib - cp solr/contrib/solr-uima/lib/*.jar solr/example/solr/collection1/lib/ + cp solr/contrib/uima/lib/*.jar solr/example/solr/collection1/lib/ + cp solr/build/contrib/solr-uima/lucene-libs/lucene-analyzers-uima-4.0-SNAPSHOT.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/solr-uima/README.txt|solr/contrib/solr-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/uima/README.txt|solr/contrib/solr-uima/README.txt]] 4. run your Solr instance and enjoy UIMA enriching documents being indexed === Configuration ===