Skip to content

Commit

Permalink
Remove deprecated GeoHash field
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 5, 2024
1 parent 3f7d9ba commit a0c0664
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions solr/config/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
<dynamicField name="*_ng" type="text_en_ng" stored="false" indexed="true" multiValued="true"/>
<dynamicField name="*_bbox" type="bbox" stored="true" indexed="true" multiValued="true"/>
<dynamicField name="*_srpt" type="location_rpt" stored="true" indexed="true" multiValued="true"/>
<dynamicField name="*_geohash" type="geohash" stored="true" indexed="true" multiValued="true"/>
<dynamicField name="*_ts" type="text" indexed="false" stored="true" multiValued="false" />
<dynamicField name="random*" type="random" />
</fields>
Expand Down Expand Up @@ -593,11 +592,6 @@
-->
<fieldType name="point" class="solr.PointType" dimension="2" subFieldSuffix="_d"/>

<!-- A Geohash is a compact representation of a latitude longitude pair in a single field.
See http://wiki.apache.org/solr/SpatialSearch
-->
<fieldtype name="geohash" class="solr.GeoHashField"/>

<!-- An alternative geospatial field type new to Solr 4. It supports multiValued and polygon shapes.
For more information about this and other Spatial fields new to Solr 4, see:
http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4
Expand Down

0 comments on commit a0c0664

Please sign in to comment.