AzureSearchIndexFieldMappingOptions interface

構成された Azure Search リソースを使用する場合のフィールドの処理方法を制御するためのオプションの設定。

プロパティ

contentFields

コンテンツとして扱う必要があるインデックス フィールドの名前。

contentFieldsSeparator

コンテンツ フィールドで使用する区切り記号パターン。

filepathField

ファイルパスとして使用するインデックス フィールドの名前。

imageVectorFields

画像ベクトル データを表すフィールドの名前。

titleField

タイトルとして使用するインデックス フィールドの名前。

urlField

URL として使用するインデックス フィールドの名前。

vectorFields

ベクター データを表すフィールドの名前。

プロパティの詳細

contentFields

コンテンツとして扱う必要があるインデックス フィールドの名前。

contentFields?: string[]

プロパティ値

string[]

contentFieldsSeparator

コンテンツ フィールドで使用する区切り記号パターン。

contentFieldsSeparator?: string

プロパティ値

string

filepathField

ファイルパスとして使用するインデックス フィールドの名前。

filepathField?: string

プロパティ値

string

imageVectorFields

画像ベクトル データを表すフィールドの名前。

imageVectorFields?: string[]

プロパティ値

string[]

titleField

タイトルとして使用するインデックス フィールドの名前。

titleField?: string

プロパティ値

string

urlField

URL として使用するインデックス フィールドの名前。

urlField?: string

プロパティ値

string

vectorFields

ベクター データを表すフィールドの名前。

vectorFields?: string[]

プロパティ値

string[]