Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TestPointInfoStream

    Inheritance
    System.Object
    Lucene.Net.Util.InfoStream
    TestPointInfoStream
    Implements
    System.IDisposable
    Inherited Members
    Lucene.Net.Util.InfoStream.NO_OUTPUT
    Lucene.Net.Util.InfoStream.Default
    Lucene.Net.Util.InfoStream.Dispose()
    Lucene.Net.Util.InfoStream.Clone()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public sealed class TestPointInfoStream : InfoStream, IDisposable

    Constructors

    | Improve this Doc View Source

    TestPointInfoStream(InfoStream, ITestPoint)

    Declaration
    public TestPointInfoStream(InfoStream delegate, ITestPoint testPoint)
    Parameters
    Type Name Description
    Lucene.Net.Util.InfoStream delegate
    ITestPoint testPoint

    Methods

    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Lucene.Net.Util.InfoStream.Dispose(System.Boolean)
    | Improve this Doc View Source

    IsEnabled(String)

    Declaration
    public override bool IsEnabled(string component)
    Parameters
    Type Name Description
    System.String component
    Returns
    Type Description
    System.Boolean
    Overrides
    Lucene.Net.Util.InfoStream.IsEnabled(System.String)
    | Improve this Doc View Source

    Message(String, String)

    Declaration
    public override void Message(string component, string message)
    Parameters
    Type Name Description
    System.String component
    System.String message
    Overrides
    Lucene.Net.Util.InfoStream.Message(System.String, System.String)

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.