Show / Hide Table of Contents

    Class ExcludeDocValuesFormatFromScanAttribute

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

    However, the DocValuesFormat type can still be added manually using PutDocValuesFormatType(Type).

    Inheritance
    System.Object
    System.Attribute
    ExcludeServiceAttribute
    ExcludeDocValuesFormatFromScanAttribute
    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 ExcludeDocValuesFormatFromScanAttribute : ExcludeServiceAttribute

    Extension Methods

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