Indexing in Tamino

Hi,

I wish to know on the indexing in Tamino.
Can indexing be implemented thru programmatically ?
Any suggestions would be thankful.


Regards
N.V.Sairam

Indexing is done by defining a schema. In v221 it is not possible to add or drop indexes - this is possible with v231. The API’s have wrappers to do this, e.g. in the Java API there is a method called process() in the TaminoClient class. :slight_smile:

Thanks Collins. I will try and let you know.