Skip to content

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

@znerol znerol force-pushed the feature/develop/solr-7 branch from 853c798 to cfbb859 Compare December 7, 2020 09:40
@znerol znerol force-pushed the feature/develop/solr-7 branch from cfbb859 to 07f5ed1 Compare December 7, 2020 09:43
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