You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/15 01:03:03 UTC

[Solr Wiki] Trivial Update of "Solrj" by SaschaSzott

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Solrj" page has been changed by SaschaSzott.
http://wiki.apache.org/solr/Solrj?action=diff&rev1=42&rev2=43

--------------------------------------------------

  
  SolrJ is a part of the 1.4 release. The jars required in the classpath for 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.
  
  === Solr 1.3 ===
  
@@ -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.
+ 
  === Solr 1.2 ===
  
  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.
  
  == Maven ==
  Solrj is available in the official Maven repository. Add the following dependency to your pom.xml to use SolrJ