Added some logs
This commit is contained in:
parent
fa8f598763
commit
2f66d223fd
@ -146,6 +146,8 @@ public class EntitySearchUtils {
|
||||
}
|
||||
var existing = existingOptional.get();
|
||||
|
||||
log.info("existing: {}", existing);
|
||||
log.info("found: {} ", found);
|
||||
if(existing.getType().equals(found.getType())){
|
||||
existing.getEngines().addAll(found.getEngines());
|
||||
} else if (dictionary.getDictionaryRank(existing.getType()) <= dictionary.getDictionaryRank(found.getType())){
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user