- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 548 for Manages (0.13 sec)
-
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
} // Test destroy container public void test_destroyContainer() { // Test destroyContainer method - skip this test as it conflicts with container management // The test framework manages the container lifecycle assertTrue(true); } // Helper method to setup minimal mock components private void setupMockComponents() { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FileConfigService.java
* Provides access to the file configuration entity operations. */ @Resource protected FileConfigBhv fileConfigBhv; /** * Behavior class for file authentication database operations. * Manages authentication configurations associated with file configurations. */ @Resource protected FileAuthenticationBhv fileAuthenticationBhv; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
import org.codelibs.fess.exception.FessSystemException; import org.codelibs.fess.util.ComponentUtil; /** * Helper class for controlling crawler execution intervals and timing. * This class manages crawler execution timing based on configurable rules * that can specify different delays for different time periods and days. */ public class IntervalControlHelper {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
health check fails. ## Version 2.7.0 _2015-12-13_ * **Rewritten connection management.** Previously OkHttp's connection pool managed both idle and active connections for HTTP/2, but only idle connections for HTTP/1.x. With this update the connection pool manages both idle and active connections for everything. OkHttp now detects and warns on connections that were allocated but never released, and will enforce HTTP/2
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java
import org.codelibs.fess.dict.DictionaryException; import org.codelibs.fess.dict.DictionaryFile; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalEntity; /** * Manages a dictionary file for stopwords. * This class handles reading, parsing, and updating files that contain * a list of stopwords. Each line in the file represents a single stopword. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaConnection.java
import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.atomic.AtomicInteger; /** * Abstract base class for RDMA connections. * * Manages connection state, credit flow control, and provides * abstract methods for RDMA operations that must be implemented * by specific provider implementations. */ public abstract class RdmaConnection implements AutoCloseable {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
import org.opensearch.index.query.functionscore.ScoreFunctionBuilders; import jakarta.annotation.PostConstruct; /** * KeyMatchHelper is a helper class for KeyMatch feature. * It manages KeyMatch instances and provides methods to build queries for boosting documents. */ public class KeyMatchHelper extends AbstractConfigHelper { private static final Logger logger = LogManager.getLogger(KeyMatchHelper.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java
import org.codelibs.fess.dict.DictionaryException; import org.codelibs.fess.dict.DictionaryFile; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalEntity; /** * Manages a dictionary file for stemmer overrides. * This class handles reading, parsing, and updating files that contain * stemmer override rules, where each rule maps an input word to an
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Dfs.java
import java.util.Iterator; import jcifs.smb1.Config; import jcifs.smb1.UniAddress; import jcifs.smb1.util.LogStream; /** * Implements DFS (Distributed File System) referral caching and resolution. * This class manages DFS referral cache and provides DFS path resolution functionality. */ public class Dfs { /** * Default constructor for Dfs. * Initializes the DFS referral system. */ public Dfs() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/MultiChannelManager.java
import java.util.concurrent.atomic.AtomicLong; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.CIFSException; import jcifs.Configuration; /** * SMB3 Multi-Channel Manager. * * Manages multiple network connections for improved performance and redundancy * as specified in the SMB 3.x multi-channel feature. */ public class MultiChannelManager {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 20.5K bytes - Viewed (0)