-
Notifications
You must be signed in to change notification settings - Fork 1.3k
How to Implement Complex Queries (Vector Queries) in Spring Data Elasticsearch #3039
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
Labels
status: waiting-for-triage
An issue we've not yet triaged
Comments
Even though the query works, why is the returned _score NaN? |
As stated in the documentation:
You can add a parameter of type |
sothawo
added a commit
that referenced
this issue
Apr 26, 2025
Original Pull Request #3099 Closes: #3039 Signed-off-by: Peter-Josef Meisch <[email protected]>
sothawo
added a commit
that referenced
this issue
Apr 26, 2025
Original Pull Request #3099 Closes: #3039 Signed-off-by: Peter-Josef Meisch <[email protected]> (cherry picked from commit a07ac3c)
sothawo
added a commit
that referenced
this issue
Apr 26, 2025
Original Pull Request #3099 Closes: #3039 Signed-off-by: Peter-Josef Meisch <[email protected]> (cherry picked from commit a07ac3c) (cherry picked from commit 0e8401d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code will throw an exception: [es/search] failed: [parsing_exception] unknown query [query].
The following code can run successfully.
What should I do?
Are there any other annotations? For example, ones that support more raw query syntax?
{"error":{"root_cause":[{"type":"parsing_exception","reason":"unknown query [query]","line":2,"col":12}],"type":"parsing_exception","reason":"unknown query [query]","line":2,"col":12,"caused_by":{"type":"named_object_not_found_exception","reason":"[2:12] unknown field [query]"}},"status":400}
The text was updated successfully, but these errors were encountered: