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