- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getResourcePath (0.31 seconds)
-
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
} if (SpnegoHttpFilter.Constants.LOGIN_CONF.equals(name)) { return getResourcePath(getProperty(SPNEGO_LOGIN_CONF, "auth_login.conf")); } if (SpnegoHttpFilter.Constants.KRB5_CONF.equals(name)) { return getResourcePath(getProperty(SPNEGO_KRB5_CONF, "krb5.conf")); } if (SpnegoHttpFilter.Constants.CLIENT_MODULE.equals(name)) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
default: waitForConfigSyncStatus(); sendConfigFiles(index); break; } } final String indexConfigFile = getResourcePath(indexConfigPath, fesenType, "/" + index + ".json"); try { final String source = readIndexSetting(fesenType, indexConfigFile, numberOfShards, autoExpandReplicas);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
for (final String[] call : testClient.addMappingCalls) { assertNotNull(call); } // The loadBulkData=true path triggers getResourcePath + ResourceUtil.isExist checks. // In test environment resource files don't exist, so insertBulkData won't be called, // but the overall flow should still succeed.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0)