Interface IFieldAliasProperty
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.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IFieldAliasProperty : IProperty, IFieldMapping
Properties
| Edit this page View SourcePath
The full path to alias
Declaration
[DataMember(Name = "path")]
Field Path { get; set; }
Property Value
Type | Description |
---|---|
Field |