Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDataConfig (0.44 sec)

  1. src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java

                    }
                    case DATA -> {
                        final DataConfigService dataConfigService = ComponentUtil.getComponent(DataConfigService.class);
                        yield dataConfigService.getDataConfig(id).get();
                    }
                    default -> null;
                    };
                });
            } catch (final Exception e) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 19.5K bytes
    - Viewed (1)
Back to top