次の方法で共有


SearchIndexerIndexProjectionSelector クラス

定義

指定された検索インデックスに格納するデータの説明。

public class SearchIndexerIndexProjectionSelector
type SearchIndexerIndexProjectionSelector = class
Public Class SearchIndexerIndexProjectionSelector
継承
SearchIndexerIndexProjectionSelector

コンストラクター

SearchIndexerIndexProjectionSelector(String, String, String, IEnumerable<InputFieldMappingEntry>)

SearchIndexerIndexProjectionSelector の新しいインスタンスを初期化します。

プロパティ

Mappings

プロジェクションのマッピング、またはターゲット インデックス内のフィールドにマップするソース。

ParentKeyFieldName

親ドキュメントのキー値をマップする検索インデックス内のフィールドの名前。 キー フィールドではなく、フィルター可能な文字列フィールドである必要があります。

SourceContext

プロジェクションのソース コンテキスト。 ドキュメントが複数のサブドキュメントに分割されるカーディナリティを表します。

TargetIndexName

プロジェクトの対象となる検索インデックスの名前。 'キーワード (keyword)' アナライザーが設定されたキー フィールドが必要です。

適用対象