XML retrieval: Difference between revisions

Content deleted Content added
m cap, bold
Citation bot (talk | contribs)
m Alter: issue. Add: year, doi, pages, issue, volume, journal. Removed URL that duplicated unique identifier. Removed parameters. Formatted dashes. Some additions/deletions were actually parameter name changes.| You can use this bot yourself. Report bugs here.| Activated by User:Headbomb
Line 19:
 
===Traditional XML query languages===
[[Query language]]s such as the [[W3C]] standard [[XQuery]]<ref>{{Cite web|url=http://www.w3.org/TR/2007/REC-xquery-20070123/|title=XQuery 1.0: An XML Query Language|last=Boag|first=Scott|author2=Chamberlin, Don |author3=Fernández, Mary F. |author4=Florescu, Daniela |author5=Robie, Jonathan |author6= Siméon, Jérôme |date=23 January 2007|work=W3C Recommendation|publisher=World Wide Web Consortium|accessdate=2009-02-10}}</ref> supply complex queries, but only look for exact matches. Therefore, they need to be extended to allow for vague search with relevance computing. Most XML-centered approaches imply a quite exact knowledge of the documents' [[Database schema|schemas]].<ref name="Schlieder2002">{{Cite journal|url=http://www.cis.uni-muenchen.de/people/Meuss/Pub/JASIS02.ps.gz |title=Querying and Ranking XML Documents |last=Schlieder |first=Torsten |author2=Meuss, Holger |year=2002 |workjournal=Journal of the American Society for Information Science and Technology, Vol. 53, No. 6 |volume=53 |issue=6 |pages=489–503 |accessdate=2009-02-10 |deadurl=yes |archiveurl=https://web.archive.org/web/20070610002349/http://www.cis.uni-muenchen.de/people/Meuss/Pub/JASIS02.ps.gz |archivedate=June 10, 2007 |doi=10.1002/asi.10060 }}</ref>
 
===Databases===
Line 28:
 
== Data-centric XML datasets ==
For data-centric XML datasets, the unique and distinct keyword search method, namely, XDMA<ref>{{Cite journal|last=Selvaganesan|first=S.|last2=Haw|first2=Su-Cheng|last3=Soon|first3=Lay-Ki|title=XDMA: A Dual Indexing and Mutual Summation Based Keyword Search Algorithm for XML Databases|url=http://www.worldscientific.com/doi/pdf/10.1142/S0218194014500223|journal=International Journal of Software Engineering and Knowledge Engineering|language=en-US|volume=24|issue=044|pages=591–615|doi=10.1142/s0218194014500223|year=2014}}</ref> for XML databases is designed and developed based dual indexing and mutual summation.
 
==See also==