Class SearchStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class SearchStats
Properties
|
Edit this page
View Source
FetchCurrent
Declaration
[DataMember(Name = "fetch_current")]
public long FetchCurrent { get; set; }
Property Value
|
Edit this page
View Source
FetchTimeInMilliseconds
Declaration
[DataMember(Name = "fetch_time_in_millis")]
public long FetchTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
FetchTotal
Declaration
[DataMember(Name = "fetch_total")]
public long FetchTotal { get; set; }
Property Value
|
Edit this page
View Source
OpenContexts
Declaration
[DataMember(Name = "open_contexts")]
public long OpenContexts { get; set; }
Property Value
|
Edit this page
View Source
QueryCurrent
Declaration
[DataMember(Name = "query_current")]
public long QueryCurrent { get; set; }
Property Value
|
Edit this page
View Source
QueryTimeInMilliseconds
Declaration
[DataMember(Name = "query_time_in_millis")]
public long QueryTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
QueryTotal
Declaration
[DataMember(Name = "query_total")]
public long QueryTotal { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "scroll_current")]
public long ScrollCurrent { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "scroll_time_in_millis")]
public long ScrollTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "scroll_total")]
public long ScrollTotal { get; set; }
Property Value
|
Edit this page
View Source
SuggestCurrent
Declaration
[DataMember(Name = "suggest_current")]
public long SuggestCurrent { get; set; }
Property Value
|
Edit this page
View Source
SuggestTimeInMilliseconds
Declaration
[DataMember(Name = "suggest_time_in_millis")]
public long SuggestTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
SuggestTotal
Declaration
[DataMember(Name = "suggest_total")]
public long SuggestTotal { get; set; }
Property Value
Extension Methods