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