CN101655848A - Method, system and device for implementing content management - Google Patents

Method, system and device for implementing content management Download PDF

Info

Publication number
CN101655848A
CN101655848A CN200810147483A CN200810147483A CN101655848A CN 101655848 A CN101655848 A CN 101655848A CN 200810147483 A CN200810147483 A CN 200810147483A CN 200810147483 A CN200810147483 A CN 200810147483A CN 101655848 A CN101655848 A CN 101655848A
Authority
CN
China
Prior art keywords
full
text search
content
metadata table
index
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.)
Pending
Application number
CN200810147483A
Other languages
Chinese (zh)
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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN200810147483A priority Critical patent/CN101655848A/en
Publication of CN101655848A publication Critical patent/CN101655848A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

The embodiment of the invention discloses a method, a system and a device for implementing content management. The method comprises the following steps of: performing full-text retrieval on a submitted retrieval request according to an index of the full-text retrieval, and obtaining a result set; and returning information corresponding to the retrieval request according to the result set obtainedby the full-text retrieval. In the invention, the method, the system and the device adopt a mode of establishing the index of the full-text retrieval for a metadata table, can support the dynamic extension of content type and content attribute, can conveniently query keywords through the mode of the index of the full-text retrieval, do not need to use statements to query, improve the efficiency ofthe query, also promote the efficiency of content search, cannot cause the condition of low query speed even if the quantity of the content which needs to be queried is large, and are conveniently used by users.

Description

A kind of method, system and device of realizing Content Management
Technical field
The present invention relates to communication technical field, particularly relate to a kind of method, system and device of realizing Content Management.
Background technology
CP (Content Provider, content supplier) is providing more and more abundant content application, for example all kinds of Streaming Media films, recreation, news, picture etc. to the terminal user at present.The CMS that these abundant content application needs are unified (Content Management System, Content Management System) platform provides functions such as unified content production, issue, search, life cycle maintenance for each CP.The perfect Content Management System platform of one cover not only needs to possess the extensibility of height, manages multiple different content type, and also needing to possess fast, search capability promotes the efficient of keeper's maintenance and the efficient of end-user access.In the prior art, Content Management System adopts horizontal table and vertical table mode to organize data structure, the data structure is inquired about by content identification come related horizontal table and vertical table to realize.
In realizing process of the present invention, the inventor finds to exist at least in the prior art following problem:
If horizontal table has M bar record, in the vertical table N bar record is arranged, need in the record result of M*N, make screening, when the quantity of content 100,000 when above, the speed of inquiry will be very slow.And the prior art inquiry time need be used fuzzy query, promptly use LIKE ' %keyword% ' statement to inquire about, this moment, the index of database was inoperative, when using the LIKE statement to inquire about, the process of search can become the process of turning over book page by page that is similar to, speed is very slow, so for the database service that contains fuzzy query, the LIKE statement is very large to the harmfulness of inquiry.If need carry out fuzzy matching to a plurality of keywords, LIKE ' %keyword1% ' AND LIKE ' %keyword2% ' for example ..., like this, it is poorer that the efficient of inquiry will become.
Summary of the invention
The embodiment of the invention proposes a kind of method, system and device of realizing Content Management, to realize the dynamic expansion of content type and contents attribute, improves the efficient of content search.
For achieving the above object, the embodiment of the invention proposes a kind of method that realizes Content Management, comprising:
According to the full-text search index retrieval request of submitting to is carried out full-text search and the collection of obtaining a result;
The result set that draws according to described full-text search returns and described retrieval request information corresponding.
The another kind that the embodiment of the invention proposes is realized the method for Content Management, comprising:
Set up Basic Information Table and metadata table according to content-data;
Set up the index of described Basic Information Table, and set up the full-text search index for described metadata table.
A kind of indexing unit that the embodiment of the invention proposes comprises:
Retrieval module is used for according to the full-text search index retrieval request of submitting to being carried out full-text search and the collection of obtaining a result;
Return module, be used for returning and described retrieval request information corresponding according to the result set that full-text search draws.
A kind of content management device that the embodiment of the invention proposes comprises:
The transcript analysis module is used for metadata table is carried out transcript analysis;
Set up module, be used for setting up the full-text search index of metadata table according to the result of described transcript analysis.
A kind of system that realizes Content Management that the embodiment of the invention proposes comprises:
Content management device is used to metadata table to set up the full-text search index;
Indexing unit is used for according to the full-text search index of described foundation the retrieval request of submitting to being carried out full-text search and the collection of obtaining a result, and returns and described retrieval request information corresponding according to the result set that full-text search draws.
Compared with prior art, the embodiment of the invention has the following advantages: be adopted as the mode that metadata table is set up the full-text search index, can support content type and contents attribute dynamic expansion, mode by the full-text search index, when inquiry, do not need to use fuzzy query, promptly do not need to use the LIKE statement to inquire about, only need inquire about and get final product keyword, thereby improved the efficient of inquiry, and promoted the efficient of content search, even it is when needing the content quantity of inquiry very big, also can not cause the very slow situation of inquiry velocity, user-friendly.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art, to do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is a kind of method flow diagram of realizing Content Management of the embodiment of the invention;
Fig. 2 is the method flow diagram that the another kind of the embodiment of the invention is realized Content Management;
Fig. 3 is a kind of structure drawing of device of realizing Content Management of the embodiment of the invention;
Fig. 4 is the structure drawing of device that the another kind of the embodiment of the invention is realized Content Management;
Fig. 5 is a kind of system construction drawing of realizing Content Management of the embodiment of the invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the invention, the technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
A kind of method that realizes Content Management that the embodiment of the invention provides as shown in Figure 1, may further comprise the steps:
Step S101 carries out full-text search and the collection of obtaining a result according to the full-text search index to the retrieval request of submitting to;
Step S102, the result set that draws according to described full-text search returns and described retrieval request information corresponding.
As seen, in the present embodiment,, can obtain the information that need search easily by the mode of full-text search index, convenient for users to use, improved recall precision.
The another kind that the embodiment of the invention provides is realized the method for Content Management, as shown in Figure 2, may further comprise the steps:
Step S201, content supplier makes content, and content comprises: content file, description document etc., for example: all kinds of Streaming Media films, recreation, news, picture etc.
Step S202, content supplier upload the association attributes of the file of content, content and are submitted on the Content Management Platform.
Step S203, the keeper examines the content that is submitted on the Content Management Platform, after audit is passed through, on Content Management Platform, Content Management System is organized data structure by expansion of content metadata mode, thereby support the dynamic expansion of contents attribute, expansion of content metadata mode organizes data structure to set up data structure exactly.Content Management System is set up the Basic Information Table and the metadata table of Content Management in relational database, and is content Basic Information Table establishment index.
The content Basic Information Table is the public essential information of preserving various content types, adopts horizontal table mode to organize data, is about to the respective column that public attribute is mapped to database table.For example form 1, and content identification (OBJECT_ID), content type (TYPE), founder (CREATOR), version (VERSION) etc. are stored among the table T_CMS_CONTENT as essential information.
Form 1 content Basic Information Table T_CMS_CONTENT
?? *OBJECT_ID ??TYPE ??CREATOR ??VERSION
??1 ??1 ??huawei ??1
??2 ??2 ??huawei ??2
??……
The content metadata table is the extend information (metadata information) of preserving content, adopt vertical table mode to organize data, be about to the title of each extended attribute and the row that value is mapped to database table, as form 2, will identify (ID), content identification, Property Name (PROPERTY_NAME), value (VALUE) etc. and be stored among the table T_CMS_CONTENTDATA as extend information.
Form 2 content metadata table T_CMS_CONTENTDATA
? *ID ??OBJECT_ID ??PROPERTY_NAME ??VALUE
?1 ??1 ??DIRECTOR Zhang San
?2 ??1 ??ACTOR Li Si
?3 ??1 ??DESCRIPTION Han dynasty last years of a dynasty or reign, the nobility sets up a separatist regime by force of arms, chaos caused by war year after year, Guan Yu
?4 ??1 ??MIME_TYPE ??video/mpeg
?5 ??2 ??AUTHOR The king five
?6 ??2 ??DESCRIPTION About closing the life of plumage
?7 ??2 ??MIME_TYPE
……
Step S204, Content Management System are that the attribute-name that needs in the metadata table to do full-text search is called the full-text search index.The full-text search index can include but not limited to: the inverted index mode.
In the transcript analysis process, the property value that needs to do full-text search in the metadata table is carried out the processing of participle and filtration.Participle is meant that the property value that will need to do full-text search in the metadata table is separated into the speech of single concept, English word can directly be separated according to the space, connect together between the Chinese word, this just need carry out word segmentation processing, and the simplest a kind of participle mode is exactly to adopt per two adjacent words to separate as a speech; On behalf of the speech of concrete implication, notion, filtered symbol, filtration is meant with needing in the metadata table to do in the property value of full-text search.Zhong Wen some speech for example comprise: common no concrete implication, punctuation mark such as " ", " about " do not represented certain conception of species usually, all needs to filter out.
For example: the keyword (KEY_WORD) that the Property Name in the form 2 (PROPERTY_NAME) is carried out for the value of DESCRIPTION (VALUE) after the arrangement of participle and filtration is as shown in table 3:
Form 3 antistop lists
??ID ??OBJECT_ID ??PROPERTY_NAME ??KEY_WORD
??3 ??1 ??DESCRIPTION [Han dynasty] [last years of a dynasty or reign] [nobility] [setting up a separatist regime by force of arms] [year after year] [chaos caused by war] [Guan Yu]
??6 ??2 ??DESCRIPTION [Guan Yu] [life]
By descriptor is carried out participle and filtration treatment, in the process of setting up the full-text search index, just can use keyword to set up, thereby realize high efficiency retrieval.
In the inverted index process, be that the corresponding relation in the transcript analysis process is turned around.For example, the corresponding relation in the transcript analysis process is: " content identification " is to " all keywords ", and the corresponding relation in the inverted index process just becomes " keyword " to " all the elements sign that has this keyword ".For example: to the antistop list shown in the form 3, antistop list is converted to inverted index, is specially: keyword (KEY_WORD), content identification (OBJECT_ID), frequency (FREQUENCY), position (POSITION) etc. are stored in the inverted index table as content identification.
Form 4 inverted index tables
??KEY_WORD ??OBJECT_ID ??FREQUENCY ??POSITION
Han dynasty ??1 ??1 ??1
The last years of a dynasty or reign ??1 ??1 ??2
The nobility ??1 ??1 ??3
Set up a separatist regime by force of arms ??1 ??1 ??4
Year after year ??1 ??1 ??5
Chaos caused by war ??1 ??1 ??6
Guan Yu ??1 ??1 ??7
Guan Yu ??2 ??1 ??1
Content Management System identifies (OBJECT_ID) by being called the processing of full-text search for the attribute-name that needs to do full-text search in the metadata table, just can retrieving fast all the elements that comprised a certain specific keyword (KEY_WORD).
Step S205, Content Management System will be carried out the content of full-text search index and formally issue.
Step S206, keeper browse, can send retrieval request to Content Management System when inquiring about, and also can send retrieval request to Content Management System during terminal user's search content.
Step S207, Content Management System carries out full-text search to the retrieval request of submitting to, and draws and the corresponding result set of retrieval request.
Step S208 judges whether retrieval request is the summary info of query contents, if, forward step S209 to, if not, just want the details of query contents, then forward step S210 to.
Wherein, summary info comprises the descriptor of this content, as, content identification is that the summary info of 1 content is that Property Name is the value (VALUE) of " DESCRIPTION " in the form 2, if have the value of Property Name in being somebody's turn to do for " NAME ", the i.e. name information of this content, then this summary info can also comprise the name information of this content.Details then comprise all properties information of this content of storing in the relational database, as, content identification is that the details of 1 content are the value (VALUE) that Property Name comprises " DIRECTOR ", " ACTOR ", " DESCRIPTION ", " MIME_TYPE " in the form 2.In addition, summary info can be stored in separately in the file, can directly obtain this document in retrieving, and need not remove to obtain summary info from relational database.Adopt this mode, can reduce visit, improve recall precision relational database.
The result set that step S209, Content Management System directly draw according to full-text search returns with the retrieval request information corresponding and gives keeper or terminal user.
Step S210, the metadata in the content identification Query Database in the result set that Content Management System will draw according to full-text search obtains and the corresponding details of retrieval request, and these details is returned to keeper or terminal user.
Concrete, in Content Management System, there is inverted index table form 4, if sending the request of retrieving to Content Management System during terminal user's search content is the content of wanting to comprise in the query specification ' Han dynasty ', Content Management System just will be retrieved the retrieval request of this submission.Content Management System is earlier at inverted index table form 4 search keys, and keyword is ' Han dynasty ', can be 1 at the content identification that retrieves ' Han dynasty ' (OBJECT_ID) according to this keyword.Sending the request of retrieving to Content Management System when terminal user's search content is in the time of will inquiring about the summary info of ' Han dynasty ', then Content Management System directly is that 1 summary info returns to the terminal user with content identification, is about to the file that memory contents is designated 1 summary info and returns to the terminal user.Sending the request of retrieving to Content Management System when terminal user's search content is in the time of will inquiring about the details of ' Han dynasty ', then Content Management System will arrive and obtain all the elements in the database and be designated 1 information, and is that 1 information returns to the terminal user with this content identification.In the above-described embodiments, the keeper can also carry out attended operation to content, for example, revises contents directory, change contents attribute and increases, deletes, changes content file etc.The operation of Content Management System during according to keeper's maintenance content made amendment to contents directory, contents attribute and content file.When Content Management System is made amendment to contents directory, contents attribute and content file, need to upgrade synchronously Basic Information Table and metadata table and the full-text search index of setting up Content Management in the relational database.For example: according to aforesaid form 2, when if the keeper revises content file, to be " DESCRIPTION " attribute value of 1 with content identification: ' Han dynasty last years of a dynasty or reign, the nobility sets up a separatist regime by force of arms, chaos caused by war year after year, Guan Yu ' is revised as that ' Han dynasty first years of a historical period, the nobility sets up a separatist regime by force of arms, year after year chaos caused by war, Guan Yu ', then Content Management System will directly be changed the value (VALUE) that the content identification in the form 2 is 1 " DESCRIPTION ", will ' Han dynasty last years of a dynasty or reign, the nobility sets up a separatist regime by force of arms, chaos caused by war year after year, Guan Yu ' is revised as that ' Han dynasty first years of a historical period, the nobility sets up a separatist regime by force of arms, year after year chaos caused by war, Guan Yu ', then amended content is carried out again the processing of participle and filtration, corresponding new antistop list of generation is as form 5.
Form 5 antistop lists
??ID ??OBJECT_ID ??PROPERTY_NAME ??KEY_WORD
??3 ??1 ??DESCRIPTION [Han dynasty] [first years of a historical period] [nobility] [setting up a separatist regime by force of arms] [year after year] [chaos caused by war] [Guan Yu]
??6 ??2 ??DESCRIPTION [Guan Yu] [life]
Then the corresponding relation in the transcript analysis process is turned around, generates a new inverted index table, before replacing it with this new inverted index for content identification is the inverted index that 1 " DESCRIPTION " set up, as shown in Table 6.That is, when Content Management System is made amendment to content file, need to upgrade synchronously the antistop list form corresponding in the relational database and the content of inverted index table form.
Form 6 inverted index tables
??KEY_WORD ??OBJECT_ID ??FREQUENCY ??POSITION
Han dynasty ??1 ??1 ??1
The first years of a historical period ??1 ??1 ??2
The nobility ??1 ??1 ??3
Set up a separatist regime by force of arms ??1 ??1 ??4
Year after year ??1 ??1 ??5
Chaos caused by war ??1 ??1 ??6
Guan Yu ??1 ??1 ??7
Guan Yu ??2 ??1 ??1
As seen, in the present embodiment, be adopted as metadata table and set up the mode of full-text search index, can support content type and contents attribute dynamic expansion, mode by the full-text search index, can inquire about keyword easily, not need to use the like statement to inquire about, improve the efficient of inquiry.But also promoted the efficient of content search, and even when needing the content quantity of inquiry very big, can not cause the very slow situation of inquiry velocity yet, convenient for users to use.
A kind of device of realizing Content Management that the embodiment of the invention proposes, this device is indexing unit 1, as shown in Figure 3, comprising:
Retrieval module 13 is used for according to the full-text search index retrieval request of submitting to being carried out full-text search, and draws the result set corresponding with this retrieval request.
Return module 14, be used for carrying out the information that the result set corresponding with this retrieval request that full-text search draws returns this result set according to retrieval module 13.
Wherein, retrieval module 13 can be retrieved in inside, also can retrieve external entity, and when it was retrieved in inside, this indexing unit 1 can also comprise:
Relational database 10 is used to store the full-text search index of Basic Information Table, metadata table and described metadata table.
Retrieval module 13 is retrieved in relational database 10.
In addition, this indexing unit 1 can also comprise:
Set up module 11, be used to set up the Basic Information Table of Content Management and metadata table and set up the full-text search index for metadata table, the mode of inverted index is adopted in the foundation of this full-text search index, and with the full-text search index stores set up in relational database 10.
Release module 12 is used for issuing the content of the full-text search index of setting up the metadata table that is stored in relational database 10 that module 11 sets up.
Further, this returns module 14 and comprises:
Judge submodule 140, be used to judge whether retrieval request is the summary info of query contents;
Return submodule 141, be used for when judging that submodule 140 is judged this retrieval request and is the query contents summary info, directly the result set that draws according to full-text search returns and described retrieval request information corresponding; Or
When judging that submodule 140 is judged retrieval request and is the query contents details, the content identification query relation database in the result set that draws by full-text search obtains corresponding details, returns and the corresponding details of described retrieval.
As seen, in the present embodiment, be adopted as the mode that metadata table is set up the full-text search index, can easily keyword be inquired about, do not need to use the like statement to inquire about, improved the efficient of inquiry by the mode of full-text search index.But also promoted the efficient of content search, and even when needing the content quantity of inquiry very big, can not cause the very slow situation of inquiry velocity yet, convenient for users to use.
The another kind that the embodiment of the invention proposes is realized the device of Content Management, and this device is content management device 2, as shown in Figure 4, comprising:
Transcript analysis module 21 is used for metadata table is carried out transcript analysis.
Set up module 22, be used for setting up according to the result that this transcript analysis module 21 is carried out transcript analysis the full-text search index of metadata table, this full-text search index adopts the mode of inverted index to set up.
Content management device can be stored in inside with the content-data of needs management and also can be stored in the external entity, when please content-data being stored in inside, can also comprise:
Relational database 20 is used to store the full-text search index of Basic Information Table, metadata table and described metadata table.
Release module 23 is used for issuing the content of the full-text search index of setting up the metadata table that is stored in relational database 20 that module 22 sets up.
This content management device 2 can also comprise:
Update module 24: be used for when content-data being increased newly, revising and delete, upgrade Basic Information Table and the metadata table and the full-text search index of the Content Management in the relational database 20.
As seen, in the present embodiment, be adopted as the mode that metadata table is set up the full-text search index, can support content type and contents attribute dynamic expansion,, can inquire about keyword easily by the mode of full-text search index, do not need to use statement to inquire about, improved the efficient of inquiry.But also promoted the efficient of content search, and even when needing the content quantity of inquiry very big, can not cause the very slow situation of inquiry velocity yet, convenient for users to use.
The system of realization Content Management that embodiment of the invention proposition is a kind of as shown in Figure 5, comprising:
Content management device 2 is used to metadata table to set up the full-text search index;
Indexing unit 1 is used for according to the full-text search index that this content management device 2 is set up the retrieval request of submitting to being carried out full-text search and the collection of obtaining a result; And return and described retrieval request information corresponding according to the result set that full-text search draws.
When this system provides search function for the terminal user, can also comprise:
Search engine 3 is used to support the retrieval mode of the full-text search index that this content management device 2 is set up, so that the terminal user carries out full-text search.
As seen, in the present embodiment, be adopted as metadata table and set up the mode of full-text search index, can support content type and contents attribute dynamic expansion, mode by the full-text search index, can inquire about keyword easily, not need to use the like statement to inquire about, improve the efficient of inquiry.But also promoted the efficient of content search, and even when needing the content quantity of inquiry very big, can not cause the very slow situation of inquiry velocity yet, convenient for users to use.
Through the above description of the embodiments, those skilled in the art can be well understood to the present invention and can realize by hardware, also can realize by the mode that software adds necessary general hardware platform.Based on such understanding, technical scheme of the present invention can embody with the form of software product, it (can be CD-ROM that this software product can be stored in a non-volatile memory medium, USB flash disk, portable hard drive etc.) in, comprise some instructions with so that computer equipment (can be personal computer, server, the perhaps network equipment etc.) carry out the described method of each embodiment of the present invention.
The above only is a preferred implementation of the present invention; should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the principle of the invention; can also make some improvements and modifications, these improvements and modifications also should be looked protection scope of the present invention.

Claims (21)

1, a kind of method that realizes Content Management is characterized in that, comprising:
According to the full-text search index retrieval request of submitting to is carried out full-text search and the collection of obtaining a result;
The result set that draws according to described full-text search returns and described retrieval request information corresponding.
2, the method for claim 1 is characterized in that, described according to the full-text search index retrieval request of submitting to is carried out full-text search and the collection of obtaining a result before also comprise: Basic Information Table and the metadata table of setting up Content Management.
3, method as claimed in claim 2 is characterized in that, described method also comprises: for Basic Information Table is created index and set up the full-text search index for metadata table.
4, method as claimed in claim 3 is characterized in that, describedly sets up the full-text search index for metadata table and comprises:
Metadata table is carried out transcript analysis, and on the basis of transcript analysis, use the mode of inverted index to set up the full-text search index as metadata table.
5, method as claimed in claim 3 is characterized in that, described method also comprises: when content-data is increased, modified or deleted, and Basic Information Table and the metadata table and the full-text search index of update content management.
6, the method for claim 1 is characterized in that, the result set that draws according to described full-text search returns with described retrieval request information corresponding and comprises:
When described retrieval request was the query contents summary info, directly the result set that draws according to full-text search returned and described retrieval request information corresponding;
When described retrieval request was the query contents details, the content identification Query Database in the result set that draws by full-text search obtained corresponding details, and returns and the corresponding details of described retrieval.
7, a kind of method that realizes Content Management is characterized in that, comprising:
Set up Basic Information Table and metadata table according to content-data;
Set up the index of described Basic Information Table, and set up the full-text search index for described metadata table.
8, method as claimed in claim 7 is characterized in that, describedly sets up the full-text search index for metadata table and comprises:
Metadata table is carried out transcript analysis, and on the basis of transcript analysis, use the mode of inverted index to set up the full-text search index as metadata table.
9, as each described method of claim 7-8, it is characterized in that described method also comprises: when content-data is increased, modified or deleted, upgrade described Basic Information Table and metadata table and full-text search index.
10, a kind of indexing unit is characterized in that, comprising:
Retrieval module is used for according to the full-text search index retrieval request of submitting to being carried out full-text search and the collection of obtaining a result;
Return module, be used for returning and described retrieval request information corresponding according to the result set that full-text search draws.
11, device as claimed in claim 10 is characterized in that, also comprises:
Set up module, be used to set up the Basic Information Table of Content Management and metadata table and set up the full-text search index for metadata table;
Release module is used to issue the content of the full-text search index of setting up the metadata table that module sets up.
12, device as claimed in claim 10 is characterized in that, also comprises:
Relational database is used to store the full-text search index of described Basic Information Table, metadata table and described metadata table.
13, device as claimed in claim 10 is characterized in that, the described module of returning comprises:
Judge submodule, be used to judge whether retrieval request is the summary info of query contents;
Return submodule, be used for when described retrieval request is the query contents summary info, directly the result set that draws according to full-text search returns and described retrieval request information corresponding; Or
When described retrieval request was the query contents details, the content identification query relation database in the result set that draws by full-text search obtained corresponding details, returns and the corresponding details of described retrieval.
14, a kind of content management device is characterized in that, comprising:
The transcript analysis module is used for metadata table is carried out transcript analysis;
Set up module, be used for setting up the full-text search index of metadata table according to the result of described transcript analysis.
15, device as claimed in claim 14 is characterized in that, described full-text search index adopts the mode of inverted index to set up.
16, device as claimed in claim 14 is characterized in that, also comprises:
Relational database is used to store the full-text search index of Basic Information Table, metadata table and described metadata table.
17, device as claimed in claim 14 is characterized in that, also comprises:
Release module is used to issue the content of the full-text search index of setting up the metadata table that module sets up.
18, device as claimed in claim 14 is characterized in that, also comprises:
Update module: be used for when content-data being increased newly, revising and delete, upgrade Basic Information Table and the metadata table and the full-text search index of the Content Management in the relational database.
19, a kind of system that realizes Content Management is characterized in that, comprising:
Content management device is used to metadata table to set up the full-text search index;
Indexing unit is used for according to the full-text search index of described foundation the retrieval request of submitting to being carried out full-text search and the collection of obtaining a result, and returns and described retrieval request information corresponding according to the result set that full-text search draws.
20, system as claimed in claim 19 is characterized in that, also comprises:
Search engine is used to support the retrieval mode of the full-text search index that described full text apparatus for establishing is set up, so that the terminal user carries out full-text search.
21, system as claimed in claim 19 is characterized in that, described content management device and indexing unit can close and be made as a physical entity.
CN200810147483A 2008-08-20 2008-08-20 Method, system and device for implementing content management Pending CN101655848A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200810147483A CN101655848A (en) 2008-08-20 2008-08-20 Method, system and device for implementing content management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810147483A CN101655848A (en) 2008-08-20 2008-08-20 Method, system and device for implementing content management

Publications (1)

Publication Number Publication Date
CN101655848A true CN101655848A (en) 2010-02-24

Family

ID=41710141

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810147483A Pending CN101655848A (en) 2008-08-20 2008-08-20 Method, system and device for implementing content management

Country Status (1)

Country Link
CN (1) CN101655848A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937444A (en) * 2010-04-30 2011-01-05 绍兴易企信息科技有限公司 Textile raw material-oriented semantic-based data search engine
CN102208062A (en) * 2011-06-03 2011-10-05 用友软件股份有限公司 Data object replacement device and data object replacement method
CN103853832A (en) * 2014-03-11 2014-06-11 上海爱数软件有限公司 Customizable data capturing method in full-text retrieval system
CN105912545A (en) * 2015-12-15 2016-08-31 乐视网信息技术(北京)股份有限公司 Device, method, and system for media resource retrieval
CN106776725A (en) * 2016-11-18 2017-05-31 北京锐安科技有限公司 A kind of full text enquiring method and device
CN109241098A (en) * 2018-08-08 2019-01-18 南京中新赛克科技有限责任公司 A kind of enquiring and optimizing method of distributed data base
CN111966685A (en) * 2020-08-17 2020-11-20 江苏百达智慧网络科技有限公司 Method and system for realizing business module expansion
CN115145872A (en) * 2022-07-13 2022-10-04 成都卫士通信息产业股份有限公司 Method and system for detecting similar files, electronic equipment and storage medium

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937444A (en) * 2010-04-30 2011-01-05 绍兴易企信息科技有限公司 Textile raw material-oriented semantic-based data search engine
CN102208062A (en) * 2011-06-03 2011-10-05 用友软件股份有限公司 Data object replacement device and data object replacement method
CN103853832A (en) * 2014-03-11 2014-06-11 上海爱数软件有限公司 Customizable data capturing method in full-text retrieval system
CN103853832B (en) * 2014-03-11 2017-07-28 上海爱数信息技术股份有限公司 Customizable data grasping means in a kind of text retrieval system
CN105912545A (en) * 2015-12-15 2016-08-31 乐视网信息技术(北京)股份有限公司 Device, method, and system for media resource retrieval
WO2017101425A1 (en) * 2015-12-15 2017-06-22 乐视控股(北京)有限公司 Apparatus, method and system for use in retrieval of media resources
CN106776725A (en) * 2016-11-18 2017-05-31 北京锐安科技有限公司 A kind of full text enquiring method and device
CN109241098A (en) * 2018-08-08 2019-01-18 南京中新赛克科技有限责任公司 A kind of enquiring and optimizing method of distributed data base
CN109241098B (en) * 2018-08-08 2022-02-18 南京中新赛克科技有限责任公司 Query optimization method for distributed database
CN111966685A (en) * 2020-08-17 2020-11-20 江苏百达智慧网络科技有限公司 Method and system for realizing business module expansion
CN111966685B (en) * 2020-08-17 2024-02-20 江苏百达智慧网络科技有限公司 Service module expansion realization method and system
CN115145872A (en) * 2022-07-13 2022-10-04 成都卫士通信息产业股份有限公司 Method and system for detecting similar files, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN101655848A (en) Method, system and device for implementing content management
US9405784B2 (en) Ordered index
US20130191414A1 (en) Method and apparatus for performing a data search on multiple user devices
CN102193917A (en) Method and device for processing and querying data
CN103778202A (en) Enterprise electronic document managing server side and system
CN102436513A (en) Distributed search method and system
KR20130049111A (en) Forensic index method and apparatus by distributed processing
CN103020322A (en) Query method
CN108319608A (en) The method, apparatus and system of access log storage inquiry
CN111459945B (en) Hierarchical index query method based on HBase
JP2010044777A (en) Database query system and method
CN105488050A (en) Database multi-index method, apparatus and system
CN103744913A (en) Database retrieval method based on search engine technology
CN104035993A (en) Memory search method for e-books, e-book management system and reading system
CN109284262A (en) A kind of business-electronic document management server-side and system
CN116186133A (en) Electronic document management method integrating forward index and backward index
EP3098726A1 (en) Method for extracting useful content from setup files of mobile applications
KR101234795B1 (en) Apparatus and method for browsing contents
CN102622361A (en) Method for querying database
CN105354283A (en) Resource searching method and apparatus
CN102169497B (en) Method and device for managing metadata through bitmaps
CN102486775A (en) Method and device for querying business data
CN101944117B (en) Sorting and searching method and system based on database
CN115809248B (en) Data query method and device and storage medium
CN104252537A (en) Index fragmentation method based on mail characteristics

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20100224