- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for tickets (1.19 sec)
-
src/main/java/org/codelibs/fess/util/FacetResponse.java
* The decoded name of the field. */ protected String name; /** * Constructs a Field from OpenSearch Terms aggregation. * Decodes the field name and processes all term buckets to extract * field values and their document counts. * * @param termFacet the OpenSearch Terms aggregation containing field facet data */ public Field(final Terms termFacet) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 11:39:05 UTC 2025 - 5.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java
* It extends URLConnection to provide connectivity to Google Cloud Storage. * This class handles the authentication, connection management, and data retrieval * from storage buckets and objects. * * <p> * The connection extracts bucket and object names from the URL and uses environment * variables for authentication and endpoint configuration. * </p> */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 9.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
* It extends URLConnection to provide connectivity to S3-compatible storage services. * This class handles the authentication, connection management, and data retrieval * from S3 buckets and objects. * * <p> * The connection extracts bucket and object names from the URL and uses environment * variables for authentication and endpoint configuration. * </p> */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 9.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
import jakarta.annotation.Resource; /** * A crawler client implementation for accessing and retrieving content from Google Cloud Storage. * This client supports operations on GCS buckets and objects. * * <p>This client requires the following initialization parameters: * <ul> * <li>projectId - The Google Cloud project ID</li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0)