fix #458
This commit is contained in:
parent
7f180cfbc9
commit
733c424044
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ public class FileListIndexUpdateCallbackImpl implements IndexUpdateCallback {
|
|||
}
|
||||
|
||||
logger.warn("unknown event: " + eventType + ", data: " + dataMap);
|
||||
return false;
|
||||
// don't stop crawling
|
||||
return true;
|
||||
}
|
||||
|
||||
protected String getParamValue(Map<String, String> paramMap, String key, String defaultValue) {
|
||||
|
|
Loading…
Add table
Reference in a new issue