-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.3.2
-
Component/s: None
The various fulltext engines have different ways of doing scoring/ranking. Update the dialects to expose this information, and the NXQLQueryMaker to use it.
Reference on scoring/ranking:
http://www.postgresql.org/docs/8.4/interactive/textsearch-controls.html#TEXTSEARCH-RANKING
http://download.oracle.com/docs/cd/B19306_01/text.102/b14218/csql.htm#i998514
http://msdn.microsoft.com/en-us/library/ms189760(SQL.90).aspx
http://dev.mysql.com/doc/refman/5.1/en/fulltext-search.html (look for ORDER BY)