Interface IInnerHits
Assembly: OpenSearch.Client.dll
Syntax
public interface IInnerHits
Properties
|
Edit this page
View Source
Collapse
Provides a second level of collapsing, NOTE: OpenSearch only supports collapsing up to two levels.
Declaration
[DataMember(Name = "collapse")]
IFieldCollapse Collapse { get; set; }
Property Value
|
Edit this page
View Source
DocValueFields
Declaration
[DataMember(Name = "docvalue_fields")]
Fields DocValueFields { get; set; }
Property Value
|
Edit this page
View Source
Explain
Declaration
[DataMember(Name = "explain")]
bool? Explain { get; set; }
Property Value
|
Edit this page
View Source
From
Declaration
[DataMember(Name = "from")]
int? From { get; set; }
Property Value
|
Edit this page
View Source
Highlight
Declaration
[DataMember(Name = "highlight")]
IHighlight Highlight { get; set; }
Property Value
|
Edit this page
View Source
IgnoreUnmapped
Declaration
[DataMember(Name = "ignore_unmapped")]
bool? IgnoreUnmapped { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
string Name { get; set; }
Property Value
|
Edit this page
View Source
ScriptFields
Declaration
[DataMember(Name = "script_fields")]
IScriptFields ScriptFields { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[DataMember(Name = "size")]
int? Size { get; set; }
Property Value
|
Edit this page
View Source
Sort
Declaration
[DataMember(Name = "sort")]
IList<ISort> Sort { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "_source")]
Union<bool, ISourceFilter> Source { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
bool? Version { get; set; }
Property Value
Extension Methods