Zénobe Grammestraat 34,
2018 Antwerp, Belgium
Call us: +32 (0) 3 298 69 98
Email us: info@krimson.be
Solr Custom Sort is a module that we made for the Air Miles Project. By default, Apache Solr doesn't allow you to add sort types. Basically, you can only use those that are standard set in advance. For the Air Miles project, this wasn't what we needed. Therefore, we're now working on the Custom Sort module, a module that allows us to add multiple sort criteria, with the ability to manage them all.
The challenge for us is now to get transparency. Today the module can only be managed by administers but in the future this should be possible for all users.
The solution was simple, we just had to overwrite the class that is implemented by Apache Solr.
'solr_custom_sort', 'Solr_Custom_Query' ));
Thanks for sharing!
Anything new on the Custom Sort module?
Somewhat related, there's also a Facet Builder module for Apache Solr out now.
Post new comment