Rob,

I believe the proximity in co-occurrence is the distance from one node to 
another not a word(as stated in documentation).  So if group is always 
expressed Group (A, B, C, D)

Then the proximity of A->C = 2.  You can confirm this by using cts:value-tuples 
against a single document passing the promixity. 

cts:value-tuples((
   cts:element-reference(xs:QName("a")),
   cts:element-reference(xs:QName("c"))
   ),("proximity=2","ordered")
)



Gary Vidal
Media Consultant
MarkLogic Corporation
[email protected]
Phone: +1 917 576-5794
Skype: ml-garyvidal
www.marklogic.com


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

Reply via email to