Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldInfosFormat

    Encodes/decodes FieldInfos.

    Note

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

    Inheritance
    System.Object
    FieldInfosFormat
    Lucene40FieldInfosFormat
    Lucene42FieldInfosFormat
    Lucene46FieldInfosFormat
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class FieldInfosFormat

    Constructors

    | Improve this Doc View Source

    FieldInfosFormat()

    Sole constructor. (For invocation by subclass constructors, typically implicit.)

    Declaration
    protected FieldInfosFormat()

    Properties

    | Improve this Doc View Source

    FieldInfosReader

    Returns a FieldInfosReader to read field infos from the index.

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

    FieldInfosWriter

    Returns a FieldInfosWriter to write field infos to the index.

    Declaration
    public abstract FieldInfosWriter FieldInfosWriter { get; }
    Property Value
    Type Description
    FieldInfosWriter
    • 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.