Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for thumbnail (0.37 sec)

  1. src/main/java/org/codelibs/fess/helper/IndexingHelper.java

    import org.apache.logging.log4j.Logger;
    import org.apache.lucene.search.TotalHits;
    import org.codelibs.fess.es.client.SearchEngineClient;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.codelibs.fess.thumbnail.ThumbnailManager;
    import org.codelibs.fess.util.ComponentUtil;
    import org.codelibs.fess.util.DocList;
    import org.codelibs.fess.util.MemoryUtil;
    import org.opensearch.action.admin.indices.refresh.RefreshResponse;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 15.6K bytes
    - Viewed (1)
  2. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.scheduled_job/scheduled_job"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.thumbnail_queue/thumbnail_queue"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.web_authentication/web_authentication"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Mar 23 05:42:27 GMT 2023
    - 15.9K bytes
    - Viewed (0)
  3. docs/bucket/notifications/README.md

    ```
    
    ### Step 3: Test with Thumbnailer
    
    We used [Thumbnailer](https://github.com/minio/thumbnailer) to listen for MinIO notifications when a new JPEG file is uploaded (HTTP PUT). Triggered by a notification, Thumbnailer uploads a thumbnail of new image to MinIO server. To start with, download and install Thumbnailer.
    
    ```
    git clone https://github.com/minio/thumbnailer/
    npm install
    ```
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  4. src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java

                putResultDataBody(dataMap, fessConfig.getIndexFieldParentId(), crawlingInfoHelper.generateId(dataMap));
                putResultDataBody(dataMap, fessConfig.getIndexFieldUrl(), url); // set again
            }
            // thumbnail
            putResultDataBody(dataMap, fessConfig.getIndexFieldThumbnail(), responseData.getUrl());
    
            // from config
            final String scriptType = crawlingConfig.getScriptType();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 23.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess/doc.json

    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess/doc.json

    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/doc.json

    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.default_label_value=Default Label Value
    labels.default_sort_value=Default Sort Value
    labels.append_query_param_enabled=Append Params to URL
    labels.login_required=Login Required
    labels.login_link=Login Link
    labels.thumbnail=Thumbnail View
    labels.ignore_failure_type=Excluded Failure Type
    labels.failure_count_threshold=Failure Count Threshold
    labels.popular_word_word_enabled=Popular Word Response
    labels.supported_search_web=Web
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label.properties

    labels.virtual_host_value=Virtual Hosts
    labels.append_query_param_enabled=Append Params to URL
    labels.login_required=Login Required
    labels.result_collapsed=Similar Result Collapsed
    labels.login_link=Login Link
    labels.thumbnail=Thumbnail View
    labels.ignore_failure_type=Excluded Failure Type
    labels.failure_count_threshold=Failure Count Threshold
    labels.popular_word_word_enabled=Popular Word Response
    labels.supported_search_web=Web
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_en.properties

    labels.virtual_host_value=Virtual Hosts
    labels.append_query_param_enabled=Append Params to URL
    labels.login_required=Login Required
    labels.result_collapsed=Similar Result Collapsed
    labels.login_link=Login Link
    labels.thumbnail=Thumbnail View
    labels.ignore_failure_type=Excluded Failure Type
    labels.failure_count_threshold=Failure Count Threshold
    labels.popular_word_word_enabled=Popular Word Response
    labels.supported_search_web=Web
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
Back to top