Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DataStoreCrawlingException (1.05 sec)

  1. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

                return null;
            } catch (final ChildUrlsException | DataStoreCrawlingException e) {
                throw e;
            } catch (final Exception e) {
                final FessConfig fessConfig = ComponentUtil.getFessConfig();
                final Object configId = dataMap.get(fessConfig.getIndexFieldConfigId());
                throw new DataStoreCrawlingException(url, "Failed to add document. url: " + url + ", configId: " + configId, e);
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 29.7K bytes
    - Viewed (3)
Back to top