Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to pass client configuration per request #27

Open
dieterve opened this issue Nov 6, 2015 · 0 comments
Open

Figure out how to pass client configuration per request #27

dieterve opened this issue Nov 6, 2015 · 0 comments

Comments

@dieterve
Copy link
Contributor

dieterve commented Nov 6, 2015

The PHP SDK 2.0 allows several settings to be set per request, see here: https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/_per_request_configuration.html.

We can actually set these already in a Query via $this->setQueryStringParam. However that method name does not represent its full usage anymore. Its not only about query string params, but much more.

Still need to figure out how to do it for document crud requests or other requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant