Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 78725 invoked from network); 15 Dec 2009 00:03:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 00:03:27 -0000 Received: (qmail 93600 invoked by uid 500); 15 Dec 2009 00:03:27 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 93565 invoked by uid 500); 15 Dec 2009 00:03:26 -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 93526 invoked by uid 99); 15 Dec 2009 00:03:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 00:03:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 00:03:24 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 74F0117816 for ; Tue, 15 Dec 2009 00:03:03 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 15 Dec 2009 00:03:03 -0000 Message-ID: <20091215000303.4513.52989@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Trivial_Update_of_=22Solrj=22_by_SaschaSzott?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "Solrj" page has been changed by SaschaSzott. http://wiki.apache.org/solr/Solrj?action=3Ddiff&rev1=3D42&rev2=3D43 -------------------------------------------------- = SolrJ is a part of the 1.4 release. The jars required in the classpath fo= r SolrJ are, = - * commons-codec-1.3.jar + * commons-codec-1.3.jar (*) * commons-fileupload-1.2.1.jar - * commons-httpclient-3.1.jar + * commons-httpclient-3.1.jar (*) - * commons-io-1.4.jar - * commons-logging-1.0.4.jar + * commons-logging-1.0.4.jar + * commons-io-1.4.jar (*) - * geronimo-stax-api_1.0_spec-1.0.1.jar + * geronimo-stax-api_1.0_spec-1.0.1.jar (*) - * solr-solrj-1.4.0.jar + * solr-solrj-1.4.0.jar (+) - * wstx-asl-3.2.7.jar + * wstx-asl-3.2.7.jar (*) - * slf4j-api-1.5.5.jar - * stax-api-1.0.1.jar + * stax-api-1.0.1.jar + * slf4j-api-1.5.5.jar (*) + = + Note that only the jars marked with an asterisk are located in dist/solrj= -lib directory of the Solr 1.4.0 download. + solr-solrj-1.4.0.jar can be found in the dist directory. = + = + "TODO:" The three unmarked jars are missing in dist/solrj-lib. = =3D=3D=3D Solr 1.3 =3D=3D=3D = @@ -332, +337 @@ * apache-solr-common-1.3.0.jar * apache-solr-solrj-1.3.0.jar = + The above jars can be found in the dist/solrj-lib directory of the Solr 1= .3.0 download. + = =3D=3D=3D Solr 1.2 =3D=3D=3D = If you are using an Solr 1.2, add the stax jars too. Do not forget to set= the [[#xmlparser|XML parser]] * geronimo-stax-api_1.0_spec-1.0.1.jar * wstx-asl-3.2.7.jar * stax-utils.jar - = - The above jars can be found in the dist/solrj-lib directory of the Solr 1= .3.0 download. = =3D=3D Maven =3D=3D Solrj is available in the official Maven repository. Add the following de= pendency to your pom.xml to use SolrJ