Skip to content

Commit

Permalink
Add iepnb_db_table field to Solr schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Jul 9, 2024
1 parent 6d523d7 commit 3675fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solr/Dockerfile.iepnb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ ENV SOLR_BBOX_FIELDS '<field name="bbox_area" type="float" indexed="true" stored
'<field name="thematic_area" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/>' \
'<field name="iepnb_validator" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/>' \
'<field name="iepnb_validator_email" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/>' \
'<field name="iepnb_status" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/>'
'<field name="iepnb_status" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/>' \
'<field name="iepnb_db_table" type="string" uninvertible="false" docValues="true" indexed="true" stored="true" multiValued="true"/>'

RUN sed -i "/<fields>/a $SOLR_BBOX_FIELDS" $SOLR_SCHEMA_FILE

Expand Down

0 comments on commit 3675fc8

Please sign in to comment.