Could some help me with creating the range index for a duplicated nested
element

A snippet of my xml structure is given below and I want to create range
index for the date under the <product-reference> for the facets and not the
date under the
<store-reference> . How should I do it . Appreciate if some could help me
out.

2. Is it still possible for me to create both the date as range indexes
which one marklogic will pick up if I create range indexes for both date
under <product-reference> and date under <store-reference>.


<product-reference>
<product-id>
<country>IND</country>
<product-number>AA-503</product-number>
<product-type>apparel</product-type>
<date>20130105</date>
</product-id>
</product-reference>
<store-reference>
<store-id>
<country>JP</country>
<store-number>8369</store-number>
<date>20120906</date>
</store-id>
</store-reference>

thanks
sd
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to