[XQUERY] prolem xquery response too long

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

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