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{
|
try{
|
||||||
indexer.removeFromIndex(deleteMe);
|
indexer.removeFromIndex(deleteMe);
|
||||||
}catch(Exception ex){
|
}catch(Exception ex){
|
||||||
|
log.debug(ex.getMessage());
|
||||||
log.debug("could not remove individual " + deleteMe
|
log.debug("could not remove individual " + deleteMe
|
||||||
+ " from index, usually this is harmless",ex);
|
+ " from index, usually this is harmless",ex);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue