Show / Hide Table of Contents

    Class CheapBastardCodec

    Codec that tries to use as little ram as possible because he spent all his money on beer

    Inheritance
    System.Object
    Codec
    FilterCodec
    CheapBastardCodec
    Inherited Members
    FilterCodec.m_delegate
    FilterCodec.FieldInfosFormat
    FilterCodec.LiveDocsFormat
    FilterCodec.SegmentInfoFormat
    Codec.SetCodecFactory(ICodecFactory)
    Codec.GetCodecFactory()
    Codec.Name
    Codec.ForName(String)
    Codec.AvailableCodecs
    Codec.Default
    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.CheapBastard
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class CheapBastardCodec : FilterCodec

    Constructors

    | Improve this Doc View Source

    CheapBastardCodec()

    Declaration
    public CheapBastardCodec()

    Properties

    | Improve this Doc View Source

    DocValuesFormat

    Declaration
    public override DocValuesFormat DocValuesFormat { get; }
    Property Value
    Type Description
    DocValuesFormat
    Overrides
    FilterCodec.DocValuesFormat
    | Improve this Doc View Source

    NormsFormat

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

    PostingsFormat

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

    StoredFieldsFormat

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

    TermVectorsFormat

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