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
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.
Thanks Collins. I will try and let you know.