Class PulsingPostingsReader.PulsingEnumAttribute
Implementation of PulsingPostingsReader.PulsingEnumAttribute for reuse of wrapped postings readers underneath pulsing.
This is a Lucene.NET INTERNAL API, use at your own risk
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Lucene.Net.Codecs.Pulsing
Assembly: Lucene.Net.Codecs.dll
Syntax
public sealed class PulsingEnumAttribute : Attribute, PulsingPostingsReader.IPulsingEnumAttribute, IAttribute
  Properties
| Improve this Doc View SourceEnums
Declaration
public IDictionary<PulsingPostingsReader, DocsEnum> Enums { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IDictionary<PulsingPostingsReader, DocsEnum> | 
Methods
| Improve this Doc View SourceClear()
Declaration
public override void Clear()
  Overrides
| Improve this Doc View SourceCopyTo(IAttribute)
Declaration
public override void CopyTo(IAttribute target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IAttribute | target |