mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Adds geo_point to normalizeType helper (#44410)
This commit is contained in:
parent
0a42a1f900
commit
55e2d65970
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
export function normalizeType(type) {
|
||||
const normalTypes = {
|
||||
string: ['string', 'text', 'keyword', '_type', '_id', '_index'],
|
||||
string: ['string', 'text', 'keyword', '_type', '_id', '_index', 'geo_point'],
|
||||
number: [
|
||||
'float',
|
||||
'half_float',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue