Class FieldAliasProperty
An alias mapping defines an alternate name for a field in the index. The alias can be used in place of the target field in search requests, and selected other APIs like field capabilities.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class FieldAliasProperty : PropertyBase, IPropertyWithClrOrigin, IFieldAliasProperty, IProperty, IFieldMapping
Constructors
| Edit this page View SourceFieldAliasProperty()
Declaration
public FieldAliasProperty()
Properties
| Edit this page View SourcePath
The full path to alias
Declaration
public Field Path { get; set; }
Property Value
Type | Description |
---|---|
Field |