Hi All,
I have written one search xqy which basically returns me a XML document. My
ML database contains XML documents which structure is predefined i.e. like
this
<sec name=" ">
      sec data
<\sec>

What i did it.....
1)  I am first searching for those document in my database which contains
the searching string using search:search()
2)  Then for each document returned by search:search(), I am using
cts:search() to take only that section in my result....

But this xqy is taking more time as we are expecting. Is there any other
way to do this...?
_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to