Home
last modified time | relevance | path

Searched refs:boolean (Results 151 – 175 of 295) sorted by path

12345678910>>...12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc77 $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)
H A DIlmNamespace.asciidoc54 $params['only_managed'] = (boolean) filters the indices included in the response to ones managed by ILM
55 $params['only_errors'] = (boolean) filters the indices included in the response to ones in an ILM error state, implies only_managed
H A DIndicesNamespace.asciidoc90 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
91 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
120 $params['fielddata'] = (boolean) Clear field data
122 $params['query'] = (boolean) Clear query caches
123 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
124 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
126 $params['request'] = (boolean) Clear request cache
159 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
160 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
176 $params['include_type_name'] = (boolean) Whethe
[all...]
H A DIngestNamespace.asciidoc93 $params['verbose'] = (boolean) Verbose mode. Display data output for each processor in executed pipeline (Default = false)
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)
115 $params['acknowledge'] = (boolean) whether the user has acknowledged acknowledge messages (default: false)
H A DMlNamespace.asciidoc92 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
93 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
94 $params['force'] = (boolean) True if the job should be forcefully closed
152 $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
167 $params['force'] = (boolean) True if the datafeed should be forcefully deleted
209 $params['allow_no_forecasts'] = (boolean) Whether to ignore if `_all` matches no forecasts
224 $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
225 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = true)
312 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
316 $params['should_trim_fields'] = (boolean) Optiona
[all...]
H A DNodesNamespace.asciidoc39 $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)
H A DRollupNamespace.asciidoc128 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
129 $params['rest_total_hits_as_int'] = (boolean) Indicates whether hits.total should be rendered as an integer or an object in the rest search response (Default = false)
159 $params['wait_for_completion'] = (boolean) True if the API should block until the job has fully stopped, false if should be executed async. Defaults to false.
H A DSearchableSnapshotsNamespace.asciidoc36 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
37 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
55 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
H A DSecurityNamespace.asciidoc242 $params['owner'] = (boolean) flag to query API keys owned by the currently authenticated user (Default = false)
H A DSnapshotNamespace.asciidoc76 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
93 $params['verify'] = (boolean) Whether to verify the repository after creation
138 $params['ignore_unavailable'] = (boolean) Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown
139 $params['verbose'] = (boolean) Whether to show verbose snapshot info or only show the basic info found in the repository index blob
154 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
170 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
187 $params['ignore_unavailable'] = (boolean) Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown
H A DTasksNamespace.asciidoc52 $params['wait_for_completion'] = (boolean) Wait for the matching tasks to complete (default: false)
H A DTextStructureNamespace.asciidoc36 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
40 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
44 $params['explain'] = (boolean) Whether to include a commentary on how the structure was derived (Default = false)
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.
55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
56 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on transform PUT (Default = false)
72 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
125 $params['force'] = (boolean) Whether to force stop a failed transform or not. Default to false
126 $params['wait_for_completion'] = (boolean) Whether to wait for the transform to fully stop before returning or not. Default to false
128 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
129 $params['wait_for_checkpoint'] = (boolean) Whether to wait for the transform to reach a checkpoint before stopping. Default to false
H A DWatcherNamespace.asciidoc95 $params['debug'] = (boolean) indicates whether the watch should execute in debug mode
123 $params['active'] = (boolean) Specify whether the watch is in/active by default
166 $params['emit_stacktraces'] = (boolean) Emits stack traces of currently running watches
H A DXpackNamespace.asciidoc33 $params['accept_enterprise'] = (boolean) If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc330 * Fixed `ClientBuilder::setSSLVerification()` to accept string or boolean
H A Dsearch-operations.asciidoc186 Let's construct a slightly more complicated example: a boolean query that
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md65 * Deprecated `Elastica\Reindex::WAIT_FOR_COMPLETION_FALSE`, use a boolean as parameter instead by @franmomu [#2070](https://github.com/ruflin/Elastica/pull/2070)
66 * Passing anything else than a boolean as 1st argument to `Reindex::setWaitForCompletion`, pass a boolean instead by @franmomu [#2070](https://github.com/ruflin/Elastica/pull/2070)
215 * Changed the return type of `AbstractUpdateAction::getRefresh` to `boolean|string` [#1791](https://github.com/ruflin/Elastica/pull/1791)
484 - Fix [#1435](https://github.com/ruflin/Elastica/issues/1435) forcing `doc_as_upsert` to be boolean, acording [Elastic doc-update documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update.html#_literal_doc_as_upsert_literal)
516 - In ES6 only [strict type boolean](https://github.com/elastic/elasticsearch/pull/22200) are accepted. [On ES6 docs](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/boolean.html)
518 - [store](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-store.html) field only accepts boolean
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst111 /** @var boolean */
112 public $boolean;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php71 ->boolean($result)
76 ->boolean($result)
81 ->boolean($result)
86 ->boolean($result)
108 ->boolean($result)
113 ->boolean($result)
144 ->boolean($result)
149 ->boolean($result)
154 ->boolean($result)
159 ->boolean($result)
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php69 ->boolean($result->isTransitional())
91 ->boolean($result->isTransitional())
114 ->boolean($result->isTransitional())
161 ->boolean($result)
H A DRepetition.php84 ->boolean($result->isInfinite())
104 ->boolean($result->isInfinite())
141 ->boolean($result->isInfinite())
H A DRule.php67 ->boolean($result->isTransitional())
87 ->boolean($result->isTransitional())
313 ->boolean($oldIsTransitional)
315 ->boolean($rule->isTransitional())
348 ->boolean($oldIsTransitional)
350 ->boolean($result)
H A DToken.php81 ->boolean($result->isKept())
105 ->boolean($result->isKept())
270 ->boolean($result)
288 ->boolean($result)

12345678910>>...12