OSID Logo
OSID Specifications
lexicon package
Version 3.1.0
Interfaceosid.lexicon.TextSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.lexicon.IdiomSearchOrder
osid.lexicon.TextSearchSession
osid.lexicon.TextSmartPressSession
osid.rules.check.CheckSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetTextSearchOrderRecord
Description

Gets the text search order record corresponding to the given text record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypetextRecordType a text record type
Returnosid.lexicon.records.TextSearchOrderRecord the text search order record
ErrorsNULL_ARGUMENT textRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(textRecordType) is false
Compliancemandatory This method must be implemented.