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=17&rev2=18 -------------------------------------------------- 1. import the component jar 2. use the new component Analysis Engine descriptor inside config/uimaConfig/analysisEngine element of solrconfig.xml 3. adjust Analysis Engine configuration (optional) - 3. change the types and features' mapping inside config/uimaConfig/fieldMapping element of solrconfig.xml + 4. change the types and features' mapping inside config/uimaConfig/fieldMapping element of solrconfig.xml + 5. deploy new apache-solr-uima.jar and component inside one of the lib directories ==== Import the component jar ==== If you're using Ant you only need put the component jar inside the solr/contrib/uima/lib directory. @@ -136, +137 @@ </config> }}} + ==== Deploy new jars inside one of the lib directories ==== + Run 'ant clean dist' (or 'mvn clean package') from the solr/contrib/uima path. + + Get the generated apache-solr-uima*.jar from the build directory along with the used components' jars and paste both inside one of the <lib> directories defined inside the solrconfig.xml. + + You can now restart the Solr-UIMA instance to test it. == Solrcas == This is a UIMA component, see [[http://svn.apache.org/repos/asf/uima/sandbox/trunk/Solrcas/|SVN]] and [[http://uima.apache.org/sandbox.html#solrcas.consumer|documentation]]