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).Inherited Members
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class ExcludeDocValuesFormatFromScanAttribute : ExcludeServiceAttribute