views field settings modal window
Replaced by: 

Deprecated

Since Search API Solr 4.1.12 date boosting is supported by that module itself. Therefore, you need this module only if you want to set different date boosting for multiple views using the same Search API index.


More information about Search API date boosting feature

Search API Solr doesn't provide a way to set boosting the results by date from the UI. Instead, you have to alter the query programmatically as said in #2855329: Document how to boost by a date field?.

Description

This module provides a "Boost by Date" views filter to Search API index-based views that can be used to achieve the boosting without programming.

Usage

1. create a Search API solr server and index.
2. set at least one "Date" field in the index. For example, the node's created field can be used.
3. create a Search API index view.
4. set descending order by relevance.
5. add "Boost by Date" filter.
6. Optional: you can tweak the parameters for calculating the boost. You can read information about these parameters here: https://www.hashbangcode.com/article/drupal-8-date-search-boosting-searc...

Project information

Releases