JP3498926B2 - Document database management system - Google Patents

Document database management system

Info

Publication number
JP3498926B2
JP3498926B2 JP19549794A JP19549794A JP3498926B2 JP 3498926 B2 JP3498926 B2 JP 3498926B2 JP 19549794 A JP19549794 A JP 19549794A JP 19549794 A JP19549794 A JP 19549794A JP 3498926 B2 JP3498926 B2 JP 3498926B2
Authority
JP
Japan
Prior art keywords
attribute
node
information
document
bibliographic information
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
JP19549794A
Other languages
Japanese (ja)
Other versions
JPH0863480A (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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP19549794A priority Critical patent/JP3498926B2/en
Publication of JPH0863480A publication Critical patent/JPH0863480A/en
Application granted granted Critical
Publication of JP3498926B2 publication Critical patent/JP3498926B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、文書を内容とするデー
タベースの管理・問合せ方式についての文書データベー
ス管理システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document database management system for managing and querying a database containing documents.

【0002】[0002]

【従来の技術】一般に、文書データベースといっても様
々な種類がある。この内、最も単純なものは、単なる文
字列と考えて管理する方式である。例えば、関係データ
ベース管理システムによれば、文書の内容を1つのフィ
ールドとし、書誌情報を同じレコードの他のフィールド
とすることで、1つの文書を1つのレコードで表現して
管理できる。
2. Description of the Related Art Generally, there are various types of document databases. Of these, the simplest one is a method of managing it by considering it as a simple character string. For example, according to the relational database management system, one document can be expressed and managed by one record by setting the content of the document as one field and the bibliographic information as another field of the same record.

【0003】しかし、このような単純な方式では、文書
が本来内包している構造(ここでいう「構造」とは、章
や節といった単位や、個条書きの個々の項目など、一塊
の意味のある情報を識別するものをいう)を利用できな
い。
However, in such a simple system, the structure originally contained in the document (the "structure" here means a unit such as a unit such as a chapter or a section, individual items of individual writing, etc.). Is used to identify certain information).

【0004】この点、このような構造をデータベース中
に保存しておけば、文書情報の一部のみを取り出しての
利用や、問合せ条件の多様な指定が可能となる。このよ
うな事柄は、例えば、文献「情報処理学会情報学基礎研
究会14巻2号,1989年」における「SGMLと全文デ
ータベース」中で言及されている。
In this respect, if such a structure is stored in the database, it is possible to take out only part of the document information and use it, and variously specify the inquiry conditions. Such matters are referred to, for example, in "SGML and full-text database" in the document "Information Processing Society of Japan, Basic Research Group, Volume 14, No. 2, 1989".

【0005】このような文献を含め、従来は、文書をノ
ードからなる単なる木構造として捕えている。そして、
情報はノード中にテキストとして表現されている。
Conventionally, including such documents, documents are captured as a simple tree structure of nodes. And
Information is represented as text in nodes.

【0006】しかし、実際にはノードに対して属性とい
う形で情報を付加しておくと都合がよい。例えば、ある
文書が機密かそうでないかを示すような情報は、その文
書の内容の一部としてノードに記述するよりも、その文
書の根ノードの属性として表現したほうが都合がよい。
However, in practice, it is convenient to add information to the node in the form of an attribute. For example, information indicating whether a document is confidential or not is more conveniently represented as an attribute of the root node of the document rather than being described as a part of the content of the document in a node.

【0007】上記文献等に示されるSGMLの表現を借
りれば、 <文書><機密分類>機密<1>…<1> としてノードの内容に機密か否かという情報を埋め込む
より、 <文書 機密分類=機密>…<1> のように、文書の最上位ノードの属性として表現するほ
うが自然であり、利用もしやすい。
By borrowing the SGML expression shown in the above-mentioned documents, etc., rather than embedding information as to whether or not the contents of the node are confidential as <document><classificationclassification> classification <1> ... <1>, <document classification classification> = Confidential> ... <1> It is more natural to express it as the attribute of the top node of the document, and it is easier to use.

【0008】[0008]

【発明が解決しようとする課題】ところが、従来にあっ
ては、書誌情報(文書に対して付けられた情報)と文書
内情報とを別々に扱っているので、ユーザがその違いを
意識して使い分ける必要がある。また、両者で同じ情報
を重ねて設定しなければならない場合もあり、矛盾した
値が記録されてしまう心配もある。結局、検索対象の絞
り込みが難しく、検索条件も記述しにくいものとなって
いる。
However, in the past, since bibliographic information (information attached to a document) and in-document information are handled separately, the user should be aware of the difference. It is necessary to use them properly. In some cases, the same information may have to be set in both sides, which may cause inconsistent values to be recorded. After all, it is difficult to narrow down the search target, and it is difficult to describe the search condition.

【0009】[0009]

【課題を解決するための手段】請求項1記載の発明で
は、文書をノードの木構造として管理する文書データベ
ース管理システムにおいて、前記ノードのノード情報を
管理するノード管理手段と、前記ノードに対応させて属
性名とその属性値とを有する属性情報を管理する属性管
理手段と、前記ノード管理手段と前記属性管理手段とを
用いて指定された検索条件に適合する情報を検索する問
合せ処理手段とを設け、前記問合せ処理手段は、前記属
性名とその属性値とをキーとして前記属性管理手段を検
索し、マッチするレコードがあれば前記ノード管理手段
を検索して対応する前記ノードを検索する検索手段を有
する。
In [Summary of invention of claim 1, wherein, in the document database management system for managing a document as a tree structure of nodes, the node management means for managing the node information of the node, the node Corresponding genus
An attribute manager for managing attribute information having a gender name and its attribute value
Management means, the node management means, and the attribute management means
And a query processing means for searching information matching the search condition specified by using the query processing means.
The attribute management means is detected using the sex name and its attribute value as a key.
If there is a matching record, the node managing means is searched.
Search means to find the corresponding node.
To do.

【0010】請求項2記載の発明では、文書をノードの
木構造として管理する文書データベース管理システムに
おいて、前記ノードのノード情報を管理するノード管理
手段と、前記ノードに対応させて属性名とその属性値と
を有する属性情報を管理する属性管理手段と、前記ノー
ド管理手段と前記属性管理手段とを用いて指定された検
索条件に適合する情報を検索する問合せ処理手段とを設
け、前記問合せ処理手段は、前記ノードと前記属性名と
をキーとして前記属性値を検索する検索手段を有する。
According to the second aspect of the invention, the document is a node
Document database management system that manages as a tree structure
Node management for managing node information of the node
Means and an attribute name and its attribute value corresponding to the node
Attribute management means for managing attribute information having
Specified by using the mode management means and the attribute management means.
Inquiry processing means for retrieving information that meets the search conditions is set up.
The query processing means includes the node and the attribute name.
It has a search means for searching the attribute value using as a key.

【0011】請求項3記載の発明では、請求項1記載の
文書データベース管理システムにおいて、前記文書に対
応させて書誌情報名とその書誌情報値とを有する書誌情
報を管理する書誌情報管理手段を有し、前記問合せ処理
手段は、前記書誌情報を文書の属性として管理する管理
手段を有し、前記問合せ処理手段が有する前記検索手段
は、前記書誌情報名として属性名、前記書誌情報値とし
て属性値を用いて前記書誌情報管理手段を検索する。
According to the invention of claim 3, the invention of claim 1
In the document database management system,
The bibliographic information having the bibliographic information name and the bibliographic information value
It has a bibliographic information management means for managing information
A means for managing the bibliographic information as a document attribute
Means for searching, and the search means included in the inquiry processing means
Is the attribute name as the bibliographic information name and the bibliographic information value as
The attribute value is used to search the bibliographic information management means.

【0012】[0012]

【0013】 請求項記載の発明では、請求項3記載
の文書データベース管理システムにおいて、前記問合せ
処理手段は、前記書誌情報と他の属性とをともに検索対
象として指定された検索条件に適合する情報を検索す
る。
According to a fourth aspect of the present invention, in the document database management system according to the third aspect, the inquiry processing means is information that matches both the bibliographic information and other attributes that are designated as a search target. To search.

【0014】 請求項記載の発明では、請求項1ない
のいずれか一記載の文書データベース管理システム
において、文書の最上位ノードの属性名と同じ書誌情報
名があれば、その属性値をそのまま書誌情報値とするこ
とで属性から書誌情報を生成する文書登録手段を設け
た。
According to a fifth aspect of the present invention, in the document database management system according to any one of the first to fourth aspects, the same bibliographic information as the attribute name of the highest node of the document is used.
If there is a name, the attribute value can be used as it is as the bibliographic information value.
A document registration means for generating a bibliographic information from attributes and provided.

【0015】 請求項記載の発明では、請求項1ない
のいずれか一記載の文書データベース管理システム
において、文書の最上位ノードの属性で、同じ名前の書
誌情報名があれば、その書誌情報値を属性値とすること
書誌情報から属性を生成する文書登録手段を設けた。
According to a sixth aspect of the present invention, in the document database management system according to any one of the first aspect and the fourth aspect , the attribute of the highest node of the document has the same name.
If there is a journal information name, use the bibliographic information value as the attribute value.
The document registration means for generating attributes from the bibliographic information is provided.

【0016】[0016]

【作用】請求項1記載の発明においては、問合せ処理手
段において属性名とその属性値とをキーとしてノードを
検索するので、ノードの内容だけでなく、そのノードに
付けられた属性情報を用いて検索条件を記述できること
になり、検索対象の絞り込みが容易となる。
In the invention according to claim 1, since the node is searched by the query processing means using the attribute name and its attribute value as a key, not only the content of the node but also the attribute information attached to the node is used. Since the search condition can be described, the search target can be easily narrowed down.

【0017】請求項2記載の発明においては、問合せ処
理手段においてノードと属性名とをキーとして属性値を
検索するので、検索に際してノード間の関係を指定する
必要がなく、検索条件を記述しやすい。
According to the second aspect of the present invention, the query processing means searches the attribute value using the node and the attribute name as keys. Therefore, it is not necessary to specify the relationship between the nodes in the search, and the search condition can be easily described. .

【0018】請求項3記載の発明においては、書誌情報
管理手段を備え、問合せ処理手段において書誌情報を文
書の属性として管理するので、文書内情報と書誌情報等
の文書外情報とが同じ方法で管理されることになり、シ
ステムが簡単となる。
According to the third aspect of the invention, since the bibliographic information managing means is provided and the inquiry processing means manages the bibliographic information as the attribute of the document, the in-document information and the non-document information such as the bibliographic information are in the same method. It will be managed and the system will be simple.

【0019】[0019]

【0020】 請求項記載の発明においては、書誌情
報管理手段を備え、問合せ処理手段において書誌情報と
他の属性とをともに検索対象としているので、文書内情
報と書誌情報等の文書外情報とを同時に検索することに
なり、検索条件の記述が簡単であり、かつ、両者の区別
を気にする必要もない。
In the invention according to claim 4 , since the bibliographic information management means is provided, and the inquiry processing means searches for both the bibliographic information and other attributes, the in-document information and the non-document information such as the bibliographic information are stored. Are searched at the same time, the description of the search condition is simple, and it is not necessary to care about the distinction between the two.

【0021】 請求項記載の発明においては、文書登
録手段を備えて属性から書誌情報を生成することによ
り、書誌情報の一部を文書の内容から自動的に設定する
ものとなり、書誌情報の入力・指定の手間が省け、か
つ、矛盾した値を設定することもない。
According to the invention of claim 5 , a part of the bibliographic information is automatically set from the contents of the document by providing the document registration means and generating the bibliographic information from the attribute, and the input of the bibliographic information・ Eliminates the need to specify and does not set inconsistent values.

【0022】 請求項記載の発明においては、文書登
録手段を備えて書誌情報から属性を生成することによ
り、文書に指定されていない属性であっても、書誌情報
として入力・指定された情報を用いて補完でき、かつ、
矛盾した値を設定することもない。
According to the sixth aspect of the present invention, the document registration means is provided to generate the attributes from the bibliographic information, so that even if the attributes are not designated in the document, the information input / designated as the bibliographic information is stored. Can be complemented with, and
It does not set inconsistent values.

【0023】[0023]

【実施例】本発明の一実施例を図面に基づいて説明す
る。本実施例の文書データベース管理システムは、図1
に示すように、ノード管理手段1と属性管理手段2と書
誌情報管理手段3との各管理手段を備えた管理部4と、
この管理部4に接続されてユーザが操作する問合せ処理
手段5と文書登録手段6とにより構成されている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described with reference to the drawings. The document database management system of this embodiment is shown in FIG.
As shown in FIG. 3, a management unit 4 including the node management unit 1, the attribute management unit 2, and the bibliographic information management unit 3;
It is composed of an inquiry processing unit 5 and a document registration unit 6 which are connected to the management unit 4 and operated by the user.

【0024】次いで、各手段の構成・作用を詳細に説明
する。まず、ノード管理手段1は各々のノードの内容で
あるテキストを管理するとともに、そのノードの親ノー
ド(唯一)と子供ノード(複数の場合もあり得る)とを
記録するものである。ここに、各々のノード情報は例え
ば図2に示すような形式で記録される。図中、「ノード
ID」は各々のノードに付けられた一意な番号である。
また、「親ノードID」は、各々のノードの親ノードの
IDであり、複数あることはない。仮にこの親ノードI
Dが設定されていなければ、そのノードは文書全体に相
当することを意味する。そうでなければ、必ず、1つの
親ノードIDを持つ。「ノード内容」は、各々のノード
の子供のノードのIDか、テキストのどちらかが入る。
子ノードIDは複数あってもよい。図2に示す例であれ
ば、ノード31は子供のノードとしてID44,72,
98のノードを持っており、ノード44はその内容とし
てテキストを持っている。
Next, the structure and operation of each means will be described in detail. First, the node management means 1 manages the text that is the content of each node, and records the parent node (only) and child nodes (there may be a plurality) of the node. Here, each node information is recorded in a format as shown in FIG. 2, for example. In the figure, "node ID" is a unique number assigned to each node.
Further, the “parent node ID” is the ID of the parent node of each node, and there are no more than one. If this parent node I
If D is not set, it means that the node corresponds to the entire document. Otherwise, it always has one parent node ID. The "node content" contains either the ID of the child node of each node or the text.
There may be a plurality of child node IDs. In the example shown in FIG. 2, the node 31 has IDs 44, 72, and
It has 98 nodes, and the node 44 has text as its content.

【0025】また、属性管理手段2は各々の属性の名前
(属性名)とその値(属性値)、対応するノードIDの
3種類の情報を組として管理するものである。各々の属
性情報は、例えば、図3に示すような形式で記録してお
くものとする。図示例において、例えば、ノード31の
機密分類という属性は、属性値「機密」を持つ、ことを
表している。
Further, the attribute management means 2 manages three types of information of each attribute name (attribute name), its value (attribute value), and corresponding node ID as a set. Each attribute information is recorded in a format as shown in FIG. 3, for example. In the illustrated example, for example, the attribute classified as confidentiality of the node 31 has the attribute value “confidential”.

【0026】書誌情報管理手段3は各々の書誌情報の名
前(書誌情報名)と値(書誌情報値)、対応する文書I
Dの3種類の情報の組として管理するものである。書誌
情報には、登録日付、作成者、題名などがある。各々の
書誌情報は、例えば、図4に示すような形式で記録して
おくものとする。図示例において、例えば、文書D20
の作成者という書誌情報は山本という値を持つ、ことを
表している。
The bibliographic information managing means 3 has a name (bibliographic information name) and a value (bibliographic information value) of each bibliographic information, and a corresponding document I.
It is managed as a set of three types of information D. The bibliographic information includes registration date, creator, title, and the like. Each bibliographic information is recorded in a format as shown in FIG. 4, for example. In the illustrated example, for example, the document D20
It means that the bibliographic information of the creator has a value of Yamamoto.

【0027】ここに、このような各々の書誌情報は属性
と全く同じ扱いをし、文書はノードの一種(親を持たな
い根のノード)であるので、書誌情報管理手段3は属性
管理手段2と全く同様に構成できる。実際には、属性管
理手段2と書誌情報管理手段3とを分離せずに、1つの
管理手段として構成することも可能である。この場合、
書誌情報名を属性名、書誌情報値を属性値、文書IDを
ノードIDとして、属性管理手段2に記録するようにす
ればよい。
Here, each piece of such bibliographic information is treated exactly the same as an attribute, and since a document is a kind of node (root node having no parent), the bibliographic information management means 3 is attribute management means 2 Can be configured exactly the same as. Actually, the attribute management means 2 and the bibliographic information management means 3 may be configured as one management means without being separated. in this case,
The bibliographic information name is an attribute name, the bibliographic information value is an attribute value, and the document ID is a node ID.

【0028】問合せ処理手段5はユーザが作成した問合
せ(指定した検索条件)を解析し、前述したノード管理
手段1、属性管理手段2、書誌情報管理手段3を適宜用
いて、適合する情報を検索するという検索処理を実行す
るものである。このような問合せ処理手段5は、指定さ
れた検索条件に応じて、下記に示すような各処理を実行
させる検索手段、管理手段等の機能を有するものであ
る。
The inquiry processing means 5 analyzes the inquiry (specified search condition) created by the user, and retrieves the matching information by appropriately using the node management means 1, the attribute management means 2 and the bibliographic information management means 3 described above. The search process of doing is executed. The inquiry processing means 5 as described above has a function of a search means, a management means, etc. for executing the respective processes described below according to the specified search condition.

【0029】a.ユーザが作成した問合せにおいて、ノ
ードと属性名とが指定された場合。 この場合、検索手段によってノード及び属性名をキーと
して属性管理手段2を検索する。検索の結果、適合する
レコードがあれば、その属性値フィールドの内容を問合
せ処理手段5に返す。これが、請求項2記載の発明にい
う「ノードと属性名とをキーとして属性値を検索する」
ことに相当する。これによれば、ノードに付けられてい
る属性情報を検索するので、問合せにおいてノード間の
関係を指定する必要がなく、検索条件を記述しやすいも
のとなる。
A. When the node and attribute name are specified in the query created by the user. In this case, the search means searches the attribute management means 2 using the node and the attribute name as keys. If there is a matching record as a result of the search, the content of the attribute value field is returned to the inquiry processing means 5. This is the "retrieving the attribute value using the node and the attribute name as keys" according to the invention of claim 2.
Equivalent to that. According to this, since the attribute information attached to the node is searched, it is not necessary to specify the relation between the nodes in the inquiry, and it becomes easy to describe the search condition.

【0030】b.ユーザが作成した問合せにおいて、属
性名と属性値とが指定された場合(ケース1)。 この場合、検索手段によって属性名及び属性値をキーと
して属性管理手段2を検索する。この検索処理におい
て、マッチするレコードがあれば、そのノードIDフィ
ールドの内容をキーとし、検索手段によってノード管理
手段1を検索する。この検索処理の結果、マッチするレ
コードがあれば、そのノード内容フィールドの中身を問
合せ処理手段5に返す。これが、請求項1記載の発明
当する。これによれば、ノードの内容だけでなく、ノ
ードに付けられた属性情報を用いて検索条件を記述でき
ることになり、検索対象の絞り込みが容易となる。
B. When the attribute name and the attribute value are specified in the query created by the user (case 1). In this case, the search means searches the attribute management means 2 using the attribute name and the attribute value as keys. If there is a matching record in this search processing, the node managing means 1 is searched by the searching means using the content of the node ID field as a key. If there is a matching record as a result of this search processing, the contents of the node content field are returned to the inquiry processing means 5. This is the invention of claim 1.
Phase abuts. According to this, not only the contents of the node but also the attribute information attached to the node can be used to describe the search condition, and the search target can be easily narrowed down.

【0031】c.ユーザが作成した問合せにおいて、属
性名と属性値とが指定された場合(ケース2)。検索手
段によって属性名及び属性値をキーとして属性管理手段
2を検索するのは、ケース1と同様である。これに加え
て、ケース2においては、書誌情報名書誌情報値とを
各々用いて、検索手段によって書誌情報管理手段3を検
索する。これらの管理手段2,3の検索の結果の和を問
合せ処理手段5に返す。このように書誌情報管理手段3
を備え、請求項3記載の発明にいう管理手段によって
「書誌情報を文書(根ノード)の属性として管理する」
ことに相当する。これによれば、文書内情報を文書外情
報(書誌情報)とを同じ方法で管理するので、システム
が簡単となる。さらに、このケース2においては、書誌
情報と他の属性とをともに検索対象としてこれらを同時
に検索するので(請求項記載の発明に相当する)、検
索条件の記述が簡単な上に、両者(文書内情報と文書外
情報)の区別を気にする必要もない。
C. When the attribute name and the attribute value are specified in the query created by the user (case 2). Similar to Case 1, the search means searches the attribute management means 2 using the attribute name and the attribute value as a key. In addition to this, in Case 2, the bibliographic information management unit 3 is searched by the searching unit using the bibliographic information name and the bibliographic information value , respectively. The sum of the search results of these management means 2 and 3 is returned to the inquiry processing means 5. In this way, the bibliographic information management means 3
“The bibliographic information is managed as an attribute of the document (root node)” by the management means according to the invention of claim 3.
Equivalent to that. According to this, since the in-document information is managed in the same manner as the out-document information (bibliographic information), the system becomes simple . Et al., In this case 2, since searches them simultaneously and bibliographic information and other attributes both as a search target (corresponding to the invention described in claim 4), on the description of the search conditions are simplicity, There is no need to worry about the distinction between the two (information inside the document and information outside the document).

【0032】次に、文書登録手段6は、ユーザが作成し
た文書を新規に登録するものであり、その登録に際し
て、ユーザに書誌情報の入力を要求し、入力された情報
を書誌情報管理手段3に記録するものである。この際、
併せて以下の処理も行なう。
Next, the document registration means 6 newly registers the document created by the user. At the time of registration, the user is requested to input bibliographic information, and the input information is used as the bibliographic information management means 3 To be recorded in. On this occasion,
In addition, the following processing is also performed.

【0033】a.文書の最上位ノードの属性名と同じ書
誌情報名があれば、その属性値をそのまま書誌情報値と
して書誌情報管理手段3に記録する。これが、請求項
記載の発明にいう「属性から書誌情報を生成する」こと
に相当する。これによれば、書誌情報の一部を文書の内
容から自動的に設定するので、書誌情報の入力・指定の
手間が省ける。同時に、矛盾した値を設定してしまうこ
ともない。
A. If there is the same bibliographic information name as the attribute name of the highest node of the document, the attribute value is recorded as it is in the bibliographic information management means 3 as the bibliographic information value. This is claim 5.
This corresponds to "generate bibliographic information from attributes" in the described invention. According to this, a part of the bibliographic information is automatically set from the content of the document, so that the trouble of inputting / designating the bibliographic information can be omitted. At the same time, it does not set inconsistent values.

【0034】b.同じ文書の最上位ノードの属性で、そ
の値が設定されておらず、同じ名前の書誌情報があれ
ば、その書誌情報値の入力後に、その値を属性値として
属性管理手段2に記録する。これが、請求項記載の発
明にいう「書誌情報から属性を生成する」ことに相当す
る。これによれば、文書に指定されていない属性があっ
ても、書誌情報として入力・指定された情報を用いて補
完することができる。同時に、矛盾した値を設定してし
まうこともない。
B. If the value is not set in the attribute of the top node of the same document and there is bibliographic information of the same name, the value is recorded in the attribute management means 2 as an attribute value after the bibliographic information value is input. This corresponds to "generating attributes from bibliographic information" according to the invention of claim 6 . According to this, even if there is an attribute not specified in the document, it can be complemented by using the information input / specified as the bibliographic information. At the same time, it does not set inconsistent values.

【0035】[0035]

【発明の効果】請求項1記載の発明によれば、問合せ処
理手段において属性名とその属性値とをキーとしてノー
ドを検索するようにしたので、ノードの内容だけでな
く、そのノードに付けられた属性情報を用いて検索条件
を記述でき、よって、検索対象の絞り込みを容易にする
ことができる。
Effects of the Invention According to the first aspect of the invention. Thus to find the node attribute name and its attribute value as a key in the query processing means, not only the contents of the node, attached to the node The search condition can be described by using the obtained attribute information, and thus the search target can be easily narrowed down.

【0036】請求項2記載の発明によれば、問合せ処理
手段においてノードと属性名とをキーとして属性値を検
索するようにしたので、検索に際してノード間の関係を
指定する必要をなくすことができ、よって、検索条件を
記述しやすいものとすることができる。
According to the second aspect of the present invention, since so as to search for an attribute value as a key and node and attribute names in the query processing unit, eliminating the need to specify the relationship between the nodes during the search Therefore, the search condition can be easily described.

【0037】請求項3記載の発明によれば、問合せ処理
手段において書誌情報を文書の属性として管理するよう
にしたので、文書内情報と書誌情報等の文書外情報とを
同じ方法で管理でき、よって、システムを簡単なものと
することができる。
[0037] According to the third aspect of the invention. Thus managing bibliographic information as attributes of the document in the query processing unit, can manage and document outside information such as documents in the information and bibliographical information in the same way Therefore, the system can be simplified.

【0038】[0038]

【0039】 請求項記載の発明によれば、問合せ処
理手段において書誌情報と他の属性とをともに検索対象
としたので、文書内情報と書誌情報等の文書外情報とを
同時に検索できる上に、検索条件の記述が簡単となり、
さらに、文書内情報と文書外情報との区別を気にする必
要がないものとすることができる。
According to the invention as set forth in claim 4 , since the bibliographic information and other attributes are both searched by the inquiry processing means, it is possible to simultaneously search the in-document information and the non-document information such as the bibliographic information. , The description of search conditions becomes easy,
Furthermore, it is not necessary to care about the distinction between in-document information and out-of-document information.

【0040】 請求項記載の発明によれば、属性から
書誌情報を生成する文書登録手段を設けたので、書誌情
報の一部を文書の内容から自動的に設定でき、よって、
書誌情報の入力・指定の手間が省ける上に、矛盾した値
を設定する心配も回避できる。
According to the invention of claim 5 , since the document registration means for generating the bibliographic information from the attribute is provided, a part of the bibliographic information can be automatically set from the content of the document.
In addition to saving the trouble of entering and specifying bibliographic information, you can avoid the worry of setting inconsistent values.

【0041】 請求項記載の発明によれば、書誌情報
から属性を生成する文書登録手段を設けたので、文書に
指定されていない属性であっても、書誌情報として入力
・指定された情報を用いて補完することができる上に、
矛盾した値を設定する心配も回避できる。
According to the invention described in claim 6 , since the document registration means for generating the attribute from the bibliographic information is provided, even if the attribute is not designated in the document, the information input / designated as the bibliographic information is stored. Can be supplemented with
You can avoid worrying about setting inconsistent values.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例を示すシステム構成の概略ブ
ロック図である。
FIG. 1 is a schematic block diagram of a system configuration showing an embodiment of the present invention.

【図2】ノード管理手段により管理されるノード情報の
記録形式を示す説明図である。
FIG. 2 is an explanatory diagram showing a recording format of node information managed by a node management unit.

【図3】属性管理手段により管理される属性情報の記録
形式を示す説明図である。
FIG. 3 is an explanatory diagram showing a recording format of attribute information managed by an attribute management unit.

【図4】書誌情報管理手段により管理される書誌情報の
記録形式を示す説明図である。
FIG. 4 is an explanatory diagram showing a recording format of bibliographic information managed by bibliographic information management means.

【符号の説明】 1 ノード管理手段 2 属性管理手段 3 書誌情報管理手段 5 問合せ処理手段 6 文書登録手段[Explanation of symbols] 1 node management means 2 Attribute management means 3 Bibliographic information management means 5 Inquiry processing means 6 Document registration means

フロントページの続き (56)参考文献 特開 平3−266066(JP,A) 原正一郎、根岸正光、安永尚志,文書 の構造に注目した全文データベース検索 システム,京都大学大型計算機センター 研究セミナー報告,日本,京都大学大型 計算機センター,1992年 3月,Vo l.35th,39−56頁 Eric van Herwijne n,実践SGML,日本,財団法人日本 規格協会,1992年 4月20日,第1版, 27−28頁 田中洋一,文書記述言語の標準化動向 II 文書記述言語SGMLとその動 向,情報処理,日本,社団法人情報処理 学会,1991年10月15日,第32巻、第10 号,1118−1125頁 國分光裕、田崎玄吾、土屋哲、根岸寛 明、吉岡誠,SGMLのススメ,日本, 株式会社オーム社,1993年11月25日,第 1版,86−91頁 (58)調査した分野(Int.Cl.7,DB名) G06F 17/30 210 - 419 JICSTファイル(JOIS)Front page continued (56) References JP-A-3-266066 (JP, A) Shoichiro Hara, Masamitsu Negishi, Takashi Yasunaga, Full-text database search system focusing on document structure, Kyoto University Computer Center research seminar report, Japan , Kyoto University Computer Center, March 1992, Vol. 35th, pp. 39-56 Eric van Herwijnen, Practical SGML, Japan, Japan Standards Association, April 20, 1992, 1st edition, pp. 27-28 Yoichi Tanaka, Standardization Trend of Document Description Languages II Document Description Languages SGML and its movement, Information processing, Japan, Information Processing Society of Japan, October 15, 1991, Volume 32, No. 10, pp. 1118-1125 Yutaka Kuni, Kengo Tasaki, Satoshi Tsuchiya, Hiroaki Negishi , Makoto Yoshioka, Recommendation of SGML, Japan, Ohmsha, Ltd., November 25, 1993, 1st edition, pp. 86-91 (58) Fields investigated (Int.Cl. 7 , DB name) G06F 17/30 210-419 JISST file (JOIS)

Claims (6)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 文書をノードの木構造として管理する文
書データベース管理システムにおいて、前記ノードのノ
ード情報を管理するノード管理手段と、前記ノードに対
応させて属性名とその属性値とを有する属性情報を管理
する属性管理手段と、前記ノード管理手段と前記属性管
理手段とを用いて指定された検索条件に適合する情報を
検索する問合せ処理手段とを設け、前記問合せ処理手段
は、前記属性名とその属性値とをキーとして前記属性管
理手段を検索し、マッチするレコードがあれば前記ノー
ド管理手段を検索して対応する前記ノードを検索する検
索手段を有することを特徴とする文書データベース管理
システム。
1. A document database management system for managing a document as a tree structure of nodes, node management means for managing node information of the node, and attribute information having an attribute name and its attribute value corresponding to the node. And an inquiry processing means for searching for information that matches the search condition specified by using the node management means and the attribute management means. The inquiry processing means is provided with the attribute name and A document database management system comprising: a search unit that searches the attribute management unit using the attribute value as a key, and if there is a matching record, searches the node management unit and searches the corresponding node.
【請求項2】 文書をノードの木構造として管理する文
書データベース管理システムにおいて、前記ノードのノ
ード情報を管理するノード管理手段と、前記ノードに対
応させて属性名とその属性値とを有する属性情報を管理
する属性管理手段と、前記ノード管理手段と前記属性管
理手段とを用いて指定された検索条件に適合する情報を
検索する問合せ処理手段とを設け、前記問合せ処理手段
は、前記ノードと前記属性名とをキーとして前記属性値
を検索する検索手段を有することを特徴とする文書デー
タベース管理システム。
2. A document database management system for managing a document as a tree structure of nodes, node management means for managing node information of said node, and attribute information having an attribute name and its attribute value corresponding to said node. And an inquiry processing means for searching information matching the search condition specified by using the node management means and the attribute management means. The inquiry processing means includes the node and the node. A document database management system comprising a search means for searching the attribute value using the attribute name as a key.
【請求項3】 前記文書に対応させて書誌情報名とその
書誌情報値とを有する書誌情報を管理する書誌情報管理
手段を有し、前記問合せ処理手段は、前記書誌情報を文
書の属性として管理する管理手段を有し、前記問合せ処
理手段が有する前記検索手段は、前記書誌情報名として
属性名、前記書誌情報値として属性値を用いて前記書誌
情報管理手段を検索することを特徴とする請求項1記載
の文書データベース管理システム。
3. A bibliographic information management means for managing bibliographic information having a bibliographic information name and a bibliographic information value corresponding to the document, wherein the inquiry processing means manages the bibliographic information as an attribute of the document. The searching means included in the inquiry processing means searches the bibliographic information managing means by using an attribute name as the bibliographic information name and an attribute value as the bibliographic information value. The document database management system according to item 1.
【請求項4】 前記問合せ処理手段は、前記書誌情報と
他の属性とをともに検索対象として指定された検索条件
に適合する情報を検索することを特徴とする請求項3記
載の文書データベース管理システム。
4. The document database management system according to claim 3, wherein the inquiry processing unit searches for information that matches the search condition designated as a search target for both the bibliographic information and other attributes. .
【請求項5】 文書の最上位ノードの属性名と同じ書誌
情報名があれば、その属性値をそのまま書誌情報値とす
ることで属性から書誌情報を生成する文書登録手段を設
けたことを特徴とする請求項1ないしのいずれか一記
載の文書データベース管理システム。
5. A bibliography having the same attribute name as the top node of the document
If there is an information name, the attribute value is directly used as the bibliographic information value.
Document database management system according to any one of claims 1 to 4, characterized in that a document registration means for generating a bibliographic information from the attribute in Rukoto.
【請求項6】 文書の最上位ノードの属性で、同じ名前
の書誌情報名があれば、その書誌情報値を属性値とする
ことで書誌情報から属性を生成する文書登録手段を設け
たことを特徴とする請求項1ないしのいずれか一記載
の文書データベース管理システム。
6. The attribute of the top node of a document, which has the same name
If there is a bibliographic information name of, the bibliographic information value will be the attribute value.
Document database management system according to any one of claims 1 to 4, characterized in that a document registration means for generating attribute from bibliographic information by.
JP19549794A 1994-08-19 1994-08-19 Document database management system Expired - Fee Related JP3498926B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19549794A JP3498926B2 (en) 1994-08-19 1994-08-19 Document database management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19549794A JP3498926B2 (en) 1994-08-19 1994-08-19 Document database management system

Publications (2)

Publication Number Publication Date
JPH0863480A JPH0863480A (en) 1996-03-08
JP3498926B2 true JP3498926B2 (en) 2004-02-23

Family

ID=16342075

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19549794A Expired - Fee Related JP3498926B2 (en) 1994-08-19 1994-08-19 Document database management system

Country Status (1)

Country Link
JP (1) JP3498926B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4456456B2 (en) * 2004-10-12 2010-04-28 ヤフー株式会社 Document search support apparatus, method thereof, document search apparatus, and program thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3064323B2 (en) * 1990-03-16 2000-07-12 株式会社日立製作所 Character string replacement device with attributes

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Eric van Herwijnen,実践SGML,日本,財団法人日本規格協会,1992年 4月20日,第1版,27−28頁
原正一郎、根岸正光、安永尚志,文書の構造に注目した全文データベース検索システム,京都大学大型計算機センター研究セミナー報告,日本,京都大学大型計算機センター,1992年 3月,Vol.35th,39−56頁
國分光裕、田崎玄吾、土屋哲、根岸寛明、吉岡誠,SGMLのススメ,日本,株式会社オーム社,1993年11月25日,第1版,86−91頁
田中洋一,文書記述言語の標準化動向II 文書記述言語SGMLとその動向,情報処理,日本,社団法人情報処理学会,1991年10月15日,第32巻、第10号,1118−1125頁

Also Published As

Publication number Publication date
JPH0863480A (en) 1996-03-08

Similar Documents

Publication Publication Date Title
US8886617B2 (en) Query-based searching using a virtual table
US7293018B2 (en) Apparatus, method, and program for retrieving structured documents
US6581062B1 (en) Method and apparatus for storing semi-structured data in a structured manner
US5873079A (en) Filtered index apparatus and method
US6449620B1 (en) Method and apparatus for generating information pages using semi-structured data stored in a structured manner
US7487174B2 (en) Method for storing text annotations with associated type information in a structured data store
US7797336B2 (en) System, method, and computer program product for knowledge management
US5870739A (en) Hybrid query apparatus and method
JP4644420B2 (en) Method and machine-readable storage device for retrieving and presenting data over a network
US6148296A (en) Automatic generation of database queries
US20050149538A1 (en) Systems and methods for creating and publishing relational data bases
US20060248039A1 (en) Sharing of full text index entries across application boundaries
JP2001167087A (en) Device and method for retrieving structured document, program recording medium for structured document retrieval and index preparing method for structured document retrieval
US9063957B2 (en) Query systems
JP4207438B2 (en) XML document storage / retrieval apparatus, XML document storage / retrieval method used therefor, and program thereof
Yafooz et al. Managing unstructured data in relational databases
JP4247108B2 (en) Structured document search method, structured document search device, and program
US7159171B2 (en) Structured document management system, structured document management method, search device and search method
JP3786233B2 (en) Information search method and information search system
Sauvagnat et al. Answering content and structure-based queries on XML documents using relevance propagation
JP3498926B2 (en) Document database management system
JP2004192657A (en) Information retrieval system, and recording medium recording information retrieval method and program for information retrieval
Poulovassilis Applications of flexible querying to graph data
JP2002063165A (en) Method and system and program for information retrieval, and recording medium having the same program recorded thereon
JP2001067369A (en) Information retrieval system, information retrieval method and recording medium recording information retrieval probram

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071205

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081205

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081205

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091205

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101205

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101205

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111205

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111205

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121205

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131205

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees