| Interface | osid.lexicon.TextSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
| Used By | osid.lexicon.IdiomSearchOrder | ||
osid.lexicon.TextSearchSession | |||
osid.lexicon.TextSmartPressSession | |||
osid.rules.check.CheckSearchOrder | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getTextSearchOrderRecord | ||
| Description |
Gets the text search order record corresponding to the
given text record | ||
| Parameters | osid.type.Type | textRecordType | a text record type |
| Return | osid.lexicon.records.TextSearchOrderRecord | the text search order record | |
| Errors | NULL_ARGUMENT | textRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(textRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |