Class FingerprintProcessor
Inheritance
FingerprintProcessor
Assembly: OpenSearch.Client.dll
Syntax
public class FingerprintProcessor : ProcessorBase, IFingerprintProcessor, IProcessor
Properties
|
Edit this page
View Source
Fields
Declaration
public Fields Fields { get; set; }
Property Value
|
Edit this page
View Source
IgnoreMissing
Declaration
public bool? IgnoreMissing { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
public string Method { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
protected override string Name { get; }
Property Value
Overrides
|
Edit this page
View Source
Salt
Declaration
public string Salt { get; set; }
Property Value
|
Edit this page
View Source
TargetField
Declaration
public Field TargetField { get; set; }
Property Value
Implements
Extension Methods