Details
Description
- Make class as final.
- Add a private constructor.
- Make the following public static variables as private
public static final Version LUCENE_VERSION = Version.LUCENE_5_3_1;
- Add a getLuceneVersion() method for getting value of private variable 'LUCENE_VERSION' and Also replace the use of 'SearchWorker.LUCENE_VERSION' with SearchWorker.getLuceneVersion() in class 'DocumentIndexer.java' and 'LuceneTests.java'