Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Namespace Lucene.Net.Codecs.Sep

    Sep: base support for separate files (doc,frq,pos,skp,pyl)

    Classes

    Int32IndexInput

    Defines basic API for writing ints to an Lucene.Net.Store.IndexOutput. IntBlockCodec interacts with this API. See IntBlockReader.

    NOTE: This was IntIndexInput in Lucene

    Note

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

    Int32IndexInput.Index

    Records a single skip-point in the GetReader().

    Int32IndexInput.Reader

    Reads System.Int32 values.

    Int32IndexOutput

    Defines basic API for writing ints to an Lucene.Net.Store.IndexOutput. IntBlockCodec interacts with this API. See IntBlockReader.

    NOTE: block sizes could be variable

    NOTE: This was IntIndexOutput in Lucene

    Note

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

    Int32IndexOutput.Index

    Records a single skip-point in the Lucene.Net.Store.IndexOutput.

    Int32StreamFactory

    Provides System.Int32 reader and writer to specified files.

    NOTE: This was IntStreamFactory in Lucene

    Note

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

    SepPostingsReader

    Concrete class that reads the current doc/freq/skip postings format.

    Note

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

    SepPostingsWriter

    Writes frq to .frq, docs to .doc, pos to .pos, payloads to .pyl, skip data to .skp

    Note

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

    • Improve this Doc
    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.