- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 443 for projectId (9.71 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
} catch (final Exception e) { throw new CrawlingAccessException("Failed to create GCS client: projectId=" + projectId, e); } isInit = true; if (logger.isInfoEnabled()) { logger.info("GCS client initialized successfully: projectId={}, endpoint={}", projectId, endpoint != null ? endpoint : "default"); } } /**
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/net/protocol/gcs/Handler.java
return; } final String projectId = System.getenv("GCS_PROJECT_ID"); final String endpoint = System.getenv("GCS_ENDPOINT"); final String credentialsFile = System.getenv("GCS_CREDENTIALS_FILE"); // Validate projectId before attempting connection if (StringUtil.isBlank(projectId)) { throw new IOException("GCS_PROJECT_ID is blank.");Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/GcsStorageClient.java
/** * Creates a new GcsStorageClient instance. * * @param projectId the GCS project ID * @param bucket the bucket name * @param endpoint the custom endpoint URL (optional, for fake-gcs-server etc.) * @param credentialsPath the path to the credentials JSON file (optional) */ public GcsStorageClient(final String projectId, final String bucket, final String endpoint, final String credentialsPath) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.3K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/gcs/GcsClientTest.java
private static final String IMAGE_NAME = "fsouza/fake-gcs-server:latest"; private static final String PROJECT_ID = "test-project"; public GcsClient gcsClient; private GenericContainer<?> gcsServer; @Override protected void setUp() throws Exception { super.setUp(); final int port = 4443; logger.info("Creating {}", IMAGE_NAME);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 19.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java
import org.codelibs.fess.dict.DictionaryFile; import org.codelibs.fess.dict.DictionaryItem; import jakarta.annotation.PostConstruct; /** * Creator for protected words dictionary files. * This class manages the creation and registration of protected words dictionary files. */ public class ProtwordsCreator extends DictionaryCreator { private static final Logger logger = LogManager.getLogger(ProtwordsCreator.class);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractEntity.java
protected DocMeta docMeta; protected final EntityUniqueDrivenProperties __uniqueDrivenProperties = newUniqueDrivenProperties(); protected final EntityModifiedProperties __modifiedProperties = newModifiedProperties(); protected EntityModifiedProperties __specifiedProperties; protected boolean __createdBySelect;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/CrawlingInfoParamDbm.java
// ========== protected final String _tableDbName = "crawling_info_param"; protected final String _tableDispName = "crawling_info_param"; protected final String _tablePropertyName = "CrawlingInfoParam"; public String getTableDbName() { return _tableDbName; } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/RequestHeaderDbm.java
// ========== protected final String _tableDbName = "request_header"; protected final String _tableDispName = "request_header"; protected final String _tablePropertyName = "RequestHeader"; public String getTableDbName() { return _tableDbName; } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 10.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/AbstractExtractor.java
* methods, leveraging the helper methods provided by this abstract class. * </p> * */ public abstract class AbstractExtractor implements Extractor { /** The crawler container. */ @Resource protected CrawlerContainer crawlerContainer; /** * Constructs a new AbstractExtractor. */ public AbstractExtractor() { // NOP } /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Nov 19 08:55:01 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/KeyMatchDbm.java
// ========== protected final String _tableDbName = "key_match"; protected final String _tableDispName = "key_match"; protected final String _tablePropertyName = "KeyMatch"; public String getTableDbName() { return _tableDbName; } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 11.1K bytes - Viewed (0)