This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.
from 83d8f8b Add link button to Summernote rich text editor.
new 10370c1 updated apache lucene to 8.1.1 and made necessary code
changes. search index rebuild task is now triggered automatically during init
if the index version is incompatible.
new a4dfaed removed code using the deprecated RAMDirectory, since the
codepaths were not used or tested anyway.
new 30694c2 reuse reader from the index consistency check.
new 5b8c44b Merge pull request #34 from mbien/master
The 4370 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
app/pom.xml | 2 +-
.../weblogger/business/search/FieldConstants.java | 4 -
.../business/search/IndexManagerImpl.java | 136 ++++++++-------------
.../business/search/operations/IndexOperation.java | 10 +-
.../search/operations/ReadFromIndexOperation.java | 3 +-
.../search/operations/SearchOperation.java | 40 +++---
6 files changed, 79 insertions(+), 116 deletions(-)