Skip to main content

%UIMA.Model.index

class %UIMA.Model.index extends %UIMA.Model.node

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