%iKnow.Stemming.MultiLanguageConfig
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 (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
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 (Including Private)
method CreateStemmerObject(Output pStemmer As %iKnow.Stemmer) as %Status [ Language = objectscript ]
Inherited description: Instantiates a stemmer object based on the current object's configuration.
(Does not need to be persisted)
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetStemmer()
- NameIsValid()
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
|