Skip to content

Commit

Permalink
Add 'hvd_category' field to Solr schema for enhanced indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Oct 7, 2024
1 parent 69fbd6e commit 380abfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solr/Dockerfile.spatial
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ ENV SOLR_BBOX_FIELDS '<field name="bbox_area" type="float" indexed="true" stored
<field name="theme" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="theme_es" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="theme_eu" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="hvd_category" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="language" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="resource_relation" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
<field name="documentation" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/> \
Expand Down

0 comments on commit 380abfb

Please sign in to comment.