Skip to content

Commit

Permalink
Merge branch 'master' into SHIBUI-799
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Nov 27, 2018
2 parents 3a55e5a + 0c2978a commit 49485f4
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 49485f4

Please sign in to comment.