- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 268 for sata (0.03 sec)
-
FessLabels.java
L1466: /** The key of the message: Crawl end time (Data store) */ L1467: public static final String LABELS_crawling_info_DataCrawlEndTime = "{labels.crawling_info_DataCrawlEndTime}"; L1468: L1469: /** The key of the message: Indexing exec time (Data store) */ L1470: public static final String LABELS_crawling_info_DataIndexExecTime = "{labels.crawling_info_DataIndexExecTime}"; L1471: L1472: /** The key of the message: Index size (Data store) */ L1473: public static final String LABELS...github.com/codelibs/fess/src/main/java/org/code...Fri Mar 22 11:58:34 UTC 2024 146.4K bytes -
CrawlJob.java
} L134: } else { L135: for (final String id : fileConfigIds) { L136: resultBuf.append(' ').append(id); L137: } L138: resultBuf.append('\n'); L139: } L140: resultBuf.append("Data Config Id:"); L141: if (dataConfigIds == null) { L142: if (runAll) { L143: resultBuf.append(" ALL\n"); L144: } else { L145: resultBuf.append(" NONE\n"); L146: } L147: } else...github.com/codelibs/fess/src/main/java/org/code...Sun Jun 23 04:13:47 UTC 2024 15.1K bytes -
CHANGELOG-1.17.md
sandbox for pods with RestartPolicyOnFailure after all containers succeeded ([#92614](https://github.com/kubernetes/kubernetes/pull/92614), [@tnqn](https://github.com/tnqn)) [SIG Node and Testing] L542:- New Azure instance types do now have correct max data disk count information. ([#94340](https://github.com/kubernetes/kubernetes/pull/94340), [@ialidzhikov](https://github.com/ialidzhikov)) [SIG Cloud Provider and Storage] L543: L544:### Other (Cleanup or Flake) L545: L546:- In GKE alpha clusters it will...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Jan 28 10:44:33 UTC 2021 346.2K bytes -
esclient.xml
isting_shards_allocator.batch_enabled":"true", L11: <!-- L12: "node.name":"search_engine", L13: "discovery.seed_hosts":"search_engine", L14: "cluster.initial_cluster_manager_nodes":"search_engine", L15: "node.roles":"cluster_manager,data,ingest,ml", L16: --> L17: "indices.breaker.total.limit":"100%", L18: "action.auto_create_index":"-*"} L19: </property> L20: <!-- Dictionaries --> L21: <postConstruct name="addConfigFile"> L22: <arg>"fess"</arg> L23: <arg>"mapping.txt"</arg>...github.com/codelibs/fess/src/main/resources/esc...Mon Oct 21 12:20:52 UTC 2024 16K bytes -
CHANGELOG-1.4.md
com/kubernetes/kubernetes/pull/29006), [@jsafrane](https://github.com/jsafrane)) L1211:* Allow setting permission mode bits on secrets, configmaps and downwardAPI files ([#28936](https://github.com/kubernetes/kubernetes/pull/28936), [@rata](https://github.com/rata)) L1212:* Skip safe to detach check if node API object no longer exists ([#30737](https://github.com/kubernetes/kubernetes/pull/30737), [@saad-ali](https://github.com/saad-ali)) L1213:* The Kubelet now supports the `--require-kubeconfig`...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Dec 24 02:28:26 UTC 2020 133.5K bytes -
CHANGELOG-1.27.md
. All plugins must be updated to `v1alpha2` in order to function properly. ([#116558](https://github.com/kubernetes/kubernetes/pull/116558), [@klueska](https://github.com/klueska)) L2472:- The API server now re-uses data encryption keys while the kms v2 plugin key ID is stable. Data encryption keys are still randomly generated on server start but an atomic counter is used to prevent nonce collisions. ([#116155](https://github.com/kubernetes/kubernetes/pull/116155), [@enj](https://github.com/enj))...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Wed Jul 17 07:48:22 UTC 2024 466.3K bytes -
DataConfig.java
@Override L114: public String getIndexingTarget(final String input) { L115: // always return true L116: return Constants.TRUE; L117: } L118: L119: @Override L120: public String getConfigId() { L121: return ConfigType.DATA.getConfigId(getId()); L122: } L123: L124: public Map<String, String> getHandlerParameterMap() { L125: if (handlerParameterMap == null) { L126: handlerParameterMap = ParameterUtil.parse(getHandlerParameter()); L127: }...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 18.5K bytes -
CHANGELOG-1.13.md
L95: - [Deprecations](#deprecations) L96: - [Major Themes](#major-themes) L97: - [SIG API Machinery](#sig-api-machinery) L98: - [SIG Auth](#sig-auth) L99: - [SIG AWS](#sig-aws) L100: - [SIG Azure](#sig-azure) L101: - [SIG Big Data](#sig-big-data) L102: - [SIG CLI](#sig-cli) L103: - [SIG Cloud Provider](#sig-cloud-provider) L104: - [SIG Cluster Lifecycle](#sig-cluster-lifecycle) L105: - [SIG IBM Cloud](#sig-ibm-cloud) L106: - [SIG Multicluster](#sig-multicluster) L107:...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 273.1K bytes -
clipboard.min.js
n(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach(function(t){n=n&&!!document.queryCommandSupported(t)}),n}}]),o}();function s(t,e){var n="data-clipboard-"+t;if(e.hasAttribute(n))return e.getAttribute(n)}t.exports=l},function(t,e,n){"use strict";var o,r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&...github.com/codelibs/fess/src/main/webapp/js/cli...Sat May 28 04:16:16 UTC 2022 10.5K bytes -
CHANGELOG-1.15.md
around core Kubernetes APIs L1010: L1011:#### CustomResourceDefinitions Pruning L1012:To enforce both data consistency and security, Kubernetes performs pruning, or the automatic removal of unknown fields in objects sent to a Kubernetes API. An "unknown" field is one that is not specified in the OpenAPI validation schema. This behavior is already in place for native resources and ensures only data structures specified by the CRD developer are persisted to etcd. It will be available as a beta feature...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 278.9K bytes