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

Add units & functionals test on composite aggregation #1

Closed

Conversation

itkg-ppottie
Copy link

No description provided.

vinzlj and others added 7 commits May 7, 2020 10:27
Update changelog accordingly.
I added   auth_type option to resolve the problem of duplicate requests in [1789 issue](ruflin#1789 "1789 issue")
```php
        'auth_type' => null //basic, digest, gssnegotiate, ntlm
```
Ref ruflin#1475 

Currently, `AbstractUpdateAction::setRefresh` only accepts boolean values: 
- `true` - to perform an immediate refresh
- `false` - to not refresh at all

The [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-refresh.html), however, strongly suggests the usage of `wait_for` option to ensure a good cluster performance while doing the refresh operation. But the problem is that `wait_for` is of type `string`; thus, we cannot pass it as an argument to the method.

This modifies `AbstractUpdateAction::setRefresh` so that arguments of type `string` such as `wait_for` can also be passed to the method. Additionally, the return type of its getter counterpart, `AbstractUpdateAction::getRefresh`, has also been modified to mirror the accepted types of the setter.
@itkg-ppottie itkg-ppottie force-pushed the add-composite branch 2 times, most recently from b4c5cb2 to 542c9af Compare October 1, 2020 12:32
@itkg-ppottie
Copy link
Author

ruflin#1804

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

Successfully merging this pull request may close these issues.

7 participants