Skip to content

Commit

Permalink
updating to solr 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Nov 27, 2013
1 parent b4c93db commit d2682b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<config>
<luceneMatchVersion>LUCENE_45</luceneMatchVersion>
<luceneMatchVersion>4.5</luceneMatchVersion>
<directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.StandardDirectoryFactory}"/>

<lib dir="../../lib/" regex=".*\.jar" />
Expand Down
3 changes: 2 additions & 1 deletion src/casestudy/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<pathelement location="../applucene/lib/lucene-misc-4.5.1.jar"/>
<pathelement location="../applucene/lib/lucene-queryparser-4.5.1.jar"/>

<pathelement location="lib/solr-solrj-4.5.0.jar"/>
<!-- <pathelement location="lib/solr-core-4.5.1.jar"/> -->
<pathelement location="lib/solr-solrj-4.5.1.jar"/>
<pathelement location="lib/httpclient-4.2.3.jar"/>
<pathelement location="lib/httpcore-4.2.2.jar"/>
<pathelement location="lib/httpmime-4.2.3.jar"/>
Expand Down
Binary file removed src/casestudy/lib/solr-solrj-4.3.0.jar
Binary file not shown.
Binary file added src/casestudy/lib/solr-solrj-4.5.1.jar
Binary file not shown.

0 comments on commit d2682b5

Please sign in to comment.