mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-19 03:15:15 +00:00
format
This commit is contained in:
parent
1565e10d06
commit
e66c78ad64
@ -198,7 +198,6 @@ public abstract class NumberFieldMapper<T extends Number> extends AbstractFieldM
|
||||
this.precisionStep = ((NumberFieldMapper) mergeWith).precisionStep;
|
||||
this.includeInAll = ((NumberFieldMapper) mergeWith).includeInAll;
|
||||
this.fuzzyFactor = ((NumberFieldMapper) mergeWith).fuzzyFactor;
|
||||
;
|
||||
this.dFuzzyFactor = parseFuzzyFactor(this.fuzzyFactor);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user