Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C052C8C2 for ; Sat, 28 Jul 2012 01:26:17 +0000 (UTC) Received: (qmail 29731 invoked by uid 500); 28 Jul 2012 01:26:17 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 29686 invoked by uid 500); 28 Jul 2012 01:26:17 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 29678 invoked by uid 99); 28 Jul 2012 01:26:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jul 2012 01:26:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jul 2012 01:26:15 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 0975164C; Sat, 28 Jul 2012 01:25:54 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 28 Jul 2012 01:25:53 -0000 Message-ID: <20120728012553.16460.7576@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22SolrUIMA=22_by_EricPugh?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SolrUIMA" page has been changed by EricPugh: http://wiki.apache.org/solr/SolrUIMA?action=3Ddiff&rev1=3D20&rev2=3D21 = = =3D=3D=3D Installation =3D=3D=3D - 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/contr= ib/uima/build together with the jars under the dev/solr/contrib/uima/lib di= rectory 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/l= ib 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 index= ed = =3D=3D=3D Configuration =3D=3D=3D