Show / Hide Table of Contents

    Class LuceneTestCase.SuppressCodecsAttribute

    Annotation for test classes that should avoid certain codec types (because they are expensive, for example).

    Inheritance
    System.Object
    LuceneTestCase.SuppressCodecsAttribute
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class SuppressCodecsAttribute : System.Attribute

    Constructors

    | Improve this Doc View Source

    SuppressCodecsAttribute(String)

    Constructor for CLS compliance.

    Declaration
    public SuppressCodecsAttribute(string codecs)
    Parameters
    Type Name Description
    System.String codecs

    A comma-deliminated set of codec names.

    | Improve this Doc View Source

    SuppressCodecsAttribute(String[])

    Declaration
    public SuppressCodecsAttribute(params string[] value)
    Parameters
    Type Name Description
    System.String[] value

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public string[] Value { get; }
    Property Value
    Type Description
    System.String[]
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)