mirror of https://github.com/apache/lucene.git
SOLR-2202: Fix typo in typeName of trielong
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299607 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a9f7abba7
commit
8bcd1e077e
|
@ -102,7 +102,7 @@ public class CurrencyField extends FieldType implements SchemaAware, ResourceLoa
|
|||
|
||||
// Initialize field type for amount
|
||||
fieldTypeAmountRaw = new TrieLongField();
|
||||
fieldTypeAmountRaw.setTypeName("amount_raw_type_tint");
|
||||
fieldTypeAmountRaw.setTypeName("amount_raw_type_tlong");
|
||||
Map<String,String> map = new HashMap<String,String>(1);
|
||||
map.put("precisionStep", precisionStepString);
|
||||
fieldTypeAmountRaw.init(schema, map);
|
||||
|
|
Loading…
Reference in New Issue