Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MockSingleInt32IndexOutput

    Writes ints directly to the file (not in blocks) as vInt.

    Note

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

    Inheritance
    System.Object
    Lucene.Net.Codecs.Sep.Int32IndexOutput
    MockSingleInt32IndexOutput
    Implements
    System.IDisposable
    Inherited Members
    Lucene.Net.Codecs.Sep.Int32IndexOutput.Dispose()
    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)
    Namespace: Lucene.Net.Codecs.MockSep
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class MockSingleInt32IndexOutput : Int32IndexOutput, IDisposable

    Constructors

    | Improve this Doc View Source

    MockSingleInt32IndexOutput(Directory, String, IOContext)

    Declaration
    public MockSingleInt32IndexOutput(Directory dir, string fileName, IOContext context)
    Parameters
    Type Name Description
    Lucene.Net.Store.Directory dir
    System.String fileName
    Lucene.Net.Store.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
    Lucene.Net.Codecs.Sep.Int32IndexOutput.Dispose(System.Boolean)
    | Improve this Doc View Source

    GetIndex()

    Declaration
    public override Int32IndexOutput.Index GetIndex()
    Returns
    Type Description
    Lucene.Net.Codecs.Sep.Int32IndexOutput.Index
    Overrides
    Lucene.Net.Codecs.Sep.Int32IndexOutput.GetIndex()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    | Improve this Doc View Source

    Write(Int32)

    Declaration
    public override void Write(int v)
    Parameters
    Type Name Description
    System.Int32 v
    Overrides
    Lucene.Net.Codecs.Sep.Int32IndexOutput.Write(System.Int32)

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.