• API

    Show / Hide Table of Contents

    Class LuceneVersionExtensions

    Extension methods to the LuceneVersion enumeration to provide version comparison and parsing functionality.

    Inheritance
    System.Object
    LuceneVersionExtensions
    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.Util
    Assembly: Lucene.Net.dll
    Syntax
    public static class LuceneVersionExtensions

    Methods

    | Improve this Doc View Source

    OnOrAfter(LuceneVersion, LuceneVersion)

    Declaration
    public static bool OnOrAfter(this LuceneVersion instance, LuceneVersion other)
    Parameters
    Type Name Description
    LuceneVersion instance
    LuceneVersion other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ParseLeniently(String)

    Declaration
    public static LuceneVersion ParseLeniently(string version)
    Parameters
    Type Name Description
    System.String version
    Returns
    Type Description
    LuceneVersion
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)