Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tickets (0.47 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java

            this.keywords = keywords;
        }
    
        /**
         * Gets the stock tickers.
         * @return the stock tickers
         */
        public String getStockTickers() {
            return stockTickers;
        }
    
        /**
         * Sets the stock tickers.
         * @param stockTickers the stock tickers to set
         */
        public void setStockTickers(final String stockTickers) {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java

         * It extends URLConnection to provide connectivity to MinIO-compatible storage services.
         * 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 Nov 20 08:52:56 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  6. 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)
Back to top