Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class BlockTreeTermsWriter

    Inheritance
    object
    BlockTreeTermsWriter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    public static class BlockTreeTermsWriter

    Fields

    DEFAULT_MAX_BLOCK_SIZE

    Suggested default value for the maxItemsInBlock parameter to BlockTreeTermsWriter(SegmentWriteState, PostingsWriterBase, int, int, TSubclassState).

    Declaration
    public const int DEFAULT_MAX_BLOCK_SIZE = 48
    Field Value
    Type Description
    int

    DEFAULT_MIN_BLOCK_SIZE

    Suggested default value for the minItemsInBlock parameter to BlockTreeTermsWriter(SegmentWriteState, PostingsWriterBase, int, int, TSubclassState).

    Declaration
    public const int DEFAULT_MIN_BLOCK_SIZE = 25
    Field Value
    Type Description
    int

    VERSION_APPEND_ONLY

    Append-only

    Declaration
    public const int VERSION_APPEND_ONLY = 1
    Field Value
    Type Description
    int

    VERSION_CHECKSUM

    Checksums.

    Declaration
    public const int VERSION_CHECKSUM = 3
    Field Value
    Type Description
    int

    VERSION_CURRENT

    Current terms format.

    Declaration
    public const int VERSION_CURRENT = 3
    Field Value
    Type Description
    int

    VERSION_META_ARRAY

    Meta data as array.

    Declaration
    public const int VERSION_META_ARRAY = 2
    Field Value
    Type Description
    int

    VERSION_START

    Initial terms format.

    Declaration
    public const int VERSION_START = 0
    Field Value
    Type Description
    int
    Back to top Copyright © 2024 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.