Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for production (0.21 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

        boolean is(String propertyKey);
    
        /**
         * Get the value for the key 'lasta_di.smart.deploy.mode'. <br>
         * The value is, e.g. warm <br>
         * comment: The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm)
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLastaDiSmartDeployMode();
    
        /**
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java

            direction.directLoggingTitle(fessConfig.getDomainTitle(), fessConfig.getEnvironmentTitle());
    
            // this configuration is on sea_env.properties because it has no influence to production
            // even if you set true manually and forget to set false back
            direction.directFrameworkDebug(fessConfig.isFrameworkDebug()); // basically false
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                    httpAddress = "http://localhost:" + port;
                    logger.warn("Embedded OpenSearch is running. This configuration is not recommended for production use.");
                    break;
                }
            }
            client = createHttpClient(fessConfig, httpAddress);
    
            if (StringUtil.isNotBlank(httpAddress)) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.esreq_button_upload	=	Envoyer
    labels.facet_is_not_found	=	Aucune concordance
    labels.doc_score	=	Score:
    labels.development_mode_warning	=	Exécution en mode Développement. Pour une utilisation en production, veuillez installer un serveur OpenSearch autonome.
    labels.eol_error	=	Votre système n'est plus pris en charge. Voir la page EOL.
    labels.tooltip_search_view	=	Affichage de la recherche
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ru.properties

    labels.replace_aliases=Update Aliases
    labels.reset_dictionaries=Reset Dictionaries
    labels.reindex_start_button=Start
    labels.doc_score=Score:
    labels.development_mode_warning=Running as Development mode. For production use, please install a standalone OpenSearch server.
    labels.eol_error=Your system is out of support. See EOL page.
    labels.tooltip_search_view=Search View
    labels.tooltip_run_crawler=Run Crawler
    labels.tooltip_forum=Forum
    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)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Score: */
        public static final String LABELS_doc_score = "{labels.doc_score}";
    
        /** The key of the message: Running as Development mode. For production use, please install a standalone OpenSearch server. */
        public static final String LABELS_development_mode_warning = "{labels.development_mode_warning}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label.properties

    labels.esreq_request_file=Request File
    labels.requestFile=Request File
    labels.esreq_button_upload=Send
    labels.facet_is_not_found=No match
    labels.doc_score=Score:
    labels.development_mode_warning=Running as Development mode. For production use, please install a standalone OpenSearch server.
    labels.eol_error=Your system is out of support. See EOL page.
    labels.tooltip_search_view=Search View
    labels.tooltip_run_crawler=Run Crawler
    labels.tooltip_forum=Forum
    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)
  8. src/main/resources/fess_label_en.properties

    labels.esreq_request_file=Request File
    labels.requestFile=Request File
    labels.esreq_button_upload=Send
    labels.facet_is_not_found=No match
    labels.doc_score=Score:
    labels.development_mode_warning=Running as Development mode. For production use, please install a standalone OpenSearch server.
    labels.eol_error=Your system is out of support. See EOL page.
    labels.tooltip_search_view=Search View
    labels.tooltip_run_crawler=Run Crawler
    labels.tooltip_forum=Forum
    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)
  9. src/main/resources/fess_label_ko.properties

    labels.replace_aliases=Update Aliases
    labels.reset_dictionaries=Reset Dictionaries
    labels.reindex_start_button=Start
    labels.doc_score=Score:
    labels.development_mode_warning=Running as Development mode. For production use, please install a standalone OpenSearch server.
    labels.eol_error=Your system is out of support. See EOL page.
    labels.tooltip_search_view=Search View
    labels.tooltip_run_crawler=Run Crawler
    labels.tooltip_forum=Forum
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
Back to top