@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:1287
dynamic?
optional
dynamic:boolean
|MappingDynamicMapping
Inherited from
MappingCorePropertyBase
.dynamic
Source
elasticsearch-interfaces.ts:923
enabled?
optional
enabled:boolean
Source
elasticsearch-interfaces.ts:1235
fields?
optional
fields:Record
<string
,MappingProperty
>
Inherited from
MappingCorePropertyBase
.fields
Source
elasticsearch-interfaces.ts:924
ignore_above?
optional
ignore_above:number
Inherited from
MappingCorePropertyBase
.ignore_above
Source
elasticsearch-interfaces.ts:922
local_metadata?
optional
local_metadata:Record
<string
,any
>
Inherited from
MappingCorePropertyBase
.local_metadata
Source
elasticsearch-interfaces.ts:918
meta?
optional
meta:Record
<string
,string
>
Inherited from
Source
elasticsearch-interfaces.ts:919
name?
optional
name:string
Inherited from
Source
elasticsearch-interfaces.ts:920
properties?
optional
properties:Record
<string
,MappingProperty
>
Inherited from
MappingCorePropertyBase
.properties
Source
elasticsearch-interfaces.ts:921
similarity?
optional
similarity:string
Inherited from
MappingCorePropertyBase
.similarity
Source
elasticsearch-interfaces.ts:1288
store?
optional
store:boolean
Inherited from
Source
elasticsearch-interfaces.ts:1289
type?
optional
type:"object"