I need to run a cts:element-word-query on documents through wildcard search. I
already have wildcard searched on for 3 character as well as created an index
for the element. When I am running unfiltered search over this query, it is
returning me the false positive results as well. Can you please tell me what
should be done in order to get exact results without any performance issue?
I know I can use the filtered search but that is giving performance issues.
Please suggest whether by creating any other index, it can be solved?
Eg:
cts:search(fn:doc(),
cts:element-word-query(xs:QName("xyz"), Sta*, ("wildcarded")),
"unfiltered")
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general