Re: Different Sorts based on Different Groups

2016-11-04 Thread Fuad Efendi
Hi Gustatec, Relevancy tuning is really *huge* area, check this book when you have a chance: https://www.manning.com/books/relevant-search Default Solr sorting is based on TF/IDF algorithm; and sorting is not necessarily ‘relevancy’ Trivial solution for clothes store domain would be this one, b

Re: Different Sorts based on Different Groups

2016-11-04 Thread Alessandro Benedetti
Hi Gustatec, your problem seems a fairly basic relevance problem. Instead of elevating documents, why don't you include the category as part of the main query ? To make it simple in Solr you have a query component which affect the score and the filter queries which don't. If in your case you add t