-
Notifications
You must be signed in to change notification settings - Fork 369
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
Getting class_cast_exception when trying to use profile:true with sltr query #426
Comments
thanks for reporting this, what version of ES are you using? |
I am using ES version 7.12.0 |
any updates here? I'm getting this on 8.5.0 |
Can you give details on which JVM you're seeing this on? |
openjdk version "17.0.6" 2023-01-17 LTS |
@jiahuijiang , I'm sorry but I'm not going to be able to follow up on this anytime soon. Elastic has announced their adoption of LTR into Elasticsearch itself, and I'm working on the OpenSearch LTR plugin. |
When I try to run a query where there is a must or should clause in the query and in rescore I have an sltr query with my model, I get the below error
class org.elasticsearch.search.profile.query.ProfileScorer cannot be cast to class com.o19s.es.explore.PostingsExplorerQuery$PostingsExplorerScorer (org.elasticsearch.search.profile.query.ProfileScorer is in unnamed module of loader 'app'; com.o19s.es.explore.PostingsExplorerQuery$PostingsExplorerScorer is in unnamed module of loader java.net.FactoryURLClassLoader @55d99dc3)
Can someone help with this?
The text was updated successfully, but these errors were encountered: