I have this section in my search options node:

        <grammar> 

                <implicit>

                        <cts:near-query strength="20" 
xmlns:cts="http://marklogic.com/cts"/> 

                </implicit>

        </grammar>

This turns the default search from a cts;and-query to cts:near-query, but I 
want to tighten up the search.

What I really want is to have the cts:near-query implement options so that the 
words in the query must be 3 words apart and must appear in the same order as 
entered.

Is there a way to do this with the search api?

Alan
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to