Skip to content
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

Open
causalbody opened this issue Apr 30, 2020 · 9 comments
Open

Integrating with solr 8.5 #7

causalbody opened this issue Apr 30, 2020 · 9 comments

Comments

@causalbody
Copy link

Any thoughts on how to get this running on solr8.5? CustomScoreQuery and FunctionScoreQuery both seem to be unavailable in solr8.5.

@satishsilveri
Copy link

any leads on this thread?

@satishsilveri
Copy link

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
Copy link

satishsilveri commented Dec 10, 2020 via email

@ufuk23
Copy link

ufuk23 commented Jan 5, 2021

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 Did you test it? Is it working with Solr 8.6? Thanks for your upgrade.

@satishsilveri
Copy link

satishsilveri commented Jan 5, 2021 via email

@ufuk23
Copy link

ufuk23 commented Jan 6, 2021

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?

@satishsilveri
Copy link

satishsilveri commented Jan 6, 2021

@ufuk23 everything is the same. Just use the VectorPlugin8.6 jar instead. All the steps are exactly the same.

@ufuk23
Copy link

ufuk23 commented Jan 6, 2021

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants