I've written a query which I use to search my data set and I am able
to get the results back very quickly. However the results that I get
back show the complete document that the search matched, where as I
want a particular node returned. At the moment I'm doing this:
let $search := cts:element-attribute-word-query(fn:QName("",
"keyword"), fn:QName("", "value"), "something")
let $results := cts:search(fn:collection(),
$search)/doc/classifications/classification
return $results
I've tried profiling this query and I've found that there is a big lag
filtering the $results of the search using XPath. Is there any way,
either through using a different query or search notation, or by
indexes etc that I can speed this up.
Thanks in advance...
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general