Class NestedProperty
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.
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class NestedProperty : ObjectProperty, IPropertyWithClrOrigin, INestedProperty, IObjectProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
| Edit this page View SourceNestedProperty()
Declaration
public NestedProperty()
Properties
| Edit this page View SourceIncludeInParent
Whether to also index nested objects as flattened values on the parent document.
Declaration
public bool? IncludeInParent { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeInRoot
Whether to also index nested objects as flattened values on the root document.
Declaration
public bool? IncludeInRoot { get; set; }
Property Value
Type | Description |
---|---|
bool? |