Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,
I wish to know on the indexing in Tamino.Can indexing be implemented thru programmatically ?Any suggestions would be thankful.
RegardsN.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.
Thanks Collins. I will try and let you know.