forked from aparo/opensearch-learning-to-rank
-
Notifications
You must be signed in to change notification settings - Fork 16
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] NPE on SLTR query when feature set doesn't exist #25
Labels
bug
Something isn't working
Comments
|
Line 198 in 9477c52
|
Post some debugging logs here
Instead of return Lines 176 to 199 in 9477c52
|
Good candidate for @JohannesDaniel |
github-project-automation
bot
moved this from Next (Next Quarter)
to ✅ Done
in Search Project Board
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
A clear and concise description of the bug.
NPE on SLTR query when feature set doesn't exist
How can one reproduce the bug?
Steps to reproduce the behavior.
Create tmdb index
Search on tmdb index with SLTR query
What is the expected behavior?
A clear and concise description of what you expected to happen.
opensearch-learning-to-rank-base/src/main/java/com/o19s/es/ltr/feature/store/index/Caches.java
Lines 136 to 149 in 9477c52
Info contains 1. cachekey is a feature or a feature set 2. provide error msg like "Feature (set) does not exist"
The text was updated successfully, but these errors were encountered: