Search Results for

    Show / Hide Table of Contents

    Interface IInnerHits

    Namespace: OpenSearch.Client
    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
    Type Description
    IFieldCollapse
    | Edit this page View Source

    DocValueFields

    Declaration
    [DataMember(Name = "docvalue_fields")]
    Fields DocValueFields { get; set; }
    Property Value
    Type Description
    Fields
    | Edit this page View Source

    Explain

    Declaration
    [DataMember(Name = "explain")]
    bool? Explain { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    From

    Declaration
    [DataMember(Name = "from")]
    int? From { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Highlight

    Declaration
    [DataMember(Name = "highlight")]
    IHighlight Highlight { get; set; }
    Property Value
    Type Description
    IHighlight
    | Edit this page View Source

    IgnoreUnmapped

    Declaration
    [DataMember(Name = "ignore_unmapped")]
    bool? IgnoreUnmapped { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ScriptFields

    Declaration
    [DataMember(Name = "script_fields")]
    IScriptFields ScriptFields { get; set; }
    Property Value
    Type Description
    IScriptFields
    | Edit this page View Source

    Size

    Declaration
    [DataMember(Name = "size")]
    int? Size { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Sort

    Declaration
    [DataMember(Name = "sort")]
    IList<ISort> Sort { get; set; }
    Property Value
    Type Description
    IList<ISort>
    | Edit this page View Source

    Source

    Declaration
    [DataMember(Name = "_source")]
    Union<bool, ISourceFilter> Source { get; set; }
    Property Value
    Type Description
    Union<bool, ISourceFilter>
    | Edit this page View Source

    Version

    Declaration
    [DataMember(Name = "version")]
    bool? Version { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Collapse
      • DocValueFields
      • Explain
      • From
      • Highlight
      • IgnoreUnmapped
      • Name
      • ScriptFields
      • Size
      • Sort
      • Source
      • Version
    • Extension Methods
    Back to top Generated by DocFX