Show / Hide Table of Contents

    Class DiskDocValuesFormat

    DocValues format that keeps most things on disk. Only things like disk offsets are loaded into ram.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    DocValuesFormat
    DiskDocValuesFormat
    Inherited Members
    DocValuesFormat.SetDocValuesFormatFactory(IDocValuesFormatFactory)
    DocValuesFormat.GetDocValuesFormatFactory()
    DocValuesFormat.Name
    DocValuesFormat.ToString()
    DocValuesFormat.ForName(String)
    DocValuesFormat.AvailableDocValuesFormats
    Namespace: Lucene.Net.Codecs.DiskDV
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public sealed class DiskDocValuesFormat : DocValuesFormat

    Constructors

    | Improve this Doc View Source

    DiskDocValuesFormat()

    Declaration
    public DiskDocValuesFormat()

    Fields

    | Improve this Doc View Source

    DATA_CODEC

    Declaration
    public static readonly string DATA_CODEC
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    DATA_EXTENSION

    Declaration
    public static readonly string DATA_EXTENSION
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    META_CODEC

    Declaration
    public static readonly string META_CODEC
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    META_EXTENSION

    Declaration
    public static readonly string META_EXTENSION
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    FieldsConsumer(SegmentWriteState)

    Declaration
    public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
    Parameters
    Type Name Description
    SegmentWriteState state
    Returns
    Type Description
    DocValuesConsumer
    Overrides
    DocValuesFormat.FieldsConsumer(SegmentWriteState)
    | Improve this Doc View Source

    FieldsProducer(SegmentReadState)

    Declaration
    public override DocValuesProducer FieldsProducer(SegmentReadState state)
    Parameters
    Type Name Description
    SegmentReadState state
    Returns
    Type Description
    DocValuesProducer
    Overrides
    DocValuesFormat.FieldsProducer(SegmentReadState)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)