Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 1539120

Browse files
author
Tim Sowers
committed
Remove unused field type from Solr schema.xml.
1 parent a110e46 commit 1539120

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schema.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<fieldType name="binary" class="solr.BinaryField"/>
1313
<fieldType name="boolean" class="solr.BoolField" sortMissingLast="true"/>
1414
<fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/>
15-
<fieldType name="currency" class="solr.CurrencyField" currencyConfig="currency.xml" defaultCurrency="USD" precisionStep="8"/>
1615
<fieldType name="date" class="solr.TrieDateField" positionIncrementGap="0" docValues="true" precisionStep="0"/>
1716
<fieldType name="dates" class="solr.TrieDateField" positionIncrementGap="0" docValues="true" multiValued="true" precisionStep="0"/>
1817
<fieldType name="delimited_payloads_float" class="solr.TextField" indexed="true" stored="false">

0 commit comments

Comments
 (0)