Hi,
I am currently using swish-e 2.5.6 to index a collection of XML documents. I have the foll. config option to automatically index all XML tag names as metanames.
UndefinedMetaTags auto
I am able to search for keywords in the context of a metaname. However there doesn't seem to be any way to specify a hierarchical context. E.g. consider the following document:
<a>
<b>
<c>foo</c>
</b>
<e>
<c>bar</c>
</e>
</a>
I can search in the context of one metaname as follows:
a = (foo)
b = (foo)
c = (foo)
But I am not able to specify the hierarchical context:
b.c = (foo)
- or -
a.b.c = (foo)
Is there any mechanism currently in swish-e to perform this sort of search?
Thanks,
Ravi
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Thu Oct 4 21:01:40 2007