Skip to content

Commit

Permalink
NUTCH-2955 indexer-solr: replace deprecated/removed field type solr.L…
Browse files Browse the repository at this point in the history
…atLonType
  • Loading branch information
sebastian-nagel committed Aug 17, 2022
1 parent a5a6300 commit edebfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/indexer-solr/schema.xml
Expand Up @@ -87,7 +87,7 @@
-->
<fieldType name="date" class="solr.TrieDateField" omitNorms="true" precisionStep="0" positionIncrementGap="0"/>

<fieldType name="location" class="solr.LatLonType" subFieldSuffix="_coordinate"/>
<fieldType name="location" class="solr.LatLonPointSpatialField"/>

<!-- A Trie based date field for faster date range queries and date faceting. -->
<fieldType name="tdate" class="solr.TrieDateField" omitNorms="true" precisionStep="6" positionIncrementGap="0"/>
Expand Down

0 comments on commit edebfe4

Please sign in to comment.