Home
last modified time | relevance | path

Searched refs:to (Results 801 – 825 of 4331) sorted by last modified time

1...<<31323334353637383940>>...174

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc7 The client gives you full access to every query and parameter exposed by the
49 Notice how the structure and layout of the PHP array is identical to that of the
50 JSON request body. This makes it very simple to convert JSON examples into PHP.
51 A quick method to check your PHP array (for more complex examples) is to encode
52 it back to JSON and check it:
77 Sometimes it is convenient to use raw JSON for testing purposes, or when
180 identical to the curl example. For more details about arrays and objects in PHP,
239 The scrolling functionality of {es} is used to paginate over many documents in a
240 bulk manner, such as exporting all the documents belonging to
[all...]
H A Dselectors.asciidoc5 should transition from alive to dead (and vice versa). It has no logic to choose
6 connections, however. That job belongs to the selector class.
8 The job of a selector is to return a single connection from a provided array of
9 connections. Like the connection pool, there are several implementations to
19 per-request basis (for example sequential requests go to different nodes).
21 The `RoundRobinSelector` is default but if you wish to explicitly configure it
31 Note that the implementation is specified via a namespace path to the class.
37 This selector is "sticky", so that it prefers to reuse the same connection
39 continue to b
[all...]
H A Dcommunity.asciidoc10 Introducing {es} DSL library to provide objective query builder for {es} bundle
12 it to an array.
23 Its main goal is to allow for easier structuring of queries and indices in your
24 application. It does not want to hide or replace functionality of the {es} PHP
36 for PHP. Deliberately built to be as simple as possible, easily usable and with
54 {es} Bundle was created in order to serve the need for professional {es}
63 - Provides nestable and DSL query builder to be executed by type repository
100 {es} Connector is a set of modules designed to build a full {es} eco system in
125 An easy way to use the official {es} client in your Laravel applications.
152 It will help you to manag
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpstan.neon6 - '#Call to static method performRequest\(\) on trait#'
9 - '#Call to method getCode\(\) on an unknown class JsonException#'
H A DREADME.md8 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in PHP; because of this it tries to be opinion-free and very extendable.
10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
15 These APIs are related to:
58 - One-to-one mapping with REST API and other language clients
61 - Load balancing (with pluggable selection strategy) across all available nodes. Defaults to round-robin
62 - Pluggable connection pools to offer different connection strategies
64 - Option to use asynchronous future, which enables parallel execution of curl requests to multiple nodes
100 [Full documentation can be found here.](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fi
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is furnished
8 to do so, subject to the following conditions:
H A DREADME.md8 Parse DSN strings into value objects to make them easier to use, pass around and
32 A DSN is a string used to configure many services. A common DSN may look like a
100 the parser will automatically add a default "dsn" function. This is added to provide
103 The string `redis://127.0.0.1` will automatically be converted to `dsn(redis://127.0.0.1)`
123 If you try to parse an invalid DSN string a `InvalidDsnException` will be thrown.
172 The current DSN is valid, but it is up to the consumer to make sure both host1 and
234 "Normal" URL path according to RFC3986 section 3.3.
238 "Normal" URL query according to RFC398
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+7.x.yml10 description: the Git branch specifier to build (&lt;branchName&gt;, &lt;tagName&gt;,
H A Delastic+elasticsearch-php+master.yml10 description: the Git branch specifier to build (&lt;branchName&gt;, &lt;tagName&gt;,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc67 Can supply first parm to Client::__construct() when invoking manually or with dependency injection
80 Can supply second parm to Client::__construct() when invoking manually or with dependency injection
93 Can supply third parm to Client::__construct() when invoking manually or with dependency injection
107 should correspond to the method name e.g. ['connectionPool']
108 corresponds to setConnectionPool().
316 Set Elastic Cloud ID to connect to Elastic Cloud
342 Set number or retries (default is equal to number of nodes)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc76 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
81 $params['request_cache'] = (boolean) Specify if request cache should be used for this request or not, defaults to true
82 $params['analyzer'] = (string) The analyzer to use for the query string
85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
86 $params['explain'] = (boolean) Specify whether to return detailed information about score computation as part of a hit
87 $params['stored_fields'] = (list) A comma-separated list of stored fields to return as part of a hit
88 $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
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)
93 $params['expand_wildcards'] = (enum) Whether to expan
[all...]
H A DClusterNamespace.asciidoc47 $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain the first unassigned shard'
62 $params['master_timeout'] = (time) Specify timeout for connection to master
75 $params['wait_for_removal'] = (boolean) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. (Default = true)
89 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
104 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
119 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
121 $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = false)
134 $params['index'] = (list) Limit the information returned to a specific index
135 $params['expand_wildcards'] = (enum) Whether to expan
[all...]
H A DDanglingIndicesNamespace.asciidoc34 $params['accept_data_loss'] = (boolean) Must be set to true in order to delete the dangling index
36 $params['master_timeout'] = (time) Specify timeout for connection to master
50 $params['accept_data_loss'] = (boolean) Must be set to true in order to import the dangling index
52 $params['master_timeout'] = (time) Specify timeout for connection to master
H A DMlNamespace.asciidoc91 $params['job_id'] = (string) The name of the job to close
92 $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)
95 $params['timeout'] = (time) Controls the time to wait until a job has closed. Default to 30 minutes
109 $params['calendar_id'] = (string) The ID of the calendar to delete
122 $params['calendar_id'] = (string) The ID of the calendar to modify
123 $params['event_id'] = (string) The ID of the event to remove from the calendar
136 $params['calendar_id'] = (string) The ID of the calendar to modify
137 $params['job_id'] = (string) The ID of the job to remov
[all...]
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
38 $params['threads'] = (number) Specify the number of threads to provide information for (default: 3)
40 $params['type'] = (enum) The type to sample (default: cpu) (Options = cpu,wait,block)
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to ge
[all...]
H A DSnapshotNamespace.asciidoc42 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
57 $params['snapshot'] = (string) The name of the snapshot to clone from
58 $params['target_snapshot'] = (string) The name of the cloned snapshot to create
59 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
75 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
91 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
93 $params['verify'] = (boolean) Whether to verify the repository after creation
109 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
122 $params['repository'] = (list) Name of the snapshot repository to unregister. Wildcard (`*`) patterns are supported.
137 $params['master_timeout'] = (time) Explicit operation timeout for connection to maste
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/vi/
H A Dvi.txt17 Nhân dân các nước thành viên Liên Hợp Quốc trong bản Hiến chương đã một lần nữa khẳng định niềm tin của mình vào những quyền cơ bản của con người, vào nhân phẩm, vào giá trị của mỗi người, vào quyền bình đẳng nam nữ, và đã bầy tỏ quyết tâm thúc đẩy tiến bộ xã hội cũng như xây dựng các điều kiện sống tốt hơn, tự do hơn.
98 Mọi người đều có quyền tự do ngôn luận và bầy tỏ quan điểm; kể cả tự do bảo lưu ý kiến không phụ thuộc vào bất cứ sự can thiệp nào, cũng như tự do tìm kiếm, thu nhận, tryền bá thông tin và ý kiến bằng bất cứ phương tiện thông tin đại chúng nào và không giới hạn về biên giới.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/yo/
H A Dyo.txt
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
53 You can then pick one of the implementations of the interface to get a logger.
55 If you want to implement the interface, you can require this package and
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md6 This is a compatibility release to ensure a smooth upgrade path for those not yet
7 on Promise v3. We encourage upgrading to the latest version when possible, as
48 update to PHPUnit 9, and add full core team to the license.
69 * Improve documentation and add docblocks to functions and interfaces.
72 * Add `.gitattributes` to exclude dev files from exports.
82 * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
93 to resolve
[all...]
H A DLICENSE5 Permission is hereby granted, free of charge, to any person
7 files (the "Software"), to deal in the Software without
8 restriction, including without limitation the rights to use,
10 copies of the Software, and to permit persons to whom the
11 Software is furnished to do so, subject to the following
H A DREADME.md47 * [How to use Deferred](#how-to-use-deferred)
118 Returns the promise of the deferred, which you can hand out to others while
119 keeping the authority to modify its state to yourself.
131 If `$value` itself is a promise, the promise will transition to the state of
156 Triggers progress notifications, to indicate to consumers that the computation
186 Transforms a promise's value by applying a function to the promise's fulfillment
198 wants) to indicat
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DLICENSE.txt5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
H A DREADME.md13 If you have questions, don't hesitate to ask them on [Stack Overflow](http://stackoverflow.com/questions/tagged/elastica) and add the Tag "Elastica" or
15 All library issues should go to the [issue tracker from GitHub](https://github.com/ruflin/Elastica/issues).
28 For details on how to contribute, check the [CONTRIBUTING](https://github.com/ruflin/Elastica/blob/master/CONTRIBUTING.md) file.
33 This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x.
34 It is generally recommended to use the latest point release of the relevant branch.

1...<<31323334353637383940>>...174