Not obvious at all. Search engines have always primarily been in the
business of finding documents, I can't see why XML changes this. Of course
it is necessary to present the search engine with "documents" at an
appropriate level of granularity, which is not necessarily the original XML
source document; a filter can do this.
>>Own experience is that relational vendors are completely uncapable of
providing a
>>good solution for text retrieval.
My view is that the relational products are quite useful in hybrid
environments, where the data is mostly structured but includes some lengthy
text fields, e.g. product descriptions in a product database. Their main
limitation is that they take a strictly boolean view of the world: as with
SQL, each record is either a match or it isn't. That's been discredited in
information retrieval research for 25 years, though it is still found in
many products, especially at the low end of the market.
Mike Kay