Show / Hide Table of Contents

    Class Lucene40RWCodec

    Read-write version of Lucene40Codec for testing.

    Inheritance
    System.Object
    Codec
    Lucene40Codec
    Lucene40RWCodec
    Inherited Members
    Lucene40Codec.StoredFieldsFormat
    Lucene40Codec.TermVectorsFormat
    Lucene40Codec.PostingsFormat
    Lucene40Codec.SegmentInfoFormat
    Lucene40Codec.LiveDocsFormat
    Lucene40Codec.GetPostingsFormatForField(String)
    Codec.SetCodecFactory(ICodecFactory)
    Codec.GetCodecFactory()
    Codec.Name
    Codec.ForName(String)
    Codec.AvailableCodecs
    Codec.Default
    Codec.ToString()
    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.Lucene40
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public sealed class Lucene40RWCodec : Lucene40Codec

    Properties

    | Improve this Doc View Source

    DocValuesFormat

    Declaration
    public override DocValuesFormat DocValuesFormat { get; }
    Property Value
    Type Description
    DocValuesFormat
    Overrides
    Lucene40Codec.DocValuesFormat
    | Improve this Doc View Source

    FieldInfosFormat

    Declaration
    public override FieldInfosFormat FieldInfosFormat { get; }
    Property Value
    Type Description
    FieldInfosFormat
    Overrides
    Lucene40Codec.FieldInfosFormat
    | Improve this Doc View Source

    NormsFormat

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    NormsFormat
    Overrides
    Lucene40Codec.NormsFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)