Search Results for

    Show / Hide Table of Contents

    Class InnerHits

    Inheritance
    object
    InnerHits
    Implements
    IInnerHits
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    IFieldCollapse
    | Edit this page View Source

    DocValueFields

    Declaration
    public Fields DocValueFields { get; set; }
    Property Value
    Type Description
    Fields
    | Edit this page View Source

    Explain

    Declaration
    public bool? Explain { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    From

    Declaration
    public int? From { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Highlight

    Declaration
    public IHighlight Highlight { get; set; }
    Property Value
    Type Description
    IHighlight
    | Edit this page View Source

    IgnoreUnmapped

    Declaration
    public bool? IgnoreUnmapped { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ScriptFields

    Declaration
    public IScriptFields ScriptFields { get; set; }
    Property Value
    Type Description
    IScriptFields
    | Edit this page View Source

    Size

    Declaration
    public int? Size { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Sort

    Declaration
    public IList<ISort> Sort { get; set; }
    Property Value
    Type Description
    IList<ISort>
    | Edit this page View Source

    Source

    Declaration
    public Union<bool, ISourceFilter> Source { get; set; }
    Property Value
    Type Description
    Union<bool, ISourceFilter>
    | Edit this page View Source

    Version

    Declaration
    public bool? Version { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IInnerHits

    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
    • Implements
    • Extension Methods
    Back to top Generated by DocFX