Interface INestedProperty
A specialised version of the IObjectProperty datatype that allows arrays of objects to be indexed in a way that they can be queried independently of each other, using nested queries and aggregations.
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? |