[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML-QL

  • From: Dongwook Shin <shin@c...>
  • To: Robert Hanson <rhanson@b...>
  • Date: Mon, 31 Aug 1998 14:36:21 +0900

rhanson


Robert Hanson wrote:

> As a programmer though, I see a few ways on how it could be implemented...
> 1. Matches could be made on the XML as a stream., and return it as such.  So
> you invoke a method on the Query control which asks for a single match.  The
> application would that find the first match and return only that one. From
> there you could recursively ask for the next match.
>
> 2. Return all of the matches in a single action as a single XML document.
> The problem is that if the XML document is very long, this could take some
> time (even days... if the XML document was big enough).
>
> 3. The query application acts as a search engine where is indexes the XML
> documents before a query is made to increase the speed for the search.  This
> could be combined with the interface I mentioned in #1 or #2.
>
> Does anyone have any thoughts on this??  I was actually thinking about
> creating a search application based on the current XML-QL note, and have not
> decided on how the interface should work.  For those familiar with
> Microsoft's ADO control, I was thinking something like that.  In which case,
> the search would be return a single match for each call to the query engine.
> The query would also be optimised based on what the options the user
> wanted... like forward only, 1 match at a time (with a READ command, then a
> MoveNext command) -OR- backwards and forwards ( involved caching previous
> matches) -OR- forward, backward, first, last ( involves caching all of the
> matches before allowing reads ).
>
> Robert Hanson

XML-QL is quite interesting, but I thing it should allow IR queries as well
as database queries. It is because XML documents can be viewed as a set of
collections as well as a database, where a user can retrieve relevant documents
as well as get exact ones.
Look the SQL/MM Full text part. It allows Boolean operators and other operators
frequently used in information retrieval systems.

In this sense, I prefer the approach (3) that Robert Hanson proposed. It would
be better to index XML documents and serve the queries fast. Without the indices,

it would be difficult to compute the similarity between XML documents and user
queries on the fly.

As I posted earlier, BUS is an efficient indexing and retrieval engine for
this purpose. See the page http://savage.comeng.chungnam.ac.kr/~sgml

Dongwook Shin
--
Dongwook Shin
Department of Computer Engineering, Chungnam National University, Korea
E-mail: shin@c... FAX: +82-42-822-4997
URL: http://savage.comeng.chungnam.ac.kr/~shin/index.html



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


  • References:

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.