My xml file with structure
<root> <compound>abc<parts>ab c</parts></compound> <compound>xyz<parts>xy z</parts></compound> </root>
I created a range index on
<range> <create qname="compound" type="xs:string"/> </range>
I expected the index terms abca b c and xyzx y z , but I found abc and xyz by the index link in the monitoring and profiling window. As well as the search bar
//compound[.="abca bc"] giving 0 results.
Can anyone help in creating an index for the entire contents of the connection, for example, on abca b c , xyz x y z and so on.
thanks
Sony
source share