Skip to content

Commit

Permalink
updated schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed May 1, 2018
1 parent 515cf5d commit 49611a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/config/solr/schema.xml
Expand Up @@ -24,7 +24,7 @@
<!-- We update the version when there is a backward-incompatible change to this
schema. In this case the version should be set to the next CKAN version number.
(x.y but not x.y.z since it needs to be a float) -->
<schema name="ckan" version="2.81">
<schema name="ckan" version="2.9">

<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
Expand Down
2 changes: 1 addition & 1 deletion ckan/lib/search/__init__.py
Expand Up @@ -31,7 +31,7 @@ def text_traceback():
return res


SUPPORTED_SCHEMA_VERSIONS = ['2.8' ,'2.81']
SUPPORTED_SCHEMA_VERSIONS = ['2.8', '2.9']

DEFAULT_OPTIONS = {
'limit': 20,
Expand Down

0 comments on commit 49611a6

Please sign in to comment.