Skip to content

Feature/lucene update#54

Open
kiversen wants to merge 1251 commits into
altran:masterfrom
Cantara:feature/lucene-update
Open

Feature/lucene update#54
kiversen wants to merge 1251 commits into
altran:masterfrom
Cantara:feature/lucene-update

Conversation

@kiversen
Copy link
Copy Markdown

@kiversen kiversen commented Feb 8, 2021

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

misterhuydo and others added 30 commits March 28, 2018 16:08
recreating IndexWriter every time which is a costly process)

2. add unit-tests for Lucene indexing

3. fix a critical deadlock bug in getUserIndexSize() and
getApplicationIndexSize() which do not close the reader properly

4. do some refactoring and move the indexing implemtation to
BaseLuceneIndexer which shares among
LuceneUserInder/LuceneApplicationIndexer
trouble in closing database connection from the previous test.
Jenkins and others added 30 commits October 4, 2020 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants