• API

    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
    Lucene.Net.Codecs.DocValuesFormat
    DiskDocValuesFormat
    Inherited Members
    Lucene.Net.Codecs.DocValuesFormat.SetDocValuesFormatFactory(Lucene.Net.Codecs.IDocValuesFormatFactory)
    Lucene.Net.Codecs.DocValuesFormat.GetDocValuesFormatFactory()
    Lucene.Net.Codecs.DocValuesFormat.Name
    Lucene.Net.Codecs.DocValuesFormat.ToString()
    DocValuesFormat.ForName(String)
    Lucene.Net.Codecs.DocValuesFormat.AvailableDocValuesFormats
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Codecs.DiskDV
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    [DocValuesFormatName("Disk")]
    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
    Lucene.Net.Index.SegmentWriteState state
    Returns
    Type Description
    Lucene.Net.Codecs.DocValuesConsumer
    Overrides
    Lucene.Net.Codecs.DocValuesFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState)
    | Improve this Doc View Source

    FieldsProducer(SegmentReadState)

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