Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MockSingleInt32Factory

    Encodes ints directly as vInts with MockSingleInt32IndexOutput.

    Note

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

    Inheritance
    System.Object
    Lucene.Net.Codecs.Sep.Int32StreamFactory
    MockSingleInt32Factory
    Inherited Members
    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.Codecs.MockSep
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class MockSingleInt32Factory : Int32StreamFactory

    Methods

    | Improve this Doc View Source

    CreateOutput(Directory, String, IOContext)

    Declaration
    public override Int32IndexOutput CreateOutput(Directory dir, string fileName, IOContext context)
    Parameters
    Type Name Description
    Lucene.Net.Store.Directory dir
    System.String fileName
    Lucene.Net.Store.IOContext context
    Returns
    Type Description
    Lucene.Net.Codecs.Sep.Int32IndexOutput
    Overrides
    Lucene.Net.Codecs.Sep.Int32StreamFactory.CreateOutput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext)
    | Improve this Doc View Source

    OpenInput(Directory, String, IOContext)

    Declaration
    public override Int32IndexInput OpenInput(Directory dir, string fileName, IOContext context)
    Parameters
    Type Name Description
    Lucene.Net.Store.Directory dir
    System.String fileName
    Lucene.Net.Store.IOContext context
    Returns
    Type Description
    Lucene.Net.Codecs.Sep.Int32IndexInput
    Overrides
    Lucene.Net.Codecs.Sep.Int32StreamFactory.OpenInput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext)
    • 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.