Home
last modified time | relevance | path

Searched refs:elastic (Results 1 – 25 of 38) sorted by relevance

12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc36 https://github.com/elastic/elasticsearch-php/commit/995f6d4bde7de76004e95d7a434b1d59da7a7e75[995f6d4]
44 https://github.com/elastic/elasticsearch-php/pull/1154[#1154]
46 https://github.com/elastic/elasticsearch-php/pull/1134[#1134]
48 https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1[5867351]
50 https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a[651c57b]
58 https://github.com/elastic/elasticsearch-php/pull/1126[#1126]
66 https://github.com/elastic/elasticsearch-php/pull/1143[#1143]
68 https://github.com/elastic/elasticsearch-php/pull/1142[#1142]
70 https://github.com/elastic/elasticsearch-php/pull/1129[#1129]
72 https://github.com/elastic/elasticsearc
[all...]
H A Dhttp-meta-data.asciidoc12 The client sends a `x-elastic-client-meta` header by default.
14 used by the client. For instance, a value of `x-elastic-client-meta` can be
33 HTTP proxy layers (see issue https://github.com/elastic/elasticsearch-php/issues/993[#993]).
H A Dbreaking-changes.asciidoc32 https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0[this]
39 possible. See PR https://github.com/elastic/elasticsearch-php/pull/897[#897].
H A Dexperimental-beta-apis.asciidoc27 - https://www.elastic.co/guide/en/elasticsearch/reference/7.4/search-rank-eval.html[Ranking Evaluation]
38 - https://www.elastic.co/guide/en/elasticsearch/painless/7.4/painless-execute-api.html[Painless Execute]
H A Dhelpers.asciidoc19 https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#paginate-search-results[pagination].
55 https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#paginate-search-results[pagination].
H A Dhost-config.asciidoc81 // This is effectively equal to: "https://username:password!#$?*abc@foo.com:9200/elastic"
86 'path' => '/elastic',
H A Dper-request-configuration.asciidoc13 https://www.elastic.co/guide/en/elasticsearch/reference/7.4/logging.html#deprecation-logging[deprecation logs],
15 https://www.elastic.co/guide/en/elasticsearch/reference/7.4/index-modules-slowlog.html#_identifying_search_slow_log_origin[identifying search slow log origin]
17 https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html#_identifying_running_tasks[identifying running tasks].
H A Dcommunity.asciidoc154 https://www.elastic.co/guide/en/elasticsearch/guide/current/index-aliases.html[official documentation]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md4 [#1126](https://github.com/elastic/elasticsearch-php/pull/1126)
8 [#1143](https://github.com/elastic/elasticsearch-php/pull/1143)
10 [#1142](https://github.com/elastic/elasticsearch-php/pull/1142)
12 [#1129](https://github.com/elastic/elasticsearch-php/pull/1129)
14 [9e05c81](https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64)
16 [038b5dd](https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d)
21 [136d5b9](https://github.com/elastic/elasticsearch-php/commit/136d5b9717b3806c6b34ef8a5076bfe7cee8b46e)
23 [0d81be1](https://github.com/elastic/elasticsearch-php/commit/0d81be131bfc7eff6ef82468e61c16077a892aab)
25 [f69d96f](https://github.com/elastic/elasticsearch-php/commit/f69d96fc283580177002b4088c279c3d0c07befe)
31 [#1089](https://github.com/elastic/elasticsearc
[all...]
H A DBREAKING_CHANGES.md16 APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0)
20 [#897](https://github.com/elastic/elasticsearch-php/pull/897)
24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
28 - [Search Templates]: PutTemplate endpoint has been removed (see [Elasticsearch Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_60_scripting_changes.html#_stored_search_template_apis_removed)),
31 - [#674](https://github.com/elastic/elasticsearch-php/pull/674) `ClientBuilder::defaultLogger()` method was removed. It is recommended to [create the logger object manually](https://github.com/elastic/elasticsearch-php/blob/master/docs/configuration.asciidoc#enabling-the-logger).
H A DREADME.md1 <img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"/>
6 [![Build status](https://github.com/elastic/elasticsearch-php/workflows/PHP%20test/badge.svg)](https://github.com/elastic/elasticsearch-php/actions) [![Latest Stable Version](https://poser.pugx.org/elasticsearch/elasticsearch/v/stable)](https://packagist.org/packages/elasticsearch/elasticsearch) [![Total Downloads](https://poser.pugx.org/elasticsearch/elasticsearch/downloads)](https://packagist.org/packages/elasticsearch/elasticsearch)
12 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.
14 Starting from version `7.7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is/open-x-pack) of Elasticsearch.
17 - [Cross-cluster replication](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-apis.html)
18 - [Graph explorer](https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html)
19 - [Info](https://www.elastic
[all...]
/plugin/elasticsearch/
H A Ddocker-compose.yml11 - elastic
17 - elastic
23 elastic:
H A Dstyle.less20 dd.elastic-resultmeta {
H A Dcomposer.lock14 "url": "git@github.com:elastic/elasticsearch-php.git",
19 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/c078ccb082f4cdfb3ef81971a8ca6afb9844d6ce",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml3 name: elastic+elasticsearch-php+pull-request
4 display-name: 'elastic / elasticsearch-php # pull-request'
15 - elastic
H A Delastic+elasticsearch-php+7.x.yml3 name: elastic+elasticsearch-php+7.x
4 display-name: 'elastic / elasticsearch-php # 7.x'
H A Delastic+elasticsearch-php+master.yml3 name: elastic+elasticsearch-php+master
4 display-name: 'elastic / elasticsearch-php # master'
H A Ddefaults.yml17 url: https://github.com/elastic/elasticsearch-php/
29 url: https://github.com/elastic/elasticsearch-php.git
71 recipients: build-lang-clients@elastic.co
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-repository.sh27 --tag elastic/elasticsearch-php \
46 elastic/elasticsearch-ph
H A Drun-elasticsearch.sh73 docker pull docker.elastic.co/elasticsearch/"$elasticsearch_container" && break
116 docker.elastic.co/elasticsearch/"$elasticsearch_container";
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md192 * Added `if_seq_no` / `if_primary_term` to replace `version` for [optimistic concurrency control](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/optimistic-concurrency-control.html) [#1803](https://github.com/ruflin/Elastica/pull/1803)
239 * Deprecated `version`/`version_type` options [(deprecated in `6.7.0`)](https://www.elastic.co/guide/en/elasticsearch/reference/6.8/docs-update.html) and added `if_seq_no` / `if_primary_term` that replaced it
361 * Replaced [params._agg](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_replaced_literal_params__agg_literal_with_literal_state_literal_context_variable_in_scripted_metric_aggregations) with state context variable in scripted metric aggregations
362 * [Camel Case](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_camel_case_and_underscore_parameters_deprecated_in_6_x_have_been_removed) and underscore parameters deprecated in 6.x have been removed
363 * The parameter [fields](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_the_parameter_literal_fields_literal_deprecated_in_6_x_has_been_removed_from_bulk_request) deprecated in 6.x has been removed from Bulk requestedit and Update request.
364 * The [_parent](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-parent-field.html) field has been removed in favour of the join field.
365 * hits.total is now an object in the search response [hits.total](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_literal_hits_total_literal_is_now_an_object_in_the_search_response)
377 * Properly handle underscore prefixes in options and bulk request metadata ([cf upstream](https://github.com/elastic/elasticsearch/issues/26886). [#1621](https://github.com/ruflin/Elastica/pull/1621)
408 * The preferred type name is [_doc](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/removal-of-types.html), so that index APIs have the same path as they will have in 7.0
411 * The preferred type name is [_doc](https://www.elastic
[all...]
H A DREADME.md33 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/.ci/functions/
H A Dimports.sh29 export elasticsearch_url=https://elastic:${elastic_password}@${es_node_name}:9200
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc420 Set or disable the x-elastic-client-meta header
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2elastic(opts,t,d){return opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}fu… function

12