@terascope/types / elasticsearch-interfaces / MappingObjectProperty
Interface: MappingObjectProperty
Extends
Properties
copy_to?
optional
copy_to:string
|string
[]
Inherited from
MappingCorePropertyBase
.copy_to
Source
elasticsearch-interfaces.ts:1289
dynamic?
optional
dynamic:boolean
|MappingDynamicMapping
Inherited from
MappingCorePropertyBase
.dynamic
Source
elasticsearch-interfaces.ts:925
enabled?
optional
enabled:boolean
Source
elasticsearch-interfaces.ts:1237
fields?
optional
fields:Record
<string
,MappingProperty
>
Inherited from
MappingCorePropertyBase
.fields
Source
elasticsearch-interfaces.ts:926
ignore_above?
optional
ignore_above:number
Inherited from
MappingCorePropertyBase
.ignore_above
Source
elasticsearch-interfaces.ts:924
local_metadata?
optional
local_metadata:Record
<string
,any
>
Inherited from
MappingCorePropertyBase
.local_metadata
Source
elasticsearch-interfaces.ts:920
meta?
optional
meta:Record
<string
,string
>
Inherited from
Source
elasticsearch-interfaces.ts:921
name?
optional
name:string
Inherited from
Source
elasticsearch-interfaces.ts:922
properties?
optional
properties:Record
<string
,MappingProperty
>
Inherited from
MappingCorePropertyBase
.properties
Source
elasticsearch-interfaces.ts:923
similarity?
optional
similarity:string
Inherited from
MappingCorePropertyBase
.similarity
Source
elasticsearch-interfaces.ts:1290
store?
optional
store:boolean
Inherited from
Source
elasticsearch-interfaces.ts:1291
type?
optional
type:"object"