Home
last modified time | relevance | path

Searched refs:default (Results 251 – 275 of 1338) sorted by last modified time

1...<<11121314151617181920>>...54

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc39 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
H A DAsyncSearchNamespace.asciidoc78 $params['keep_on_completion'] = (boolean) Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false) (Default = false)
83 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
84 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
89 $params['from'] = (number) Starting offset (default: 0)
95 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
99 $params['size'] = (number) Number of hits to return (default: 10)
H A DClusterNamespace.asciidoc45 $params['include_yes_decisions'] = (boolean) Return 'YES' decisions in explanation (default: false)
46 $params['include_disk_info'] = (boolean) Return information about disk usage and shard sizes (default: false)
90 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
105 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
118 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
121 $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = false)
137 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
158 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
202 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
251 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default
[all...]
H A DMlNamespace.asciidoc581 $params['size'] = (int) The default number of documents returned in queries as a string.
783 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
784 $params['allow_no_indices'] = (boolean) Ignore if the source indices expressions resolves to no concrete indices (default: true)
785 $params['ignore_throttled'] = (boolean) Ignore indices that are marked as throttled (default: true)
786 $params['expand_wildcards'] = (enum) Whether source index expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all)
955 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
956 $params['allow_no_indices'] = (boolean) Ignore if the source indices expressions resolves to no concrete indices (default: true)
957 $params['ignore_throttled'] = (boolean) Ignore indices that are marked as throttled (default: true)
958 $params['expand_wildcards'] = (enum) Whether source index expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all)
H A DNodesNamespace.asciidoc37 $params['snapshots'] = (number) Number of samples of thread stacktrace (default: 10)
38 $params['threads'] = (number) Specify the number of threads to provide information for (default: 3)
39 $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)
40 $params['type'] = (enum) The type to sample (default: cpu) (Options = cpu,wait,block)
H A DSnapshotNamespace.asciidoc154 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
H A DXpackNamespace.asciidoc33 $params['accept_enterprise'] = (boolean) If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
H A DDataFrameTransformDeprecatedNamespace.asciidoc40 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
H A DIndicesNamespace.asciidoc121 $params['fields'] = (list) A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)
218 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
219 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
220 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
250 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
294 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
295 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
296 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
297 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
298 $params['flat_settings'] = (boolean) Return settings in flat format (default
[all...]
H A DLicenseNamespace.asciidoc49 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
50 $params['accept_enterprise'] = (boolean) If the active license is an enterprise license, return type as 'enterprise' (default: false)
87 $params['acknowledge'] = (boolean) whether the user has acknowledged acknowledge messages (default: false)
101 $params['acknowledge'] = (boolean) whether the user has acknowledged acknowledge messages (default: false)
114 $params['type'] = (string) The type of trial license to generate (default: "trial")
115 $params['acknowledge'] = (boolean) whether the user has acknowledged acknowledge messages (default: false)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md34 * Changed `Elastica\Index\Settings::get` adding ability to get default settings by @krasilnikovm [#2115](https://github.com/ruflin/Elastica/pull/2115)
156 * Using default Elasticsearch images for testing instead of OSS https://github.com/ruflin/Elastica/pull/1954
187 * Added a default value to `Elastica\Aggregation\Range::setKeyed()` and `Elastica\Aggregation\PercentilesBucket::setKeyed()` [#1876](https://github.com/ruflin/Elastica/pull/1876)
336 * Launched local tests with PHP 7.2 by default [#1725](https://github.com/ruflin/Elastica/pull/1725)
368 * `Elastica\Search->search()` and `Elastica\Search->count()` use request method `POST` by default. Same for `Elastica\Index`, `Elastica\Type\AbstractType`, `Elastica\Type`.
529 - Disable [_all](https://github.com/elastic/elasticsearch/pull/22144) by default, disallow configuring _all on 6.0+ indices [#1365](https://github.com/ruflin/Elastica/pull/1365)
617 - skip sending "retry_on_conflict=0" default query param to improve compatibility with Amazon Elasticsearch [#1047](https://github.com/ruflin/Elastica/pull/1047)
729 - Remove groovy as default scripting language
747 - Implemented painless as default scripting language in tests
749 - Updated some Script function to use groovy as now default scriptin
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc4 By default, the client sends some meta data about the HTTP connection using
12 The client sends a `x-elastic-client-meta` header by default.
17 `a` is asyncronouts (`0=false` by default) and `cu=cURL`.
35 By default the port number is not included in the Host header.
H A Drelease-notes.asciidoc201 By default the `port` is not included in the `Host` header.
H A Dselectors.asciidoc21 The `RoundRobinSelector` is default but if you wish to explicitly configure it
49 By default, this selector randomizes the hosts upon initialization which still
55 nodes in your cluster. When using future mode, the default `RoundRobinSelector`
H A Dconnecting.asciidoc216 client, you're all set! The compatibility mode is enabled by default.
416 built an index with some default settings. Delete that index and specify your
H A Dconnection-pool.asciidoc31 ==== staticNoPingConnectionPool (default)
234 For this reason the default connection pool is currently the
235 `staticNoPingConnectionPool`. You can, of course, change this default - but we
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md77 $func = DsnParser::parseFunc('failover(sendgrid://KEY@default smtp://127.0.0.1)');
80 echo $func->first()->getHost(); // "default"
100 the parser will automatically add a default "dsn" function. This is added to provide
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php186 * Missing keys will use the default for that setting if applicable
188 * Unknown keys will throw an exception by default, but this can be silenced
221 * Get the default handler
233 $default = new CurlHandler($singleParams); variable in Elasticsearch\\ClientBuilder
236 $default = new CurlMultiHandler($config); variable in Elasticsearch\\ClientBuilder
242 return $future ? Middleware::wrapFuture($default, $future) : $default; variable in Elasticsearch\\ClientBuilder
286 * Set the connection pool (default is StaticNoPingConnectionPool)
343 * Set the HTTP handler (cURL is default)
486 * Set number or retries (default i
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+7.x.yml9 default: refs/heads/7.x
H A Delastic+elasticsearch-php+master.yml9 default: refs/heads/master
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md371 Due to the dynamic nature of Elasticsearch, the first document we added automatically built an index with some default settings. Let's delete that index because we want to specify our own settings later:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc121 Get the default handler
173 Set the connection pool (default is StaticNoPingConnectionPool)
225 Set the HTTP handler (cURL is default)
342 Set number or retries (default is equal to number of nodes)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php106 private function isSslRequired(Connection $conn, bool $default = false): bool argument
110 : $default;
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php8 * A function with one or more arguments. The default function is called "dsn".
61 * @param mixed|null $default
65 public function getParameter(string $key, $default = null) argument
67 return \array_key_exists($key, $this->parameters) ? $this->parameters[$key] : $default;
/plugin/achart/assets/
H A Dapexcharts.css8 /* scrollbar is not visible by default for legend, hence forcing the visibility */
42 cursor: default;
602 cursor: default;

1...<<11121314151617181920>>...54