You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
On Thu, Jan 30, 2020 at 11:47 AM Luiz Henrique Pegoraro < ***@***.***> wrote:
My code is this.
JestResult response = esClient.execute(
new Index.Builder(source).index(index)
.setParameter("routing", routing)
.build());
response.getJsonString();
This is the error on the last line. Maybe an version thing on the 7.5.1?
Result: {"error":"Incorrect HTTP method for uri
[/tweets?routing=someUser1] and method [POST], allowed: [GET, PUT, HEAD,
DELETE]","status":405}, isSucceeded: false, response code: 405, error
message: "Incorrect HTTP method for uri [/audit-trail?routing=001] and
method [POST], allowed: [GET, PUT, HEAD, DELETE]"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#669?email_source=notifications&email_token=AGRZIKBATSBRR2CVH3AQ5Q3RAMOEBA5CNFSM4KN3AFEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IJ5RVAA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGRZIKGSFIMRW7EZLSLVBQLRAMOEBANCNFSM4KN3AFEA>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My code is this.
This is the error on the last line. Maybe an version thing on the 7.5.1?
Result: {"error":"Incorrect HTTP method for uri [/tweets?routing=someUser1] and method [POST], allowed: [GET, PUT, HEAD, DELETE]","status":405}, isSucceeded: false, response code: 405, error message: "Incorrect HTTP method for uri [/tweets?routing=someUser1] and method [POST], allowed: [GET, PUT, HEAD, DELETE]"
The text was updated successfully, but these errors were encountered: