@terascope/types / elasticsearch-interfaces / MappingRankFeaturesProperty
Interface: MappingRankFeaturesProperty
Extends
Properties
dynamic?
optional
dynamic:boolean
|MappingDynamicMapping
Inherited from
Source
elasticsearch-interfaces.ts:925
fields?
optional
fields:Record
<string
,MappingProperty
>
Inherited from
Source
elasticsearch-interfaces.ts:926
ignore_above?
optional
ignore_above:number
Inherited from
MappingPropertyBase
.ignore_above
Source
elasticsearch-interfaces.ts:924
local_metadata?
optional
local_metadata:Record
<string
,any
>
Inherited from
MappingPropertyBase
.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
MappingPropertyBase
.properties
Source
elasticsearch-interfaces.ts:923
type
type:
"rank_features"