Show / Hide Table of Contents

    Class ExcludePostingsFormatFromScanAttribute

    When placed on a class that subclasses PostingsFormat, adding this attribute will exclude the type from consideration in the ScanForPostingsFormats(Assembly) method.

    However, the PostingsFormat type can still be added manually using PutPostingsFormatType(Type).

    Inheritance
    System.Object
    System.Attribute
    ExcludeServiceAttribute
    ExcludePostingsFormatFromScanAttribute
    Inherited Members
    System.Attribute.Equals(System.Object)
    System.Attribute.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
    public class ExcludePostingsFormatFromScanAttribute : ExcludeServiceAttribute

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)