Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene40RWCodec

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

    Inheritance
    System.Object
    Lucene.Net.Codecs.Codec
    Lucene.Net.Codecs.Lucene40.Lucene40Codec
    Lucene40RWCodec
    Inherited Members
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.StoredFieldsFormat
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.TermVectorsFormat
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.PostingsFormat
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.SegmentInfoFormat
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.LiveDocsFormat
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.GetPostingsFormatForField(System.String)
    Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory)
    Lucene.Net.Codecs.Codec.GetCodecFactory()
    Lucene.Net.Codecs.Codec.Name
    Lucene.Net.Codecs.Codec.ForName(System.String)
    Lucene.Net.Codecs.Codec.AvailableCodecs
    Lucene.Net.Codecs.Codec.Default
    Lucene.Net.Codecs.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
    Lucene.Net.Codecs.DocValuesFormat
    Overrides
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.DocValuesFormat
    | Improve this Doc View Source

    FieldInfosFormat

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

    NormsFormat

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.NormsFormat
    Overrides
    Lucene.Net.Codecs.Lucene40.Lucene40Codec.NormsFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.