Skip to content

Commit 234ac62

Browse files
authored
Merge pull request #1578 from sul-dlss/solr-schema-version
Use an appropriate solr schema version.
2 parents 14a445a + 48c7376 commit 234ac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/solr_configs/schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<schema name="geoblacklight-schema" version="4.0">
2+
<schema name="geoblacklight-schema" version="1.6">
33
<uniqueKey>id</uniqueKey>
44
<fields>
55
<field name="_version_" type="long" stored="true" indexed="true"/>

0 commit comments

Comments
 (0)