Uses of Class
org.apache.manifoldcf.meridio.DMSearchResults
-
Packages that use DMSearchResults Package Description org.apache.manifoldcf.crawler.connectors.meridio org.apache.manifoldcf.meridio -
-
Uses of DMSearchResults in org.apache.manifoldcf.crawler.connectors.meridio
Methods in org.apache.manifoldcf.crawler.connectors.meridio that return DMSearchResults Modifier and Type Method Description protected DMSearchResultsMeridioConnector. documentSpecificationSearch(org.apache.manifoldcf.core.interfaces.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. -
Uses of DMSearchResults in org.apache.manifoldcf.meridio
Methods in org.apache.manifoldcf.meridio that return DMSearchResults Modifier and Type Method Description DMSearchResultsMeridioWrapper. 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 GuideDMSearchResultsMeridioWrapper. 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 MethodDMSearchResultsMeridioWrapper. 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
-