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).

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Int32IndexInput
    MockSingleInt32IndexInput
    Inherited Members
    Int32IndexInput.Dispose()
    Namespace: Lucene.Net.Codecs.MockSep
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class MockSingleInt32IndexInput : Int32IndexInput

    Constructors

    | Improve this Doc View Source

    MockSingleInt32IndexInput(Directory, String, IOContext)

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

    Methods

    | Improve this Doc View Source

    Dispose(Boolean)

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

    GetIndex()

    Declaration
    public override Int32IndexInput.Index GetIndex()
    Returns
    Type Description
    Int32IndexInput.Index
    Overrides
    Int32IndexInput.GetIndex()
    | Improve this Doc View Source

    GetReader()

    Declaration
    public override Int32IndexInput.Reader GetReader()
    Returns
    Type Description
    Int32IndexInput.Reader
    Overrides
    Int32IndexInput.GetReader()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)