Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors.meridio | |
org.apache.manifoldcf.crawler.connectors.meridio.meridiowrapper |
Modifier and Type | Method and Description |
---|---|
protected DMSearchResults |
MeridioConnector.documentSpecificationSearch(Specification docSpec,
long startTime,
long endTime,
int startPositionOfHits,
int maxHitsToReturn,
long[] restrictDocumentId,
org.apache.manifoldcf.crawler.connectors.meridio.MeridioConnector.ReturnMetadata[] returnMetadata)
Returns objects from the Meridio repository matching the document specification,
and constrained by the start/end object addition times, and the subset of the total
results to return (startPositionOfHits and maxHitsToReturn)
The search method can return the results in "batches" results, based on the start position
and maximum hits to return.
|
Modifier and Type | Method and Description |
---|---|
DMSearchResults |
MeridioWrapper.searchDocuments(org.apache.manifoldcf.crawler.connectors.meridio.DMDataSet.DMDataSet searchInfo,
int maxHitsToReturn,
int startPositionOfHits,
com.meridio.www.MeridioDMWS.DmPermission permissionFilter,
boolean searchAll,
com.meridio.www.MeridioDMWS.DmSearchScope scope,
boolean useThesaurus,
boolean searchChildren,
boolean searchKeywordHierarchy,
com.meridio.www.MeridioDMWS.DmLogicalOp keywordOperator)
This method is a wrapper around the Meridio "SearchDocuments" Web Service Method
The following is the text is paraphrased from the Meridio Web Services Programming Guide
|
DMSearchResults |
MeridioWrapper.searchRecords(org.apache.manifoldcf.crawler.connectors.meridio.DMDataSet.DMDataSet searchInfo,
int maxHitsToReturn,
int startPositionOfHits,
com.meridio.www.MeridioDMWS.DmPermission permissionFilter,
boolean searchAll,
com.meridio.www.MeridioDMWS.DmSearchScope scope,
boolean useThesaurus,
boolean searchChildren,
boolean searchKeywordHierarchy,
com.meridio.www.MeridioDMWS.DmLogicalOp keywordOperator)
This method is a wrapper around the Meridio "SearchRecords" Web Service Method
|
DMSearchResults |
MeridioWrapper.searchUsers(org.apache.manifoldcf.crawler.connectors.meridio.DMDataSet.DMDataSet searchInfo,
int maxHitsToReturn,
int startPositionOfHits,
boolean searchChildren)
This method is a wrapper around the Meridio "SearchUsers" Web Service Method
|