RED-7784 - Add positions for not found manual entities calculation
This commit is contained in:
parent
44f70dfdea
commit
176847fb1d
@ -148,6 +148,7 @@ public class EntityLogCreatorService {
|
|||||||
|
|
||||||
List<EntityLogEntry> entries = new ArrayList<>();
|
List<EntityLogEntry> entries = new ArrayList<>();
|
||||||
Set<String> processedIds = new HashSet<>();
|
Set<String> processedIds = new HashSet<>();
|
||||||
|
log.info("NotFound: {}", notFoundManualRedactionEntries);
|
||||||
document.getEntities()
|
document.getEntities()
|
||||||
.stream()
|
.stream()
|
||||||
.filter(EntityLogCreatorService::notFalsePositiveOrFalseRecommendation)
|
.filter(EntityLogCreatorService::notFalsePositiveOrFalseRecommendation)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user