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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

[XQUERY] prolem xquery response too long

  • 1.  [XQUERY] prolem xquery response too long

    Posted Thu October 05, 2006 04:21 PM

    Hi,

    In the database Tamino, I have defined an index of type “text” on an element of property “mixed” = true because it can contain text or text + node HTML (like ).

    I verified if the index was validate in internet explorer, like this:

    http://path/tamino/DB?_admin=ino:DisplayIndex(“collection”,“node”,“A”,“10”,“text”)

    I haven’t error.

    But when I execute my xquery, I have a response, but I must wait a long time.

    I use the function tf:containText like this, for exemple: tf:containsText(., ‘anonyme’).

    Do you known, how I can improve the Index or if I must another thing.

    Thank you for your help!

    C


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: [XQUERY] prolem xquery response too long

    Posted Wed January 10, 2007 10:20 AM

    Hi,

    Since your search pattern starts with a wildcard “*” character you need to activate the word fragment index to get proper index support. There is an according server parameter that can be set via the Tamino Manager.

    Best Regards,

    Thorsten


    #API-Management
    #webMethods
    #Tamino