add a score to results of a fulltext research

Hi,

I do a fultext search query with PHPAutomationClient like this:

SELECT * FROM Document WHERE ecm:fulltext = “text”;

I want to add a score on fields for results. For example I want to have document wich had “text” in the title, then “text” in dexcription. Is it possible to score results like this 1- title (Weight 2.0) 2- Description (Weight 1.0) 3- others fields (Weight 0.5)

Thanks for your help. David

0 votes

1 answers

1408 views

ANSWER



No, there's no weighting for the fulltext in current versions of Nuxeo.

0 votes