Interface IFieldLookup
Assembly: OpenSearch.Client.dll
Syntax
public interface IFieldLookup
Properties
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "id")]
Id Id { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
IndexName Index { get; set; }
Property Value
|
Edit this page
View Source
Path
Declaration
[DataMember(Name = "path")]
Field Path { get; set; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "routing")]
Routing Routing { get; set; }
Property Value
Extension Methods