- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for fess_user (0.1 sec)
-
src/main/resources/esclient.xml
<arg>"fess_config.web_config/web_config"</arg> </postConstruct> <!-- fess_user index --> <postConstruct name="addIndexConfig"> <arg>"fess_user.user/user"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_user.role/role"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_user.group/group"</arg> </postConstruct> <!-- fess_log index -->
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Oct 21 12:20:52 UTC 2024 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java
"fess_config.thumbnail_queue", // "fess_config.web_authentication", // "fess_config.web_config", // "fess_user.group", // "fess_user.role", // "fess_user.user", // "configsync", // }; final String[] crawlerIndices = { ".crawler.data", // ".crawler.filter", //
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 54K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
filename = id + ".bulk"; } if ("fess_config".equals(index)) { index = fessConfig.getIndexConfigIndex(); } else if ("fess_user".equals(index)) { index = fessConfig.getIndexUserIndex(); } else if ("fess_basic_config".equals(index) && !"fess_config".equals(fessConfig.getIndexConfigIndex())) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 28.5K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.document.crawler.queue.number_of_replicas=1 index.document.crawler.data.number_of_replicas=1 index.document.crawler.filter.number_of_replicas=1 index.config.index=fess_config index.user.index=fess_user index.log.index=fess_log index.dictionary.prefix= # doc management index.admin.array.fields=lang,role,label,anchor,virtual_host index.admin.date.fields=expires,created,timestamp,last_modified
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
private static final String DOC_INDEX = "fess"; private static final String LOG_INDEX_PREFIX = "fess_log"; private static final String USER_INDEX_PREFIX = "fess_user"; private static final String CONFIG_INDEX_PREFIX = "fess_config"; protected OpenSearchRunner runner; protected Client client; protected Map<String, String> settings;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. fess_config */ String INDEX_CONFIG_INDEX = "index.config.index"; /** The key of the configuration. e.g. fess_user */ String INDEX_USER_INDEX = "index.user.index"; /** The key of the configuration. e.g. fess_log */ String INDEX_LOG_INDEX = "index.log.index"; /** The key of the configuration. e.g. */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
src/main/resources/fess_se++.xml
Shinsuke Sugaya <******@****.***> 1729512961 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Oct 21 12:16:01 UTC 2024 - 322 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/OpenIdConnectCredential.java
import static org.codelibs.core.stream.StreamUtil.stream; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.entity.FessUser; import org.codelibs.fess.helper.SystemHelper; import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.DocumentUtil; import org.lastaflute.web.login.credential.LoginCredential;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/resources/fess_se.xml
Shinsuke Sugaya <******@****.***> 1729512961 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Oct 21 12:16:01 UTC 2024 - 279 bytes - Viewed (0)