Class SearchProfile
Inheritance
SearchProfile
Assembly: OpenSearch.Client.dll
Syntax
public class SearchProfile
Properties
|
Edit this page
View Source
Collector
Declaration
[DataMember(Name = "collector")]
public IReadOnlyCollection<Collector> Collector { get; }
Property Value
|
Edit this page
View Source
Query
Declaration
[DataMember(Name = "query")]
public IReadOnlyCollection<QueryProfile> Query { get; }
Property Value
|
Edit this page
View Source
RewriteTime
Declaration
[DataMember(Name = "rewrite_time")]
public long RewriteTime { get; }
Property Value
Extension Methods