- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 1,011 for longer (0.41 sec)
-
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
* * Character mapping files contain mapping rules in the format: * input1,input2,... => output */ public class CharMappingFile extends DictionaryFile<CharMappingItem> { /** Logger instance for this class. */ private static final Logger logger = LogManager.getLogger(CharMappingFile.class); /** Type identifier for character mapping dictionaries. */ private static final String MAPPING = "mapping";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/JobHelper.java
* This class provides functionality for registering, unregistering, and monitoring scheduled jobs. */ public class JobHelper { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(JobHelper.class); /** * Default constructor. */ public JobHelper() { // Default constructor }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/CrudTestBase.java
import io.restassured.response.Response; public abstract class CrudTestBase extends ITBase { protected static final int NUM = 20; protected static final int SEARCH_ALL_NUM = 1000; private static final Logger logger = LogManager.getLogger(CrudTestBase.class); // ================ // Abstract Methods // ================ abstract protected String getNamePrefix(); abstract protected String getApiPath();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessActionAdjustmentProvider.java
mimeType = "application/octet-stream"; } else { logger.debug("Unknown response: {}", response); return; } adjustActionResponseHeaders(mimeType, (k, v) -> { if (logger.isDebugEnabled()) { logger.debug("Apply header {}:{} to response of {}", k, v, mimeType); } response.header(k, v);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java
* It maintains a list of DuplicateHost rules and applies them to URLs. * */ public class DuplicateHostHelper { private static final Logger logger = LogManager.getLogger(DuplicateHostHelper.class); /** List of duplicate host rules for URL conversion */ protected List<DuplicateHost> duplicateHostList; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/fileconfig/ApiAdminFileconfigAction.java
* File configurations define settings for crawling file systems, FTP servers, and other file-based data sources. * */ public class ApiAdminFileconfigAction extends FessApiAdminAction { private static final Logger logger = LogManager.getLogger(ApiAdminFileconfigAction.class); // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PopularWordHelper.java
* Provides functionality to retrieve popular words based on search parameters * and manages caching for improved performance. */ public class PopularWordHelper { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(PopularWordHelper.class); /** Character used to separate cache key components */ protected static final char CACHE_KEY_SPLITTER = '\n';
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
* This job executes the ThumbnailGenerator process as a separate JVM process * to create thumbnail images for supported document types. */ public class GenerateThumbnailJob extends ExecJob { /** Logger for this class. */ static final Logger logger = LogManager.getLogger(GenerateThumbnailJob.class); /** Number of threads to use for thumbnail generation. */ protected int numOfThreads = 1;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.7K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java
import org.codehaus.plexus.component.repository.exception.ComponentLookupException; import org.codehaus.plexus.logging.Logger; /** * DefaultProfileManager */ @Deprecated public class DefaultProfileManager implements ProfileManager { @Inject private Logger logger; @Inject private ProfileSelector profileSelector; private List<String> activatedIds = new ArrayList<>();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
*/ public class ApiAdminDocumentsAction extends FessApiAdminAction { // =================================================================================== // Constant // private static final Logger logger = LogManager.getLogger(ApiAdminSearchlistAction.class); // =================================================================================== // Constructor // =========== /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0)