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 SourceEnums
Declaration
IDictionary<PulsingPostingsReader, DocsEnum> Enums { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<PulsingPostingsReader, Lucene.Net.Index.DocsEnum> |