fix #219
This commit is contained in:
parent
0a33fee7cf
commit
af9f295449
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ public class SearchListAction implements Serializable {
|
|||
try {
|
||||
solrGroup.deleteByQuery(fieldHelper.docIdField
|
||||
+ ":" + docId);
|
||||
solrGroup.optimize();
|
||||
solrGroup.commit(true, true, false, true);
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info("[EXEC TIME] index cleanup time: "
|
||||
+ (System.currentTimeMillis() - time)
|
||||
|
|
Loading…
Add table
Reference in a new issue