NIHVIVO-2770 NIHVIVO 2428 made changes while working on individual removal from solr index.
This commit is contained in:
parent
f99b450c83
commit
a771884e92
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ public class IndexBuilder extends Thread {
|
|||
try{
|
||||
indexer.removeFromIndex(deleteMe);
|
||||
}catch(Exception ex){
|
||||
log.debug(ex.getMessage());
|
||||
log.debug("could not remove individual " + deleteMe
|
||||
+ " from index, usually this is harmless",ex);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue