Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Namespace Lucene.Net.Codecs.MockSep

    Classes

    MockSepPostingsFormat

    A silly codec that simply writes each file separately as single vInts. Don't use this (performance will be poor)! This is here just to test the core sep codec classes.

    MockSingleInt32Factory

    Encodes ints directly as vInts with MockSingleInt32IndexOutput.

    Note

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

    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.

    MockSingleInt32IndexInput.MockReader

    Just reads a vInt directly from the file.

    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.

    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.