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

    Properties

    FieldInfosFormat

    Encodes/decodes field infos file.

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

    NormsFormat

    Encodes/decodes document normalization values.

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    NormsFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.NormsFormat

    PostingsFormat

    Encodes/decodes postings.

    Declaration
    public override PostingsFormat PostingsFormat { get; }
    Property Value
    Type Description
    PostingsFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.PostingsFormat

    SegmentInfoFormat

    Encodes/decodes segment info file.

    Declaration
    public override SegmentInfoFormat SegmentInfoFormat { get; }
    Property Value
    Type Description
    SegmentInfoFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.SegmentInfoFormat

    StoredFieldsFormat

    Encodes/decodes stored fields.

    Declaration
    public override StoredFieldsFormat StoredFieldsFormat { get; }
    Property Value
    Type Description
    StoredFieldsFormat
    Overrides
    Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.StoredFieldsFormat

    TermVectorsFormat

    Encodes/decodes term vectors.

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