Skip to content
Snippets Groups Projects
Commit 4a8f6079 authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Upgrade to Solr 7.3.1. (#1184)

parent 9b85f657
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<property name="selenium_browser" value="firefox" /> <property name="selenium_browser" value="firefox" />
<property name="snooze_multiplier" value="1" /><!-- can be used to slow down tests (selenium only) --> <property name="snooze_multiplier" value="1" /><!-- can be used to slow down tests (selenium only) -->
<property name="solr_startup_sleep" value="0" /> <property name="solr_startup_sleep" value="0" />
<property name="solr_version" value="7.2.1" /> <property name="solr_version" value="7.3.1" />
<property name="phpdoc_version" value="2.9.0" /> <property name="phpdoc_version" value="2.9.0" />
<property name="version" value="4.1.2" /> <property name="version" value="4.1.2" />
......
No preview for this file type
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
that you fully re-index after changing this setting as it can that you fully re-index after changing this setting as it can
affect both how text is indexed and queried. affect both how text is indexed and queried.
--> -->
<luceneMatchVersion>7.2.1</luceneMatchVersion> <luceneMatchVersion>7.3.1</luceneMatchVersion>
<!-- Use the classic schema style by default for VuFind --> <!-- Use the classic schema style by default for VuFind -->
<schemaFactory class="ClassicIndexSchemaFactory"/> <schemaFactory class="ClassicIndexSchemaFactory"/>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
that you fully re-index after changing this setting as it can that you fully re-index after changing this setting as it can
affect both how text is indexed and queried. affect both how text is indexed and queried.
--> -->
<luceneMatchVersion>7.2.1</luceneMatchVersion> <luceneMatchVersion>7.3.1</luceneMatchVersion>
<!-- Use the classic schema style by default for VuFind --> <!-- Use the classic schema style by default for VuFind -->
<schemaFactory class="ClassicIndexSchemaFactory"/> <schemaFactory class="ClassicIndexSchemaFactory"/>
......
No preview for this file type
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
that you fully re-index after changing this setting as it can that you fully re-index after changing this setting as it can
affect both how text is indexed and queried. affect both how text is indexed and queried.
--> -->
<luceneMatchVersion>7.2.1</luceneMatchVersion> <luceneMatchVersion>7.3.1</luceneMatchVersion>
<!-- Use the classic schema style by default for VuFind --> <!-- Use the classic schema style by default for VuFind -->
<schemaFactory class="ClassicIndexSchemaFactory"/> <schemaFactory class="ClassicIndexSchemaFactory"/>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
that you fully re-index after changing this setting as it can that you fully re-index after changing this setting as it can
affect both how text is indexed and queried. affect both how text is indexed and queried.
--> -->
<luceneMatchVersion>7.2.1</luceneMatchVersion> <luceneMatchVersion>7.3.1</luceneMatchVersion>
<!-- Use the classic schema style by default for VuFind --> <!-- Use the classic schema style by default for VuFind -->
<schemaFactory class="ClassicIndexSchemaFactory"/> <schemaFactory class="ClassicIndexSchemaFactory"/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment