You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2014/12/27 14:46:13 UTC

[jira] [Commented] (CONNECTORS-1130) Adding Key value pairs as filter while crawling documentum content using ManifoldCf

    [ https://issues.apache.org/jira/browse/CONNECTORS-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259365#comment-14259365 ] 

Karl Wright commented on CONNECTORS-1130:
-----------------------------------------

Hi,

At the moment, the Documentum connector allows the following simultaneous kinds of filtering:

(1) Path root - where you specify (multiple) paths, and all documents at that path or below are included;
(2) Document type - where you specify the document types that are to be crawled;
(3) Content types - where you specify the mime types that are to be crawled.

There is no support for arbitrary attribute name/value pair-style filtering.  However, adding this support is possible, if:
-- you supply an example DQL query that would perform the filtering you require;
-- you supply a DQL query that would function to list all available attributes that could be used for such a filter;
-- you would be willing to test the code we produce against your Documentum instance, since we do not have access to one any other way.


> Adding Key value pairs as filter while crawling documentum content using ManifoldCf
> -----------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-1130
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1130
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: Documentum connector
>            Reporter: hemant Jain
>
> We are planning to replace Autonomy IDOL by SOLR search
> Currently I am using Autonomy Documentum connector to crawl my documentum data.
> Input to this connector is DQL query with some filters in where clause. ie meta data and value
> Is it possible to use key value pairs as filter while crawling the Documentum content using ManifoldCf GUI?. Please suggest.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)