public interface IDfSearchService
Modifier and Type | Method and Description |
---|---|
IDfSearchSourceMap |
getSourceMap()
Gets the list of sources that are currently available for search.
|
IDfQueryManager |
newQueryMgr()
Creates a new IDfQueryManager.
|
IDfQueryProcessor |
newQueryProcessor(IDfQueryDefinition query,
boolean removeDuplicate)
Creates a new IDfQueryProcessor.
|
IDfResultObjectManager |
newResultObjectManager(IDfQueryDefinition query)
Creates a new IDfResultObjectManager.
|
IDfResultsManipulator |
newResultsManipulator(IDfQueryDefinition query)
Creates a new IDfResultManipulator.
|
IDfSearchSourceMap getSourceMap()
IDfQueryManager newQueryMgr()
IDfResultsManipulator newResultsManipulator(IDfQueryDefinition query)
query
- The query whose results will be manipulated by the result manipulator.IDfQueryProcessor newQueryProcessor(IDfQueryDefinition query, boolean removeDuplicate)
query
- A query definition to execute.removeDuplicate
- Indicates how duplicates in the results should be treated. In most case, this
parameter should be set to true.IDfResultObjectManager newResultObjectManager(IDfQueryDefinition query)
query
- The query whose results will be handled by the result object manager.Copyright 1994-2023 OpenText Corporation. All rights reserved.