Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene40RWCodec

    Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40Codec for testing.

    Inheritance
    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()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Codecs.Lucene40
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public sealed class Lucene40RWCodec : Lucene40Codec

    Properties

    DocValuesFormat

    Encodes/decodes docvalues.

    Declaration
    public override DocValuesFormat DocValuesFormat { get; }
    Property Value
    Type Description
    DocValuesFormat
    Overrides
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.DocValuesFormat

    FieldInfosFormat

    Encodes/decodes field infos file.

    Declaration
    public override FieldInfosFormat FieldInfosFormat { get; }
    Property Value
    Type Description
    FieldInfosFormat
    Overrides
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.FieldInfosFormat

    NormsFormat

    Encodes/decodes document normalization values.

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    NormsFormat
    Overrides
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.NormsFormat
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.