Skip to main content

%UIMA.Model.index

This capability is being deprecated and will be removed in a future release of InterSystems IRIS. Please reach out to your account team if you need an alternative solution.

This XML element can be used to define additional index structures on an annotation table.

Property Inventory

Properties

property name as %String (XMLPROJECTION = "attribute");
Index name
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property properties as %String (MAXLEN = 500, XMLPROJECTION = "attribute") [ Required ];
comma-separated list of properties to index
Property methods: propertiesDisplayToLogical(), propertiesGet(), propertiesIsValid(), propertiesLogicalToDisplay(), propertiesLogicalToOdbc(), propertiesNormalize(), propertiesSet()
property type as %String (VALUELIST = ",bitmap,bitslice", XMLPROJECTION = "attribute");
index type
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab