Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PreFlexRWCodec

    Writes 3.x-like indexes (not perfect emulation yet) for testing only!

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    Lucene.Net.Codecs.Codec
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec
    PreFlexRWCodec
    Inherited Members
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.DocValuesFormat
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.LiveDocsFormat
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.GetDocStoreFiles(Lucene.Net.Index.SegmentInfo)
    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.Lucene3x
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class PreFlexRWCodec : Lucene3xCodec

    Properties

    | Improve this Doc View Source

    FieldInfosFormat

    Declaration
    public override FieldInfosFormat FieldInfosFormat { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.FieldInfosFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.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.Lucene3x.Lucene3xCodec.NormsFormat
    | Improve this Doc View Source

    PostingsFormat

    Declaration
    public override PostingsFormat PostingsFormat { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.PostingsFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.PostingsFormat
    | Improve this Doc View Source

    SegmentInfoFormat

    Declaration
    public override SegmentInfoFormat SegmentInfoFormat { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.SegmentInfoFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.SegmentInfoFormat
    | Improve this Doc View Source

    StoredFieldsFormat

    Declaration
    public override StoredFieldsFormat StoredFieldsFormat { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.StoredFieldsFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.StoredFieldsFormat
    | Improve this Doc View Source

    TermVectorsFormat

    Declaration
    public override TermVectorsFormat TermVectorsFormat { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.TermVectorsFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.TermVectorsFormat
    • 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.