JPH08249356A - Database retrieval system - Google Patents

Database retrieval system

Info

Publication number
JPH08249356A
JPH08249356A JP7074657A JP7465795A JPH08249356A JP H08249356 A JPH08249356 A JP H08249356A JP 7074657 A JP7074657 A JP 7074657A JP 7465795 A JP7465795 A JP 7465795A JP H08249356 A JPH08249356 A JP H08249356A
Authority
JP
Japan
Prior art keywords
document data
keyword
dictionary
search
link
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.)
Granted
Application number
JP7074657A
Other languages
Japanese (ja)
Other versions
JP2812357B2 (en
Inventor
Yuichi Kondo
裕一 近藤
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP7074657A priority Critical patent/JP2812357B2/en
Publication of JPH08249356A publication Critical patent/JPH08249356A/en
Application granted granted Critical
Publication of JP2812357B2 publication Critical patent/JP2812357B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE: To speedily retrieve document data including a key word only by inputting the key word once without repeatedly selecting a different retrieval method. CONSTITUTION: This system has a database C having an index dictionary 2 wherein index information consisting of plural document data 4, key words, and information on positions in the document data 4 is registered and a link dictionary 3 wherein link information between the key words and description positions in the document data 4 is registered, a retrieval means 1 which retrieves a key word in the order of the index dictionary 2, link dictionary 3, and document data 4, a read means 1 which reads a corresponding place in the document data 4 according to the position information when the corresponding key word is found in the index dictionary 2, reads the corresponding place out of the document data 4 with the link information when the corresponding key word is found in the link dictionary 3, and reads the corresponding place out of the document data 4 when the corresponding key word is found in the document data 4, and a display means 7 which displays the contents including the read key word at a display part 5.

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 such as an electronic publication, and more particularly to a database search system capable of efficiently performing a search by inputting a keyword.

【0002】[0002]

【従来の技術】電子出版物のような文書系のデータを扱
うデータベース検索システムでは、検索用のキーワード
を検索する方法として次のようなものがある。
2. Description of the Related Art In a database search system that handles document data such as electronic publications, there are the following methods for searching keywords for search.

【0003】(1) データベースの作成時に予め文書デー
タからインデックス情報として抽出したキーワードか
ら、検索用のキーワードを選択する方法。 (2) 各ノード間のリンクを辿る方法。 (3) データベース利用者が入力した検索用のキーワード
を全文書データから探し出す方式。
(1) A method of selecting a keyword for retrieval from keywords extracted as index information from document data when a database is created. (2) A method of following links between nodes. (3) A method of searching for search keywords entered by database users from all document data.

【0004】そして、上記(1) 〜(3) の検索方法は、デ
ータベース利用者が検索を行う際に任意に選択するよう
にしていた。
The above-mentioned retrieval methods (1) to (3) are arbitrarily selected by the database user when conducting a retrieval.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、データ
ベース利用者に検索方法を選択させる場合には、検索を
行う度に、インデックス情報の検索、リンク情報の検
索、全文書データの検索を繰り返し指定する必要があ
る。このため、操作が煩雑になるとともに、時間を要す
るという欠点がある。
However, in order to allow the database user to select a search method, it is necessary to repeatedly specify index information search, link information search, and all document data search every time the search is performed. There is. Therefore, there are disadvantages that the operation becomes complicated and it takes time.

【0006】また、全文書データの検索を行った場合、
与えられた検索用のキーワードに対して該当箇所が多数
存在するときには、これらが表示部に一覧表示される
が、その表示順序は検索頻度等による重み付けがされた
ものではない。このような場合、それら多数の該当箇所
の中から、データベース利用者自身が必要な箇所を適当
に選択する以外になかった。
When all document data are searched,
When a large number of relevant parts exist for a given search keyword, these are displayed in a list on the display unit, but the display order is not weighted by the search frequency or the like. In such a case, there is no choice but to properly select the required portion from the many relevant portions by the database user himself / herself.

【0007】そこで本発明は、異なる検索方法を繰り返
し選択することなく、キーワードを1度入力するだけ
で、該キーワードを含む文書データを迅速に検索するこ
とができるデータベース検索システムの提供を目的とし
ている。
Therefore, an object of the present invention is to provide a database search system capable of quickly searching for document data containing a keyword by inputting the keyword once without repeatedly selecting different search methods. .

【0008】[0008]

【課題を解決するための手段】第1の発明の構成は、次
の通りである。複数の文書データ4、これらの文書デー
タ4から予め抽出したキーワードとこのキーワードの文
書データ4内の位置情報からなるインデックス情報を登
録したインデックス辞書2、及びキーワードとこのキー
ワードの文書データ4内での記述位置とのリンク情報を
登録したリンク辞書3を有するデータベースCと、キー
ワードの入力により、インデックス辞書2、リンク辞書
3、文書データ4の順で該キーワードの検索を行う検索
手段1と、この検索手段1によりインデックス辞書2内
で該当キーワードが索出されたときは、上記位置情報に
よって文書データ4内の該当箇所を読み出し、リンク辞
書3内で該当キーワードが索出されたときは、上記リン
ク情報によって文書データ4内の該当箇所を読み出し、
文書データ4内で該当キーワードが索出されたときは当
該文書データ4から該当箇所を読み出す読出し手段1
と、読み出したキーワードを含む内容を表示部5に表示
する表示手段7とを有している。
The structure of the first invention is as follows. A plurality of document data 4, an index dictionary 2 in which index information including a keyword extracted in advance from these document data 4 and position information in the document data 4 of this keyword is registered, and a keyword and document data 4 of this keyword The database C having the link dictionary 3 in which the link information with the description position is registered, the search means 1 for searching the keyword in the order of the index dictionary 2, the link dictionary 3, and the document data 4 by inputting the keyword, and this search. When the relevant keyword is found in the index dictionary 2 by the means 1, the relevant part in the document data 4 is read by the position information, and when the relevant keyword is found in the link dictionary 3, the link information is obtained. To read the corresponding part in the document data 4,
When the relevant keyword is found in the document data 4, the reading means 1 for reading the relevant portion from the relevant document data 4
And display means 7 for displaying the content including the read keyword on the display unit 5.

【0009】第2の発明の構成は、次の通りである。複
数の文書データ4、これらの文書データ4から予め抽出
したキーワードとこのキーワードの文書データ4内の位
置情報からなるインデックス情報を登録したインデック
ス辞書2、及びキーワードとこのキーワードの文書デー
タ4内での記述位置とのリンク情報を登録したリンク辞
書3を有するデータベースCと、キーワード及び位置情
報又はリンク情報とを対応させて登録する検索履歴辞書
8aを記憶した記憶手段8と、キーワードの入力によ
り、検索履歴辞書8a、インデックス辞書2、リンク辞
書3、文書データ4の順で該キーワードの検索を行う検
索手段1,10と、この検索手段1,10で索出したキ
ーワード及び位置情報又はリンク情報を検索順位を最上
位にして検索履歴辞書8aを更新登録する更新登録手段
7と、上記検索手段1によりインデックス辞書2内で該
当キーワードが索出されたときは、上記位置情報によっ
て文書データ4内の該当箇所を読み出し、リンク辞書3
内で該当キーワードが索出されたときは、上記リンク情
報によって文書データ4内の該当箇所を読み出し、文書
データ4内で該当キーワードが索出されたときは当該文
書データ4から該当箇所を読み出す読出し手段1と、そ
の読み出したキーワードを含む内容を表示部5に表示す
る表示手段7とを有している。
The configuration of the second invention is as follows. A plurality of document data 4, an index dictionary 2 in which index information including a keyword extracted in advance from these document data 4 and position information in the document data 4 of this keyword is registered, and a keyword and document data 4 of this keyword The database C having the link dictionary 3 in which the link information with the description position is registered, the storage unit 8 in which the search history dictionary 8a for registering the keyword and the position information or the link information in association with each other are stored, and the keyword is input to perform the search. Retrieval means 1 and 10 for retrieving the keyword in the order of the history dictionary 8a, the index dictionary 2, the link dictionary 3, and the document data 4, and the keyword and position information or link information retrieved by the retrieval means 1 and 10. Update registration means 7 for updating and registering the search history dictionary 8a with the highest rank, When the corresponding keyword is searched out by the index dictionary within 2 by 1 reads the relevant sections in the document data 4 by the location information, link dictionary 3
When the relevant keyword is searched for in the document data, the relevant part in the document data 4 is read by the link information, and when the relevant keyword is searched in the document data 4, the relevant part is read from the document data 4 It has means 1 and display means 7 for displaying the contents including the read keyword on the display unit 5.

【0010】[0010]

【作用】第1の発明の作用は、次の通りである。キーワ
ードが入力されると、インデックス辞書、リンク辞書、
文書データの順で検索を行う。この検索によって、ま
ず、インデックス辞書内で該当キーワードを索出したと
きは、位置情報によって文書データ内の該当箇所を読み
出し、次に、リンク辞書内で該当キーワードが索出され
たときは、上記リンク情報によって文書データ内の該当
箇所を読み出す。最後に、文書データ内で該当キーワー
ドが索出されたときは当該文書データ4から該当箇所を
読み出す。そして、読み出したキーワードを含む文書デ
ータの内容を表示部に表示する。
The operation of the first invention is as follows. When a keyword is entered, index dictionary, link dictionary,
Search in the order of document data. By this search, first, when the corresponding keyword is searched in the index dictionary, the corresponding part in the document data is read by the position information, and when the corresponding keyword is searched in the link dictionary, the above link is performed. The relevant part in the document data is read according to the information. Finally, when the relevant keyword is found in the document data, the relevant part is read from the relevant document data 4. Then, the content of the document data including the read keyword is displayed on the display unit.

【0011】第2の発明の作用は、次の通りである。キ
ーワードが入力されると、検索履歴辞書、インデックス
辞書、リンク辞書、文書データの順で検索を行う。この
検索によって、まず、インデックス辞書内で該当キーワ
ードを索出したときは、位置情報によって文書データ内
の該当箇所を読み出し、次に、リンク辞書内で該当キー
ワードが索出されたときは、上記リンク情報によって文
書データ内の該当箇所を読み出す。最後に、文書データ
内で該当キーワードが索出されたときは当該文書データ
4から該当箇所を読み出す。そして、読み出したキーワ
ードを含む文書データの内容を表示部に表示する。
The operation of the second invention is as follows. When a keyword is input, the search history dictionary, index dictionary, link dictionary, and document data are searched in this order. By this search, first, when the corresponding keyword is searched in the index dictionary, the corresponding part in the document data is read by the position information, and when the corresponding keyword is searched in the link dictionary, the above link is performed. The relevant part in the document data is read according to the information. Finally, when the relevant keyword is found in the document data, the relevant part is read from the relevant document data 4. Then, the content of the document data including the read keyword is displayed on the display unit.

【0012】また、キーワードを索出したときには、該
キーワード及び位置情報又はリンク情報が、その検索順
位を最上位にして検索履歴辞書に更新登録される。
Further, when a keyword is searched for, the keyword and position information or link information is updated and registered in the search history dictionary with the search order being the highest.

【0013】[0013]

【実施例】本発明について図面を参照して説明する。本
発明のデータベース検索システムは、サーバーAと、こ
れに接続された複数の端末装置Bとからなる。なお、図
1には、サーバーAに端末装置Bが1台だけ接続されて
いるものを示す。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described with reference to the drawings. The database search system of the present invention comprises a server A and a plurality of terminal devices B connected thereto. Note that FIG. 1 shows that only one terminal device B is connected to the server A.

【0014】サーバーAは、図2に示すように、インデ
ックス辞書2、リンク辞書3及び複数の文書データ4を
記憶されているデータベースCと、検索機構部1とから
なる。
As shown in FIG. 2, the server A comprises a database C in which an index dictionary 2, a link dictionary 3 and a plurality of document data 4 are stored, and a search mechanism section 1.

【0015】インデックス辞書2は、文書データ4から
予め抽出したキーワードとこのキーワードの文書データ
4内の位置情報からなるインデックス情報を登録した内
容のものである。位置情報は、入力されたキーワードを
含む文書データ名、その文書データの何ページにあるか
を示すページ位置データ及びそのページの何行目にある
かを示す行位置データ等を含むものである。
The index dictionary 2 has a content in which index information, which is a keyword previously extracted from the document data 4 and position information of the keyword in the document data 4, is registered. The position information includes a document data name including the input keyword, page position data indicating on which page of the document data, line position data indicating on which line of the page, and the like.

【0016】リンク辞書3は、キーワードと文書データ
の各ノード間のハイパーリンク情報、換言すると、キー
ワードとこのキーワードの文書データ内での記述位置と
のリンク情報を登録したものである。
The link dictionary 3 stores hyperlink information between each node of a keyword and document data, in other words, link information between a keyword and a description position of this keyword in document data.

【0017】検索機構部1は、後述する検索管理機構部
10から送出されたキーワードを、インデックス辞書
2、リンク辞書3、文書データ4の順で検索する検索手
段、及びこの検索手段によりインデックス辞書2内で該
当キーワードが索出されたときは、上記位置情報によっ
て文書データ4内の該当箇所を読み出し、リンク辞書3
内で該当キーワードが索出されたときは、上記リンク情
報によって文書データ4内の該当箇所を読み出し、文書
データ4内で該当キーワードが索出されたときは当該文
書データ4から該当箇所を読み出して、索出したキーワ
ードに対応する位置情報又はリンク情報と該当箇所の内
容を検索管理機構部10に送出する読出し手段としての
機能。
The search mechanism unit 1 searches the keywords sent from the search management mechanism unit 10 described later in the order of the index dictionary 2, the link dictionary 3, and the document data 4, and the index dictionary 2 by this search unit. When the relevant keyword is searched for in the link dictionary 3, the relevant portion in the document data 4 is read out according to the position information.
When the relevant keyword is searched for in the document data, the relevant part in the document data 4 is read by the link information. When the relevant keyword is searched in the document data 4, the relevant part is read from the document data 4. , A function as a reading means for sending the position information or link information corresponding to the retrieved keyword and the contents of the relevant portion to the search management mechanism unit 10.

【0018】該当箇所の内容としては、たとえば、キー
ワードが記載されている行を中心とする前後2行の記載
内容や、該キーワードが記載されているページの全記載
内容等である。
The content of the relevant part is, for example, the description content of two lines before and after the line in which the keyword is described, the entire description content of the page in which the keyword is described, and the like.

【0019】端末装置Bは、CRT等の表示部5,キー
ボード等からなるコンソール6と、その表示部5を制御
する表示機構部7と、検索履歴辞書8aを記憶したハー
ドディスク等からなる辞書記憶部8と、辞書管理機構部
9と、検索管理機構部10とからなる。
The terminal device B includes a display unit 5 such as a CRT, a console 6 including a keyboard, a display mechanism unit 7 for controlling the display unit 5, and a dictionary storage unit including a hard disk storing a search history dictionary 8a. 8, a dictionary management mechanism unit 9, and a search management mechanism unit 10.

【0020】検索履歴辞書8aは、過去に検索に用いた
キーワードと、そのキーワードの位置情報又はリンク情
報とを対応させて登録したものである。
The search history dictionary 8a is a dictionary in which a keyword used in a search in the past is associated with position information or link information of the keyword.

【0021】検索管理機構部10は、次の機能を有して
いる。 (1) 検索履歴辞書8a中からキーワードを検索し、該キ
ーワードを索出できれば、これに対応して登録されてい
る位置情報又はリンク情報を上記サーバーAの検索機構
部1に送出し、キーワードを検索できなければ、該キー
ワードを検索機構部1に送出する検索手段としての機
能。
The search management mechanism section 10 has the following functions. (1) A keyword is searched from the search history dictionary 8a, and if the keyword can be found, the position information or link information registered corresponding to this keyword is sent to the search mechanism unit 1 of the server A, and the keyword is searched. A function as a search means for sending the keyword to the search mechanism unit 1 if the search is not possible.

【0022】(2) 検索機構部1によってデータベースC
から読み出した位置情報又はリンク情報を辞書管理機構
部9に送出するとともに、該辞書管理機構部9に対して
検索履歴辞書8aの更新指示情報を送出する機能。
(2) Database C by the search mechanism unit 1
A function of sending the position information or link information read from the dictionary management mechanism unit 9 to the dictionary management mechanism unit 9 and sending update instruction information of the search history dictionary 8a to the dictionary management mechanism unit 9.

【0023】辞書管理機構部9は、検索管理機構部10
から送出された更新指示情報に基づいて、索出されたキ
ーワード及び位置情報又はリンク情報の検索順位を最上
位に更新して登録し、データベースCから位置情報又は
リンク情報を読み出した場合には、そのキーワードとと
もに検索履歴辞書8aに登録する更新登録手段としての
機能を有している。
The dictionary management mechanism unit 9 includes a search management mechanism unit 10.
Based on the update instruction information sent from, the search order of the searched keyword and position information or link information is updated to the highest rank and registered, and when the position information or link information is read from the database C, It has a function as an update registration means for registering in the search history dictionary 8a together with the keyword.

【0024】表示機構部7は、検索管理機構部10から
送出された文書データの内容を表示部5に表示させる表
示手段しての機能を有している。
The display mechanism section 7 has a function as a display means for displaying the content of the document data sent from the search management mechanism section 10 on the display section 5.

【0025】次に、上記構成のデータベース検索システ
ムの動作について、図3,4を参照して説明する。 ステップ1(図中、S1と略記する。以下同様):利用
者は端末装置Bよりキーワードを入力して、検索要求を
行う。入力されたキーワードは、表示機構部7を介して
検索管理機構部10に送出される。
Next, the operation of the database search system having the above configuration will be described with reference to FIGS. Step 1 (abbreviated as S1 in the figure. The same applies hereinafter): The user inputs a keyword from the terminal device B and makes a search request. The input keyword is sent to the search management mechanism unit 10 via the display mechanism unit 7.

【0026】ステップ2:検索管理機構部10は、検索
履歴辞書8aからキーワードの検索を行う。ここで、該
キーワードを索出できれば、ステップ3に進み、該キー
ワードを索出できなければ、ステップ6に進む。
Step 2: The search management mechanism section 10 searches for a keyword from the search history dictionary 8a. Here, if the keyword can be found, the process proceeds to step 3, and if the keyword cannot be found, the process proceeds to step 6.

【0027】ステップ3:キーワード及び位置情報又は
リンク情報の検索順位を最上位として検索履歴辞書8a
を更新登録するとともに、索出したキーワードと位置情
報又はリンク情報を検索機構部1に送出する。
Step 3: Search history dictionary 8a with the search order of the keyword and position information or link information as the highest
Is updated and registered, and the searched keyword and position information or link information are sent to the search mechanism unit 1.

【0028】ステップ4:検索機構部1は、送出された
位置情報等に基づいて、文書データ4から該当箇所のキ
ーワードを含む内容を読み出して検索管理機構部10に
送出する。
Step 4: The retrieval mechanism unit 1 reads out the contents including the keyword of the relevant portion from the document data 4 based on the transmitted position information and the like, and transmits the contents to the retrieval management mechanism unit 10.

【0029】ステップ5:検索管理機構部10は、送出
されたキーワードを含む内容を表示機構部7に送出し、
該表示機構部7を介して該文書データの内容が表示部5
に表示される。
Step 5: The search management mechanism unit 10 sends the contents including the sent keywords to the display mechanism unit 7,
The contents of the document data are displayed on the display unit 5 via the display mechanism unit 7.
Is displayed in.

【0030】ステップ6:検索管理機構部10は、検索
機構部1にキーワードを送出する。 ステップ7:検索機構部1は、データベースC内のイン
デックス辞書2を検索し、キーワードを索出できればス
テップ3に進み、索出できなければステップ8に進む。
Step 6: The search management mechanism unit 10 sends the keyword to the search mechanism unit 1. Step 7: The search mechanism unit 1 searches the index dictionary 2 in the database C, and if the keyword can be found, the process proceeds to step 3, and if not, the process proceeds to step 8.

【0031】ステップ8:検索機構部1によってリンク
辞書3を検索して、該当するリンク情報があればステッ
プ3に進み、索出できなければステップ9に進む。
Step 8: The search mechanism unit 1 searches the link dictionary 3, and if there is corresponding link information, the process proceeds to step 3, and if the link information cannot be retrieved, the process proceeds to step 9.

【0032】ステップ9:検索機構部1によって文書デ
ータ4を全文検索し、キーワードを索出できれば、ステ
ップ10に進む。該キーワードを索出できなければステ
ップ11に進む。
Step 9: The search mechanism unit 1 searches the document data 4 for the entire text, and if the keyword can be found, the process proceeds to Step 10. If the keyword cannot be found, the process proceeds to step 11.

【0033】ステップ10:上記キーワードを含む内容
の一覧を作成して、これを表示機構部7を介して表示部
5に表示する。文書データの内容の一覧としては、上記
キーワードが記載されている行を中心とする前後2行の
記載内容等の他、たとえば文書データが複数の章に区分
されている場合には、その章のタイトルあるいは段落の
最初の文章を抜き出したもの等であってもよい。
Step 10: A list of contents including the above keywords is created and displayed on the display section 5 via the display mechanism section 7. As a list of the contents of the document data, in addition to the description contents of two lines before and after centering on the line in which the keyword is described, for example, when the document data is divided into a plurality of chapters, The title or paragraph may be the first sentence extracted.

【0034】ステップ11:キーワードが見つからない
旨の表示を表示部5に行う。
Step 11: Display on the display unit 5 that the keyword is not found.

【0035】なお、本発明は前述した実施例に限るもの
ではなく、その要旨の範囲内で様々に変形実施が可能で
ある。
The present invention is not limited to the above-mentioned embodiments, but various modifications can be made within the scope of the invention.

【0036】上記実施例では、キーワードを、検索履歴
辞書、インデックス辞書、リンク辞書、文書データの順
で検索していき、索出できた時点で該キーワードを含む
内容を表示部に表示するようにしていたが、次のように
してもよい。
In the above embodiment, the keyword is searched in the order of the search history dictionary, the index dictionary, the link dictionary, and the document data, and when the keyword is found, the contents including the keyword are displayed on the display unit. However, you may do as follows.

【0037】検索履歴辞書、インデックス辞書、リンク
辞書、文書データの順でキーワードを検索していき、文
書データを検索する前にキーワードが索出されたときに
も、文書データまで検索動作を続行する。
The keywords are searched in the order of the search history dictionary, the index dictionary, the link dictionary, and the document data. Even when the keyword is searched before searching the document data, the search operation is continued up to the document data. .

【0038】そして、文書データの検索を終了した時点
で、キーワードがインデックス辞書、リンク辞書、文書
データのそれぞれにある場合、これらの位置情報等で特
定される内容を、検索頻度の高いインデックス情報,リ
ンク情報,文書データの順に並べるとともに、キーボー
ドやポインティングデバイスで選択可能に表示するもの
が好ましい。
When the keyword is found in each of the index dictionary, the link dictionary, and the document data at the time when the search of the document data is completed, the contents specified by the position information or the like are used as index information with a high search frequency. It is preferable that the link information and the document data are arranged in this order, and that they are displayed so that they can be selected with a keyboard or a pointing device.

【0039】そして、上記一覧から所望の文書データが
選択されたときには、その文書データの内容に対応する
キーワード及び位置情報又はリンク情報の検索順位を最
上位として検索履歴辞書8aを更新登録する。
When the desired document data is selected from the above list, the search history dictionary 8a is updated and registered with the keyword and position information or link information corresponding to the content of the document data as the highest search order.

【0040】[0040]

【発明の効果】請求項1に記載した発明によれば、異な
る検索方法を繰り返し選択することなく、キーワードを
一度だけ入力すれば、検索効率の良いインデックス辞
書,リンク辞書,文書データの順に検索を行うので、該
キーワードを含む文書データを短時間に索出でき、その
文書データの内容を迅速に表示させることができる。
According to the invention described in claim 1, if a keyword is input only once without repeatedly selecting a different search method, the index dictionary, the link dictionary, and the document data are searched in order of good search efficiency. Since this is performed, the document data including the keyword can be searched for in a short time, and the content of the document data can be quickly displayed.

【0041】請求項2に記載した発明では、異なる検索
方法を繰り返し選択することなく、キーワードを一度だ
け入力すれば、過去検索に用いたキーワードと該キーワ
ードの位置情報又はリンク情報を記憶した検索履歴辞
書、インデックス辞書,リンク辞書,文書データの順
に、すなわち該当キーワードを索出した最先の辞書を用
いた検索効率の良い順に検索を行うので、該キーワード
を含む文書データを短時間に索出でき、その文書データ
の内容を迅速に表示させることができる。
In the invention described in claim 2, if the keyword is input only once without repeatedly selecting a different search method, the keyword used in the past search and the search history storing the position information or link information of the keyword are stored. Since the search is performed in the order of the dictionary, the index dictionary, the link dictionary, and the document data, that is, the order in which the first dictionary in which the relevant keyword is searched is used in order of efficiency of search, the document data including the keyword can be searched in a short time. , The contents of the document data can be displayed quickly.

【0042】さらに、検索を繰り返す度に、検索頻度の
高いものが先に読み出されるように検索履歴辞書を更新
登録していくので、検索頻度の高いキーワードほど、よ
り短時間で検索することができる。
Further, each time the search is repeated, the search history dictionary is updated and registered so that the one with the higher search frequency is read first, so that the keyword with the higher search frequency can be searched in a shorter time. .

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

【図1】本発明のデータベース検索システムの構成を示
すブロック図である。
FIG. 1 is a block diagram showing a configuration of a database search system of the present invention.

【図2】上記データベースの記憶内容を示す概念図であ
る。
FIG. 2 is a conceptual diagram showing stored contents of the database.

【図3】本発明のデータベース検索システムの表示機構
部、検索管理機構部、検索機構部間でのデータの流れを
示すブロック図である。
FIG. 3 is a block diagram showing the flow of data among the display mechanism unit, the search management mechanism unit, and the search mechanism unit of the database search system of the present invention.

【図4】本発明のデータベース検索システムの全体の動
作を示すフローチャートである。
FIG. 4 is a flowchart showing the overall operation of the database search system of the present invention.

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

2 インデックス辞書 3 リンク辞書 4 文書データ C データベース 1 検索機構部(検索手段、読出し手段) 7 表示手段 9 更新登録手段 10 検索管理機構部(検索手段) 2 index dictionary 3 link dictionary 4 document data C database 1 search mechanism section (search means, read means) 7 display means 9 update registration means 10 search management mechanism section (search means)

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数の文書データ、これらの文書データ
から予め抽出したキーワードとこのキーワードの文書デ
ータ内の位置情報からなるインデックス情報を登録した
インデックス辞書、及びキーワードとこのキーワードの
文書データ内での記述位置とのリンク情報を登録したリ
ンク辞書を有するデータベースと、キーワードの入力に
より、インデックス辞書、リンク辞書、文書データの順
で該キーワードの検索を行う検索手段と、この検索手段
によりインデックス辞書内で該当キーワードが索出され
たときは、上記位置情報によって文書データ内の該当箇
所を読み出し、リンク辞書内で該当キーワードが索出さ
れたときは、上記リンク情報によって文書データ内の該
当箇所を読み出し、文書データ内で該当キーワードが索
出されたときは当該文書データから該当箇所を読み出す
読出し手段と、読み出したキーワードを含む内容を表示
部に表示する表示手段とを有することを特徴とするデー
タベース検索システム。
1. A plurality of document data, an index dictionary in which index information consisting of keywords extracted in advance from these document data and position information in the document data of this keyword is registered, and a keyword and document data of this keyword in the document data. A database having a link dictionary in which the link information with the description position is registered, a search means for searching the keyword in the order of the index dictionary, the link dictionary, and the document data by inputting the keyword, and the index dictionary by the search means. When the relevant keyword is found, the corresponding location in the document data is read by the position information, and when the relevant keyword is found in the link dictionary, the relevant location in the document data is read by the link information, When the relevant keyword is found in the document data, A database search system comprising: a reading unit that reads a relevant portion from document data; and a display unit that displays the content including the read keyword on a display unit.
【請求項2】 複数の文書データ、これらの文書データ
から予め抽出したキーワードとこのキーワードの文書デ
ータ内の位置情報からなるインデックス情報を辞書とし
て登録したインデックス辞書及びキーワードとこのキー
ワードの文書データ内での記述位置とのリンク情報を辞
書として登録したリンク辞書を記憶されたデータベース
と、キーワード及び位置情報又はリンク情報とを対応さ
せて登録する検索履歴辞書を記憶した記憶手段と、キー
ワードの入力により、検索履歴辞書、インデックス辞
書、リンク辞書、文書データの順で該キーワードの検索
を行う検索手段と、この検索手段で索出したキーワード
及び位置情報又はリンク情報の検索順位を最上位にして
検索履歴辞書を更新登録する更新登録手段と、上記検索
手段によりインデックス辞書内で該当キーワードが索出
されたときは、上記位置情報によって文書データ内の該
当箇所を読み出し、リンク辞書内で該当キーワードが索
出されたときは、上記リンク情報によって文書データ内
の該当箇所を読み出し、文書データ内で該当キーワード
が索出されたときは当該文書データから該当箇所を読み
出す読出し手段と、その読み出したキーワードを含む内
容を表示部に表示する表示手段とを有することを特徴と
するデータベース検索システム。
2. An index dictionary in which a plurality of pieces of document data, keywords extracted in advance from these pieces of document data, and index information consisting of position information in the document data of the keywords are registered as a dictionary, and the keywords and the document data of the keywords. The database that stores the link dictionary in which the link information with the description position of is registered as a dictionary, the storage unit that stores the search history dictionary that registers the keyword and the position information or the link information in association with each other, and by inputting the keyword, Search history dictionary, index dictionary, link dictionary, search means for searching the keyword in the order of document data, and search history dictionary with the keyword and position information or link information searched by this search means as the highest The update registration means for updating and registering the When the relevant keyword is found in the text dictionary, the relevant part in the document data is read by the above position information, and when the relevant keyword is found in the link dictionary, the corresponding information in the document data is obtained by the link information. It is characterized in that it has a reading means for reading the location and reading the relevant location from the document data when the relevant keyword is found in the document data, and a display means for displaying the content including the read keyword on the display unit. And database search system.
JP7074657A 1995-03-08 1995-03-08 Database search system Expired - Fee Related JP2812357B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7074657A JP2812357B2 (en) 1995-03-08 1995-03-08 Database search system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7074657A JP2812357B2 (en) 1995-03-08 1995-03-08 Database search system

Publications (2)

Publication Number Publication Date
JPH08249356A true JPH08249356A (en) 1996-09-27
JP2812357B2 JP2812357B2 (en) 1998-10-22

Family

ID=13553533

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7074657A Expired - Fee Related JP2812357B2 (en) 1995-03-08 1995-03-08 Database search system

Country Status (1)

Country Link
JP (1) JP2812357B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012146097A (en) * 2011-01-11 2012-08-02 Toshiba Corp Document retrieval apparatus, document retrieval method and document retrieval program
CN107818091A (en) * 2016-09-12 2018-03-20 百度在线网络技术(北京)有限公司 Document processing method and device
CN110471888A (en) * 2018-05-09 2019-11-19 株式会社日立制作所 A kind of method, apparatus of automatic data collection, medium, equipment and system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101358793B1 (en) * 2012-07-20 2014-02-10 유넷시스템주식회사 Method of forming index file, Method of searching data and System for managing data using dictionary index file, Recoding medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02270068A (en) * 1989-02-16 1990-11-05 Fujitsu Ltd Document retrieving control system
JPH02277068A (en) * 1989-04-19 1990-11-13 Canon Inc Recording display device
JPH03174653A (en) * 1989-12-01 1991-07-29 Matsushita Electric Ind Co Ltd Method and device for control of key word
JPH05128157A (en) * 1991-11-08 1993-05-25 Ricoh Co Ltd Document retrieval system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02270068A (en) * 1989-02-16 1990-11-05 Fujitsu Ltd Document retrieving control system
JPH02277068A (en) * 1989-04-19 1990-11-13 Canon Inc Recording display device
JPH03174653A (en) * 1989-12-01 1991-07-29 Matsushita Electric Ind Co Ltd Method and device for control of key word
JPH05128157A (en) * 1991-11-08 1993-05-25 Ricoh Co Ltd Document retrieval system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012146097A (en) * 2011-01-11 2012-08-02 Toshiba Corp Document retrieval apparatus, document retrieval method and document retrieval program
CN107818091A (en) * 2016-09-12 2018-03-20 百度在线网络技术(北京)有限公司 Document processing method and device
CN110471888A (en) * 2018-05-09 2019-11-19 株式会社日立制作所 A kind of method, apparatus of automatic data collection, medium, equipment and system

Also Published As

Publication number Publication date
JP2812357B2 (en) 1998-10-22

Similar Documents

Publication Publication Date Title
US20060020576A1 (en) Search system reusing search condition and the related method
JPH11110415A (en) Method for retrieving information and system therefor, and computer-readable recording medium for recording instruction for retrieving information from one set of documents
JPH06309362A (en) Information retrieving method
JP2002007450A (en) Retrieval support system
JP5345582B2 (en) Thesaurus construction system, thesaurus construction method, and thesaurus construction program
WO2007132578A1 (en) Facility search device and car navigation system using the same
JP3908634B2 (en) Search support method and search support device
JPH08249356A (en) Database retrieval system
JP2004054918A (en) Information processing system, information display device, computer program, and recording medium
JPH0581326A (en) Data base retrieving device
JP3548955B2 (en) Problem solving database search system and computer readable storage medium storing problem solving database search program
JPH1139338A (en) Document retrieval device and method therefor and medium recording program for document retrieval
JPH05135110A (en) Key word development device for information retrieval
JPH06195386A (en) Data retriever
JPH0546450A (en) Multihost data base access device
JP2006163645A (en) Method, device and program for retrieving information, computer readable recording medium and device recorded with the program
JP3498635B2 (en) Information retrieval method and apparatus, and computer-readable recording medium
JPH0535798A (en) Data base retrieving device
JPH10154159A (en) Name retrieval device and program storage medium
JP2002041524A (en) System and method for document retrieval
JP4629297B2 (en) Database-driven screen display method and system
JPH08235191A (en) Method and device for document retrieval
JP2003122795A (en) Device, method and program for displaying information, and computer readable recording medium stored with information display program
JP2001134579A (en) Method and system for multimedia information retrieval and recording medium with recorded multimedia information retrieving program
JP2002157278A (en) Device/method for information retrieval of directory editing type and recording medium with information retrieval program of directory editing type stored therein

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees