forked from ISTI-ansible-roles/ansible-role-ckan
schema: support big spatial entries.
This commit is contained in:
parent
2a8b8c7c4d
commit
aa027311e9
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue