Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MockSingleInt32IndexInput

    Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    object
    Int32IndexInput
    MockSingleInt32IndexInput
    Implements
    IDisposable
    Inherited Members
    Int32IndexInput.Dispose()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Codecs.MockSep
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class MockSingleInt32IndexInput : Int32IndexInput, IDisposable

    Constructors

    MockSingleInt32IndexInput(Directory, string, IOContext)

    Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    public MockSingleInt32IndexInput(Directory dir, string fileName, IOContext context)
    Parameters
    Type Name Description
    Directory dir
    string fileName
    IOContext context

    Methods

    Dispose(bool)

    Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    Int32IndexInput.Dispose(bool)

    GetIndex()

    Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    public override Int32IndexInput.Index GetIndex()
    Returns
    Type Description
    Int32IndexInput.Index
    Overrides
    Lucene.Net.Codecs.Sep.Int32IndexInput.GetIndex()

    GetReader()

    Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    public override Int32IndexInput.Reader GetReader()
    Returns
    Type Description
    Int32IndexInput.Reader
    Overrides
    Lucene.Net.Codecs.Sep.Int32IndexInput.GetReader()

    Implements

    IDisposable
    Back to top Copyright © 2024 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.