com.atlassian.jira.index
Class LuceneVersion

java.lang.Object
  extended by com.atlassian.jira.index.LuceneVersion

@Internal
public class LuceneVersion
extends Object

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

Since:
v6.0.5
See Also:
Version

Constructor Summary
LuceneVersion()
           
 
Method Summary
static org.apache.lucene.util.Version get()
          Gets the value used by JIRA when it interacts with Apache Lucene classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneVersion

public LuceneVersion()
Method Detail

get

public static org.apache.lucene.util.Version get()
Gets the value used by JIRA when it interacts with Apache Lucene classes.

Returns:
A Version instance.


Copyright © 2002-2014 Atlassian. All Rights Reserved.