Show / Hide Table of Contents

    Namespace Lucene.Net.Codecs.RAMOnly

    Codec for testing that never writes to disk.

    Classes

    RAMOnlyPostingsFormat

    Stores all postings data in RAM, but writes a small token (header + single int) to identify which "slot" the index is using in RAM dictionary.

    NOTE: this codec sorts terms by reverse-unicode-order!

    • Improve this Doc
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)