Interface IFingerprintProcessor
Assembly: OpenSearch.Client.dll
Syntax
public interface IFingerprintProcessor : IProcessor
Properties
|
Edit this page
View Source
Fields
Declaration
[DataMember(Name = "fields")]
Fields Fields { get; set; }
Property Value
|
Edit this page
View Source
IgnoreMissing
Declaration
[DataMember(Name = "ignore_missing")]
bool? IgnoreMissing { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
[DataMember(Name = "method")]
string Method { get; set; }
Property Value
|
Edit this page
View Source
Salt
Declaration
[DataMember(Name = "salt")]
string Salt { get; set; }
Property Value
|
Edit this page
View Source
TargetField
Declaration
[DataMember(Name = "target_field")]
Field TargetField { get; set; }
Property Value
Extension Methods