Show / Hide Table of Contents

    Class LuceneVersionExtensions

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

    Inheritance
    System.Object
    LuceneVersionExtensions
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public static class LuceneVersionExtensions : object

    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)