Skip to content

Commit

Permalink
Merge pull request #1040 from sul-dlss/cbeer-patch-1
Browse files Browse the repository at this point in the history
Remove unused (and deprecated) LatLongType field
  • Loading branch information
corylown authored Jun 5, 2024
2 parents db6757d + 1402f56 commit bdd84ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/solr_configs/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
as WKT for point, linestring, polygon
-->
<dynamicField name="*_pt" type="location" stored="true" indexed="true"/>
<dynamicField name="*_bbox" type="location_rpt" stored="true" indexed="true"/><!-- deprecated -->
<dynamicField name="*_geom" type="location_rpt" stored="true" indexed="true"/>
</fields>
Expand Down Expand Up @@ -140,8 +139,6 @@
</fieldType>

<!-- Spatial field types -->
<fieldType name="location" class="solr.LatLonType" subFieldSuffix="_d"/>

<fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType"
geo="true" distErrPct="0.025" maxDistErr="0.001" distanceUnits="kilometers"/>

Expand Down

0 comments on commit bdd84ab

Please sign in to comment.