JPH11259505A - Document management device and document retrieval method - Google Patents

Document management device and document retrieval method

Info

Publication number
JPH11259505A
JPH11259505A JP10060132A JP6013298A JPH11259505A JP H11259505 A JPH11259505 A JP H11259505A JP 10060132 A JP10060132 A JP 10060132A JP 6013298 A JP6013298 A JP 6013298A JP H11259505 A JPH11259505 A JP H11259505A
Authority
JP
Japan
Prior art keywords
document
database
name
unit
storage unit
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
JP10060132A
Other languages
Japanese (ja)
Inventor
Takuka Tan
澤華 譚
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP10060132A priority Critical patent/JPH11259505A/en
Publication of JPH11259505A publication Critical patent/JPH11259505A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a document management device and a document retrieval method capable of simplifying work at the time of preparing a document group of a hypertext structure by recording the correspondence relation of a document name and the storage destination of a document beforehand and supplementing a linking destination by adding the information of the storage destination of the document to the document name specified by a hyper link described in the document at the time of reading the document of an HTML form. SOLUTION: In the case where a linking destination is specified only by a document name, a document-for-display generation part 25 specifies a document storage part corresponding to the document name based on the information stored in a management information storage means 23. In the case where the document storage part is a data base, the kind of the retrieval module part is added to the document name, the retrieval module part is controlled and the document is read from the data base.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、例えばWWW
(World Wide Web)におけるWWWサー
バとして使用するのに好適なドキュメント管理装置およ
びドキュメント検索方法に関するものである。
TECHNICAL FIELD The present invention relates to, for example, WWW
The present invention relates to a document management apparatus and a document search method suitable for being used as a WWW server in (World Wide Web).

【0002】[0002]

【従来の技術】最近のコンピュータの進歩に伴い、イン
ターネットなどのコンピュータネットワーク上におい
て、各種データの授受が頻繁に行われるようになってい
る。例えば、インターネットにおいてはWWWが構築さ
れており、各種情報の検索に利用されている。
2. Description of the Related Art With the recent advances in computers, various types of data have been frequently exchanged over computer networks such as the Internet. For example, on the Internet, WWW is constructed and used for searching for various information.

【0003】WWWにおいては、ネットワークに接続さ
れたWWWサーバにHTML(HyperText M
arkup Language)形式のドキュメントが
記録されており、ネットワークに接続された端末装置で
あるクライアントは、HTTP(HyperText
Transfer Protocol)プロトコルに基
づいて、WWWサーバに記録されているHTML形式の
ドキュメントをネットワークを介して適宜読み出す。こ
のとき、ドキュメントを管理するドキュメント管理装置
としてのWWWサーバは、HTTPプロトコルに基づい
て受信したドキュメントの読み出しの指令に対応して、
その指令により指定されたドキュメントを記録装置から
読み出し、ネットワークを介して、指令を発したクライ
アントに向けてHTTPプロトコルに基づいて送信す
る。
In the WWW, an HTML (HyperText M) is provided to a WWW server connected to a network.
arkup Language (document) is recorded, and a client, which is a terminal device connected to the network, is a HTTP (HyperText).
Based on the Transfer Protocol (Transfer Protocol), an HTML document recorded on the WWW server is appropriately read out via a network. At this time, the WWW server as a document management device that manages the document responds to the document reading instruction received based on the HTTP protocol,
The document specified by the command is read from the recording device and transmitted via the network to the client that issued the command based on the HTTP protocol.

【0004】このとき、クライアントにおいては、いわ
ゆるブラウザと呼ばれるソフトウェアが使用され、読み
出されたHTML形式のドキュメントはブラウザにより
ディスプレイに表示される。ディスプレイに表示された
ドキュメントのうち、ハイパーリンクが割り当てされて
いる文字列は例えば他の文字列とは異なる色で表示され
たり、あるいは、そのような文字列には下線が付されて
表示される。
At this time, software called a browser is used in the client, and the read HTML document is displayed on the display by the browser. Character strings to which hyperlinks are assigned in the document displayed on the display are displayed in a different color from other character strings, for example, or such character strings are underlined. .

【0005】そして、GUI(Graphical U
ser Interface)に基づいて、ユーザによ
りその文字列がクリックされると、ブラウザによりその
ハイパーリンクで指定されるリンク先のドキュメント
が、ネットワークを介して読み出されて表示される。
A GUI (Graphical U)
When the character string is clicked by the user based on (ser Interface), the browser reads out and displays the linked document specified by the hyperlink via the network.

【0006】HTML形式でハイパーリンクを所定の文
字列に割り当てる場合には、次に示す記述が使用され
る。 <A HREF=[URL]>[所定の文字列]</A
When a hyperlink is assigned to a predetermined character string in the HTML format, the following description is used. <A HREF=[URL]> [predetermined character string] <// A
>

【0007】この記述では、ブラウザにより、[所定の
文字列]がディスプレイに表示され、ディプレイに表示
されているこの[所定の文字列]がクリックされると、
ブラウザにより、URL(Uniform Resou
rce Locator)が[URL]であるドキュメ
ントが、そのURLで指定されるWWWサーバからネッ
トワークを介して読み出されて表示される。
In this description, [predetermined character string] is displayed on the display by the browser, and when this [predetermined character string] displayed on the display is clicked,
URL (Uniform Resou) by browser
The document whose [Location Locator] is [URL] is read out from the WWW server specified by the URL via the network and displayed.

【0008】このとき、このURLは、例えば「htt
p://www.aaa.com/index.ht
m」や「file:///a:/home.htm」な
どと記述される。
At this time, the URL is, for example, "http
p: // www. aaa. com / index. ht
m "or" file: /// a: /home.htm ".

【0009】URL「http://www.aaa.
com/index.htm」では、データ転送に使用
するプロトコルをHTTPに指定し、「www.aa
a.com」というWWWサーバの「index.ht
m」というドキュメントが指定されている。
[0009] The URL "http://www.aaa.
com / index. "htm", the protocol used for data transfer is designated as HTTP, and "www.aa"
a. com "of the WWW server" index.ht "
The document "m" is specified.

【0010】また、URL「file:///a:/h
ome.htm」では、クライアントに設けられたファ
イルシステムにおける「/a:」に格納された「hom
e.htm」というドキュメントが指定されている。
In addition, the URL “file: /// a: / h
ome. “htm” indicates “hom” stored in “/ a:” in the file system provided in the client.
e. The document “htm” is specified.

【0011】このように、HTML形式のドキュメント
においては、上述のハイパーリンクの記述を使用するこ
とにより、その記述により表示される文字列に対して、
URLで指定したドキュメントを割り当てることがで
き、ハイパーテキスト構造のドキュメント群が形成され
る。
As described above, in the document in the HTML format, by using the above description of the hyperlink, a character string displayed by the description can be used.
A document specified by the URL can be assigned, and a document group having a hypertext structure is formed.

【0012】なお、例えば特開平9−81548号公報
や特開平9−62689号公報において、WWWにてド
キュメントを管理する装置などが提案されている。特開
平9−81548号公報には、複雑な網構造リンクを形
成するハイパーテキスト群を作成する際に、その文書作
成画面において、そのハイパーテキスト群の構造を表示
する装置について記載されている。特開平9−6268
9号公報には、マルチメディア複合文書間の参照関係に
おいて参照先を未定義にすることを可能として検索者、
作成者、管理者の協調作業を可能とし、分散環境下での
高度かつ柔軟なマルチメディア複合文書管理を可能にす
る手法が記載されている。
[0012] For example, in Japanese Patent Application Laid-Open Nos. 9-81548 and 9-62689, an apparatus for managing documents on the WWW has been proposed. Japanese Patent Laying-Open No. 9-81548 describes an apparatus for displaying the structure of a hypertext group on a document creation screen when a hypertext group forming a complicated network structure link is created. JP-A-9-6268
Japanese Patent Publication No. 9 discloses a searcher, which makes it possible to make a reference destination undefined in a reference relationship between multimedia compound documents,
A method is described that enables a creator and an administrator to work collaboratively and enables advanced and flexible multimedia compound document management in a distributed environment.

【0013】[0013]

【発明が解決しようとする課題】従来のドキュメント管
理装置およびドキュメント検索方法は以上のように構成
されているので、HTML形式でハイパーリンクを記述
する場合には、各ハイパーリンクで指定するリンク先の
URLを予め覚えておかなければならず、HTML形式
でハイパーテキスト構造のドキュメント群を作成すると
きの作業が煩雑であるなどの課題があった。
Since the conventional document management apparatus and document search method are configured as described above, when describing hyperlinks in the HTML format, the link destination specified by each hyperlink is specified. The URL must be remembered in advance, and there is a problem that the operation for creating a document group having a hypertext structure in the HTML format is complicated.

【0014】また、従来のドキュメント管理装置におい
ては、リンク先がURLで指定されるので、リンク先が
WWWサーバまたはクライアントにおけるファイルシス
テムに記録されているドキュメントに限られるなどの課
題があった。
Further, in the conventional document management apparatus, since the link destination is specified by the URL, there is a problem that the link destination is limited to a document recorded in a file system of a WWW server or a client.

【0015】この発明は上記のような課題を解決するた
めになされたもので、ドキュメント名とドキュメントの
格納先との対応関係を予め記録しておくようにして、H
TML形式のドキュメントを読み出したときに、そのド
キュメントにおいて記述されたハイパーリンクにより指
定されたドキュメント名に、そのドキュメントの格納先
の情報を追加してリンク先を補完するようにして、ハイ
パーテキスト構造のドキュメント群を作成するときの作
業を簡単にすることができるようにするドキュメント管
理装置およびドキュメント検索方法を得ることを目的と
する。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and the correspondence between a document name and a storage location of a document is recorded in advance so that H
When a document in the TML format is read, information on the storage location of the document is added to the document name specified by the hyperlink described in the document to complement the link destination, and a hypertext structure is created. It is an object of the present invention to provide a document management apparatus and a document search method that can simplify the work when creating a document group.

【0016】また、この発明は、そのドキュメントがデ
ータベースに記録されている場合には、ドキュメントの
格納先の情報として、そのドキュメントが記録されてい
るデータベースの種類に応じた、そのデータベースを検
索するための検索モジュールの名称や種類をドキュメン
ト名に追加し、その検索モジュールを使用してそのドキ
ュメントをデータベースから読み出すようにして、ファ
イルシステムに記録されているドキュメントと区別する
ことなく、データベースからドキュメントを読み出すこ
とができ、データベースに記録されたドキュメントを使
用してハイパーテキスト構造のドキュメント群を作成す
ることができるようにするドキュメント管理装置を得る
ことを目的とする。
According to the present invention, when the document is recorded in a database, the database is searched according to the type of the database in which the document is recorded as information on the storage location of the document. Adds the name and type of the search module to the document name, uses the search module to read the document from the database, and reads the document from the database without distinguishing it from the document stored in the file system An object of the present invention is to provide a document management apparatus which can create a document group having a hypertext structure using documents recorded in a database.

【0017】[0017]

【課題を解決するための手段】この発明に係るドキュメ
ント管理装置は、ドキュメントを格納するドキュメント
格納部としてデータベースまたはファイルシステムを有
するサーバと通信する通信手段と、所定のドキュメント
について、ドキュメント名とそのドキュメントを格納す
るドキュメント格納部との対応関係の情報を格納する管
理情報格納手段と、各データベースの種類に対応して、
ドキュメント名を検索キーとしてデータベースに格納さ
れたドキュメントを検索するデータベース検索手段と、
ドキュメント名だけ、ドキュメント名とデータベース検
索手段の種類、および、URLのいずれかでリンク先を
指定したHTML形式のハイパーリンク記述に対応する
指令を受信する受信手段と、リンク先がドキュメント名
だけで指定される場合、管理情報格納手段に格納された
対応関係の情報に基づいて、そのドキュメント名に対応
するドキュメント格納部を特定し、そのドキュメント格
納部がデータベースである場合、そのデータベース用の
データベース検索手段の種類をドキュメント名に追加し
てリンク先を補完し、そのドキュメント格納部がファイ
ルシステムである場合、ドキュメント名にドキュメント
格納部の情報を追加してリンク先をURLに補完するリ
ンク先補完手段と、補完したリンク先または受信手段に
より受信されたリンク先がドキュメント名とデータベー
ス検索手段の種類で指定される場合、その種類のデータ
ベース検索手段を制御して、データベースからドキュメ
ントを読み出させ、補完したリンク先または受信手段に
より受信されたリンク先がURLで指定される場合、通
信手段を制御してファイルシステムからドキュメントを
読み出す検索制御手段とを備えたものである。
According to the present invention, there is provided a document management apparatus comprising: a communication unit for communicating with a server having a database or a file system as a document storage unit for storing a document; Management information storage means for storing information on the correspondence relationship with the document storage unit for storing
A database search means for searching for a document stored in the database using the document name as a search key;
A receiving means for receiving a command corresponding to an HTML hyperlink description in which a link destination is specified by one of a document name, a document name, a type of a database search means, and a URL, and a link destination specified by a document name only If the document storage unit is a database, the document storage unit corresponding to the document name is specified based on the correspondence information stored in the management information storage unit. If the document storage unit is a database, the database search unit for the database is specified. Destination complementing means for adding a type to a document name to supplement a link destination and, when the document storage unit is a file system, adding information of the document storage unit to the document name and complementing the link destination to a URL; , The link received by the complemented link or the receiving means If the destination is specified by the document name and the type of database search means, the database control means of that type is controlled to read the document from the database, and the complemented link destination or the link destination received by the receiving means is checked. In the case where the URL is designated, a search control unit for controlling a communication unit and reading a document from a file system is provided.

【0018】この発明に係るドキュメント管理装置は、
ドキュメントを格納するドキュメント格納部がデータベ
ースである場合、ドキュメント名とドキュメント格納部
との対応関係の情報として、そのドキュメント名、その
ドキュメントの格納先およびそのデータベースの種類を
少なくとも有するものを格納するものである。
A document management device according to the present invention comprises:
When the document storage unit that stores the document is a database, the information that has at least the document name, the storage location of the document, and the type of the database is stored as the information on the correspondence between the document name and the document storage unit. is there.

【0019】この発明に係るドキュメント管理装置は、
ドキュメントを格納するドキュメント格納部と通信する
通信手段と、所定のドキュメントについて、ドキュメン
ト名とそのドキュメントを格納するドキュメント格納部
との対応関係の情報を格納する管理情報格納手段と、所
定の端末装置からの指令に基づき、ドキュメント格納部
からドキュメントを読み出す読出手段と、ドキュメント
格納部から読み出したドキュメントがHTML形式のド
キュメントである場合、そのHTML形式のドキュメン
トに記述されたハイパーリンクにおいてドキュメント名
だけで指定されたドキュメントについて、管理情報格納
手段に記録された対応関係に基づいて、そのドキュメン
トを格納しているドキュメント格納部を特定し、その特
定したドキュメント格納部の情報を、そのドキュメント
名に追加するハイパーリンク管理手段と、端末装置にド
キュメントを出力する出力手段とを備えたものである。
A document management device according to the present invention comprises:
Communication means for communicating with a document storage unit for storing the document; management information storage means for storing, for a predetermined document, information on the correspondence between the document name and the document storage unit for storing the document; Reading means for reading a document from the document storage unit based on the instruction of the above, and when the document read from the document storage unit is an HTML document, the document is specified only by the document name in a hyperlink described in the HTML document. The document storage unit storing the document is specified for the document based on the correspondence recorded in the management information storage unit, and the information of the specified document storage unit is added to the document name. And Rinku management unit, in which an output means for outputting the document to the terminal device.

【0020】この発明に係るドキュメント管理装置は、
出力手段において、読出手段が読み出したドキュメント
がHTML形式ではない場合、そのドキュメントの形式
をHTML形式に変換するものである。
[0020] The document management apparatus according to the present invention comprises:
In the output unit, when the document read by the reading unit is not in the HTML format, the format of the document is converted into the HTML format.

【0021】この発明に係るドキュメント管理装置は、
他の端末装置との間で通信する第2の通信手段と、他の
端末装置から第2の通信手段に供給されたドキュメント
について、そのドキュメントの種類に応じてドキュメン
ト格納部を選択し、そのドキュメント名と、選択したド
キュメント格納部との対応関係の情報を管理情報格納手
段に記録し、そのドキュメントを、選択したドキュメン
ト格納部に記録する記録手段とを備えるものである。
[0021] The document management apparatus according to the present invention comprises:
A second communication means for communicating with another terminal device; and a document storage unit for a document supplied from the other terminal device to the second communication means in accordance with the type of the document. Recording means for recording information on the correspondence between the name and the selected document storage unit in the management information storage unit, and recording the document in the selected document storage unit.

【0022】この発明に係るドキュメント検索方法は、
ドキュメント名だけ、ドキュメント名とデータベース検
索手段の種類、および、URLのいずれかでリンク先を
指定したHTML形式のハイパーリンク記述に対応する
指令を受信し、リンク先がドキュメント名だけで指定さ
れる場合、所定の管理情報格納手段に格納されたドキュ
メント名とそのドキュメントを格納するドキュメント格
納部との対応関係の情報に基づいて、そのドキュメント
名に対応するドキュメント格納部を特定し、そのドキュ
メント格納部がデータベースである場合、そのデータベ
ース用のデータベース検索手段の種類をドキュメント名
に追加してリンク先を補完し、そのドキュメント格納部
がファイルシステムである場合、ドキュメント名にドキ
ュメント格納部の情報を追加してリンク先をURLに補
完し、補完したリンク先または受信したリンク先がドキ
ュメント名とデータベース検索手段の種類で指定される
場合、その種類のデータベース検索手段を制御して、デ
ータベースからドキュメントを読み出し、補完したリン
ク先または受信したリンク先がURLで指定される場
合、ファイルシステムからドキュメントを読み出すもの
である。
A document search method according to the present invention comprises:
When a command corresponding to a hyperlink description in HTML format in which a link destination is specified by one of the document name, the document name, the type of the database search means, and the URL is received, and the link destination is specified only by the document name Based on the information on the correspondence between the document name stored in the predetermined management information storage means and the document storage unit storing the document, the document storage unit corresponding to the document name is specified, and the document storage unit If it is a database, add the type of database search means for the database to the document name to supplement the link destination. If the document storage unit is a file system, add the information of the document storage unit to the document name. Supplement the link destination with the URL, When the link destination or the received link destination is specified by the document name and the type of the database search means, the type of database search means is controlled to read the document from the database, and the complemented link destination or the received link destination is the URL. If specified by, read the document from the file system.

【0023】[0023]

【発明の実施の形態】以下、この発明の実施の一形態を
説明する。 実施の形態1.図1は、この発明の実施の形態1による
ドキュメント管理装置の構成を示すブロック図である。
図において、1はネットワーク2を介して様々なクライ
アント3に接続されたドキュメント管理装置であり、1
1はネットワーク2に接続され、リレーショナルデータ
ベース(データベース)11Aを内蔵するドキュメント
サーバ(サーバ)であり、12はネットワーク2に接続
され、オブジェクト指向データベース(データベース)
12Aを内蔵するドキュメントサーバ(サーバ)であ
り、13はネットワーク2に接続され、全文検索データ
ベース(データベース)13Aを内蔵するドキュメント
サーバ(サーバ)であり、14はネットワーク2に接続
され、上記データベースとは異なる他の種類のデータベ
ース14Aを内蔵するドキュメントサーバ(サーバ)で
あり、15はネットワーク2に接続され、オペレーティ
ングシステムにより管理される通常のファイルシステム
15Aを有するドキュメントサーバ(サーバ)である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below. Embodiment 1 FIG. FIG. 1 is a block diagram showing a configuration of a document management apparatus according to Embodiment 1 of the present invention.
In the figure, reference numeral 1 denotes a document management device connected to various clients 3 via a network 2;
Reference numeral 1 denotes a document server (server) connected to the network 2 and incorporating a relational database (database) 11A. Reference numeral 12 denotes an object-oriented database (database) connected to the network 2.
A document server (server) 12A is built in, a document server 13 is connected to the network 2 and a full-text search database (database) 13A is built in, a document server 14 is connected to the network 2 and A document server (server) incorporating a different type of database 14A, and a document server (server) 15 connected to the network 2 and having a normal file system 15A managed by an operating system.

【0024】ドキュメント管理装置1において、21
は、ネットワーク2を介してクライアント3との間で通
信を行う通信制御部(受信手段、第2の通信手段)であ
り、22は、クライアント3から送信されてきたドキュ
メントをドキュメントサーバ11〜15のいずれかに格
納するときに、そのドキュメントの種類に応じてそのド
キュメントを格納するデータベースまたはファイルシス
テムを選択し、ドキュメント名、そのドキュメントの格
納先(ファイルシステムが選択された場合には、URL
からドキュメント名を除いた部分)、およびドキュメン
トを格納するデータベースの種類を1つのレコードとし
てドキュメント属性記録部23に記録するとともに、そ
のドキュメントを、選択したデータベースを有するドキ
ュメントサーバ11〜15に通信部24を使用して送信
するドキュメント登録処理部である。
In the document management device 1, 21
Is a communication control unit (receiving means, second communication means) for performing communication with the client 3 via the network 2, and 22 is a communication control unit for transmitting the document transmitted from the client 3 to the document server 11-15. When storing the document in any one of them, a database or a file system for storing the document is selected according to the type of the document, and a document name, a storage destination of the document (or a URL if the file system is selected, is used).
And the type of the database storing the document as one record in the document attribute recording unit 23, and the document is transmitted to the document servers 11 to 15 having the selected database by the communication unit 24. Is a document registration processing unit that transmits the document by using.

【0025】23は、ドキュメントサーバ11〜15に
記録された各ドキュメントに関して、ドキュメント名、
そのドキュメントの格納先、および、ドキュメントを格
納するデータベースの種類(格納先がファイルシステム
である場合には、ファイルシステム)を1つのレコード
として記録するドキュメント属性記録部(管理情報格納
手段)である。24は、ネットワーク2を介してドキュ
メントサーバ11〜15との間で通信を行う通信部(通
信手段)である。
Reference numeral 23 denotes a document name, for each document recorded in the document servers 11 to 15.
A document attribute recording unit (management information storage unit) that records the storage location of the document and the type of database that stores the document (if the storage destination is a file system, the file system) as one record. A communication unit (communication means) 24 communicates with the document servers 11 to 15 via the network 2.

【0026】25は、HTTPに基づいたクライアント
3からの指令に対応した処理を行う表示用ドキュメント
生成部(読出手段)である。この表示用ドキュメント生
成部25において、41は、クライアント3からのハイ
パーリンクに対応する指令を受信し、リンク先がドキュ
メント名だけの場合には、ドキュメント属性記録部23
に記録されているレコードを検索して、そのドキュメン
ト名に対応する格納先を調べ、その格納先がデータベー
ス11A〜14Aを有するドキュメントサーバ11〜1
4である場合には、データベースの種類およびドキュメ
ント名をデータベース検索部26に出力し、そのドキュ
メント名を検索キーとしてそのデータベースに記録され
ているドキュメントを検索させ、その格納先がファイル
システム15Aを有するドキュメントサーバ15である
場合には、ドキュメント名にその格納先を追加してUR
Lを生成し、そのURLに基づいてそのドキュメントを
読み出すハイパーリンク処理部(リンク先補完手段、検
索制御手段)である。
Reference numeral 25 denotes a display document generator (reading means) for performing a process corresponding to a command from the client 3 based on HTTP. In the display document generation unit 25, the instruction 41 receives a command corresponding to a hyperlink from the client 3, and if the link destination is only the document name, the document attribute recording unit 23
Is searched for a storage location corresponding to the document name, and the storage location is a document server 11-1 having a database 11A-14A.
If the number is 4, the type of the database and the document name are output to the database search unit 26, and the document recorded in the database is searched using the document name as a search key, and the storage destination has the file system 15A. In the case of the document server 15, the storage location is added to the document name and the
L is a hyperlink processing unit (link destination complementing means, search control means) that reads out the document based on the URL.

【0027】42は、データベースまたはファイルシス
テムから読み出されたドキュメントを必要に応じてHT
ML形式などのクライアント3において表示可能なドキ
ュメント形式に変換し、そのドキュメントを通信制御部
21を介して、指令を発したクライアント3に出力する
ドキュメント変換部(ハイパーリンク管理手段、出力手
段)である。ドキュメント変換部42は、読み出された
ドキュメントがHTML形式のドキュメントである場合
には、そのドキュメントに含まれるハイパーリンクの記
述のうち、リンク先がドキュメント名だけで指定されて
いるものを検出し、ドキュメント属性記録部23に記録
されているレコードのうち、そのドキュメント名を有す
るレコードを検索して、そのドキュメント名に対応する
格納先がデータベース11A〜14Aを有するドキュメ
ントサーバ11〜14である場合には、データベースの
種類に対応する検索モジュール名(データベース検索部
26のRDB検索モジュール部31など)をドキュメン
ト名に追加してリンク先の記述を補完し、その格納先が
ファイルシステム15Aを有するドキュメントサーバ1
5である場合には、ドキュメント名にその格納先を追加
してリンク先の記述をURLに補完してから、ドキュメ
ントをクライアント3に出力する。
Reference numeral 42 designates a document read from a database or a file system as HT if necessary.
A document conversion unit (hyperlink management unit, output unit) that converts the document into a document format such as the ML format that can be displayed on the client 3, and outputs the document to the client 3 that has issued the command via the communication control unit 21. . When the read document is a document in the HTML format, the document conversion unit 42 detects a description of a hyperlink included in the document whose link destination is specified only by the document name, When a record having the document name is searched from the records recorded in the document attribute recording unit 23, and the storage destination corresponding to the document name is the document server 11 to 14 having the databases 11A to 14A, In addition, the search module name corresponding to the type of database (such as the RDB search module unit 31 of the database search unit 26) is added to the document name to supplement the description of the link destination, and the storage destination is the document server 1 having the file system 15A.
If it is 5, the storage location is added to the document name to supplement the description of the link destination with the URL, and then the document is output to the client 3.

【0028】26は、ドキュメントサーバ11〜14に
内蔵されたデータベース11A〜14Aにそれぞれ対応
して所定の検索キーに基づいてドキュメントを検索する
データベース検索部である。データベース検索部26に
おいて、31は、ネットワーク2を介してドキュメント
サーバ11のリレーショナルデータベース11Aにおい
て検索キーに基づいてドキュメントを検索するRDB検
索モジュール部(データベース検索手段)であり、32
は、ネットワーク2を介してドキュメントサーバ12の
オブジェクト指向データベース12Aにおいて検索キー
に基づいてドキュメントを検索するODB検索モジュー
ル部(データベース検索手段)であり、33は、ネット
ワーク2を介してドキュメントサーバ13の全文検索デ
ータベース13Aにおいて検索キーに基づいてドキュメ
ントを検索する全文検索モジュール部(データベース検
索手段)であり、34は、ネットワーク2を介してドキ
ュメントサーバ14のデータベース14Aにおいて検索
キーに基づいてドキュメントを検索するDB検索モジュ
ール部(データベース検索手段)である。
Reference numeral 26 denotes a database search unit for searching a document based on a predetermined search key corresponding to the databases 11A to 14A built in the document servers 11 to 14, respectively. In the database search unit 26, reference numeral 31 denotes an RDB search module unit (database search means) for searching for a document based on a search key in the relational database 11A of the document server 11 via the network 2.
Is an ODB search module (database search means) for searching for a document based on a search key in the object-oriented database 12A of the document server 12 via the network 2, and 33 is a full-text of the document server 13 via the network 2. A full-text search module section (database search means) for searching for a document based on a search key in the search database 13A, and a DB 34 for searching for a document based on the search key in the database 14A of the document server 14 via the network 2 A search module unit (database search means).

【0029】27は、クライアント3において表示され
る各データベースに対応したインタフェース画面におい
てユーザにより指定された検索キーを受信し、その検索
キーをそのインタフェース画面に対応するデータベース
検索部26の検索モジュール部に供給し、その検索キー
に対応するドキュメントを検索させる検索インタフェー
ス部である。なお、クライアント3において表示される
インタフェース画面は、クライアント3からそのインタ
フェース画面の表示の指令を受信したときに検索インタ
フェース部27によりそのインタフェース画面のデータ
がクライアント3に供給され、そのデータに基づいてイ
ンタフェース画面が例えばブラウザなどにより表示され
る。
A reference numeral 27 denotes a search key designated by the user on an interface screen corresponding to each database displayed on the client 3 and transmits the search key to a search module unit of the database search unit 26 corresponding to the interface screen. A search interface unit that supplies and searches for a document corresponding to the search key. The interface screen displayed on the client 3 is supplied to the client 3 by the search interface unit 27 when the interface screen display instruction is received from the client 3, and the interface screen is provided based on the data. The screen is displayed by, for example, a browser.

【0030】次に動作について説明する。まず、ドキュ
メントをドキュメントサーバ11〜15に格納するとき
のドキュメント管理装置1の動作について説明する。図
2は、ドキュメントをドキュメントサーバ11〜15に
格納するときのドキュメント管理装置1の動作について
説明するフローチャートであり、図3は、そのときにド
キュメントがドキュメントサーバへ送信される経路の一
例を示す図である。
Next, the operation will be described. First, the operation of the document management device 1 when storing a document in the document servers 11 to 15 will be described. FIG. 2 is a flowchart illustrating an operation of the document management apparatus 1 when a document is stored in the document servers 11 to 15. FIG. 3 is a diagram illustrating an example of a path through which the document is transmitted to the document server at that time. It is.

【0031】まず、図2のステップST1において、通
信制御部21は、ネットワーク2を介してクライアント
3から送信されてきたドキュメントを受信すると、その
ドキュメントをドキュメント登録処理部22に出力す
る。
First, in step ST 1 of FIG. 2, when receiving the document transmitted from the client 3 via the network 2, the communication control section 21 outputs the document to the document registration processing section 22.

【0032】なお、このときのクライアント3からのド
キュメントには、作成時に、そのドキュメントの種類を
示す分類属性が付加されている。例えば、クライアント
3においてユーザがドキュメントを作成するとき、ユー
ザが予め用意された複数の文書テンプレートから所定の
テンプレートを選択し、そのテンプレートに沿ってドキ
ュメントを作成するようにし、そのテンプレートに対応
してドキュメントの種類を示す分類属性がドキュメント
に付加されるようにしておく。
At this time, a classification attribute indicating the type of the document is added to the document from the client 3 at the time of creation. For example, when a user creates a document in the client 3, the user selects a predetermined template from a plurality of document templates prepared in advance, creates a document according to the template, and creates a document corresponding to the template. Is added to the document.

【0033】そして、ステップST2において、ドキュ
メント登録処理部22は、通信制御部21からのドキュ
メントの分類属性を参照して、その分類属性に対応する
データベースまたはファイルシステムを選択し、ステッ
プST3において、そのドキュメントの名称、格納先、
および、データベースの種類(ファイルシステムが選択
された場合にはファイルシステム)を1つのレコードと
してドキュメント属性記録部23に記録させる。
Then, in step ST2, the document registration processing section 22 refers to the classification attribute of the document from the communication control section 21 and selects a database or a file system corresponding to the classification attribute. Document name, storage location,
Further, the type of the database (the file system when the file system is selected) is recorded in the document attribute recording unit 23 as one record.

【0034】例えば、2次元のテーブルとして表現する
ことが可能な、議事録、出張報告書、請求書などの定型
文書はリレーショナルデータベースでの管理が適してい
るので、このような定型文書であるドキュメントには、
リレーショナルデータベース11Aに対応する分類属性
が付加されるようにする。また、文書の構造が章、節、
項などと階層化されている製品のマニュアルや一般的な
書籍などのマニュアル類はオブジェクト指向データベー
ス12Aでの管理が適しているので、このようなマニュ
アル類であるドキュメントには、オブジェクト指向デー
タベース12Aに対応する分類属性が付加されるように
する。
For example, fixed documents such as minutes, business trip reports, bills, etc., which can be expressed as a two-dimensional table, are suitable for management in a relational database. In
A classification attribute corresponding to the relational database 11A is added. Also, the structure of the document is chapters, sections,
Manuals such as product manuals and general books, which are hierarchized as sections, are suitable for management in the object-oriented database 12A. A corresponding classification attribute is added.

【0035】そして、ステップST4において、ドキュ
メント登録処理部22は、通信部24を利用してネット
ワーク2を介して、ステップST2で選択したデータベ
ースまたはファイルシステムを有するドキュメントサー
バ11〜15に、ドキュメントを送信し、そのデータベ
ースまたはファイルシステムに記録させる。
Then, in step ST4, the document registration processing section 22 transmits the document to the document servers 11 to 15 having the database or file system selected in step ST2 via the network 2 using the communication section 24. And record it in its database or file system.

【0036】例えば、ドキュメントがドキュメントサー
バ11のリレーショナルデータベース11Aに記録され
る場合には、図3に示すように、そのドキュメントは、
クライアント3からネットワーク2を介して通信制御部
21により受信され、ドキュメント登録処理部22に供
給される。そして、ドキュメント登録処理部22によ
り、分類属性が参照され、その分類属性に対応したデー
タベース(今の場合、リレーショナルデータベース11
A)が、そのドキュメントが記録されるデータベースに
選択される。そして、ドキュメント属性記録部23に、
ドキュメント名、格納先(今の場合、ドキュメントサー
バ11)およびデータベースの種類(今の場合、リレー
ショナルデータベース11A)が1つのレコードとして
記録される。そして、そのドキュメントは、ドキュメン
ト登録処理部22より、通信部24およびネットワーク
2を介してドキュメントサーバ11に供給され、ドキュ
メントサーバ11のリレーショナルデータベース11A
に記録される。
For example, when a document is recorded in the relational database 11A of the document server 11, as shown in FIG.
It is received by the communication control unit 21 from the client 3 via the network 2 and supplied to the document registration processing unit 22. Then, the classification attribute is referred to by the document registration processing unit 22, and a database corresponding to the classification attribute (in this case, the relational database 11)
A) is selected as the database where the document is recorded. Then, in the document attribute recording unit 23,
The document name, the storage destination (in this case, the document server 11) and the type of database (in this case, the relational database 11A) are recorded as one record. Then, the document is supplied from the document registration processing unit 22 to the document server 11 via the communication unit 24 and the network 2, and the relational database 11A of the document server 11 is provided.
Will be recorded.

【0037】このようにして、ドキュメントは、その作
成時に付加された分類属性に対応するデータベースまた
はファイルシステムに記録され、そのドキュメントの名
称、格納先、およびデータベースの種類(ファイルシス
テムが格納先である場合には、ファイルシステム)が、
ドキュメント属性記録部23に記録される。
As described above, the document is recorded in the database or the file system corresponding to the classification attribute added when the document is created, and the name, storage location, and type of the document (the file system is the storage location) If the file system)
It is recorded in the document attribute recording unit 23.

【0038】次に、ドキュメントをドキュメントサーバ
11〜15から読み出すときのドキュメント管理装置1
の動作について説明する。図4は、ドキュメントをドキ
ュメントサーバ11〜15から読み出すときのドキュメ
ント管理装置1の動作について説明するフローチャート
であり、図5は、格納先を検索するときのドキュメント
管理装置1の詳細な動作について説明するフローチャー
トであり、図6は、ドキュメント名に追加するドキュメ
ントの格納先の情報の例を示す図であり、図7は、その
ときにドキュメントがドキュメントサーバからクライア
ントへ送信される経路の一例を示す図である。
Next, the document management apparatus 1 for reading a document from the document servers 11 to 15
Will be described. FIG. 4 is a flowchart illustrating an operation of the document management apparatus 1 when reading a document from the document servers 11 to 15. FIG. 5 illustrates a detailed operation of the document management apparatus 1 when searching for a storage destination. FIG. 6 is a flowchart illustrating an example of information on a storage location of a document to be added to a document name. FIG. 7 is a diagram illustrating an example of a path in which the document is transmitted from the document server to the client at that time. It is.

【0039】図4のステップST21において、通信制
御部21は、ネットワーク2を介してクライアント3か
ら送信されてきたハイパーリンクに基づきドキュメント
を読み出す指令を受信すると、その指令を表示用ドキュ
メント生成部25に供給する。
In step ST 21 of FIG. 4, when the communication control unit 21 receives a command to read a document based on a hyperlink transmitted from the client 3 via the network 2, the communication control unit 21 sends the command to the display document generation unit 25. Supply.

【0040】表示用ドキュメント生成部25のハイパー
リンク処理部41は、ステップST22において、その
指令においてリンク先がドキュメント名だけで指定され
ているか否かを判断し、リンク先がドキュメント名だけ
で指定されていると判断した場合、ステップST23に
おいて、ドキュメント属性記録部23に記録されている
レコードのうち、そのドキュメント名を有するレコード
を検索して、そのドキュメント名に対応する格納先およ
びデータベースの種類を調べ、その格納先またはデータ
ベースの種類の情報をドキュメント名に追加する。格納
先がデータベースである場合には、そのデータベースの
種類の情報が追加され、格納先がファイルシステムであ
る場合には、その格納先の情報が追加される。
In step ST22, the hyperlink processing unit 41 of the display document generation unit 25 determines whether the link destination is specified only by the document name in the instruction, and the link destination is specified only by the document name. If it is determined that the document name is found, in step ST23, a record having the document name is searched from the records recorded in the document attribute recording unit 23, and the storage destination and the type of the database corresponding to the document name are checked. , Append the location or database type information to the document name. When the storage destination is a database, information on the type of the database is added. When the storage destination is a file system, information on the storage destination is added.

【0041】ここで、図5を参照して、ステップST2
3の処理について詳細に説明する。まず、ステップST
41において、ハイパーリンク処理部41は、ドキュメ
ント名を検索キーとしてドキュメント属性記録部23で
その検索キーを有するレコードを検索し、ステップST
42において、そのレコードからデータベースの種類の
情報を読み出し、ステップST43において、そのデー
タベースの種類の情報がファイルシステムを示すもので
あるか否かを判断し、そのデータベースの種類の情報が
ファイルシステムを示すものであると判断した場合、ス
テップST44において、そのレコードから格納先の情
報を読み出し、ドキュメント名の前に追加する。
Here, referring to FIG. 5, step ST2
The process 3 will be described in detail. First, step ST
At 41, the hyperlink processing unit 41 searches the document attribute recording unit 23 for a record having the search key using the document name as a search key, and proceeds to step ST.
In step 42, the database type information is read from the record, and in step ST43, it is determined whether the database type information indicates a file system, and the database type information indicates the file system. If it is determined that the record is stored, the information of the storage destination is read from the record in step ST44, and is added before the document name.

【0042】一方、ステップST43において、そのデ
ータベースの種類の情報がファイルシステムを示すもの
ではないと判断した場合、ステップST45において、
ハイパーリンク処理部41は、そのデータベースの種類
に対応する検索モジュール部(今の場合、RDB検索モ
ジュール部31、ODB検索モジュール部32、全文検
索モジュール部33、およびDB検索モジュール部34
のいずれか)の名称をドキュメント名の前に追加する。
On the other hand, when it is determined in step ST43 that the information of the type of the database does not indicate the file system, in step ST45,
The hyperlink processing unit 41 includes a search module corresponding to the type of the database (in this case, the RDB search module 31, the ODB search module 32, the full-text search module 33, and the DB search module 34).
) Is added before the document name.

【0043】このようにして、ドキュメント名に対して
ドキュメントの格納先の情報が補完される。したがっ
て、ユーザは、データベースとファイルシステムとが混
在していることを意識することなく、所望のドキュメン
トに対応するハイパーリンクをGUIで選択することに
よりドキュメントを検索することができる。
In this way, the information on the storage location of the document is supplemented for the document name. Therefore, the user can search for the document by selecting the hyperlink corresponding to the desired document on the GUI without being aware that the database and the file system are mixed.

【0044】そして、図4のステップST24におい
て、ハイパーリンク処理部41は、その格納先がデータ
ベース11A〜14Aを有するドキュメントサーバ11
〜14であるか否かを判断する。また、ステップST2
2において、リンク先がドキュメント名だけでは指定さ
れていないと判断した場合、ハイパーリンク処理部41
は、ステップST25において、リンク先が検索モジュ
ール名およびドキュメント名で指定されているか否かを
判断する。
Then, in step ST24 of FIG. 4, the hyperlink processing unit 41 stores the document server 11 in which the storage destination has the databases 11A to 14A.
It is determined whether it is 14 or not. Step ST2
If it is determined in step 2 that the link destination is not specified only by the document name, the hyperlink processing unit 41
Determines whether the link destination is specified by the search module name and the document name in step ST25.

【0045】ここで、ステップST24においてその格
納先がデータベース11A〜14Aを有するドキュメン
トサーバ11〜14であると判断した場合、または、ス
テップST25においてリンク先が検索モジュール名お
よびドキュメント名で指定されていると判断した場合、
ハイパーリンク処理部41は、ステップST26におい
て、データベースの種類およびドキュメント名をデータ
ベース検索部26に出力し、そのドキュメント名を検索
キーとしてそのデータベースを検索させる。
Here, when it is determined in step ST24 that the storage destination is the document servers 11 to 14 having the databases 11A to 14A, or in step ST25, the link destination is specified by the search module name and the document name. If you decide
In step ST26, the hyperlink processing unit 41 outputs the type of the database and the document name to the database search unit 26, and causes the database to be searched using the document name as a search key.

【0046】一方、ステップST24においてその格納
先がデータベース11A〜14Aを有するドキュメント
サーバ11〜14ではないと判断した場合、または、ス
テップST25においてリンク先が検索モジュール名お
よびドキュメント名で指定されていないと判断した場
合、ハイパーリンク処理部41は、ステップST27に
おいて、受信したリンク先、またはステップST23で
格納先の情報を追加されたリンク先に従ってファイルシ
ステム15Aから、そのドキュメントを読み出す。
On the other hand, if it is determined in step ST24 that the storage destination is not the document servers 11 to 14 having the databases 11A to 14A, or if the link destination is not specified by the search module name and the document name in step ST25. If it is determined, in step ST27, the hyperlink processing unit 41 reads the document from the file system 15A according to the received link destination or the link destination to which the storage destination information has been added in step ST23.

【0047】すなわち、クライアント3から受信したリ
ンク先が、通常のURLである場合や、ステップST2
3においてドキュメント名がURLに補完された場合に
は、このステップST27において、サーバ15におけ
るファイルシステム15Aからドキュメントが読み出さ
れる。
That is, when the link destination received from the client 3 is a normal URL, or when the
If the document name is supplemented with the URL in Step 3, the document is read from the file system 15A in the server 15 in Step ST27.

【0048】そして、ステップST28において、デー
タベースまたはファイルシステムからネットワーク2を
介して読み出されたドキュメントが通信部24から表示
用ドキュメント生成部25のドキュメント変換部42へ
供給される。
Then, in step ST 28, the document read from the database or the file system via the network 2 is supplied from the communication unit 24 to the document conversion unit 42 of the display document generation unit 25.

【0049】表示用ドキュメント生成部25のドキュメ
ント変換部42は、ステップST29において、読み出
したドキュメントがクライアント3で表示可能ではない
ドキュメント形式である場合、そのドキュメントの形式
をHTML形式に変換する。例えばPDF(Porta
ble Document Format)といったク
ライアント3において表示可能な形式である場合、この
ような変換は実行されない。
In step ST29, if the read document is in a document format that cannot be displayed by the client 3, the document conversion unit 42 of the display document generation unit 25 converts the format of the read document into the HTML format. For example, PDF (Porta
In the case of a format such as ble Document Format that can be displayed on the client 3, such conversion is not performed.

【0050】そして、ステップST30において、ドキ
ュメント変換部42は、読み出されたドキュメントがH
TML形式のドキュメントである場合には、そのドキュ
メントに含まれるハイパーリンクの記述のうち、リンク
先がドキュメント名だけで指定されているものを検出
し、ステップST31において、ステップST23にお
けるハイパーリンク処理部41と同様に、ドキュメント
属性記録部23に記録されているレコードを検索して、
そのドキュメント名に対応する格納先を調べ、その格納
先がデータベース11A〜14Aを有するドキュメント
サーバ11〜14である場合には、図6(a)に示すよ
うに、データベースの種類に対応する検索モジュール名
をドキュメント名に追加してリンク先の記述を補完し、
その格納先がファイルシステム15Aを有するドキュメ
ントサーバ15である場合には、図6(b)に示すよう
に、ドキュメント名にその格納先を追加してリンク先の
記述をURLに補完する。
Then, in step ST30, the document conversion section 42 determines that the read document is H
If the document is a TML-format document, a description of a hyperlink included in the document whose link destination is specified only by the document name is detected, and in step ST31, the hyperlink processing unit 41 in step ST23 is detected. Similarly to the above, the record recorded in the document attribute recording unit 23 is searched,
The storage location corresponding to the document name is checked. If the storage location is the document servers 11 to 14 having the databases 11A to 14A, as shown in FIG. Name to the document name to supplement the link description,
When the storage destination is the document server 15 having the file system 15A, as shown in FIG. 6B, the storage destination is added to the document name and the description of the link destination is supplemented to the URL.

【0051】ドキュメントに、例えば「<A HREF
=docA.htm>ドキュメントAはこちら</A
>」というハイパーリンクが記述されている場合におい
て、ドキュメント属性記録部23に、ドキュメント名が
「docA.htm」であり、格納先が「http:/
/www.aaa.com/」であり、データベースの
種類が「ファイルシステム」であるレコードが記録され
ていると、このハイパーリンク「<A HREF=do
cA.htm>ドキュメントAはこちら</A>」は、
「<A HREF=http://www.aaa.c
om/docA.htm>ドキュメントAはこちら</
A>」に補完される。
In the document, for example, “<A HREF
= DocA. htm> Click here for Document A <// A
When the hyperlink “>” is described, the document name is “docA.htm” and the storage destination is “http: //” in the document attribute recording unit 23.
/ Www. aaa. com / ", and if a record having a database type of" file system "is recorded, this hyperlink"<A HREF = do
cA. http://www.htm.com/document A is here.
"<A HREF = http: //www.aaa.c
om / docA. htm> Click here for Document A <//
A>".

【0052】また、この場合において、ドキュメント属
性記録部23に、ドキュメント名が「docA.ht
m」であり、格納先が「bbb.com」であり、デー
タベースの種類が「リレーショナルデータベース」であ
るレコードが記録されていると、このハイパーリンク
「<A HREF=docA.htm>ドキュメントA
はこちら</A>」は、「<A HREF=RDB検索
モジュール部/docA.htm>ドキュメントAはこ
ちら</A>」に補完される。
Also, in this case, the document name is stored in the document attribute recording section 23 as “docA.ht”.
m, the storage destination is “bbb.com”, and the record whose database type is “relational database” is recorded, the hyperlink “<A HREF=docA.htm> document A
Is here </A> is complemented by "<A HREF=RDB search module section/docA.htm> Document A is here </A>".

【0053】このように指定されるリンク先に適宜格納
先の情報を追加した後、ステップST32において、表
示用ドキュメント生成部25のドキュメント変換部42
は、そのドキュメントを、通信制御部21を利用してネ
ットワーク2を介してクライアント3に出力する。
After appropriately adding the information of the storage destination to the link destination specified in this way, in step ST32, the document conversion unit 42 of the display document generation unit 25.
Outputs the document to the client 3 via the network 2 using the communication control unit 21.

【0054】例えば、ドキュメントサーバ13の全文検
索データベース13Aに記録されているドキュメントが
読み出される場合には、図7に示すように、そのドキュ
メントは、ドキュメントサーバ13からネットワーク2
を介して通信部24により受信され、表示用ドキュメン
ト生成部25のドキュメント変換部42に供給される。
そして、ドキュメント変換部42により、必要に応じて
ドキュメント形式がHTML形式に変換されるととも
に、読み出したドキュメントがHTML形式のドキュメ
ントであり、そのドキュメント内にリンク先がドキュメ
ント名だけで指定されているハイパーリンクの記述があ
る場合には、ドキュメント属性記録部23に記録されて
いる、そのドキュメント名に対応するレコードが検索さ
れ、リンク先の記述が補完される。そして、このような
処理が終わった後、そのドキュメントは、通信制御部2
1およびネットワーク2を介して、そのドキュメントの
読み出しを指令したクライアント3に出力される。
For example, when a document recorded in the full-text search database 13A of the document server 13 is read, the document is sent from the document server 13 to the network 2 as shown in FIG.
Through the communication unit 24, and is supplied to the document conversion unit 42 of the display document generation unit 25.
Then, the document format is converted to the HTML format by the document conversion unit 42 as needed, and the read document is an HTML format document, and a hyperlink in which the link destination is specified only by the document name in the document. If there is a description of the link, a record corresponding to the document name recorded in the document attribute recording unit 23 is searched, and the description of the link destination is complemented. Then, after such processing is completed, the document is transmitted to the communication control unit 2.
1 and via the network 2 to the client 3 that instructed the reading of the document.

【0055】このようにして、HTML形式のドキュメ
ントを読み出したときに、そのドキュメントにおいて記
述されたハイパーリンクに指定されたドキュメント名
に、そのドキュメントの格納先の情報を追加するように
するとともに、そのドキュメントがデータベースに記録
されている場合には、ドキュメントの格納先の情報とし
て、そのドキュメントが記録されているデータベースの
種類に応じた、そのデータベースを検索するための検索
モジュールの名称を追加する。そして、リンク先が検索
モジュール名とドキュメント名で指定されると、その検
索モジュールを使用してそのドキュメントがデータベー
スから読み出されるようにしている。
As described above, when a document in the HTML format is read, information on the storage location of the document is added to the document name specified in the hyperlink described in the document, and When a document is recorded in a database, the name of a search module for searching the database according to the type of the database in which the document is recorded is added as information on the storage location of the document. When a link destination is specified by a search module name and a document name, the document is read from the database using the search module.

【0056】さらに、検索インタフェース部27を使用
してドキュメントをドキュメントサーバ11〜14から
読み出すときのドキュメント管理装置1の動作について
説明する。図8は、そのときにドキュメントがドキュメ
ントサーバからクライアントへ送信される経路の一例を
示す図である。
The operation of the document management apparatus 1 when reading a document from the document servers 11 to 14 using the search interface unit 27 will be described. FIG. 8 is a diagram illustrating an example of a path in which the document is transmitted from the document server to the client at that time.

【0057】検索インタフェース部27は、クライアン
ト3から、ドキュメントの検索のためのインタフェース
画面の表示の指令を受信すると、そのインタフェース画
面のデータをクライアント3に供給する。クライアント
3は、そのデータに基づいてディスプレイにインタフェ
ース画面を表示する。
Upon receiving a command to display an interface screen for searching for a document from the client 3, the search interface unit 27 supplies the data of the interface screen to the client 3. The client 3 displays an interface screen on a display based on the data.

【0058】そして、ユーザにより、GUIを利用して
そのインタフェース画面の入力欄に検索キーなどの情報
が入力されると、クライアント3は、その検索キーやそ
のインタフェース画面に対応するデータベースの種類な
どの情報を検索インタフェース部27に供給する。
When the user inputs information such as a search key into the input field of the interface screen by using the GUI, the client 3 transmits the information such as the type of the database corresponding to the search key and the interface screen. The information is supplied to the search interface unit 27.

【0059】検索インタフェース部27は、その情報を
受け取り、そのデータベースの種類に対応するデータベ
ース検索部26の検索モジュールにその検索キーを供給
し、そのデータベースにおいて、その検索キーを有する
ドキュメントを検索する。
The search interface unit 27 receives the information, supplies the search key to the search module of the database search unit 26 corresponding to the type of the database, and searches the database for a document having the search key.

【0060】検索されたドキュメントは、データベース
検索部26を介して検索インタフェース部27に供給さ
れる。そして、検索インタフェース部27は、そのドキ
ュメントをクライアント3に出力する。
The searched document is supplied to a search interface unit 27 via a database search unit 26. Then, the search interface unit 27 outputs the document to the client 3.

【0061】例えば図8に示すように、全文検索データ
ベース13Aに対するインタフェースがクライアント3
により選択された場合には、検索インタフェース部27
により全文検索データベース13A用のインタフェース
画面のデータがクライアント3に供給され、そのインタ
フェース画面がクライアント3において表示される。そ
して、そのインタフェース画面に対して、ユーザによる
検索キーなどの入力が発生したとき、入力された情報が
検索インタフェース部27に供給される。検索インタフ
ェース部27は、全文検索モジュール部33にその検索
キーを供給し、ドキュメントサーバ13の全文検索デー
タベース13Aにおいてその検索キーを有するドキュメ
ントを検索させる。そして、検索されたドキュメント
は、データベース検索部26を介して検索インタフェー
ス部27に供給され、検索インタフェース部27により
クライアント3に供給される。
For example, as shown in FIG. 8, the interface to the full-text search database 13A is
When the search interface unit 27 is selected by
Thus, the data of the interface screen for the full-text search database 13A is supplied to the client 3, and the interface screen is displayed on the client 3. When the user inputs a search key or the like to the interface screen, the input information is supplied to the search interface unit 27. The search interface unit 27 supplies the search key to the full-text search module unit 33 and causes the full-text search database 13A of the document server 13 to search for a document having the search key. The searched document is supplied to the search interface unit 27 via the database search unit 26, and is supplied to the client 3 by the search interface unit 27.

【0062】なお、ドキュメントをドキュメントサーバ
11〜15に記録するときに、そのドキュメントの分類
属性に予め複数種類のデータベースに対応する値を設定
することにより、ドキュメントを複数種類のデータベー
スに記録させておくことができる。そして、このように
することにより、ユーザは、ドキュメントを上述のイン
タフェース画面を使用して検索するときに、ユーザの所
望の検索方法に応じたインタフェースでドキュメントを
検索することができる。例えば、ドキュメントをリレー
ショナルデータベース11Aおよび全文検索データベー
ス13Aに記録しておくと、ユーザは、RDB検索モジ
ュール部31を使用した検索方法、および全文検索モジ
ュール部33を使用した検索方法のいずれも選択するこ
とができる。
When a document is recorded in the document servers 11 to 15, a value corresponding to a plurality of types of databases is set in advance in the classification attribute of the document, so that the document is recorded in the plurality of types of database. be able to. By doing so, when a user searches for a document using the above-described interface screen, the user can search for the document using an interface corresponding to the search method desired by the user. For example, if the document is recorded in the relational database 11A and the full-text search database 13A, the user can select both the search method using the RDB search module unit 31 and the search method using the full-text search module unit 33. Can be.

【0063】このようにして、クライアント3において
ユーザによりデータベースの検索用のインタフェース画
面の表示が指示された場合には、まず、ドキュメント管
理装置1の検索インタフェース部27は、そのインタフ
ェース画面のデータをそのクライアント3に供給し、そ
のインタフェース画面に対してGUIを利用してユーザ
により入力された情報に基づいて、いずれかの検索モジ
ュール部を使用してドキュメントをデータベースから読
み出し、そのクライアント3に供給する。
As described above, when the user instructs the client 3 to display the interface screen for searching the database, first, the search interface unit 27 of the document management apparatus 1 converts the data of the interface screen into the data. The document is supplied to the client 3, and the document is read from the database using one of the search module units based on the information input by the user using the GUI on the interface screen, and supplied to the client 3.

【0064】以上のように、この実施の形態1によれ
ば、ドキュメント名とドキュメントの格納先との対応関
係を予め記録しておくようにしておき、HTML形式の
ドキュメントを読み出したときに、そのドキュメントに
おいて記述されたハイパーリンクにより指定されたドキ
ュメント名に、そのドキュメントの格納先の情報を追加
してリンク先を補完するようにしたので、HTML形式
でハイパーリンクを記述する際にリンク先のドキュメン
トの名称だけを記載するだけでよく、ハイパーテキスト
構造のドキュメント群を作成するときの作業を簡単にす
ることができるという効果が得られる。
As described above, according to the first embodiment, the correspondence between the document name and the storage location of the document is recorded in advance, and when the document in the HTML format is read, the correspondence is stored. Since the information of the storage location of the document is added to the document name specified by the hyperlink described in the document to supplement the link destination, when the hyperlink is described in the HTML format, the document of the link destination is used. Only the name of the document is described, and the effect of simplifying the operation when creating a document group having a hypertext structure can be obtained.

【0065】また、そのドキュメントがデータベースに
記録されている場合には、ドキュメントの格納先の情報
として、そのドキュメントが記録されているデータベー
スの種類に応じた、そのデータベースを検索するための
検索モジュールの名称や種類を追加し、その検索モジュ
ールを使用してそのドキュメントをデータベースから読
み出すようにしたので、ファイルシステムに記録されて
いるドキュメントと区別することなく、データベースか
らドキュメントを読み出すことができ、データベースに
記録されたドキュメントを使用してハイパーテキスト構
造のドキュメント群を作成することができるという効果
が得られる。
When the document is recorded in the database, the information of the storage location of the document includes a search module for searching the database according to the type of the database in which the document is recorded. By adding the name and type and using the search module to read the document from the database, it is possible to read the document from the database without distinguishing it from the document recorded in the file system, An effect is obtained that a document group having a hypertext structure can be created using the recorded documents.

【0066】なお、ドキュメント管理装置1におけるド
キュメント登録処理部22、表示用ドキュメント生成部
25、データベース検索部26、および検索インタフェ
ース部27をコモンゲートインタフェース(CGI)と
して、ドキュメント管理装置1をWWWサーバとして構
成することにより、クライアント3において、ユーザ
は、ブラウザを使用して、簡単に上述の動作を実行させ
ることができる。
The document registration processing unit 22, the display document generation unit 25, the database search unit 26, and the search interface unit 27 in the document management device 1 are used as a common gate interface (CGI), and the document management device 1 is used as a WWW server. With this configuration, in the client 3, the user can easily execute the above-described operation using the browser.

【0067】[0067]

【発明の効果】以上のように、この発明によれば、ドキ
ュメント名とドキュメントの格納先との対応関係の情報
を予め記録しておくようにしておき、ドキュメントにお
いて記述されたハイパーリンクにより指定されたドキュ
メント名に、そのドキュメントの格納先の情報を追加し
てリンク先を補完するように構成したので、HTML形
式でハイパーリンクを記述する際にリンク先のドキュメ
ントの名称だけを記載するだけでよく、ハイパーテキス
ト構造のドキュメント群を作成するときの作業を簡単に
することができる効果がある。
As described above, according to the present invention, information on the correspondence between the document name and the storage location of the document is recorded in advance, and the information is specified by the hyperlink described in the document. Since the information of the storage location of the document is added to the document name to supplement the link destination, when describing the hyperlink in the HTML format, only the name of the linked document need be described. This has the effect of simplifying the operation when creating a group of documents having a hypertext structure.

【0068】また、この発明によれば、そのドキュメン
トがデータベースに記録されている場合には、ドキュメ
ントの格納先の情報として、そのドキュメントが記録さ
れているデータベースの種類に応じた、そのデータベー
スを検索するための検索モジュールの名称や種類を追加
し、その検索モジュールを使用してそのドキュメントを
データベースから読み出すようにしたので、ファイルシ
ステムに記録されているドキュメントと区別することな
く、データベースからドキュメントを読み出すことがで
き、データベースに記録されたドキュメントを使用して
ハイパーテキスト構造のドキュメント群を作成すること
ができる効果がある。
Further, according to the present invention, when the document is recorded in the database, the database is searched according to the type of the database in which the document is recorded as information on the storage location of the document. The name and type of the search module to be added are added, and the document is read from the database using the search module. Therefore, the document is read from the database without distinction from the document recorded in the file system. Thus, there is an effect that a group of documents having a hypertext structure can be created using the documents recorded in the database.

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

【図1】 この発明の実施の形態1によるドキュメント
管理装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a document management device according to a first embodiment of the present invention.

【図2】 ドキュメントをドキュメントサーバに格納す
るときのドキュメント管理装置の動作について説明する
フローチャートである。
FIG. 2 is a flowchart illustrating an operation of a document management apparatus when a document is stored in a document server.

【図3】 図2に示すドキュメント管理装置の動作に伴
いドキュメントがドキュメントサーバへ送信される経路
の一例を示す図である。
FIG. 3 is a diagram illustrating an example of a path through which a document is transmitted to a document server according to the operation of the document management apparatus illustrated in FIG. 2;

【図4】 ドキュメントをドキュメントサーバから読み
出すときのドキュメント管理装置の動作について説明す
るフローチャートである。
FIG. 4 is a flowchart illustrating an operation of the document management apparatus when a document is read from a document server.

【図5】 格納先を検索するときのドキュメント管理装
置の詳細な動作について説明するフローチャートであ
る。
FIG. 5 is a flowchart illustrating a detailed operation of the document management apparatus when searching for a storage destination.

【図6】 ドキュメント名に追加するドキュメントの格
納先の情報の例を示す図である。
FIG. 6 is a diagram illustrating an example of information on a storage location of a document to be added to a document name.

【図7】 ドキュメント管理装置の動作に伴いドキュメ
ントがドキュメントサーバからクライアントへ送信され
る経路の一例を示す図である。
FIG. 7 is a diagram illustrating an example of a path in which a document is transmitted from a document server to a client according to an operation of a document management apparatus.

【図8】 ドキュメント管理装置の動作に伴いドキュメ
ントがドキュメントサーバからクライアントへ送信され
る経路の一例を示す図である。
FIG. 8 is a diagram illustrating an example of a path in which a document is transmitted from a document server to a client in accordance with the operation of the document management apparatus.

【符号の説明】[Explanation of symbols]

1 ドキュメント管理装置、11〜15 ドキュメント
サーバ(サーバ)、11A リレーショナルデータベー
ス(データベース)、12A オブジェクト指向データ
ベース(データベース)、13A 全文検索データベー
ス(データベース)、14A データベース、15A
ファイルシステム、21 通信制御部(受信手段、第2
の通信手段)、23 ドキュメント属性記録部(管理情
報格納手段)、24 通信部(通信手段)、25 表示
用ドキュメント生成部(読出手段)、31 RDB検索
モジュール部(データベース検索手段)、32 ODB
検索モジュール部(データベース検索手段)、33 全
文検索モジュール部(データベース検索手段)、34
DB検索モジュール部(データベース検索手段)、41
ハイパーリンク処理部(リンク先補完手段、検索制御
手段)、42 ドキュメント変換部(ハイパーリンク管
理手段、出力手段)。
1 Document Management Device, 11-15 Document Server (Server), 11A Relational Database (Database), 12A Object-Oriented Database (Database), 13A Full-Text Search Database (Database), 14A Database, 15A
File system, 21 communication control unit (receiving means, second
, 23 document attribute recording unit (management information storage unit), 24 communication unit (communication unit), 25 display document generation unit (reading unit), 31 RDB search module unit (database search unit), 32 ODB
Search module section (database search means), 33 Full-text search module section (database search means), 34
DB search module unit (database search means), 41
Hyperlink processing unit (link destination complementing means, search control means), 42 document conversion unit (hyperlink management means, output means).

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 ドキュメントを格納するドキュメント格
納部としてデータベースまたはファイルシステムを有す
るサーバと通信する通信手段と、 所定のドキュメントについて、ドキュメント名とそのド
キュメントを格納するドキュメント格納部との対応関係
の情報を格納する管理情報格納手段と、 各データベースの種類に対応して、ドキュメント名を検
索キーとして前記データベースに格納されたドキュメン
トを検索するデータベース検索手段と、 ドキュメント名だけ、ドキュメント名とデータベース検
索手段の種類、および、URLのいずれかでリンク先を
指定したHTML形式のハイパーリンク記述に対応する
指令を受信する受信手段と、 リンク先がドキュメント名だけで指定される場合、前記
管理情報格納手段に格納された前記対応関係の情報に基
づいて、そのドキュメント名に対応するドキュメント格
納部を特定し、そのドキュメント格納部がデータベース
である場合、そのデータベース用のデータベース検索手
段の種類を前記ドキュメント名に追加してリンク先を補
完し、そのドキュメント格納部がファイルシステムであ
る場合、前記ドキュメント名にドキュメント格納部の情
報を追加してリンク先をURLに補完するリンク先補完
手段と、 前記リンク先補完手段により補完されたリンク先または
前記受信手段により受信されたリンク先がドキュメント
名と前記データベース検索手段の種類で指定される場
合、その種類の前記データベース検索手段を制御して、
データベースからドキュメントを読み出させ、前記リン
ク先補完手段により補完されたリンク先または前記受信
手段により受信されたリンク先がURLで指定される場
合、前記通信手段を制御してファイルシステムからドキ
ュメントを読み出す検索制御手段とを備えたドキュメン
ト管理装置。
Communication means for communicating with a server having a database or a file system as a document storage unit for storing a document; and for a predetermined document, information on a correspondence between a document name and a document storage unit for storing the document. Management information storage means for storing, database search means for searching for documents stored in the database using a document name as a search key corresponding to the type of each database, and only the document name, the document name and the type of database search means Receiving means for receiving a command corresponding to the hyperlink description in the HTML format in which the link destination is specified by any one of URL, and when the link destination is specified only by the document name, the reception means is stored in the management information storage means. Said correspondence The document storage unit corresponding to the document name is specified based on the information of the person in charge, and if the document storage unit is a database, the type of database search means for the database is added to the document name to link the document. Complementary, when the document storage unit is a file system, a link destination complementing unit that adds information of the document storage unit to the document name to supplement a link destination with a URL, and a link supplemented by the link destination complementing unit. If the destination or the link destination received by the receiving means is specified by the document name and the type of the database search means, controlling the database search means of that type,
A document is read from a database, and when the link destination complemented by the link destination complementing unit or the link destination received by the receiving unit is designated by a URL, the communication unit is controlled to read the document from the file system. A document management device including a search control unit.
【請求項2】 ドキュメント名とドキュメント格納部と
の対応関係の情報は、ドキュメントを格納するドキュメ
ント格納部がデータベースである場合、そのドキュメン
ト名、そのドキュメントの格納先およびそのデータベー
スの種類を少なくとも有することを特徴とする請求項1
記載のドキュメント管理装置。
2. The information on the correspondence between a document name and a document storage section, when the document storage section for storing a document is a database, has at least the document name, the storage location of the document, and the type of the database. Claim 1 characterized by the following:
Document management device as described.
【請求項3】 ドキュメントを格納するドキュメント格
納部と通信する通信手段と、 所定のドキュメントについて、ドキュメント名とそのド
キュメントを格納する前記ドキュメント格納部との対応
関係の情報を格納する管理情報格納手段と、 所定の端末装置からの指令に基づき、前記ドキュメント
格納部からドキュメントを読み出す読出手段と、 前記ドキュメント格納部から読み出したドキュメントが
HTML形式のドキュメントである場合、そのHTML
形式のドキュメントに記述されたハイパーリンクにおい
てドキュメント名だけで指定されたドキュメントについ
て、前記管理情報格納手段に記録された対応関係に基づ
いて、そのドキュメントを格納している前記ドキュメン
ト格納部を特定し、その特定した前記ドキュメント格納
部の情報を、そのドキュメント名に追加するハイパーリ
ンク管理手段と、 前記端末装置にドキュメントを出力する出力手段とを備
えたドキュメント管理装置。
3. Communication means for communicating with a document storage unit for storing a document, and management information storage means for storing, for a predetermined document, information on the correspondence between a document name and the document storage unit for storing the document. Reading means for reading a document from the document storage unit based on a command from a predetermined terminal device; and when the document read from the document storage unit is an HTML format document, the HTML
For a document specified only by a document name in a hyperlink described in a document in a format, the document storage unit storing the document is specified based on the correspondence recorded in the management information storage unit, A document management device, comprising: a hyperlink management unit that adds information of the specified document storage unit to the document name; and an output unit that outputs a document to the terminal device.
【請求項4】 出力手段は、読出手段が読み出したドキ
ュメントがHTML形式ではない場合、そのドキュメン
トの形式をHTML形式に変換することを特徴とする請
求項3記載のドキュメント管理装置。
4. The document management device according to claim 3, wherein the output unit converts the document format into the HTML format when the document read by the reading unit is not in the HTML format.
【請求項5】 他の端末装置との間で通信する第2の通
信手段と、 前記他の端末装置から前記第2の通信手段に供給された
ドキュメントについて、そのドキュメントの種類に応じ
てドキュメント格納部を選択し、そのドキュメント名
と、選択したドキュメント格納部との対応関係の情報を
管理情報格納手段に記録し、そのドキュメントを、選択
したドキュメント格納部に記録する記録手段とを備える
ことを特徴とする請求項1または請求項3記載のドキュ
メント管理装置。
5. A second communication means for communicating with another terminal device, and for a document supplied from the other terminal device to the second communication means, storing the document in accordance with the type of the document. Recording means for selecting a document section, recording information on the correspondence between the document name and the selected document storage section in the management information storage section, and recording the document in the selected document storage section. The document management device according to claim 1 or 3, wherein
【請求項6】 ドキュメント名だけ、ドキュメント名と
データベース検索手段の種類、および、URLのいずれ
かでリンク先を指定したHTML形式のハイパーリンク
記述に対応する指令を受信するステップと、 リンク先がドキュメント名だけで指定される場合、所定
の管理情報格納手段に格納されたドキュメント名とその
ドキュメントを格納するドキュメント格納部との対応関
係の情報に基づいて、そのドキュメント名に対応するド
キュメント格納部を特定し、そのドキュメント格納部が
データベースである場合、そのデータベース用のデータ
ベース検索手段の種類を前記ドキュメント名に追加して
リンク先を補完し、そのドキュメント格納部がファイル
システムである場合、前記ドキュメント名にドキュメン
ト格納部の情報を追加してリンク先をURLに補完する
ステップと、 補完したリンク先または受信したリンク先がドキュメン
ト名とデータベース検索手段の種類で指定される場合、
その種類のデータベース検索手段を制御して、データベ
ースからドキュメントを読み出し、補完したリンク先ま
たは受信したリンク先がURLで指定される場合、ファ
イルシステムからドキュメントを読み出すステップとを
備えたドキュメント検索方法。
6. A step of receiving a command corresponding to an HTML hyperlink description in which a link destination is specified by one of a document name, a document name, a type of a database search means, and a URL; When only the document name is specified, the document storage unit corresponding to the document name is specified based on the information on the correspondence between the document name stored in the predetermined management information storage unit and the document storage unit storing the document. If the document storage unit is a database, the type of database search means for the database is added to the document name to supplement the link destination, and if the document storage unit is a file system, the Add document storage information and If the step of complementing the click destination URL, is complemented destination or received link destination is specified by document type name and the database retrieval means,
Controlling the type of database search means to read the document from the database, and reading the document from the file system when the complemented link destination or the received link destination is specified by the URL.
JP10060132A 1998-03-11 1998-03-11 Document management device and document retrieval method Pending JPH11259505A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10060132A JPH11259505A (en) 1998-03-11 1998-03-11 Document management device and document retrieval method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10060132A JPH11259505A (en) 1998-03-11 1998-03-11 Document management device and document retrieval method

Publications (1)

Publication Number Publication Date
JPH11259505A true JPH11259505A (en) 1999-09-24

Family

ID=13133315

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10060132A Pending JPH11259505A (en) 1998-03-11 1998-03-11 Document management device and document retrieval method

Country Status (1)

Country Link
JP (1) JPH11259505A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009266254A (en) * 2002-03-14 2009-11-12 Senshin Capital Llc Method and apparatus for uploading content from device to remote network location

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009266254A (en) * 2002-03-14 2009-11-12 Senshin Capital Llc Method and apparatus for uploading content from device to remote network location

Similar Documents

Publication Publication Date Title
CA2687473C (en) System and method for content navigation
US7660810B2 (en) Method and system for publication and revision or hierarchically organized sets of static intranet and internet web pages
US7058626B1 (en) Method and system for providing native language query service
US8423587B2 (en) System and method for real-time content aggregation and syndication
US20050060162A1 (en) Systems and methods for automatic identification and hyperlinking of words or other data items and for information retrieval using hyperlinked words or data items
US8001490B2 (en) System, method and computer program product for a content publisher for wireless devices
EP0762297B1 (en) Use of proxy servers to provide annotation overlays
TW571204B (en) Content publication system for supporting real-time integration and processing of multimedia content including dynamic data, and method thereof
CA2420017C (en) Developing applications online
EP2273391A1 (en) Client-server application development and deployment system
JP2003288143A (en) Method for automatically generating user interface
JP2003022272A (en) System and method for retrieving equipment manual
JPH1049425A (en) System and method for adding automatically information hypertext link to received document
JP2000067075A (en) System for retrieving data base and server device for retrieval and client terminal and program-record medium
JPH11259505A (en) Document management device and document retrieval method
JPH11143910A (en) Extension system for composite object and computer readable recording medium
CA2339217A1 (en) Information access
JPH113203A (en) Screen dialog processor
JP2001022788A (en) Information retrieving device and recording medium recording information retrieval program
JPH10260992A (en) Database processor and storage medium
JP2003186788A (en) Method and system for providing translation web site and program
JP2006004308A (en) Hyperlink automatic generation system
JP3990671B2 (en) Information management apparatus and information management method
JPH09179873A (en) Method and device for information retrieval
JP2003186734A (en) Electronic form data conversion system, server, development client, program, recording medium