Interface | osid.ontology.rules.RelevancyEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getRelevancyEnablers | ||
Description |
Gets the | ||
Return | osid.ontology.rules.RelevancyEnablerList | the relevancy enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelevancyEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.ontology.rules.RelevancyEnablerQueryInspector | the relevancy enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelevancyEnablerSearchResultsRecord | ||
Description |
Gets the relevancy enabler search results record
corresponding to the given relevancy enabler search record
| ||
Parameters | osid.type.Type | relevancyEnablerSearchRecordType | a relevancy enabler search record type |
Return | osid.ontology.rules.records.RelevancyEnablerSearchResultsRecord | the relevancy enabler search results record | |
Errors | NULL_ARGUMENT | relevancyEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(relevancyEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |