Skip to content

Commit

Permalink
Merged in NOJIRA-lucene-commit-fix (pull request #243)
Browse files Browse the repository at this point in the history
NOJIRA
  • Loading branch information
Bill Smith authored and Jonathan Johnson committed Nov 27, 2018
2 parents 4bc47f6 + ab6edcf commit 0c2978a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ void addIndexedDescriptorsFromBackingStore(AbstractMetadataResolver.EntityBackin
document.add(new StringField("tag", resourceId, Field.Store.YES));
indexWriter.addDocument(document);
}
indexWriter.commit();
} catch (IOException e) {
logger.error(e.getMessage(), e);
throw new ComponentInitializationException(e);
Expand Down

0 comments on commit 0c2978a

Please sign in to comment.