Skip to content

Commit

Permalink
Updating Hydra solr configs
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Aug 29, 2014
1 parent 384bdd7 commit d41af9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solr/development-core/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>

<luceneMatchVersion>LUCENE_43</luceneMatchVersion>
<luceneMatchVersion>4.9</luceneMatchVersion>

<directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.StandardDirectoryFactory}"/>

Expand Down
2 changes: 1 addition & 1 deletion solr/test-core/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>

<luceneMatchVersion>LUCENE_43</luceneMatchVersion>
<luceneMatchVersion>4.9</luceneMatchVersion>

<directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.StandardDirectoryFactory}"/>

Expand Down

0 comments on commit d41af9f

Please sign in to comment.