Interface IDotExpanderProcessor
Expands a field with dots into an object field. This processor allows fields with dots in the name to be accessible by other processors in the pipeline. Otherwise these fields can’t be accessed by any processor.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IDotExpanderProcessor : IProcessor
Properties
| Edit this page View SourceField
The field to expand into an object field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
Path
The field that contains the field to expand. Only required if the field to expand is part another object field, because the field option can only understand leaf fields.
Declaration
[DataMember(Name = "path")]
string Path { get; set; }
Property Value
Type | Description |
---|---|
string |