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
    Lucene.Net.Util.IAttribute.CopyTo(Lucene.Net.Util.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
    System.Collections.Generic.IDictionary<PulsingPostingsReader, Lucene.Net.Index.DocsEnum>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.