Uses of Interface
com.documentum.fc.client.search.IDfResultRaterFactory
Packages that use IDfResultRaterFactory
Package
Description
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
-
Uses of IDfResultRaterFactory in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfResultRaterFactoryModifier and TypeMethodDescriptionIDfResultsManipulator.newPerceptualRaterFactory
(IDfResultRaterConfig resultRaterConfig, IDfPerceptualRaterConfig perceptualRaterConfig) Creates an IDfResultRaterFactory that implements the IPR algorithm (Incremental Perceptual Ranking).Methods in com.documentum.fc.client.search with parameters of type IDfResultRaterFactoryModifier and TypeMethodDescriptionvoid
IDfQueryProcessor.setResultRaterFactory
(IDfResultRaterFactory resultRaterFactory) Sets the IDfResultRaterFactory that replaces the default one implementing the IPR (Incremental Perceptual Ranking) algorithm.