Hi! We are trying to create a REST web service that queries files in Documentum. The search result should have ranking or percentage on how close or similar it is to the searched word. I believe this can be done by Xplore now. I found some articles that do fuzzy searches (https://community.emc.com/blogs/dmsearch/2011/06/20/code-sample-search-filter-and-fuzzy-search) but still nothing on ranking and how to implement it as as web service. Please help!
Thanks in advance.
You may want to have a look at . There is a score on each entry, telling the search result approximability against the terms.
Regards,
William