Interface INestedProperty
A specialised version of the IObject
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public interface INestedProperty : IObjectProperty, ICoreProperty, IProperty, IFieldMapping
Properties
| Edit this page View SourceIncludeInParent
Whether to also index nested objects as flattened values on the parent document.
Declaration
[DataMember(Name = "include_in_parent")]
bool? IncludeInParent { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeInRoot
Whether to also index nested objects as flattened values on the root document.
Declaration
[DataMember(Name = "include_in_root")]
bool? IncludeInRoot { get; set; }
Property Value
Type | Description |
---|---|
bool? |