Skip to main content

@terascope/types / elasticsearch-interfaces / MappingBinaryProperty

Interface: MappingBinaryProperty

Extends

Properties

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


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


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


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: "binary"

Source

elasticsearch-interfaces.ts:1231