Skip to main content

@terascope/types / elasticsearch-interfaces / MappingFloatNumberProperty

Interface: MappingFloatNumberProperty

Extends

Properties

coerce?

optional coerce: boolean

Inherited from

MappingStandardNumberProperty.coerce

Source

elasticsearch-interfaces.ts:1141


copy_to?

optional copy_to: string | string[]

Inherited from

MappingStandardNumberProperty.copy_to

Source

elasticsearch-interfaces.ts:1287


doc_values?

optional doc_values: boolean

Inherited from

MappingStandardNumberProperty.doc_values

Source

elasticsearch-interfaces.ts:1240


dynamic?

optional dynamic: boolean | MappingDynamicMapping

Inherited from

MappingStandardNumberProperty.dynamic

Source

elasticsearch-interfaces.ts:923


fields?

optional fields: Record<string, MappingProperty>

Inherited from

MappingStandardNumberProperty.fields

Source

elasticsearch-interfaces.ts:924


ignore_above?

optional ignore_above: number

Inherited from

MappingStandardNumberProperty.ignore_above

Source

elasticsearch-interfaces.ts:922


ignore_malformed?

optional ignore_malformed: boolean

Inherited from

MappingStandardNumberProperty.ignore_malformed

Source

elasticsearch-interfaces.ts:1134


index?

optional index: boolean

Inherited from

MappingStandardNumberProperty.index

Source

elasticsearch-interfaces.ts:1133


local_metadata?

optional local_metadata: Record<string, any>

Inherited from

MappingStandardNumberProperty.local_metadata

Source

elasticsearch-interfaces.ts:918


meta?

optional meta: Record<string, string>

Inherited from

MappingStandardNumberProperty.meta

Source

elasticsearch-interfaces.ts:919


name?

optional name: string

Inherited from

MappingStandardNumberProperty.name

Source

elasticsearch-interfaces.ts:920


null_value?

optional null_value: number

Source

elasticsearch-interfaces.ts:1129


on_script_error?

optional on_script_error: MappingOnScriptError

Inherited from

MappingStandardNumberProperty.on_script_error

Source

elasticsearch-interfaces.ts:1143


properties?

optional properties: Record<string, MappingProperty>

Inherited from

MappingStandardNumberProperty.properties

Source

elasticsearch-interfaces.ts:921


script?

optional script: Script

Inherited from

MappingStandardNumberProperty.script

Source

elasticsearch-interfaces.ts:1142


similarity?

optional similarity: string

Inherited from

MappingStandardNumberProperty.similarity

Source

elasticsearch-interfaces.ts:1288


store?

optional store: boolean

Inherited from

MappingStandardNumberProperty.store

Source

elasticsearch-interfaces.ts:1289


time_series_metric?

optional time_series_metric: MappingTimeSeriesMetricType

Inherited from

MappingStandardNumberProperty.time_series_metric

Source

elasticsearch-interfaces.ts:1135


type

type: "float"

Source

elasticsearch-interfaces.ts:1128