schema: support big spatial entries.

This commit is contained in:
Andrea Dell'Amico 2022-05-10 11:16:16 +02:00
parent 2a8b8c7c4d
commit aa027311e9
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ schema. In this case the version should be set to the next CKAN version number.
<field name="maxy" type="float" indexed="true" stored="true" />
<field name="minx" type="float" indexed="true" stored="true" />
<field name="miny" type="float" indexed="true" stored="true" />
<field name="spatial" type="text" indexed="true" stored="true" multiValued="false"/>
<!-- catchall field, containing all other searchable text fields (implemented
via copyField further on in this schema -->