-
Notifications
You must be signed in to change notification settings - Fork 22
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
Integrating with solr 8.5 #7
Comments
any leads on this thread? |
I have upgraded the plugin to Solr 8.6. I have created a pull request but seems like the owner of the project is inactive. Meanwhile, you can refer to the code from the forked project. |
On Thu, Dec 10, 2020 at 10:33 AM Alessandro Benedetti < ***@***.***> wrote:
FYI: https://github.com/DmitryKey/solr-vector-scoring addresses the same
problem
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIMRONOYGUOPDTNZNY3YI73SUDS5NANCNFSM4MVXOENA>
.
Thanks!
|
@satishsilveri Did you test it? Is it working with Solr 8.6? Thanks for your upgrade. |
yes! it works.
…On Tue, Jan 5, 2021 at 2:37 PM deepBlue ***@***.***> wrote:
I have upgraded the plugin to Solr 8.6. I have created a pull request but
seems like the owner of the project is inactive. Meanwhile, you can refer
to the code from the forked project.
https://github.com/satishsilveri/solr-vector-scoring
@satishsilveri <https://github.com/satishsilveri> Did you test it? Is it
working with Solr 8.6? Thanks for your upgrade.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIMRONMQMGK37RNLS3OAQELSYNS7NANCNFSM4MVXOENA>
.
|
@satishsilveri Could you please explain how to use it? I think you coded CustomVectorValueSource.java but it's different from VectorQParserPlugin so how could we use it. Your documentation is according to the saaay71 version, could you please explain step by step like saaay71 main page? |
@ufuk23 everything is the same. Just use the VectorPlugin8.6 jar instead. All the steps are exactly the same. |
@satishsilveri Ok thanks but I get an error while running the query. java.lang.NullPointerException com.github.saaay71.solr.CustomVectorValueSource$1.advanceExact(CustomVectorValueSource.java:58) |
Any thoughts on how to get this running on solr8.5? CustomScoreQuery and FunctionScoreQuery both seem to be unavailable in solr8.5.
The text was updated successfully, but these errors were encountered: