SearchIndexerIndexProjectionSelector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for what data to store in the designated search index.
public class SearchIndexerIndexProjectionSelector
type SearchIndexerIndexProjectionSelector = class
Public Class SearchIndexerIndexProjectionSelector
- Inheritance
-
SearchIndexerIndexProjectionSelector
Constructors
SearchIndexerIndexProjectionSelector(String, String, String, IEnumerable<InputFieldMappingEntry>) |
Initializes a new instance of SearchIndexerIndexProjectionSelector. |
Properties
Mappings |
Mappings for the projection, or which source should be mapped to which field in the target index. |
ParentKeyFieldName |
Name of the field in the search index to map the parent document's key value to. Must be a string field that is filterable and not the key field. |
SourceContext |
Source context for the projections. Represents the cardinality at which the document will be split into multiple sub documents. |
TargetIndexName |
Name of the search index to project to. Must have a key field with the 'keyword' analyzer set. |
Applies to
Azure SDK for .NET