VectorStoreDataAttribute.IsFullTextIndexed プロパティ

定義

フルテキスト検索用にこのデータ プロパティのインデックスが作成されるかどうかを示す値を取得します。

public:
 property bool IsFullTextIndexed { bool get(); void set(bool value); };
public bool IsFullTextIndexed { get; init; }
member this.IsFullTextIndexed : bool with get, set
Public Property IsFullTextIndexed As Boolean

プロパティ値

既定値は false です。

適用対象