Show / Hide Table of Contents

    Interface PulsingPostingsReader.IPulsingEnumAttribute

    A per-docsenum attribute that stores additional reuse information so that pulsing enums can keep a reference to their wrapped enums, and vice versa. this way we can always reuse.

    @lucene.internal

    Inherited Members
    IAttribute.CopyTo(IAttribute)
    Namespace: Lucene.Net.Codecs.Pulsing
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public interface IPulsingEnumAttribute : IAttribute

    Properties

    | Improve this Doc View Source

    Enums

    Declaration
    IDictionary<PulsingPostingsReader, DocsEnum> Enums { get; }
    Property Value
    Type Description
    IDictionary<PulsingPostingsReader, DocsEnum>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)