%iKnow.Stemming.MultiLanguageConfig
deprecated persistent class %iKnow.Stemming.MultiLanguageConfig extends %iKnow.Stemming.Configuration
SQL Table Name: %iKnow_Stemming.MultiLanguageConfig
Configuration settings for a stemmer supporting multiple languages. Each language can be configured separately, or just use the default settings.
Unless you're using custom configurations, using the default configuration ("DEFAULT") will automatically support multiple languages. See also %iKnow.Stemming.DefaultStemmer.
Property Inventory
Method Inventory
Properties
property Languages as %String;
Comma-separated list of languages this stemmer supports, or "*" if it supports all
Property methods: LanguagesDisplayToLogical(), LanguagesGet(), LanguagesGetStored(), LanguagesIsValid(), LanguagesLogicalToDisplay(), LanguagesLogicalToOdbc(), LanguagesNormalize(), LanguagesSet()
property StemmerConfigs as %String;
Comma-separated list of custom configurations to use for each language in Languages.
Entries left blank will be instantiated using the default configuration.
Property methods: StemmerConfigsDisplayToLogical(), StemmerConfigsGet(), StemmerConfigsGetStored(), StemmerConfigsIsValid(), StemmerConfigsLogicalToDisplay(), StemmerConfigsLogicalToOdbc(), StemmerConfigsNormalize(), StemmerConfigsSet()
Methods
method CreateStemmerObject(Output pStemmer As %iKnow.Stemmer) as %Status
Inherited description: Instantiates a stemmer object based on the current object's configuration.
(Does not need to be persisted)
Inherited Members
Inherited Properties
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnNew()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetStemmer()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (%iKnow.Stemming.Configuration)
^IRIS.IK.Sys.StemmerConfigD(ID) |
= | %%CLASSNAME
Name
|
Storage Model: Storage (%iKnow.Stemming.MultiLanguageConfig)
^IRIS.IK.Sys.StemmerConfigD(ID,"MultiLanguageConfig") |
= | Languages
StemmerConfigs
|