Skip to content

Commit

Permalink
Use location_rpt type for dcat_centroid field
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Jun 5, 2024
1 parent 375a35a commit 5f5c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/solr_configs/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<field name="dcat_bbox" type="location_rpt" stored="true" indexed="true"/>

<!-- Spatial Field Type: Used to display the center point of a resource. -->
<field name="dcat_centroid" type="location" stored="true" indexed="true"/>
<field name="dcat_centroid" type="location_rpt" stored="true" indexed="true"/>

<!-- Spatial Field Type: Internal field used for overlap ratio boosting. -->
<field name="solr_bboxtype" type="bbox" stored="true" indexed="true"/>
Expand Down

0 comments on commit 5f5c53b

Please sign in to comment.