- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for mechanism (7.13 sec)
-
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
* JAR files for data store configurations.</p> * * <p>Thread-safe operations are supported for registration and retrieval of data stores. * The factory caches data store names with a time-based refresh mechanism to improve * performance while ensuring up-to-date plugin discovery.</p> */ public class DataStoreFactory { /** Logger instance for this factory class. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 9K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.sh
#!/bin/sh FESS_CLASSPATH=$FESS_HOME/lib/classes # JAVA_OPTS is not a built-in JVM mechanism but some people think it is so we # warn them that we are not observing the value of $JAVA_OPTS if [ ! -z "$JAVA_OPTS" ]; then echo -n "warning: ignoring JAVA_OPTS=$JAVA_OPTS; " echo "pass JVM parameters via FESS_JAVA_OPTS" fi if [ "x$FESS_MIN_MEM" = "x" ]; then FESS_MIN_MEM=256m fi if [ "x$FESS_MAX_MEM" = "x" ]; then FESS_MAX_MEM=2g
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 03:48:59 UTC 2025 - 5.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/s3/S3Client.java
* <li>Object metadata and tags retrieval</li> * <li>Directory listing capabilities</li> * </ul> * * <p>The client handles timeout management for access operations and includes proper * resource cleanup mechanisms. */ public class S3Client extends AbstractCrawlerClient { private static final Logger logger = LogManager.getLogger(S3Client.class); /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 21.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
* <li>Object metadata retrieval</li> * <li>Directory listing capabilities</li> * </ul> * * <p>The client handles timeout management for access operations and includes proper * resource cleanup mechanisms. */ public class GcsClient extends AbstractCrawlerClient { private static final Logger logger = LogManager.getLogger(GcsClient.class); /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/storage/StorageClient.java
* <li>Object metadata and tags retrieval</li> * <li>Directory listing capabilities</li> * </ul> * * <p>The client handles timeout management for access operations and includes proper * resource cleanup mechanisms. * */ public class StorageClient extends AbstractCrawlerClient { private static final Logger logger = LogManager.getLogger(StorageClient.class); /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20K bytes - Viewed (2)