Hi all, When I delete a community, collection or an item in DSpace I notice
the following warning in the Solr logs: *PERFORMANCE WARNING: Overlapping
onDeckSearchers=2* I went through the code and found this happens at the
following line
https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/discovery/IndexEventConsumer.java#L184
*indexer.unIndexContent(ctx,
hdl, true);* A description of the method parameters can be found here
https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/discovery/SolrServiceImpl.java#L275
*/**
* unIndex removes an Item, Collection, or Community * * @param context *
@param dso DSpace Object, can be Community, Item, or Collection * @param
commit if <code>true</code> force an immediate commit on SOLR * @throws
SQLException * @throws IOException */ public void unIndexContent(Context
context, DSpaceObject dso, boolean commit)* Is there a particular reason
why we would force a commit here rather than letting auto commit handle
this? Regards, Jonathan
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to