Show / Hide Table of Contents

    Class Lucene41RWCodec

    Read-write version of Lucene41Codec for testing.

    Inheritance
    System.Object
    Codec
    Lucene41Codec
    Lucene41RWCodec
    Inherited Members
    Lucene41Codec.TermVectorsFormat
    Lucene41Codec.PostingsFormat
    Lucene41Codec.SegmentInfoFormat
    Lucene41Codec.LiveDocsFormat
    Lucene41Codec.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.Lucene41
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class Lucene41RWCodec : Lucene41Codec

    Properties

    | Improve this Doc View Source

    DocValuesFormat

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

    FieldInfosFormat

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

    NormsFormat

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

    StoredFieldsFormat

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