HI.

My test shows that you get an AND query of
"The
AND
"MarkLOgic""

*From search:parse:*
<cts:and-query strength="20" qtextjoin="" qtextgroup="( )" xmlns:cts="
http://marklogic.com/cts"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
<cts:word-query qtextref="cts:text">
<cts:text>
“The
</cts:text>
</cts:word-query>
<cts:word-query qtextref="cts:text">
<cts:text>
“MarkLogic””
</cts:text>
</cts:word-query>
</cts:and-query>


*CTS Equivelent:  *
cts:and-query(
(
cts:word-query("&#x201c;The", ("lang=en"), 1),
cts:word-query("&#x201c;MarkLogic&#x201d;&#x201d;", ("lang=en"), 1)
),
())

Kind Regards,
David Ennis



Kind Regards,
David Ennis


David Ennis
*Content Engineer*

[image: HintTech]  <http://www.hinttech.com/>
Mastering the value of content
creative | technology | content

Delftechpark 37i
2628 XJ Delft
The Netherlands
T: +31 88 268 25 00
M: +31 63 091 72 80

[image: http://www.hinttech.com] <http://www.hinttech.com>
<https://twitter.com/HintTech>  <http://www.facebook.com/HintTech>
<http://www.linkedin.com/company/HintTech>

On 20 November 2014 00:50, Dinesh <[email protected]> wrote:

> Hi Search API Guru,
>
>
>
> How will ML differentiate between content quote and phrase quote? E.g.
> “The “MarkLogic””
>
>
>
> Thanks.
>
>
>
> Regards
>
> Dinesh
>
>
>
> _______________________________________________
> General mailing list
> [email protected]
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to