xml parser

Avi Rappoport avirr at LanMinds.Com
Wed Nov 4 18:30:48 GMT 1998


At 8:22 AM -0800 11/4/98, Tim Bray wrote:
> At 10:55 AM 11/4/98 -0000, Michael Kay wrote:
> >My immediate answer to this is yes, all the information you need for a
> >search engine is available via the SAX or DOM interface offered by many
> >parsers.
>
> I disagree.  Few parsers track byte offsets or other locational info in
> the file, and I think you need that to do basic things like proximity
> and phrase search.

What Tim said.  Most search engines do not have database storage, they have 
a fairly simple inverted index.  Trying to put all the XML info in there 
would overload them.  The point of having an XML search is to have metadata 
and context, so you probably need to use some of the more sophisticated 
text retrieval and library systems.

BTW, I'm trying to collect information on XML and search, so please keep me 
posted if you are working on something.  I post everything I hear about at 
<http://www.searchtools.com/related/xml.html>

Avi
________________________________________________________________
Avi Rappoport, Web Site Search Tools Maven: <mailto:avirr at lanminds.com>
Guide to Site Indexing and Local Search Engines: <http://www.searchtools.com>

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list