共用方式為


ElasticsearchIndexFieldMappingOptions interface

選擇性設定,以控制使用已設定 Elasticsearch® 資源時欄位的處理方式。

屬性

contentFields

應視為內容的索引欄位名稱。

contentFieldsSeparator

內容欄位應該使用的分隔符模式。

filepathField

要作為檔案路徑使用的索引欄位名稱。

titleField

做為標題的索引欄位名稱。

urlField

做為 URL 使用的索引欄位名稱。

vectorFields

代表向量數據的功能變數名稱。

屬性詳細資料

contentFields

應視為內容的索引欄位名稱。

contentFields?: string[]

屬性值

string[]

contentFieldsSeparator

內容欄位應該使用的分隔符模式。

contentFieldsSeparator?: string

屬性值

string

filepathField

要作為檔案路徑使用的索引欄位名稱。

filepathField?: string

屬性值

string

titleField

做為標題的索引欄位名稱。

titleField?: string

屬性值

string

urlField

做為 URL 使用的索引欄位名稱。

urlField?: string

屬性值

string

vectorFields

代表向量數據的功能變數名稱。

vectorFields?: string[]

屬性值

string[]