Skip to content

Commit

Permalink
DS-1552 adding luceneMatchVersion to oai and statistics SOLR configs
Browse files Browse the repository at this point in the history
This property becomes mandatory in SOLR 4.0
  • Loading branch information
bram-atmire committed May 20, 2013
1 parent ff1ec21 commit fca7eb4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dspace/solr/oai/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
-->
<abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>

<!-- Controls what version of Lucene various components of Solr
adhere to. Generally, you want to use the latest version to
get all bug fixes and improvements. It is highly recommended
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>LUCENE_35</luceneMatchVersion>

<!-- lib directives can be used to instruct Solr to load an Jars identified
and use them to resolve any "plugins" specified in your solrconfig.xml or
schema.xml (ie: Analyzers, Request Handlers, etc...).
Expand Down
8 changes: 8 additions & 0 deletions dspace/solr/statistics/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
-->
<abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>

<!-- Controls what version of Lucene various components of Solr
adhere to. Generally, you want to use the latest version to
get all bug fixes and improvements. It is highly recommended
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>LUCENE_35</luceneMatchVersion>

<!-- lib directives can be used to instruct Solr to load an Jars identified
and use them to resolve any "plugins" specified in your solrconfig.xml or
schema.xml (ie: Analyzers, Request Handlers, etc...).
Expand Down

0 comments on commit fca7eb4

Please sign in to comment.