Class ExcludeCodecFromScanAttribute
When placed on a class that subclasses Codec, adding this attribute will exclude the type from consideration in the ScanForCodecs(Assembly) method.
However, the Codec type can still be added manually using PutCodecType(Type).Inherited Members
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class ExcludeCodecFromScanAttribute : ExcludeServiceAttribute