How do I include a ranking type (such as SPH_RANK_NONE) in a Sphinx RT query?
select id from my_index where match('hello')
order by date
limit 600 ;
Also, is there a way to just set it once, for example, in the config file?
Sphinx doc: http://sphinxsearch.com/blog/2010/08/17/how-sphinx-relevance-ranking-works/