Skip to content

Commit

Permalink
Add acces_services multiValued fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Nov 13, 2024
1 parent 9448619 commit e464047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ doc/scripts/ckanapi/*_ckanapi.py
doc/scripts/ckanapi/sites.yml
sites.yml
venv
env
env

# Solr $ CKAN custom Dockerfiles
!solr/Dockerfile.spatial
solr/Dockerfile.*
!ckan/Dockerfile.dev
!ckan/Dockerfile.ghcr
ckan/Dockerfile.*
2 changes: 2 additions & 0 deletions solr/Dockerfile.spatial
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ ENV SOLR_BBOX_FIELDS '<field name="bbox_area" type="float" indexed="true" stored
<field name="tag_uri" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="conforms_to" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="applicable_legislation" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="endpoint_url" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="serves_dataset" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="lineage_source" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="lineage_process_steps" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="reference" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
Expand Down

0 comments on commit e464047

Please sign in to comment.