Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for txt (0.08 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

            case Constants.FESEN_TYPE_AWS:
                // nothing
                break;
            default:
                for (final String path : getDictionaryPaths()) {
                    if (path.endsWith("mapping.txt")) {
                        logger.debug("Updating {}", path);
                        final String content = getDictionaryContent(path);
                        if (content != null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 48.6K bytes
    - Viewed (0)
Back to top