Home
last modified time | relevance | path

Searched refs:This (Results 376 – 400 of 2369) sorted by last modified time

1...<<11121314151617181920>>...95

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTasksNamespace.asciidoc30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
46 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
62 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DTransformNamespace.asciidoc55 $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)
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)
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)
H A DAsyncSearchNamespace.asciidoc80 $params['batched_reduce_size'] = (number) The number of shard results that should be reduced at once on the coordinating node. This value should be used as the granularity at which progress results will be made available. (Default = 5)
92 $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)
H A DClusterNamespace.asciidoc257 $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)
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)
146 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
248 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
287 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
302 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
430 $params['partition_field_value'] = (string) Specifies the partition to retrieve categories for. This is optional, and should never be used for jobs where per-partition categorization is disabled.
439 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
445 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true)
457 *NOTE:* This AP
[all...]
H A DMonitoringNamespace.asciidoc27 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt73 2. This right may not be invoked in the case of prosecutions genuinely arising from non‐political crimes or from acts contrary to the purposes and principles of the United Nations.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md371 * Changed all factory methods to make use of [late static bindings](http://docs.php.net/manual/en/language.oop5.late-static-bindings.php) by using `static` instead of `self` keyword. This is to increase extendability for classes with factory methods.
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
715 - Remove Elastica\QueryBuilder\DSL\Query "More Like This Field" query is deprecated as of ES 1.4. Use MoreLikeThis query instead.
842 - Add an "AwsAuthV4" transport that automatically signs requests using credentials from the environment or from the client config. This allows using Elastica with Amazon ElasticSearch Service domains that are restricted to IAM roles or policies. [#1056](https://github.com/ruflin/Elastica/pull/1056)
1058 - Make the docker images directly [available](https://hub.docker.com/u/ruflin/) on the docker registry. This speeds up fetching of the images and automates the build of the images.
1832 - Read only feature for cluster and index added. This feature is elasticsearch >0.19.0 only. ES 0.19.0 release is not out yet
1917 - Automatic creation of id for documents added. This was more a bug
H A DREADME.md20 This release is compatible with all Elasticsearch 7.0 releases and onwards.
33 This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc13 This header is used to collect meta data about the versions of the components
31 This is a special setting for the client that enables the port in the
32 Host header. This setting has been introduced to prevent issues with
58 bodies. This allows upgrading from 7.x to 8.x version of Elasticsearch without upgrading
H A Dindex-operations.asciidoc66 This is a more complicated example of creating an index, showing how to define
H A Doverview.asciidoc4 This is the official PHP client for {es}. It is designed to be a low-level
14 but largely it is very barebones. This was intentional; we want a common base
H A Drelease-notes.asciidoc200 `Host` header. This fixes https://github.com/elastic/elasticsearch-php/issues/993[#993].
236 * Fix pre 7.2 endpoint class name with aliases + reapply fix #947. This PR
248 of {es}. This tool is available in `util/GenerateEndpoints.php`.
286 This fixes the BC break introduced in 7.2.0 and 7.2.1.
H A Dsearch-operations.asciidoc50 JSON request body. This makes it very simple to convert JSON examples into PHP.
178 Notice that the `must` clause accepts an array of arrays. This is serialized
187 contains both a filter and a query. This is a very common activity in {es}
245 then used to page over. This window allows consistent paging even if there is
247 `scroll` enabled. This returns a "page" of documents, and a `scroll_id` which is
253 This is an example which can be used as a template for more advanced operations:
H A Dselectors.asciidoc16 This selector returns connections in a round-robin fashion. Node #1 is selected
17 on the first request, Node #2 on the second request, and so on. This ensures an
37 This selector is "sticky", so that it prefers to reuse the same connection
43 This is an ideal strategy for many PHP scripts. Since PHP scripts are
73 This selector returns a random node, regardless of state. It is generally just
H A Dcommunity.asciidoc22 This agnostic package is a lightweight wrapper on top of the {es} PHP client.
55 integration with enterprise level Symfony 2 systems. This bundle is:
80 This bundle provides integration with
114 This is a Laravel (4+) Service Provider for the official {es} low-level client.
151 This helper is a light library which wrap the official client elasticsearch-php.
152 It will help you to manage your ES Indices with no downtime. This helper
H A Dconfig-hash.asciidoc7 This functionality is exposed through the `ClientBuilder::FromConfig()` static
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md100 the parser will automatically add a default "dsn" function. This is added to provide
242 This value can be URL encoded.
246 This value can be URL encoded.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
102 We also provide a code examples generator for PHP using the `util/GenerateDocExamples.php` script. This command parses the `util/alternative_report.spec.json` file produced from this [JSON specification](https://raw.githubusercontent.com/elastic/built-docs/master/raw/en/elasticsearch/reference/master/alternatives_report.json) and it generates the PHP examples for each digest value.
169 To index a document, we need to specify three pieces of information: index, id and a document body. This is done by
209 Let's get the document that we just indexed. This will simply return the document:
284 an array named `hits`. This represents your search results. Inside of `hits` is another array named `hits`, which contains
493 >This library is free software; you can redistribute it and/or
498 >This library is distributed in the hope that it will be useful,
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md6 This is a compatibility release to ensure a smooth upgrade path for those not yet
125 output promise resolves. This was introduced in 42d86b7 (PR #36, released
H A DREADME.md465 etc.) support cancellation. This means, if you call `cancel()` on the returned
504 This can be useful in situations where you need to reject a promise without
643 value of the previous handler. This creates a promise "pipeline".
656 // This handler receives the return value of the
662 // This handler receives the return value of the
668 // This handler receives the return value of the
726 // This is like catch without a rethrow
751 This gives you the opportunity to transform progress events at each step in the
849 This project follows [SemVer](https://semver.org/).
850 This wil
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dclasses.asciidoc5 This is a complete list of namespaces and their associated endpoints.
7 NOTE: This is auto-generated documentation
H A Dinterfaces.asciidoc5 This is a complete list of available interfaces:
H A Dnamespaces.asciidoc5 This is a complete list of available namespaces:

1...<<11121314151617181920>>...95