[go: up one dir, main page]

CN103136304B - Article processing method and device - Google Patents

Article processing method and device Download PDF

Info

Publication number
CN103136304B
CN103136304B CN201110401386.3A CN201110401386A CN103136304B CN 103136304 B CN103136304 B CN 103136304B CN 201110401386 A CN201110401386 A CN 201110401386A CN 103136304 B CN103136304 B CN 103136304B
Authority
CN
China
Prior art keywords
index
xml document
domain
entry
data table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN201110401386.3A
Other languages
Chinese (zh)
Other versions
CN103136304A (en
Inventor
刘浩
翟因为
陈长刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Peking University Founder Group Co Ltd
Beijing Founder Electronics Co Ltd
Original Assignee
Peking University Founder Group Co Ltd
Beijing Founder Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Peking University Founder Group Co Ltd, Beijing Founder Electronics Co Ltd filed Critical Peking University Founder Group Co Ltd
Priority to CN201110401386.3A priority Critical patent/CN103136304B/en
Publication of CN103136304A publication Critical patent/CN103136304A/en
Application granted granted Critical
Publication of CN103136304B publication Critical patent/CN103136304B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Document Processing Apparatus (AREA)

Abstract

本发明提供了一种条目的处理方法,包括:创建XML文档以记录条目的内容,其中,XML文档中的元素的XPATH对应条目的内容中的章节层次关系;将各个XML文档存储到条目数据表的XML文档域中;根据XML文档中的元素的XPATH,对数据库的XML文档域创建索引。本发明提供了一种条目的处理装置,包括:结构化模块,用于创建XML文档以记录条目的内容,其中,XML文档中的元素的XPATH对应条目的内容中的章节层次关系;数据库模块,用于将各个XML文档存储到条目数据表的XML文档域中;索引模块,用于根据XML文档中的元素的XPATH,对数据库的XML文档域创建索引。本发明提高了条目检索的效率。

The present invention provides an entry processing method, including: creating an XML document to record the content of the entry, wherein the XPATH of the element in the XML document corresponds to the chapter hierarchy in the content of the entry; storing each XML document in the entry data table In the XML document domain; according to the XPATH of the elements in the XML document, create an index for the XML document domain of the database. The present invention provides an item processing device, comprising: a structural module for creating an XML document to record the content of the item, wherein the XPATH of an element in the XML document corresponds to the chapter hierarchy in the content of the item; a database module, It is used to store each XML document into the XML document field of the entry data table; the index module is used to create an index on the XML document field of the database according to the XPATH of the elements in the XML document. The invention improves the efficiency of item retrieval.

Description

条目的处理方法和装置Item processing method and device

技术领域technical field

本发明涉及互联网出版领域,具体而言,涉及一种条目的处理方法和装置。The invention relates to the field of Internet publishing, in particular to a method and device for processing items.

背景技术Background technique

条目类的数据具有章节层次结构,为了维护条目内容的完整性和层级关系,可以采用XML的方式把整个条目内容作为属性存储在数据库的一个域中,构成XML文档域,和条目的其他属性一起构成完整的一条记录。The data of the entry class has a hierarchical structure of chapters. In order to maintain the integrity and hierarchical relationship of the entry content, the entire entry content can be stored in a domain of the database as an attribute in the form of XML, constituting the XML document domain, together with other attributes of the entry constitute a complete record.

对条目检索时,按照域的方式把条目的属性组织成检索条件,进而对条目进行检索。当检索条件包含对条目内容中元素的限制时,首先需要获取符合其他条件的记录,获得条目内容的完整XML片段,然后通过XPATH的方式对元素进行检索,进而通过过滤的方式获取符合条件的记录。When retrieving items, the attributes of the items are organized into retrieval conditions in the form of domains, and then the items are retrieved. When the retrieval condition includes restrictions on the elements in the entry content, firstly, it is necessary to obtain the records that meet other conditions, obtain the complete XML fragment of the entry content, and then retrieve the elements through XPATH, and then obtain the qualified records by filtering .

发明人发现,这种检索方式导致XML文档加载频繁,耗费资源较多。The inventors found that this retrieval method leads to frequent loading of XML documents and consumes more resources.

发明内容Contents of the invention

本发明旨在提供一种条目的处理方法和装置,以提高条目检索的效率。The present invention aims to provide an item processing method and device to improve the efficiency of item retrieval.

在本发明的实施例中,提供了一种条目的处理方法,包括:创建XML文档以记录条目的内容,其中,XML文档中的元素的XPATH对应条目的内容中的章节层次关系;将各个XML文档存储到条目数据表的XML文档域中;根据XML文档中的元素的XPATH,对数据库的XML文档域创建索引。In an embodiment of the present invention, a method for processing an entry is provided, including: creating an XML document to record the content of the entry, wherein the XPATH of an element in the XML document corresponds to the chapter hierarchy in the content of the entry; The document is stored in the XML document field of the entry data table; according to the XPATH of the elements in the XML document, an index is created on the XML document field of the database.

在本发明的实施例中,提供了一种条目的处理装置,包括:结构化模块,用于创建XML文档以记录条目的内容,其中,XML文档中的元素的XPATH对应条目的内容中的章节层次关系;数据库模块,用于将各个XML文档存储到条目数据表的XML文档域中;索引模块,用于根据XML文档中的元素的XPATH,对数据库的XML文档域创建索引。In an embodiment of the present invention, an entry processing device is provided, including: a structural module for creating an XML document to record the content of the entry, wherein the XPATH of an element in the XML document corresponds to a chapter in the content of the entry The hierarchical relationship; the database module is used to store each XML document in the XML document field of the entry data table; the index module is used to create an index on the XML document field of the database according to the XPATH of the elements in the XML document.

本发明上述实施例的条目的处理方法和装置因为对XML文档域创建了索引,所以克服了现有技术的条目检索效率较低的问题,提高了条目检索的效率。Because the method and device for processing items in the above embodiments of the present invention create an index for the XML document domain, it overcomes the problem of low efficiency of item retrieval in the prior art and improves the efficiency of item retrieval.

附图说明Description of drawings

此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The accompanying drawings described here are used to provide a further understanding of the present invention and constitute a part of the application. The schematic embodiments of the present invention and their descriptions are used to explain the present invention and do not constitute improper limitations to the present invention. In the attached picture:

图1示出了根据本发明实施例的条目的处理方法;Fig. 1 shows the processing method of the item according to the embodiment of the present invention;

图2示出了根据本发明优选实施例的索引关系示意图;Fig. 2 shows a schematic diagram of index relationships according to a preferred embodiment of the present invention;

图3示出了根据本发明优选实施例的执行索引检索的流程图;FIG. 3 shows a flow chart of performing index retrieval according to a preferred embodiment of the present invention;

图4示出了根据本发明优选实施例的索引管理界面的屏幕截图;Figure 4 shows a screen shot of an index management interface according to a preferred embodiment of the present invention;

图5示出了根据本发明实施例的条目的处理装置的示意图。Fig. 5 shows a schematic diagram of an item processing device according to an embodiment of the present invention.

具体实施方式detailed description

下面将参考附图并结合实施例,来详细说明本发明。The present invention will be described in detail below with reference to the accompanying drawings and in combination with embodiments.

图1示出了根据本发明实施例的条目的处理方法,包括:Fig. 1 shows the processing method of the item according to the embodiment of the present invention, including:

步骤S10,创建XML文档以记录条目的内容,其中,XML文档中的元素的XPATH对应条目的内容中的章节层次关系;Step S10, create an XML document to record the content of the entry, wherein the XPATH of the element in the XML document corresponds to the chapter hierarchy in the content of the entry;

步骤S20,将各个XML文档存储到条目数据表的XML文档域中;Step S20, storing each XML document in the XML document domain of the entry data table;

步骤S30,根据XML文档中的元素的XPATH,对数据库的XML文档域创建索引。Step S30, according to the XPATH of the elements in the XML document, create an index for the XML document field of the database.

在现有技术中,利用XML技术检索条目时,获得条目内容的完整XML片段,然后通过XPATH的方式进行检索;而本实施例的条目的处理方法对XML文档域创建了索引,所以可以利用索引来检索条目,无需再加载整个XML文档,这减少了资源耗费,显著地提高了检索效率,缩短了检索时间。In the prior art, when using XML technology to retrieve an entry, the complete XML fragment of the entry content is obtained, and then retrieved through XPATH; while the entry processing method of this embodiment creates an index for the XML document field, so the index can be used To retrieve items, there is no need to load the entire XML document, which reduces resource consumption, significantly improves retrieval efficiency, and shortens retrieval time.

另外,现有技术对元素的检索通过遍历寻址的方式进行,检索速度缓慢,本方法可以利用索引来检索条目,无需再对元素遍历寻址,这也缩短了检索时间。In addition, in the prior art, elements are retrieved through traversal addressing, and the retrieval speed is slow. This method can use indexes to retrieve items without traversal addressing elements, which also shortens the retrieval time.

优选地,步骤S30包括:对于XML文档域中的元素创建对应的索引,其中,索引的名称=XML文档域名称+域名分隔符+该元素的XPATH。该实施例简单易行。Preferably, step S30 includes: creating a corresponding index for the element in the XML document field, wherein, the name of the index=XML document field name+domain name separator+XPATH of the element. This embodiment is simple and easy to implement.

图2示出了根据本发明优选实施例的索引关系示意图。从图中可以看出,索引域与XML文档的联系是唯一确定的,因此对元素(其内容即条目)的检索可以等价地转换成对索引域的检索,同时,对元素索引的管理转换成对索引数据表数据的管理,使得元素的检索变得快捷高效。Fig. 2 shows a schematic diagram of index relationships according to a preferred embodiment of the present invention. It can be seen from the figure that the relationship between the index field and the XML document is uniquely determined, so the retrieval of elements (the content of which is the entry) can be equivalently converted into the retrieval of the index field, and at the same time, the management conversion of the element index The management of paired index data table data makes the retrieval of elements fast and efficient.

例如,有如下的数据表:For example, with the following data table:

在该数据表中,在域DOC_XMLDATA中存储的XML具有如下的结构:In this data table, the XML stored in the field DOC_XMLDATA has the following structure:

根据本优选实施例,生成的索引的名称如下:According to this preferred embodiment, the names of the generated indexes are as follows:

<node text=″DOC_XMLDATA_/论文/行业背景″/><node text="DOC_XMLDATA_/Thesis/Industry Background"/>

<node text=″DOC_XMLDATA_/论文/产品定位″/><node text="DOC_XMLDATA_/Thesis/Product Positioning"/>

<node text=″DOC_XMLDATA_/论文/关键特性/功能特性″/><node text="DOC_XMLDATA_/Papers/Key Features/Functional Features"/>

<node text=″DOC_XMLDATA_/论文/关键特性/性能特性″/><node text="DOC_XMLDATA_/Papers/Key Features/Performance Features"/>

<node text=″DOC_XMLDATA_/论文/关键特性/技术特性″/><node text="DOC_XMLDATA_/Papers/Key Features/Technical Features"/>

<node text=″DOC_XMLDATA_/论文/市场前景″/><node text="DOC_XMLDATA_/Thesis/Market Prospect"/>

<node text=″DOC_XMLDATA_/论文/风险评估″/><node text="DOC_XMLDATA_/Thesis/Risk Assessment"/>

优选地,步骤S30还包括:将各个索引集合地存储为索引数据表,其中,将索引的名称存储到索引数据表的索引域中。Preferably, step S30 further includes: collectively storing each index as an index data table, wherein the name of the index is stored in an index field of the index data table.

优选地,在索引数据表中还创建名称域,用于记载索引域的简单命名,以呈现给用户。Preferably, a name field is also created in the index data table for recording the simple name of the index field for presentation to users.

根据上述优选实施例创建的一个索引数据表如下:An index data table created according to the above-mentioned preferred embodiment is as follows:

CLOB是指长型文本字段。CLOB refers to a long text field.

优选地,本方法还包括:Preferably, the method also includes:

将名称域记载的简单命名呈献给用户;Present the user with a simple naming documented in the name field;

接收用户对简单命名的选择以及输入的检索字串;Receive the user's choice of simple naming and the input search string;

以检索字串作为关键字对所选择的简单命名所对应的索引域进行检索;Use the search string as a keyword to search the index field corresponding to the selected simple name;

将检索到的索引所指向的XML文档域的内容提交给用户。Submits the content of the XML document field pointed to by the retrieved index to the user.

本优选实施例基于用户输入的检索条件,组织检索引擎的检索语法,而用户只需选择想要检索的项目和输入关键字即可。如用户需要查询行业背景或产品定位属于数字出版方面的文档,则组织的检索语法如下:This preferred embodiment organizes the search syntax of the search engine based on the search conditions input by the user, and the user only needs to select the item to be searched and input keywords. If the user needs to inquire about the industry background or the product positioning belongs to the digital publishing documents, the search syntax of the organization is as follows:

((DOC_XMLDATA_/论文/行业背景LIKE′数字出版′)OR(DOC_XMLDATA_/论文/产品定位LIKE′数字出版′))((DOC_XMLDATA_/Thesis/Industry Background LIKE'Digital Publishing')OR(DOC_XMLDATA_/Thesis/Product Positioning LIKE'Digital Publishing'))

语法转换装置把检索语句转换成元素检索的语法,并发送给检索服务,元素检索语法如下:The syntax conversion device converts the retrieval sentence into the syntax of element retrieval and sends it to the retrieval service. The syntax of element retrieval is as follows:

检索服务接收到检索条件,调用语法转换服务,转换成检索语句并执行检索,得到检索结果集。检索引擎将检索结果集返回到人机交互界面上。The retrieval service receives the retrieval condition, invokes the syntax conversion service, converts it into a retrieval statement and executes the retrieval, and obtains a retrieval result set. The retrieval engine returns the retrieval result set to the human-computer interaction interface.

图3示出了根据本发明优选实施例的执行索引检索的流程图,包括:Figure 3 shows a flow chart of performing index retrieval according to a preferred embodiment of the present invention, including:

第一步,检索引擎接收到前段页面传递的检索请求,In the first step, the search engine receives the search request from the previous page,

第二步,检索引擎调用语法转换装置,把页面的检索条件转换成元素检索的语法,In the second step, the search engine invokes the grammar conversion device to convert the search conditions of the page into the grammar of element search,

第三步,检索引擎发起检索请求,把检索语句传递给检索服务,In the third step, the search engine initiates a search request and passes the search statement to the search service.

第四步,检索服务解析检索语法,执行检索,得到检索结果集Step 4: The search service parses the search syntax, executes the search, and obtains the search result set

第五步,检索服务返回得到的索引结果集给检索引擎,The fifth step, the retrieval service returns the obtained index result set to the retrieval engine,

第六步,检索引擎解析结果集,根据索引规则得到结果文档返回给前段处理。In the sixth step, the search engine parses the result set, obtains the result document according to the index rules and returns it to the previous stage for processing.

图4示出了根据本发明优选实施例的索引管理界面的屏幕截图。Fig. 4 shows a screenshot of an index management interface according to a preferred embodiment of the present invention.

本优选实施例提供了比较友好的交互式界面,利用名称域帮助用户选择合适的索引域,实现了利用索引对条目进行检索,对于用户来说,比较灵活易用。This preferred embodiment provides a relatively friendly interactive interface, uses the name field to help the user select a suitable index field, and realizes the retrieval of items by using the index, which is more flexible and easy to use for the user.

图5示出了根据本发明实施例的条目的处理装置的示意图,包括:Fig. 5 shows a schematic diagram of an item processing device according to an embodiment of the present invention, including:

结构化模块10,用于创建XML文档以记录条目的内容,其中,XML文档中的元素的XPATH对应条目的内容中的章节层次关系;A structuring module 10, configured to create an XML document to record the content of the entry, wherein the XPATH of the element in the XML document corresponds to the chapter hierarchy in the content of the entry;

数据库模块20,用于将各个XML文档存储到条目数据表的XML文档域中;The database module 20 is used for storing each XML document in the XML document domain of the entry data table;

索引模块30,用于根据XML文档中的元素的XPATH,对数据库的XML文档域创建索引。The indexing module 30 is configured to create an index for the XML document field of the database according to the XPATH of the elements in the XML document.

本装置减少了资源耗费,显著地提高了检索效率,缩短了检索时间。The device reduces resource consumption, remarkably improves retrieval efficiency, and shortens retrieval time.

优选地,索引模块用于对于XML文档域中的元素创建对应的索引,其中,索引的名称=XML文档域名称+域名分隔符+该元素的XPATH。Preferably, the index module is used to create a corresponding index for the elements in the XML document domain, wherein, the name of the index=XML document domain name+domain name separator+XPATH of the element.

优选地,索引模块还用于将各个索引集合地存储为索引数据表,其中,将索引的名称存储到索引数据表的索引域中。Preferably, the index module is also used to collectively store each index as an index data table, wherein the name of the index is stored in the index field of the index data table.

优选地,索引模块还用于在索引数据表中还创建名称域,用于记载索引域的简单命名,以呈现给用户。Preferably, the index module is also used to create a name field in the index data table, which is used to record the simple name of the index field for presentation to the user.

优选地,还包括:界面模块,用于将名称域记载的简单命名呈献给用户;接收模块,用于接收用户对简单命名的选择以及输入的检索字串;检索模块,用于以检索字串作为关键字对所选择的简单命名所对应的索引域进行检索;提交模块,用于将检索到的索引所指向的XML文档域的内容提交给用户。Preferably, it also includes: an interface module, used to present the simple name recorded in the name domain to the user; a receiving module, used to receive the user's selection of the simple name and the input search string; a search module, used to use the search string The index field corresponding to the selected simple name is retrieved as a keyword; the submission module is used to submit the content of the XML document field pointed to by the retrieved index to the user.

从以上的描述中可以看出,本发明实现了如下技术效果:As can be seen from the above description, the present invention has achieved the following technical effects:

可以直接检索元素:在不改变原有XML存储结构的基础上,直接对XML的元素进行检索。Elements can be retrieved directly: on the basis of not changing the original XML storage structure, the elements of XML can be retrieved directly.

减少资源的重复加载:针对元素进行直接减少,减少对完整XML文档的重复加载,节约资源,提供资源利用率。Reduce repeated loading of resources: directly reduce elements, reduce repeated loading of complete XML documents, save resources, and improve resource utilization.

提高了检索效率:抛弃原有的通过遍历、寻址的方式,采用通过索引以直接检索元素的办法检索,提高了检索效率。Improved retrieval efficiency: Abandon the original method of traversal and addressing, and adopt the method of directly retrieving elements through indexes, which improves the retrieval efficiency.

显然,本领域的技术人员应该明白,上述的本发明的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本发明不限制于任何特定的硬件和软件结合。Obviously, those skilled in the art should understand that each module or each step of the above-mentioned present invention can be realized by a general-purpose computing device, and they can be concentrated on a single computing device, or distributed in a network formed by multiple computing devices Optionally, they can be implemented with program codes executable by a computing device, so that they can be stored in a storage device and executed by a computing device, or they can be made into individual integrated circuit modules, or they can be integrated into Multiple modules or steps are fabricated into a single integrated circuit module to realize. As such, the present invention is not limited to any specific combination of hardware and software.

以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and changes. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included within the protection scope of the present invention.

Claims (6)

1. a kind of processing method of entry is it is characterised in that include:
Create XML document with record strip purpose content, wherein, the corresponding described entry of XPATH of the element in described XML document Chapters and sections hierarchical relationship in content;
Each described XML document is stored in the XML document domain of entry data table;
According to the XPATH of the element in described XML document, index is created to the XML document domain of described tables of data, wherein, for Element in described XML document domain creates corresponding index, and the title=described XML document domain name of described index claims+and domain name divides Every the XPATH of symbol+this element, each described index venue is stored as index data table, and the title of described index is deposited Store up in the index domain of described index data table.
2. method according to claim 1, it is characterised in that also creating title-domain in described index data table, is used for Record the simple name in described index domain, to present to user.
3. method according to claim 2 is it is characterised in that also include:
The simple name that described title-domain is recorded is presented to user;
The selection to described simple name for the receive user and the retrieval word string of input;
Line retrieval is entered as the keyword index domain corresponding to selected simple name using described retrieval word string;
The content in XML document domain pointed for the index retrieving is submitted to user.
4. a kind of processing meanss of entry are it is characterised in that include:
Structurized module, for creating XML document with record strip purpose content, wherein, element in described XML document Chapters and sections hierarchical relationship in the content of the corresponding described entry of XPATH;
Memory module, for storing each described XML document in the XML document domain of entry data table;
Index module, for the XPATH according to the element in described XML document, creates rope to the XML document domain of described tables of data Draw, wherein, corresponding index, the title=described XML document domain of described index are created for the element in described XML document domain The XPATH of title+domain name separating character+this element, each described index venue is stored as index data table, and by described rope The title drawn stores in the index domain of described index data table.
5. device according to claim 4 is it is characterised in that described index module is additionally operable in described index data table Also create title-domain, for recording the simple name in described index domain, to present to user.
6. device according to claim 5 is it is characterised in that also include:
Interface module, the simple name for recording described title-domain is presented to user;
Receiver module, for the retrieval word string of the selection to described simple name for the receive user and input;
Retrieval module, for being carried out using described retrieval word string as the keyword index domain corresponding to selected simple name Retrieval;
Submit module to, for the content in XML document domain pointed for the index retrieving is submitted to user.
CN201110401386.3A 2011-12-05 2011-12-05 Article processing method and device Expired - Fee Related CN103136304B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110401386.3A CN103136304B (en) 2011-12-05 2011-12-05 Article processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110401386.3A CN103136304B (en) 2011-12-05 2011-12-05 Article processing method and device

Publications (2)

Publication Number Publication Date
CN103136304A CN103136304A (en) 2013-06-05
CN103136304B true CN103136304B (en) 2017-02-22

Family

ID=48496136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110401386.3A Expired - Fee Related CN103136304B (en) 2011-12-05 2011-12-05 Article processing method and device

Country Status (1)

Country Link
CN (1) CN103136304B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107193849A (en) * 2016-03-15 2017-09-22 北大方正集团有限公司 XML file full-text search index generation method and device
CN109460394B (en) * 2018-11-20 2020-06-16 北京广利核系统工程有限公司 Simplification method of multi-level document entry tracking matrix

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1965316A (en) * 2004-04-09 2007-05-16 甲骨文国际公司 Index for accessing XML data

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7366735B2 (en) * 2004-04-09 2008-04-29 Oracle International Corporation Efficient extraction of XML content stored in a LOB
US7603347B2 (en) * 2004-04-09 2009-10-13 Oracle International Corporation Mechanism for efficiently evaluating operator trees

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1965316A (en) * 2004-04-09 2007-05-16 甲骨文国际公司 Index for accessing XML data

Also Published As

Publication number Publication date
CN103136304A (en) 2013-06-05

Similar Documents

Publication Publication Date Title
Hai et al. Constance: An intelligent data lake system
CN102982076B (en) Based on the various dimensions content mask method in semantic label storehouse
CN101187938B (en) A Unified Description and Retrieval Method for Multimedia Metadata
JP6014725B2 (en) Retrieval and information providing method and system for single / multi-sentence natural language queries
CN102609449B (en) Method for building conceptual knowledge map based on Wikipedia
CN102810114A (en) Ontology-based personal computer resource management system
CN103310025A (en) Unstructured-data description method and device
CN101290625A (en) A Storage and Retrieval Method of XML Document
CN101350033B (en) Method and apparatus for switching OWL information into relation data base
CN102200974A (en) Unified information retrieval intelligent agent system and method for search engine
Xiao et al. A Multi-Ontology Approach for Personal Information Management.
CN102929898B (en) A Semantic Query Engine for Structured Databases
CN107122486B (en) A multivariate big data fusion method and system supporting BLOB
Pan et al. Reducing ambiguity in tagging systems with folksonomy search expansion
CN104750853A (en) Method and device for searching heterogeneous data
CN103177122B (en) Personal desktop document searching method based on synonyms
CN103136304B (en) Article processing method and device
Dickson et al. The semi-structured data model and implementation issues for semi-structured data
Bing et al. Using aligned ontology model to convert cultural heritage resources into semantic web
Kim et al. The index organizations for RDF and RDF schema
Patil et al. Semantic search using ontology and RDBMS for Cricket
Ciglan et al. Corporate memory: A framework for supporting tools for acquisition, organization and maintenance of information and knowledge
Zhong et al. 3sepias: a semi-structured search engine for personal information in dataspace system
CN1588371A (en) Forming method for package device
CN112860940B (en) Music resource retrieval method based on sequential concept space on description logic knowledge base

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170222

Termination date: 20171205

CF01 Termination of patent right due to non-payment of annual fee