avoid duplicate index update event when documents get removed
This commit is contained in:
@@ -955,8 +955,6 @@ public class SpringSymbolIndex implements InitializingBean, SpringIndex {
|
||||
for (SpringIndexer index : this.indexer) {
|
||||
index.removeFiles(project, docURIs);
|
||||
}
|
||||
|
||||
server.getClient().indexUpdated();
|
||||
|
||||
} catch (Exception e) {
|
||||
log.error("{}", e);
|
||||
|
||||
Reference in New Issue
Block a user