@terascope/types / elasticsearch-interfaces / MappingLongRangeProperty
Interface: MappingLongRangeProperty
Extends
Properties
boost?
optional
boost:number
Inherited from
MappingRangePropertyBase
.boost
Source
elasticsearch-interfaces.ts:1095
coerce?
optional
coerce:boolean
Inherited from
MappingRangePropertyBase
.coerce
Source
elasticsearch-interfaces.ts:1096
copy_to?
optional
copy_to:string
|string
[]
Inherited from
MappingRangePropertyBase
.copy_to
Source
elasticsearch-interfaces.ts:1287
doc_values?
optional
doc_values:boolean
Inherited from
MappingRangePropertyBase
.doc_values
Source
elasticsearch-interfaces.ts:1240
dynamic?
optional
dynamic:boolean
|MappingDynamicMapping
Inherited from
MappingRangePropertyBase
.dynamic
Source
elasticsearch-interfaces.ts:923
fields?
optional
fields:Record
<string
,MappingProperty
>
Inherited from
MappingRangePropertyBase
.fields
Source
elasticsearch-interfaces.ts:924
ignore_above?
optional
ignore_above:number
Inherited from
MappingRangePropertyBase
.ignore_above
Source
elasticsearch-interfaces.ts:922
index?
optional
index:boolean
Inherited from
MappingRangePropertyBase
.index
Source
elasticsearch-interfaces.ts:1097
local_metadata?
optional
local_metadata:Record
<string
,any
>
Inherited from
MappingRangePropertyBase
.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
MappingRangePropertyBase
.properties
Source
elasticsearch-interfaces.ts:921
similarity?
optional
similarity:string
Inherited from
MappingRangePropertyBase
.similarity
Source
elasticsearch-interfaces.ts:1288
store?
optional
store:boolean
Inherited from
MappingRangePropertyBase
.store
Source
elasticsearch-interfaces.ts:1289
type
type:
"long_range"