public interface IDfResultRaterFactory
Modifier and Type | Method and Description |
---|---|
IDfResultRater |
create(IDfQueryDefinition queryDefinition)
Creates an IDfResultRater instance.
|
IDfResultRater create(IDfQueryDefinition queryDefinition) throws DfSearchException
DfSearchException
if the
query definition is not supported by the result rater, because the rater is unable to compute scores for results
retrieved by the query definition.queryDefinition
- The query definition that will be used by the IDfResultRater to compute the relevancy of
results.DfSearchException
- If the query definition is not applicable to the result rater (the rater cannot compute
any score for the query definition).Copyright 1994-2023 OpenText Corporation. All rights reserved.