Updated lucene from 4.10.4 -> 8.8.0. Code changes only to support the "new" lucene way to create and read from luceneindex directories. Previously a java.io.file was required as input to create a lucene Directory, now replaced with java.nio.file.Paths
Updated lucene from 4.10.4 -> 8.8.0. Code changes only to support the "new" lucene way to create and read from luceneindex directories. Previously a
java.io.file
was required as input to create a lucene Directory, now replaced withjava.nio.file.Paths