YuanQuan opened a new issue, #47216: URL: https://github.com/apache/doris/issues/47216
For example, run the select * from content MATCH_ANY "keyword" command to increase the similarity of the filtered results. id content 1 xxxkeywordxxx Hope so id score content 1 0.5 xxxkeywordxxxx I have checked the documentation and it seems that there is no support for this way, I suggest adding a function that can return select scoure() as score,* from content MATCH_ANY "keyword" thanks~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
