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> |