RE: Indexing of deep structured XML

2004-01-18 Thread Morus Walter
Goulish, Michael writes: > > To really preserve the relationships in arbitrarily > structured XML, you pretty much need to use a database > that directly supports an XML query language like > XQuery or XPath. > If searching within regions is enough (something e.g. sgrep (http://www.cs.helsink

Re: Indexing of deep structured XML

2004-01-16 Thread Markus Spath
[EMAIL PROTECTED] wrote: ... by mapping all the xml tags (name, street, postcode and city) it to the documents (address) fields directly. However is it also possible to map these? Here we have a hierarchy in area (niceplace) which I want to preserve. Suppose that the meaning of n

RE: Indexing of deep structured XML

2004-01-16 Thread Goulish, Michael
To really preserve the relationships in arbitrarily structured XML, you pretty much need to use a database that directly supports an XML query language like XQuery or XPath. Mick . -Original Message- From: [EMAIL PROTECTED] [mailto:[E

Re: Indexing of deep structured XML

2004-01-16 Thread Thomas Krämer
Hi Karl, ol' fellow try the apache commons digester. there is a nice explanation about how it works written by thomas habing. regards thomas [EMAIL PROTECTED] wrote: Hello all, it is obviously possible to index the follwoing XML structure in Lucene: by mapping all the xml tags (n