Class InnerHits
Assembly: OpenSearch.Client.dll
Syntax
public class InnerHits : IInnerHits
Properties
|
Edit this page
View Source
Collapse
Provides a second level of collapsing, NOTE: OpenSearch only supports collapsing up to two levels.
Declaration
public IFieldCollapse Collapse { get; set; }
Property Value
|
Edit this page
View Source
DocValueFields
Declaration
public Fields DocValueFields { get; set; }
Property Value
|
Edit this page
View Source
Explain
Declaration
public bool? Explain { get; set; }
Property Value
|
Edit this page
View Source
From
Declaration
public int? From { get; set; }
Property Value
|
Edit this page
View Source
Highlight
Declaration
public IHighlight Highlight { get; set; }
Property Value
|
Edit this page
View Source
IgnoreUnmapped
Declaration
public bool? IgnoreUnmapped { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
ScriptFields
Declaration
public IScriptFields ScriptFields { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
Sort
Declaration
public IList<ISort> Sort { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Union<bool, ISourceFilter> Source { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public bool? Version { get; set; }
Property Value
Implements
Extension Methods