Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Namespace Lucene.Net.Util.Mutable

    Comparable object wrappers

    Classes

    MutableValue

    Base class for all mutable values.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    MutableValueBool

    MutableValue implementation of type bool.

    MutableValueDate

    MutableValue implementation of type DateTime.

    MutableValueDouble

    MutableValue implementation of type double.

    MutableValueInt32

    MutableValue implementation of type int.

    NOTE: This was MutableValueInt in Lucene

    MutableValueInt64

    MutableValue implementation of type long.

    NOTE: This was MutableValueLong in Lucene

    MutableValueSingle

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene

    MutableValueStr

    MutableValue implementation of type string.

    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.