Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Atelier.v1.Utils.Indexer

class %Atelier.v1.Utils.Indexer extends %Library.RegisteredObject

Method Inventory

Methods

classmethod Index(pDocumentName As %String, pCat As %String, Output pIndex As %DynamicObject, pNS As %String = $namespace) as %Status
This general entry point serves to index all types of document
classmethod IndexClass(pClassName As %String, Output pIndex As %DynamicObject, pNS As %String) as %Status
The index will be created by examining the structures in ^oddDEF
classmethod NormalizeClassName(pClassName As %String, pBaseClass As %String, ByRef pCache) as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab