[ 
https://jira.nuxeo.org/browse/CMIS-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=71963#action_71963
 ] 

Florent Guillaume edited comment on CMIS-21 at 3/24/10 4:32 PM:
----------------------------------------------------------------

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)

      was (Author: fguillaume):
    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

  
> CMISQL must allow SCORE() for fulltext
> --------------------------------------
>
>                 Key: CMIS-21
>                 URL: https://jira.nuxeo.org/browse/CMIS-21
>             Project: Nuxeo Chemistry
>          Issue Type: Bug
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>
> The following must be possible: 
>   SELECT cmis:objectId, SCORE() as sc FROM cmis:document WHERE 
> CONTAINS('foo') ORDER BY sc DESC

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to