Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene45RWCodec

    Read-write version of Lucene.Net.Codecs.Lucene45.Lucene45Codec for testing.

    Inheritance
    object
    Codec
    Lucene45Codec
    Lucene45RWCodec
    Inherited Members
    Lucene45Codec.StoredFieldsFormat
    Lucene45Codec.TermVectorsFormat
    Lucene45Codec.PostingsFormat
    Lucene45Codec.SegmentInfoFormat
    Lucene45Codec.LiveDocsFormat
    Lucene45Codec.GetPostingsFormatForField(string)
    Lucene45Codec.GetDocValuesFormatForField(string)
    Lucene45Codec.DocValuesFormat
    Lucene45Codec.NormsFormat
    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.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Codecs.Lucene45
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class Lucene45RWCodec : Lucene45Codec

    Properties

    FieldInfosFormat

    Encodes/decodes field infos file.

    Declaration
    public override FieldInfosFormat FieldInfosFormat { get; }
    Property Value
    Type Description
    FieldInfosFormat
    Overrides
    Lucene.Net.Codecs.Lucene45.Lucene45Codec.FieldInfosFormat
    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.