@terascope/types / elasticsearch-interfaces / MappingShapeProperty
Interface: MappingShapeProperty
Extends
Properties
coerce?
optional
coerce:boolean
Source
elasticsearch-interfaces.ts:1017
copy_to?
optional
copy_to:string
|string
[]
Inherited from
MappingDocValuesPropertyBase
.copy_to
Source
elasticsearch-interfaces.ts:1287
doc_values?
optional
doc_values:boolean
Inherited from
MappingDocValuesPropertyBase
.doc_values
Source
elasticsearch-interfaces.ts:1240
dynamic?
optional
dynamic:boolean
|MappingDynamicMapping
Inherited from
MappingDocValuesPropertyBase
.dynamic
Source
elasticsearch-interfaces.ts:923
fields?
optional
fields:Record
<string
,MappingProperty
>
Inherited from
MappingDocValuesPropertyBase
.fields
Source
elasticsearch-interfaces.ts:924
ignore_above?
optional
ignore_above:number
Inherited from
MappingDocValuesPropertyBase
.ignore_above
Source
elasticsearch-interfaces.ts:922
ignore_malformed?
optional
ignore_malformed:boolean
Source
elasticsearch-interfaces.ts:1018
ignore_z_value?
optional
ignore_z_value:boolean
Source
elasticsearch-interfaces.ts:1019
local_metadata?
optional
local_metadata:Record
<string
,any
>
Inherited from
MappingDocValuesPropertyBase
.local_metadata
Source
elasticsearch-interfaces.ts:918
meta?
optional
meta:Record
<string
,string
>
Inherited from
MappingDocValuesPropertyBase
.meta
Source
elasticsearch-interfaces.ts:919
name?
optional
name:string
Inherited from
MappingDocValuesPropertyBase
.name
Source
elasticsearch-interfaces.ts:920
orientation?
optional
orientation:MappingGeoOrientation
Source
elasticsearch-interfaces.ts:1020
properties?
optional
properties:Record
<string
,MappingProperty
>
Inherited from
MappingDocValuesPropertyBase
.properties
Source
elasticsearch-interfaces.ts:921
similarity?
optional
similarity:string
Inherited from
MappingDocValuesPropertyBase
.similarity
Source
elasticsearch-interfaces.ts:1288
store?
optional
store:boolean
Inherited from
MappingDocValuesPropertyBase
.store
Source
elasticsearch-interfaces.ts:1289
type
type:
"shape"