Class UppercaseProcessor
Inheritance
UppercaseProcessor
Assembly: OpenSearch.Client.dll
Syntax
public class UppercaseProcessor : ProcessorBase, IUppercaseProcessor, IProcessor
Properties
|
Edit this page
View Source
Field
The field to make uppercase
Declaration
[DataMember(Name = "field")]
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
IgnoreMissing
If true
and Field does not exist or is null,
the processor quietly exits without modifying the document. Default is false
Declaration
public bool? IgnoreMissing { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
protected override string Name { get; }
Property Value
Overrides
|
Edit this page
View Source
TargetField
The field to assign the converted value to, by default field is updated in-place
Declaration
public Field TargetField { get; set; }
Property Value
Implements
Extension Methods