- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for file_config (0.07 seconds)
-
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.file_authentication/file_authentication"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.file_config/file_config"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.job_log/job_log"</arg> </postConstruct> <postConstruct name="addIndexConfig">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java
@Override public OptionalEntity<FileConfig> getFileConfig(final String id) { final FileConfig fileConfig = new FileConfig(); fileConfig.setId(id); if (id.endsWith("P")) { fileConfig.setConfigParameter("config.pipeline=fp"); } return OptionalEntity.of(fileConfig); } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 35.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp
<jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="crawl"/> <jsp:param name="menuType" value="fileConfig"/> </jsp:include> <main class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 11.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
* @return optional file configuration entity */ public static OptionalEntity<FileConfig> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE: return OptionalEntity.of(new FileConfig()).map(entity -> { entity.setCreatedBy(username); entity.setCreatedTime(currentTime);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 21.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/filter/WebApiFilterTest.java
@Test public void test_constructor() { assertNotNull(new WebApiFilter()); } // Test init method @Test public void test_init() throws ServletException { FilterConfig filterConfig = new FilterConfig() { @Override public String getFilterName() { return "testFilter"; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 26.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
// Test configuration paths assertEquals("/admin/webconfig/admin_webconfig.jsp", FessHtmlPath.path_AdminWebconfig_AdminWebconfigJsp.getRoutingPath()); assertEquals("/admin/fileconfig/admin_fileconfig.jsp", FessHtmlPath.path_AdminFileconfig_AdminFileconfigJsp.getRoutingPath()); assertEquals("/admin/dataconfig/admin_dataconfig.jsp", FessHtmlPath.path_AdminDataconfig_AdminDataconfigJsp.getRoutingPath());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
import org.lastaflute.web.servlet.filter.RequestLoggingFilter; import org.lastaflute.web.util.LaRequestUtil; import org.lastaflute.web.util.LaResponseUtil; import jakarta.annotation.PostConstruct; import jakarta.servlet.FilterConfig; import jakarta.servlet.ServletContext; import jakarta.servlet.http.HttpServletResponse; /** * SPNEGO (Security Provider Negotiation Protocol) authenticator implementation. *
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/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
assertTrue(result.contains("GsaConfigParser")); assertTrue(result.contains("labelList")); assertTrue(result.contains("webConfig")); assertTrue(result.contains("fileConfig")); } @Test public void test_getSAXHandlerMethods() throws SAXException { GsaConfigParser parser = new GsaConfigParser(); parser.startDocument();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.7K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Online help key for dashboard. online.help.name.dashboard=dashboard # Online help key for web authentication. online.help.name.webauth=webauth # Online help key for file config. online.help.name.fileconfig=fileconfig # Online help key for file authentication. online.help.name.fileauth=fileauth # Online help key for label type. online.help.name.labeltype=labeltype # Online help key for duplicate host.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. webauth */ String ONLINE_HELP_NAME_WEBAUTH = "online.help.name.webauth"; /** The key of the configuration. e.g. fileconfig */ String ONLINE_HELP_NAME_FILECONFIG = "online.help.name.fileconfig"; /** The key of the configuration. e.g. fileauth */ String ONLINE_HELP_NAME_FILEAUTH = "online.help.name.fileauth";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)