Search API Solr: Boosted Keyword
189 sites
Security covered
This module allows you to add keywords to your indexed content with adjustable boost levels. It then modifies how your content is indexed and searched in Solr to incorporate these boosted keywords, effectively increasing their relevance in search results.
This module adds the "Search API Solr: Boosted Keyword" field type, widget and formatter. This field type can be used to add variably boosted keywords to indexed content. Each item of this field type contains a keyword and it's boost level.
Alters Search API Solr indexing so the keywords are repeated x number of times in the document (x being the selected boost level for that keyword).
Alters Search API Solr queries to include a termfreq boost function for each indexed keyword per given key.