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
The termvectors API allows to switch of many fields in the response, like "field_statistics" or "term_statistics" and many others.
But the parser in the client still assumes that all fields are available, which leads to runtime errors.
How can one reproduce the bug?
Make a _termvectors call with the java-client.
What is the expected behavior?
No error should appear and the optional fields shall be null.
What is your host/environment?
Linux
Do you have any screenshots?
no
Do you have any additional context?
no
The text was updated successfully, but these errors were encountered:
What is the bug?
The termvectors API allows to switch of many fields in the response, like "field_statistics" or "term_statistics" and many others.
But the parser in the client still assumes that all fields are available, which leads to runtime errors.
How can one reproduce the bug?
Make a _termvectors call with the java-client.
What is the expected behavior?
No error should appear and the optional fields shall be null.
What is your host/environment?
Linux
Do you have any screenshots?
no
Do you have any additional context?
no
The text was updated successfully, but these errors were encountered: