IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.

 View Only
  • 1.  Create index in Tamino?

    Posted Wed August 15, 2001 08:03 PM

    How to create indexes in Tamino?
    How to specify different indexes? Structure, standard, etc?
    Thanks!
    Frank


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Create index in Tamino?

    Posted Tue August 21, 2001 11:08 AM

    Presuming you are using Tamino 2.3, have a look at the ino:RecreateIndex function in documentation Changes and Enhancements and Requests using X-Machine Commands.


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Create index in Tamino?

    Posted Fri August 24, 2001 04:24 PM

    You can simply use the Tamino Schema Editor to define all possible indices. If you click on the doctype in the tree you can specify the structure index. The default “condensed” is ok for most cases. Choose “full” if your data is very heterogeneous (open content) and “no” for closed content. For the XML elements you have the choice between “standard” and “text” index (none, one of them or both). “standard” is required if you want to use relational operator >, <, =, != and between, sort functions. Specify “text” for ‘like’ searches (~=) with patterns like “ABC*”. Finally you can switch on the Word Fragment Index (with Tamino Manager) which supports searches with patterns like “ABC”. But keep in mind the all indices have to be maintained during insert operations! Do not index without need. Hope that helps.


    #webMethods
    #Tamino
    #API-Management