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

Remove elastic.co related link docs #70

Closed
harold-wang opened this issue Feb 9, 2021 · 2 comments
Closed

Remove elastic.co related link docs #70

harold-wang opened this issue Feb 9, 2021 · 2 comments
Labels
>FORK Related to the fork process :xpack-removal Related to removal of x-pack

Comments

@harold-wang
Copy link
Contributor

Remove elastic.co related link docs in RestHighLevelClient.java and others.

/**
* Asynchronously deletes a document by id using the Delete API.
* See Delete API on elastic.co
* @param deleteRequest the request
* @param options the request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
* @param listener the listener to be notified upon request completion
* @return cancellable that may be used to cancel the request
*/
public final Cancellable deleteAsync(DeleteRequest deleteRequest, RequestOptions options, ActionListener listener) {
return performRequestAsyncAndParseEntity(deleteRequest, RequestConverters::delete, options, DeleteResponse::fromXContent, listener,
Collections.singleton(404));
}

@harold-wang harold-wang self-assigned this Feb 9, 2021
@harold-wang harold-wang added >FORK Related to the fork process :xpack-removal Related to removal of x-pack labels Feb 9, 2021
@harold-wang
Copy link
Contributor Author

The effort to update the Elastic Co URL link will be paused until we new document is available to replace it.

@harold-wang
Copy link
Contributor Author

#586 has the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>FORK Related to the fork process :xpack-removal Related to removal of x-pack
Projects
None yet
Development

No branches or pull requests

1 participant