Use Documentum Full text searching/indexing in a third party Application
Hi, We need to use Documentum Full text searching/indexing in a third party Application. We need to search the documents based on full text indexing. One way i can think of using query similar to : SELECT * FROM dm_document SEARCH document contains 'test'. But i think it is not a good approach. We also want to use facets.…