Merge remote-tracking branch 'origin/pr/1459'
This commit is contained in:
@@ -311,8 +311,10 @@ public class IndexManager {
|
|||||||
} else {
|
} else {
|
||||||
LOG.warn("{} does not exist. Please run a scan.", indexDirectory.getAbsolutePath());
|
LOG.warn("{} does not exist. Please run a scan.", indexDirectory.getAbsolutePath());
|
||||||
}
|
}
|
||||||
|
} catch (IndexNotFoundException e) {
|
||||||
|
LOG.debug("Index {} does not exist in {}, likely not yet created.", indexType.toString(), indexDirectory.getAbsolutePath());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Failed to initialize SearcherManager.", e);
|
LOG.warn("Failed to initialize SearcherManager.", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user