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

Upgrade from Solr 8.11.1 to 9.1.1 #85

Closed
m-i-l opened this issue Jan 7, 2023 · 2 comments
Closed

Upgrade from Solr 8.11.1 to 9.1.1 #85

m-i-l opened this issue Jan 7, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@m-i-l
Copy link
Contributor

m-i-l commented Jan 7, 2023

The big addition in 9.x is the Vector Search via DenseVectorField fieldType and K-Nearest-Neighbor (KNN) Query Parser which I'd like to experiment with, e.g. for #84 .

I think the upgrade is likely to be a much bigger undertaking than previous Solr upgrade, because it is likely to require a reindex, and at the moment a full index of all the sites takes several days.

@m-i-l m-i-l added the enhancement New feature or request label Jan 7, 2023
m-i-l added a commit that referenced this issue Jan 21, 2023
…is no change to highlighting behaviour after #85 Upgrade from Solr 8.11.1 to 9.1.0
@m-i-l
Copy link
Contributor Author

m-i-l commented Jan 21, 2023

Some notes from 9.1.0 testing:

  • Given I use the Classic Schema, https://issues.apache.org/jira/browse/SOLR-16203 means all the filter name="..." have to be replaced with filter class="..." in schema.xml.
  • The new default highlight method (hl.method) seems to stop hl.fragsize from working correctly. Setting the hl.method to "original" resolves.
  • Unfortunately https://issues.apache.org/jira/browse/SOLR-16585 breaks the Random Page. It is fixed in the forthcoming 9.1.1. Options are therefore to wait for 9.1.1 or rollout 9.1.0 and temporarily disable Random Page.

@m-i-l m-i-l changed the title Upgrade from Solr 8.11.1 to 9.1.0 Upgrade from Solr 8.11.1 to 9.1.1 Jan 28, 2023
@m-i-l
Copy link
Contributor Author

m-i-l commented Jan 28, 2023

Upgrade to 9.1.1 complete.

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

No branches or pull requests

1 participant