Fork me on GitHub
  • API

    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.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

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

    Properties

    Enums

    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.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Declaration
    IDictionary<PulsingPostingsReader, DocsEnum> Enums { get; }
    Property Value
    Type Description
    IDictionary<PulsingPostingsReader, DocsEnum>
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.