Search Results for

    Show / Hide Table of Contents

    Class SegmentsStats

    OpenSearch 2.0 has Lucene upgraded up to version 9.0 which doesn't provide memory info for segments. All fields except count might be zeroed.

    Inheritance
    object
    SegmentsStats
    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
    [DataContract]
    public class SegmentsStats

    Properties

    | Edit this page View Source

    Count

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

    DocValuesMemoryInBytes

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

    FixedBitSetMemoryInBytes

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

    IndexWriterMaxMemoryInBytes

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

    IndexWriterMemoryInBytes

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

    MaximumUnsafeAutoIdTimestamp

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

    MemoryInBytes

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

    NormsMemoryInBytes

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

    PointsMemoryInBytes

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

    StoredFieldsMemoryInBytes

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

    TermVectorsMemoryInBytes

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

    TermsMemoryInBytes

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

    VersionMapMemoryInBytes

    Declaration
    [DataMember(Name = "version_map_memory_in_bytes")]
    public long VersionMapMemoryInBytes { get; set; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Count
      • DocValuesMemoryInBytes
      • FixedBitSetMemoryInBytes
      • IndexWriterMaxMemoryInBytes
      • IndexWriterMemoryInBytes
      • MaximumUnsafeAutoIdTimestamp
      • MemoryInBytes
      • NormsMemoryInBytes
      • PointsMemoryInBytes
      • StoredFieldsMemoryInBytes
      • TermVectorsMemoryInBytes
      • TermsMemoryInBytes
      • VersionMapMemoryInBytes
    • Extension Methods
    Back to top Generated by DocFX