altran / _Whydah-UserIdentityBackend

The vault of users and applications. The UserIdentytyBackend module of the Whydah IAM/SSO
Other
0 stars 3 forks source link

Feature/lucene update #54

Open kiversen opened 3 years ago

kiversen commented 3 years ago

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