@Internal public class

LuceneVersion

extends Object
java.lang.Object
   ↳ com.atlassian.jira.index.LuceneVersion

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

This is the value used by JIRA when it interacts with Apache Lucene classes.

See Also

Summary

Public Constructors
LuceneVersion()
Public Methods
static Version get()
Gets the value used by JIRA when it interacts with Apache Lucene classes.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LuceneVersion ()

Public Methods

public static Version get ()

Gets the value used by JIRA when it interacts with Apache Lucene classes.

Returns
  • A Version instance.