-
Notifications
You must be signed in to change notification settings - Fork 190
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
[BUG] Missing options in Multisearch request item body #506
Labels
bug
Something isn't working
Comments
Thank you for this!!! |
Mstrutov
pushed a commit
to Mstrutov/opensearch-java
that referenced
this issue
Jun 5, 2023
…h-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]>
Mstrutov
pushed a commit
to Mstrutov/opensearch-java
that referenced
this issue
Jun 5, 2023
…h-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]>
Mstrutov
added a commit
to Mstrutov/opensearch-java
that referenced
this issue
Jun 5, 2023
…h-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]>
Mstrutov
added a commit
to Mstrutov/opensearch-java
that referenced
this issue
Jun 5, 2023
…h-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]>
Mstrutov
added a commit
to Mstrutov/opensearch-java
that referenced
this issue
Jun 5, 2023
…h-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]>
VachaShah
pushed a commit
that referenced
this issue
Jun 5, 2023
* fix: add several missing fields in MultisearchBody.Builder (#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]> * update CHANGELOG.md Signed-off-by: Maksim Strutovskii <[email protected]> --------- Signed-off-by: Maksim Strutovskii <[email protected]>
reta
pushed a commit
to reta/opensearch-java
that referenced
this issue
Jun 6, 2023
…h-project#506) (opensearch-project#516) * fix: add several missing fields in MultisearchBody.Builder (opensearch-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]> * update CHANGELOG.md Signed-off-by: Maksim Strutovskii <[email protected]> --------- Signed-off-by: Maksim Strutovskii <[email protected]>
reta
pushed a commit
to reta/opensearch-java
that referenced
this issue
Jun 6, 2023
…h-project#506) (opensearch-project#516) * fix: add several missing fields in MultisearchBody.Builder (opensearch-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]> * update CHANGELOG.md Signed-off-by: Maksim Strutovskii <[email protected]> --------- Signed-off-by: Maksim Strutovskii <[email protected]>
reta
pushed a commit
to reta/opensearch-java
that referenced
this issue
Jun 6, 2023
…h-project#506) (opensearch-project#516) * fix: add several missing fields in MultisearchBody.Builder (opensearch-project#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody Signed-off-by: Maksim Strutovskii <[email protected]> * update CHANGELOG.md Signed-off-by: Maksim Strutovskii <[email protected]> --------- Signed-off-by: Maksim Strutovskii <[email protected]> Signed-off-by: Andriy Redko <[email protected]>
reta
added a commit
that referenced
this issue
Jun 6, 2023
…) (#519) * fix: add several missing fields in MultisearchBody.Builder (#506) - add minScore, postFilter, searchAfter, sort, trackScores to MultisearchBody * update CHANGELOG.md --------- Signed-off-by: Maksim Strutovskii <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: Mstrutov <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
Cannot provide the following properties using JAVA API in MultisearchBody request:
The MultisearchBody.Builder doesn't have such fields. The analagous class for Elastic has, e.g. minScore.
How can one reproduce the bug?
Try to create RequestItem with MultisearchHeader and MultisearchBody containing one of the mentioned fields.
What is the expected behavior?
API is extended to support these fields.
What is your host/environment?
Windows 10, OpenJDK 11, opensearch-java:2.4.0
Do you have any additional context?
Used a patched fork with field support to solve the problem locally. Going to PR after getting the tests done.
The text was updated successfully, but these errors were encountered: