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.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk

    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

    MockSingleInt32IndexInput.MockReader

    Just reads a vInt directly from the file.

    MockSingleInt32IndexOutput

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

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    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.