Use Documentum Full text searching/indexing in a third party Application

jp
jp
edited July 4, 2014 in Documentum #1

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. Do we have any other better approach to use facet or by some means we can use the indexes directly from xPlore. Also i have read some where that" Switch to the Search Service, and use xPlore. You will not be able to use DQL, but xPlore is able to compute facets very efficiently". Can anyone elaborate this in detail how we cna use this.

Thanks in advance . Any help or pointer would be really appriciated.

Tagged:

Comments