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

Switch to query-time boosting to support Solr 7 and better #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

znerol
Copy link
Contributor

@znerol znerol commented Nov 14, 2020

Solr 7 dropped support for index-time boosting. From the changelog:

Index-time boosts have been removed from Lucene, and are no longer available from Solr. If any boosts are provided, they will be ignored by the indexing chain. As a replacement, index-time scoring factors should be indexed in a separate field and combined with the query score using a function query. See the section Function Queries for more information.

Let's use query time boosting instead (and maybe make that configurable in the plugin settings in a second PR).

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

Successfully merging this pull request may close these issues.

1 participant