@terascope/types / elasticsearch-interfaces / MappingTokenCountProperty
Interface: MappingTokenCountProperty
Extends
Properties
analyzer?
optional
analyzer:string
Source
elasticsearch-interfaces.ts:1008
boost?
optional
boost:number
Source
elasticsearch-interfaces.ts:1009
copy_to?
optional
copy_to:string
|string
[]
Inherited from
MappingDocValuesPropertyBase
.copy_to
Source
elasticsearch-interfaces.ts:1287
doc_values?
optional
doc_values:boolean
Inherited from
MappingDocValuesPropertyBase
.doc_values
Source
elasticsearch-interfaces.ts:1240
dynamic?
optional
dynamic:boolean
|MappingDynamicMapping
Inherited from
MappingDocValuesPropertyBase
.dynamic
Source
elasticsearch-interfaces.ts:923
enable_position_increments?
optional
enable_position_increments:boolean
Source
elasticsearch-interfaces.ts:1012
fields?
optional
fields:Record
<string
,MappingProperty
>
Inherited from
MappingDocValuesPropertyBase
.fields
Source
elasticsearch-interfaces.ts:924
ignore_above?
optional
ignore_above:number
Inherited from
MappingDocValuesPropertyBase
.ignore_above
Source
elasticsearch-interfaces.ts:922
index?
optional
index:boolean
Source
elasticsearch-interfaces.ts:1010
local_metadata?
optional
local_metadata:Record
<string
,any
>
Inherited from
MappingDocValuesPropertyBase
.local_metadata
Source
elasticsearch-interfaces.ts:918
meta?
optional
meta:Record
<string
,string
>
Inherited from
MappingDocValuesPropertyBase
.meta
Source
elasticsearch-interfaces.ts:919
name?
optional
name:string
Inherited from
MappingDocValuesPropertyBase
.name
Source
elasticsearch-interfaces.ts:920
null_value?
optional
null_value:number
Source
elasticsearch-interfaces.ts:1011
properties?
optional
properties:Record
<string
,MappingProperty
>
Inherited from
MappingDocValuesPropertyBase
.properties
Source
elasticsearch-interfaces.ts:921
similarity?
optional
similarity:string
Inherited from
MappingDocValuesPropertyBase
.similarity
Source
elasticsearch-interfaces.ts:1288
store?
optional
store:boolean
Inherited from
MappingDocValuesPropertyBase
.store
Source
elasticsearch-interfaces.ts:1289
type
type:
"token_count"