Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PulsingPostingsReader.PulsingEnumAttribute

    Implementation of PulsingPostingsReader.PulsingEnumAttribute for reuse of wrapped postings readers underneath pulsing.

    Note

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

    Inheritance
    object
    Attribute
    PulsingPostingsReader.PulsingEnumAttribute
    Implements
    PulsingPostingsReader.IPulsingEnumAttribute
    IAttribute
    Inherited Members
    Attribute.ReflectAsString(bool)
    Attribute.ReflectWith(IAttributeReflector)
    Attribute.ToString()
    Attribute.Clone()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Codecs.Pulsing
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public sealed class PulsingPostingsReader.PulsingEnumAttribute : Attribute, PulsingPostingsReader.IPulsingEnumAttribute, IAttribute

    Properties

    Enums

    Implementation of PulsingPostingsReader.PulsingEnumAttribute for reuse of wrapped postings readers underneath pulsing.

    Note

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

    Declaration
    public IDictionary<PulsingPostingsReader, DocsEnum> Enums { get; }
    Property Value
    Type Description
    IDictionary<PulsingPostingsReader, DocsEnum>

    Methods

    Clear()

    Clears the values in this Lucene.Net.Util.Attribute and resets it to its default value. If this implementation implements more than one Lucene.Net.Util.Attribute interface it clears all.

    Declaration
    public override void Clear()
    Overrides
    Lucene.Net.Util.Attribute.Clear()

    CopyTo(IAttribute)

    Copies the values from this Lucene.Net.Util.Attribute into the passed-in target attribute. The target implementation must support all the Lucene.Net.Util.IAttributes this implementation supports.

    Declaration
    public override void CopyTo(IAttribute target)
    Parameters
    Type Name Description
    IAttribute target
    Overrides
    Lucene.Net.Util.Attribute.CopyTo(Lucene.Net.Util.IAttribute)

    Implements

    PulsingPostingsReader.IPulsingEnumAttribute
    Lucene.Net.Util.IAttribute
    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.