ElasticsearchIndexFieldMappingOptions interface

Optional settings to control how fields are processed when using a configured Elasticsearch® resource.

Properties

contentFields

The names of index fields that should be treated as content.

contentFieldsSeparator

The separator pattern that content fields should use.

filepathField

The name of the index field to use as a filepath.

titleField

The name of the index field to use as a title.

urlField

The name of the index field to use as a URL.

vectorFields

The names of fields that represent vector data.

Property Details

contentFields

The names of index fields that should be treated as content.

contentFields?: string[]

Property Value

string[]

contentFieldsSeparator

The separator pattern that content fields should use.

contentFieldsSeparator?: string

Property Value

string

filepathField

The name of the index field to use as a filepath.

filepathField?: string

Property Value

string

titleField

The name of the index field to use as a title.

titleField?: string

Property Value

string

urlField

The name of the index field to use as a URL.

urlField?: string

Property Value

string

vectorFields

The names of fields that represent vector data.

vectorFields?: string[]

Property Value

string[]