mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
Merge pull request #220 from bram-atmire/DS-1552
DS-1552 adding luceneMatchVersion to oai and statistics SOLR configs
This commit is contained in:
@@ -32,6 +32,14 @@
|
|||||||
-->
|
-->
|
||||||
<abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>
|
<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
|
<!-- 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
|
and use them to resolve any "plugins" specified in your solrconfig.xml or
|
||||||
schema.xml (ie: Analyzers, Request Handlers, etc...).
|
schema.xml (ie: Analyzers, Request Handlers, etc...).
|
||||||
|
@@ -32,6 +32,14 @@
|
|||||||
-->
|
-->
|
||||||
<abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>
|
<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
|
<!-- 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
|
and use them to resolve any "plugins" specified in your solrconfig.xml or
|
||||||
schema.xml (ie: Analyzers, Request Handlers, etc...).
|
schema.xml (ie: Analyzers, Request Handlers, etc...).
|
||||||
|
Reference in New Issue
Block a user