PageRenderTime 42ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/modules/apps/portal-search-elasticsearch7/portal-search-elasticsearch7-api/src/main/resources/content/Language_en_GB.properties

https://github.com/vilmospapp/liferay-portal
Properties File | 90 lines | 90 code | 0 blank | 0 comment | 0 complexity | c1496b96b2bb87ed9e2e4aee5991d92a MD5 | raw file
  1. active-help=Activate or deactivate this connection. (Automatic Copy)
  2. additional-configurations=Additional Configurations (Automatic Copy)
  3. additional-configurations-help=This configuration only applies to EMBEDDED (Development) mode. Set custom settings for the sidecar Elasticsearch node, in YML format (elasticsearch.yml). (Automatic Copy)
  4. additional-index-configurations=Additional Index Configurations (Automatic Copy)
  5. additional-index-configurations-help=Set custom settings for the Liferay index, in JSON (Elasticsearch Create Index API) or YML format. (Automatic Copy)
  6. additional-type-mappings=Additional Type Mappings (Automatic Copy)
  7. additional-type-mappings-help=Set custom mappings for the LiferayDocumentType, in JSON format (Elasticsearch Put Mapping API). This value should be set with new field mappings only. If you set this value with any overlapping mappings for default fields, index creation fails. To replace default mappings entirely, use Override Type Mappings. (Automatic Copy)
  8. authentication-enabled=Authentication Enabled (Automatic Copy)
  9. authentication-enabled-help=Enable or disable authentication to Elasticsearch with a username and password. (Automatic Copy)
  10. bootstrap-mlockall=Bootstrap Mlockall (Automatic Copy)
  11. bootstrap-mlockall-help=This configuration only applies to EMBEDDED (Development) mode. If this is checked, the process address space is locked into RAM, preventing any Elasticsearch memory from being swapped out. (Automatic Copy)
  12. cluster-name=Cluster Name (Automatic Copy)
  13. cluster-name-help=This configuration only applies to EMBEDDED (Development) mode. Set the name of the cluster to join. (Automatic Copy)
  14. connection-id=Connection ID (Automatic Copy)
  15. connection-id-help=Set a unique ID for this connection. (Automatic Copy)
  16. discovery-zen-ping-unicast-hosts-port=Zen Discovery Unicast Hosts Port (Automatic Copy)
  17. discovery-zen-ping-unicast-hosts-port-help=This configuration is deprecated. This configuration only applies to EMBEDDED (Development) mode. Provide a range of ports to use when building the discovery.zen.ping.unicast.hosts value. Multiple Elasticsearch nodes on a range of ports can act as gossip routers at the same computer. (Automatic Copy)
  18. elasticsearch-connection-configuration-name=Elasticsearch Connections (Automatic Copy)
  19. elasticsearch7-configuration-name=Elasticsearch 7 (Automatic Copy)
  20. embedded-http-port=Embedded HTTP Port (Automatic Copy)
  21. embedded-http-port-help=This configuration is deprecated. This configuration only applies to EMBEDDED (Development) mode. Set the HTTP port of the sidecar Elasticsearch node that is created when Production mode is disabled and Operation Mode is set to EMBEDDED. (Automatic Copy)
  22. http-cors-allow-origin=HTTP CORS Allow Origin (Automatic Copy)
  23. http-cors-allow-origin-help=This configuration only applies to EMBEDDED (Development) mode. Set the origins to allow when HTTP CORS is enabled. (Automatic Copy)
  24. http-cors-configurations=HTTP CORS Configurations (Automatic Copy)
  25. http-cors-configurations-help=This configuration only applies to EMBEDDED (Development) mode. Provide custom settings for HTTP CORS, in YML format (elasticsearch.yml). (Automatic Copy)
  26. http-cors-enabled=HTTP CORS Enabled (Automatic Copy)
  27. http-cors-enabled-help=This configuration only applies to EMBEDDED (Development) mode. If this is checked, cross-origin resource sharing is enabled, which determines whether a browser on another origin can make requests to Elasticsearch. If disabled, web front-end tools like elasticsearch-head may be unable to connect. (Automatic Copy)
  28. http-ssl-enabled=HTTP SSL Enabled (Automatic Copy)
  29. http-ssl-enabled-help=Enable or disable TLS/SSL. (Automatic Copy)
  30. index-name-prefix=Index Name Prefix (Automatic Copy)
  31. index-name-prefix-help=Set the prefix for the search index name. This value should not be changed under normal conditions. If you change this value, you must also reindex the portal and then manually delete the old index using the Elasticsearch administration console. (Automatic Copy)
  32. log-exceptions-only=Log Exceptions Only (Automatic Copy)
  33. log-exceptions-only-help=If this is checked, exceptions from Elasticsearch are caught and logged without being re-thrown. (Automatic Copy)
  34. network-bind-host=Network Bind Host (Automatic Copy)
  35. network-bind-host-help=This configuration only applies to EMBEDDED (Development) mode. Specify the network interface(s) a node should bind to in order to listen for incoming requests. (Automatic Copy)
  36. network-host=Network Host (Automatic Copy)
  37. network-host-addresses=Network Host Addresses (Automatic Copy)
  38. network-host-addresses-help=Set the remote HTTP hosts to connect to. (Automatic Copy)
  39. network-host-help=This configuration only applies to EMBEDDED (Development) mode. Set the hostname or IP address bound to the node, which is used to publish (advertise) the host to other nodes in the cluster. This is a shortcut which sets the bind host and the publish host at the same time. (Automatic Copy)
  40. network-publish-host=Network Publish Host (Automatic Copy)
  41. network-publish-host-help=This configuration only applies to EMBEDDED (Development) mode. Set the single interface the node advertises to other nodes in the cluster, so that those nodes can connect to it. (Automatic Copy)
  42. node-name=Node Name (Automatic Copy)
  43. node-name-help=This configuration only applies to EMBEDDED (Development) mode. Set the name of the node to start. If unset, "liferay" is used. (Automatic Copy)
  44. number-of-index-replicas=Number of Company and System Index Replicas (Automatic Copy)
  45. number-of-index-replicas-help=Set the number of replicas for each Liferay company and system index. If unset, no replicas are used. Changes to this value take effect after a full reindex. (Automatic Copy)
  46. number-of-index-shards=Number of Company and System Index Shards (Automatic Copy)
  47. number-of-index-shards-help=Set the number of shards to use when a Liferay company and system index is created. If unset, a single shard will be used. Changes to this value take effect after a full reindex. (Automatic Copy)
  48. operation-mode=Operation Mode (Automatic Copy)
  49. operation-mode-help=This configuration is deprecated. If Production Mode is enabled, this setting will be ignored. The REMOTE (Production) operation mode connects to a remote standalone Elasticsearch cluster, which can also be achieved by enabling Production mode. The EMBEDDED (Development) operation mode starts a child process running an external sidecar Elasticsearch instance. EMBEDDED operation mode is unsupported. (Automatic Copy)
  50. override-type-mappings=Override Type Mappings (Automatic Copy)
  51. override-type-mappings-help=Set custom mappings to fully replace the default mappings for the LiferayDocumentType, in JSON format (Elasticsearch Put Mapping API). If you set this value, index creation ignores the default mappings definition and any extension points, using this alternative mappings definition instead. Use this if you need LiferayDocumentType to be created with nonstandard mappings for default fields. If you just need to add new custom mappings without overlapping any defaults, use additionalTypeMappings. (Automatic Copy)
  52. password-help=Set the password for authenticating to Elasticsearch if Authentication Enabled is checked. (Automatic Copy)
  53. production-mode-enabled=Production Mode Enabled (Automatic Copy)
  54. production-mode-enabled-help=Enable Production mode. If this is checked, Production mode will be enabled and the Operation Mode configuration will be ignored. Production mode connects to a remote standalone Elasticsearch cluster. If this is unchecked, the Operation Mode configuration will be used. (Automatic Copy)
  55. proxy-host-help=Set the proxy host to be used for the client connection. (Automatic Copy)
  56. proxy-password=Proxy Password (Automatic Copy)
  57. proxy-password-help=Set the password for connecting to the proxy. (Automatic Copy)
  58. proxy-port-help=Set the proxy port to be used for the client connection. (Automatic Copy)
  59. proxy-username=Proxy Username (Automatic Copy)
  60. proxy-username-help=Set the proxy user name to use if connecting through a proxy. (Automatic Copy)
  61. remote-cluster-connection-id=Remote Cluster Connection ID (Automatic Copy)
  62. remote-cluster-connection-id-help=Choose the connection ID of the Elasticsearch connection to use when connecting to the remote cluster. Elasticsearch connections are defined in the Elasticsearch Connections System Settings. If this value is not set then the connection configurations on this page will be used for the remote cluster connection instead. (Automatic Copy)
  63. rest-client-logger-level=REST Client Logger Level (Automatic Copy)
  64. rest-client-logger-level-help=Set the logging level for the Elasticsearch REST client. (Automatic Copy)
  65. sidecar-debug=Sidecar Debug (Automatic Copy)
  66. sidecar-debug-help=Set this to true to enable debug mode for the sidecar process. (Automatic Copy)
  67. sidecar-debug-settings=Sidecar Debug Settings (Automatic Copy)
  68. sidecar-debug-settings-help=Set the JVM options used to debug the sidecar process. (Automatic Copy)
  69. sidecar-heartbeat-interval=Sidecar Heartbeat Interval (Automatic Copy)
  70. sidecar-heartbeat-interval-help=Set the heartbeat interval in milliseconds used to detect the health of the sidecar process. (Automatic Copy)
  71. sidecar-home=Sidecar Home (Automatic Copy)
  72. sidecar-home-help=Set the path of the sidecar base folder used to start the sidecar process. (Automatic Copy)
  73. sidecar-http-port=Sidecar HTTP Port (Automatic Copy)
  74. sidecar-http-port-help=This configuration only applies to sidecar. Set the HTTP port range of the sidecar Elasticsearch node. Set to AUTO to automatically find a port in the 9201-9300 range. If unset, the value of Embedded HTTP port is used. (Automatic Copy)
  75. sidecar-jvm-options=Sidecar JVM Options (Automatic Copy)
  76. sidecar-jvm-options-help=Set the JVM options used by the sidecar process. (Automatic Copy)
  77. sidecar-shutdown-timeout=Sidecar Shutdown Timeout (Automatic Copy)
  78. sidecar-shutdown-timeout-help=Set the time in milliseconds to wait before the sidecar process is forcibly shut down. (Automatic Copy)
  79. track-total-hits=Track Total Hits (Automatic Copy)
  80. track-total-hits-help=Set this to true to accurately count the total number of hits when there are more than 10,000 results for a search. Setting this to true may have an impact on performance when there is a large number of hits for a search. (Automatic Copy)
  81. transport-tcp-port=Transport TCP Port (Automatic Copy)
  82. transport-tcp-port-help=This configuration only applies to EMBEDDED (Development) mode. Specify the port to bind for communication between nodes. Accepts a single value or a range (e.g., 9300-9400). (Automatic Copy)
  83. truststore-password=Truststore Password (Automatic Copy)
  84. truststore-password-help=Set the password to the truststore if HTTP SSL Enabled is checked. (Automatic Copy)
  85. truststore-path=Truststore Path (Automatic Copy)
  86. truststore-path-help=Set the path to the truststore file if HTTP SSL Enabled is checked. (Automatic Copy)
  87. truststore-type=Truststore Type (Automatic Copy)
  88. truststore-type-help=Set the truststore type if HTTP SSL Enabled is checked. (Automatic Copy)
  89. username=Username (Automatic Copy)
  90. username-help=Set the username for authenticating to Elasticsearch if Authentication Enabled is checked. (Automatic Copy)