XConquer: Extended Twig Pattern Matching Based on ftcontains Expression

Zijun Zhang,Zhenying He,Wei Wang
DOI: https://doi.org/10.1109/ETCS.2009.628
2009-01-01
Abstract:XML employs a tree-structured model for representing data, and queries over XML documents are typically represented as twig patterns. At the same time, keyword search over XML documents has been well studied because of its intuitive and friendly query interface. Consequently, XQuery Full-Text emerges as a full-text extension to XQuery to query both the structure and the text content of XML documents seamlessly. This paper proposes the extended twig pattern matching problem based on the semantics of 'ftcontains' expression in XQFT and develops a novel algorithm, XConquer, for matching an extended twig pattern. Our experimental results show that XConquer offers considerable performance benefits when compared with existing approach variation for this problem.
What problem does this paper attempt to address?