-
Notifications
You must be signed in to change notification settings - Fork 252
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
getFieldMapping error when several fields #166
Labels
Area: Specification
Related to the API spec used to generate client code
Comments
I also reproduced this issue with the following code:
|
swallez
added
the
Area: Specification
Related to the API spec used to generate client code
label
Jun 22, 2022
swallez
added a commit
to elastic/elasticsearch-specification
that referenced
this issue
Jun 28, 2022
* Fix MultiTermsRequest - elastic/elasticsearch-java#160 * TypeFieldMappings is a multi-key dictionary - elastic/elasticsearch-java#166 * Fix TranslateSqlResponse - elastic/elasticsearch-java#167 * Token filter properties are generally optional - elastic/elasticsearch-java#199 * Fix typo in IndexSettings.mapping and allow extended settings - elastic/elasticsearch-java#295 * ShardRecovery.stop_time_in_millis is optional - elastic/elasticsearch-java#202
swallez
added a commit
to elastic/elasticsearch-specification
that referenced
this issue
Jun 28, 2022
* Fix MultiTermsRequest - elastic/elasticsearch-java#160 * TypeFieldMappings is a multi-key dictionary - elastic/elasticsearch-java#166 * Fix TranslateSqlResponse - elastic/elasticsearch-java#167 * Token filter properties are generally optional - elastic/elasticsearch-java#199 * Fix typo in IndexSettings.mapping and allow extended settings - elastic/elasticsearch-java#295 * ShardRecovery.stop_time_in_millis is optional - elastic/elasticsearch-java#202
swallez
added a commit
to elastic/elasticsearch-specification
that referenced
this issue
Jun 28, 2022
* Fix MultiTermsRequest - elastic/elasticsearch-java#160 * TypeFieldMappings is a multi-key dictionary - elastic/elasticsearch-java#166 * Fix TranslateSqlResponse - elastic/elasticsearch-java#167 * Token filter properties are generally optional - elastic/elasticsearch-java#199 * Fix typo in IndexSettings.mapping and allow extended settings - elastic/elasticsearch-java#295 * ShardRecovery.stop_time_in_millis is optional - elastic/elasticsearch-java#202
Ok, i can check it but what version should i use ? 7.15.5 ?
Le mer. 13 juil. 2022 à 12:56, Allan Poola ***@***.***> a
écrit :
… can you verify, that before mentioned error is really fixed?
—
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHIZTNB5OTKEBN5TVDGES3VT2OE7ANCNFSM5O675D6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This will be released in versions 8.4.0 and 7.17.6. In the meantime, it is already available in |
Ok, great, i will check tomorrow or more reasonably friday and i will tell
you then
Le mer. 13 juil. 2022 à 17:49, Sylvain Wallez ***@***.***> a
écrit :
… This will be released in versions 8.4.0 and 7.17.6. In the meantime, it is
already available in 7.17.6-SNAPSHOT from the snapshot repository at
https://snapshots.elastic.co/maven/
—
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHIZTJR7UCXZPEI5HEGZTLVT3QRDANCNFSM5O675D6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It's ok for me, error is fixed 👍
Merci
Le mer. 13 juil. 2022 à 18:34, Olivier Rousselot <
***@***.***> a écrit :
… Ok, great, i will check tomorrow or more reasonably friday and i will tell
you then
Le mer. 13 juil. 2022 à 17:49, Sylvain Wallez ***@***.***>
a écrit :
> This will be released in versions 8.4.0 and 7.17.6. In the meantime, it
> is already available in 7.17.6-SNAPSHOT from the snapshot repository at
> https://snapshots.elastic.co/maven/
>
> —
> Reply to this email directly, view it on GitHub
> <#166 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ADHIZTJR7UCXZPEI5HEGZTLVT3QRDANCNFSM5O675D6Q>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
how long it usually takes to get released package from Maven repository? Still waiting 7.17.6 to be released via mvn... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(ElasticSearch java client 7.17.0)
When asking for several fields mapping at once with new Java client API
GetFieldMappingResponse response = client.indices().getFieldMapping(g -> g.index("dt_xdf_wet_tropo_pre").fields("id", "uri"));
get following exception :
`co.elastic.clients.json.UnexpectedJsonEventException: Unexpected JSON event 'KEY_NAME' instead of 'END_OBJECT'
`
With only one field, it is ok
The text was updated successfully, but these errors were encountered: