Show / Hide Table of Contents

    Class PreFlexRWCodec

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

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    PreFlexRWCodec
    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
    FieldInfosFormat
    | Improve this Doc View Source

    NormsFormat

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    NormsFormat
    | Improve this Doc View Source

    PostingsFormat

    Declaration
    public override PostingsFormat PostingsFormat { get; }
    Property Value
    Type Description
    PostingsFormat
    | Improve this Doc View Source

    SegmentInfoFormat

    Declaration
    public override SegmentInfoFormat SegmentInfoFormat { get; }
    Property Value
    Type Description
    SegmentInfoFormat
    | Improve this Doc View Source

    StoredFieldsFormat

    Declaration
    public override StoredFieldsFormat StoredFieldsFormat { get; }
    Property Value
    Type Description
    StoredFieldsFormat
    | Improve this Doc View Source

    TermVectorsFormat

    Declaration
    public override TermVectorsFormat TermVectorsFormat { get; }
    Property Value
    Type Description
    TermVectorsFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)