mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
integer type to support int field data type
This commit is contained in:
parent
fc09ce7ac9
commit
d5e70a27df
@ -133,7 +133,7 @@ public class IntegerFieldMapper extends NumberFieldMapper<Integer> {
|
||||
|
||||
@Override
|
||||
public org.elasticsearch.index.fielddata.FieldDataType fieldDataType2() {
|
||||
throw new ElasticSearchIllegalArgumentException("not implemented");
|
||||
return new org.elasticsearch.index.fielddata.FieldDataType("int");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user