Show / Hide Table of Contents

    Class Lucene42RWCodec

    Read-write version of Lucene42Codec for testing.

    Inheritance
    System.Object
    Codec
    Lucene42Codec
    Lucene42RWCodec
    Inherited Members
    Lucene42Codec.StoredFieldsFormat
    Lucene42Codec.TermVectorsFormat
    Lucene42Codec.PostingsFormat
    Lucene42Codec.SegmentInfoFormat
    Lucene42Codec.LiveDocsFormat
    Lucene42Codec.GetPostingsFormatForField(String)
    Lucene42Codec.DocValuesFormat
    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.Lucene42
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class Lucene42RWCodec : Lucene42Codec

    Properties

    | Improve this Doc View Source

    FieldInfosFormat

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

    NormsFormat

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    NormsFormat
    Overrides
    Lucene42Codec.NormsFormat

    Methods

    | Improve this Doc View Source

    GetDocValuesFormatForField(String)

    Declaration
    public override DocValuesFormat GetDocValuesFormatForField(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    DocValuesFormat
    Overrides
    Lucene42Codec.GetDocValuesFormatForField(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)