JPH09153048A - Method and device for information retrieval - Google Patents

Method and device for information retrieval

Info

Publication number
JPH09153048A
JPH09153048A JP7314186A JP31418695A JPH09153048A JP H09153048 A JPH09153048 A JP H09153048A JP 7314186 A JP7314186 A JP 7314186A JP 31418695 A JP31418695 A JP 31418695A JP H09153048 A JPH09153048 A JP H09153048A
Authority
JP
Japan
Prior art keywords
search
history
retrieval
information
target database
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
JP7314186A
Other languages
Japanese (ja)
Inventor
Masahiro Oku
雅博 奥
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP7314186A priority Critical patent/JPH09153048A/en
Publication of JPH09153048A publication Critical patent/JPH09153048A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To eliminate unnecessary retrieval and efficiently retrieve information by performing retrieval from a retrieval history before retrieval from an object data base of retrieval when retrieval conditions are inputted, and checking whether or not there is information meeting the retrieval conditions in the retrieval history. SOLUTION: A retrieval history storage means 60 stores the retrieval history in the form of a pair of retrieval conditions when the retrieval history is obtained and a retrieval result obtained by retrieval under the retrieval conditions. A history retrieval means 50 performs retrieval from the retrieval history stored in the retrieval history storage means 60 before the retrieval from the retrieval object data base 30. Then when a user makes a retrieval request, the retrieval from the retrieval history is performed first under the retrieval conditions and when the retrieval conditions are not found in the retrieval history, the retrieval from the retrieval object data base 30 is performed to store the retrieval result as a retrieval history. Even when information is not found in the retrieval object data base 30, information showing that there is not information meeting the retrieval conditions is stored as a retrieval history. Consequently, the data base retrieval is made efficient.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報検索方法及び
装置に係り、特に、ユーザの要求に応じてデータベース
を検索する情報検索方法及び装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information retrieval method and apparatus, and more particularly to an information retrieval method and apparatus for retrieving a database in response to a user request.

【0002】[0002]

【従来の技術】図17は、従来の情報検索装置の構成を
示す。情報検索装置は、検索条件入力部10、データベ
ース検索部20、検索対象データベース30及び検索結
果出力部40より構成される。従来の情報検索装置は、
検索条件が以前に入力されたものと同一であろうとなか
ろうと、一律に検索対象データベースを検索する。
2. Description of the Related Art FIG. 17 shows the structure of a conventional information retrieval apparatus. The information search device includes a search condition input unit 10, a database search unit 20, a search target database 30, and a search result output unit 40. The conventional information retrieval device is
The search target database is uniformly searched regardless of whether the search conditions are the same as those previously input.

【0003】また、検索結果をキャッシュとして高速な
記憶装置(主にメモリ)に転送することによって、同一
の検索条件であってかつ検索に成功(検索対象データベ
ースに該検索条件に一致する情報が存在する)した場合
には、メモリ上で検索を終わらせることができる。
Further, by transferring the search result as a cache to a high-speed storage device (mainly a memory), the search is the same, and the search is successful (there is information that matches the search condition in the search target database). If you do), the search can be terminated in memory.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、従来の
情報検索装置では、以下のような問題がある。従来は、
一律に検索対象データベースを検索するため、目的とす
る情報が存在しない場合を事前に排除することができな
い。従って、データベース検索が非効率になる。特に、
検索部が全文検索や検索条件の一部を含む検索対象デー
タベース内の情報を探すような処理コストの高い検索処
理を行う場合に顕著である。
However, the conventional information retrieval apparatus has the following problems. conventionally,
Since the search target database is uniformly searched, it is impossible to exclude in advance the case where the target information does not exist. Therefore, the database search becomes inefficient. Especially,
This is conspicuous when the search unit performs a full-text search or a search process with a high processing cost such as searching for information in the search target database including a part of the search conditions.

【0005】また、キャッシュを持たせる場合でも、検
索失敗(一致する情報がない、または、一致する情報が
多過ぎる)の場合には、キャッシュに蓄えられないた
め、以前に検索失敗した検索条件であっても改めて検索
対象データベースへの検索を行ってしまう。
Even if a cache is provided, if the search fails (no matching information or too many matching information), it cannot be stored in the cache. Even if there is, the search target database will be searched again.

【0006】本発明は、上記の点に鑑みなされたもの
で、無駄な検索をなくし、効率的な情報検索が可能な情
報検索方法及び装置を提供することを目的とする。
The present invention has been made in view of the above points, and it is an object of the present invention to provide an information retrieval method and apparatus capable of eliminating an unnecessary retrieval and performing an efficient information retrieval.

【0007】[0007]

【課題を解決するための手段】図1は、本発明の原理を
説明するための図である。本発明は、検索条件を入力
し、検索対象データベースを検索する情報検索方法にお
いて、検索履歴を蓄積しておき(S1)、検索条件が入
力されると(S2)、検索対象データベースを検索する
前に検索履歴を検索し(S3)、検索条件に一致する情
報が検索履歴に存在するかをチェックする(S4)。
FIG. 1 is a diagram for explaining the principle of the present invention. According to the present invention, in an information search method of inputting search conditions and searching a search target database, search histories are accumulated (S1), and when search conditions are input (S2), before searching the search target database. The search history is searched for (S3), and it is checked whether or not information matching the search condition exists in the search history (S4).

【0008】また、本発明は、全ての検索履歴を、該履
歴を取得した際の検索条件と検索結果を対として蓄積し
(S1)、検索対象データベースの検索を行う前に蓄積
された検索履歴を検索し(S3)、検索履歴中の検索結
果に応じて、ユーザに検索条件の修正または、追加を要
求する(S6)。
Further, according to the present invention, all the search histories are accumulated as a pair of the search condition and the search result when the history is acquired (S1), and the search histories accumulated before the search of the search target database are carried out. Is searched (S3), and the user is requested to modify or add search conditions according to the search result in the search history (S6).

【0009】また、本発明は、検索履歴を検索した結果
(S3)、入力された検索条件に合致する内容が所定の
数以内であるときユーザに検索結果を出力する(S
5)。また、本発明は、蓄積されている検索履歴が所定
の期間検索されなかった場合に、該検索履歴を削除す
る。
Further, the present invention outputs the search result to the user when the result of searching the search history (S3) is within a predetermined number of contents matching the input search condition (S3).
5). Further, according to the present invention, when the accumulated search history is not searched for a predetermined period, the search history is deleted.

【0010】また、本発明は、検索対象データベースが
更新された際に、該検索対象データベースと検索履歴と
を比較して同一の検索条件によって両者から異なる検索
結果が得られる場合に検索履歴を更新する。図2は、本
発明の原理構成図である。
Further, according to the present invention, when the search target database is updated, the search target database and the search history are compared with each other, and the search history is updated when different search results are obtained from the both by the same search condition. To do. FIG. 2 is a block diagram showing the principle of the present invention.

【0011】本発明は、検索対象データベース30、デ
ータベース検索手段20、検索条件入力手段10及び検
索結果出力手段40を有する情報検索装置100におい
て、全ての検索履歴を、該検索履歴を取得した際の検索
条件と、該検索条件により検索した検索結果を蓄積する
検索履歴蓄積手段60と、検索対象データベース30へ
の検索を行う前に、検索履歴蓄積手段60において蓄積
された検索履歴を検索する履歴検索手段50とを含む。
According to the present invention, in the information search apparatus 100 having the search target database 30, the database search means 20, the search condition input means 10 and the search result output means 40, all search histories are obtained when the search histories are acquired. A search history storage unit 60 that stores search conditions and search results searched by the search conditions, and a history search that searches the search history stored in the search history storage unit 60 before searching the search target database 30. And means 50.

【0012】また、本発明は、検索履歴蓄積手段60中
の検索結果に応じてユーザに検索条件の修正または追加
を要求する、検索条件修正・追加要求手段80を更に有
する。また、本発明は、検索履歴蓄積手段60に蓄積さ
れている検索履歴より所定の期間検索されなかった検索
履歴を削除する第1の検索履歴更新手段を更に有する。
Further, the present invention further comprises a search condition correction / addition requesting unit 80 for requesting the user to modify or add a search condition in accordance with the search result in the search history storage unit 60. Further, the present invention further includes first search history updating means for deleting a search history that has not been searched for a predetermined period from the search history stored in the search history storage means 60.

【0013】また、本発明は、検索対象データベース3
0が更新された際に、該検索対象データベース30と検
索履歴とを比較して同一の検索条件によって両者から異
なる検索結果が得られる場合、検索履歴蓄積手段60の
当該情報を更新する第2の検索履歴更新手段を更に有す
る。
The present invention also provides a search target database 3
When 0 is updated, when the search target database 30 and the search history are compared and different search results are obtained from the both under the same search condition, the second information is updated in the search history storage means 60. It further has a search history updating means.

【0014】このように、本発明では、検索結果を検索
条件と検索結果とを対とした検索履歴として蓄積してお
き、ユーザからの検索要求があった場合には、ユーザの
検索条件によって該検索履歴を検索対象データベースよ
りも先に検索する。検索履歴中にユーザの検索条件がな
かった場合には、検索対象データベースを検索し、その
検索結果を検索履歴として蓄積する。
As described above, according to the present invention, the search results are stored as a search history in which the search conditions and the search results are paired, and when a search request is made from the user, the search result is stored according to the search condition of the user. The search history is searched before the search target database. If there is no user's search condition in the search history, the search target database is searched and the search result is stored as the search history.

【0015】なお、検索対象データベースに情報がない
場合にも検索条件に対応する情報が検索対象データベー
スにない旨を検索履歴として蓄積する。そして、検索履
歴または、検索対象データベースの検索結果に従って、
ユーザに検索結果を提供する。
Even when there is no information in the search target database, the fact that the information corresponding to the search condition is not in the search target database is stored as a search history. Then, according to the search history or the search result of the search target database,
Providing search results to the user.

【0016】これにより、予め蓄積された検索履歴を優
先的に検索することが可能となり、データベース検索が
効率的となる。また、データベースに情報がない場合に
ついてもその旨を検索履歴として蓄積しておくことによ
り、目的とする情報が存在しない場合を検索対象データ
ベースを検索することなく、事前に排除することができ
る。
As a result, it becomes possible to preferentially search the search history stored in advance, and the database search becomes efficient. Further, even if there is no information in the database, by accumulating that fact as the search history, it is possible to exclude in advance the case where the target information does not exist, without searching the search target database.

【0017】[0017]

【発明の実施の形態】図3は、本発明の第1の情報検索
装置の基本構成を示す。同図において、図17と同一構
成部分には、同一符号を付す。図3に示す情報検索装置
は、ハードウェア的にはCPUやメモリやハードディス
クで構成されるが、機能的には、ユーザからの検索条件
の入力を受け取る検索条件入力部10、検索対象データ
ベース30を検索するデータベース検索部20、検索対
象データベース30、検索結果をユーザに提示する検索
結果出力部40、検索履歴60を検索する履歴検索部5
0、検索条件とその検索結果との対を集めた検索履歴6
0、検索対象データベース30から得られた検索結果を
検索条件と検索結果との対として検索履歴60に蓄積す
る検索履歴蓄積部70、及び履歴検索部50において得
られた検索履歴が、入力された検索条件では検索に失敗
する(一致する情報がない、あるいは、一致する情報が
多過ぎる)ことを表している際に、ユーザに対して検索
条件を修正あるいは、追加するように要請する検索条件
修正・追加要求部80より構成される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 3 shows the basic configuration of the first information retrieval apparatus of the present invention. In the figure, the same components as those in FIG. 17 are designated by the same reference numerals. The information search apparatus shown in FIG. 3 is configured by a CPU, a memory, and a hard disk in terms of hardware, but functionally includes a search condition input unit 10 that receives a search condition input from a user and a search target database 30. A database search unit 20 for searching, a search target database 30, a search result output unit 40 for presenting search results to the user, and a history search unit 5 for searching the search history 60.
0, a search history 6 that collects pairs of search conditions and their search results
0, a search history accumulating unit 70 that accumulates a search result obtained from the search target database 30 in the search history 60 as a pair of a search condition and a search result, and a search history obtained by the history search unit 50 are input. Search condition modification that requests the user to modify or add search conditions when the search conditions indicate that the search will fail (no matching information or too many matching information) -It is composed of an addition request unit 80.

【0018】図4は、本発明の検索履歴の情報フィール
ドの構成を示す。同図に示すように、検索履歴60に格
納される情報フィールド600は、検索条件を記述する
検索条件記述フィールド610と、検索結果を記述する
検索結果記述フィールド620より構成される1つのレ
コードである。
FIG. 4 shows the structure of the information field of the search history according to the present invention. As shown in the figure, the information field 600 stored in the search history 60 is one record composed of a search condition description field 610 that describes search conditions and a search result description field 620 that describes search results. .

【0019】図5は、本発明の情報検索装置の動作のフ
ローチャートである。なお、以下の説明では、検索履歴
60における検索結果記述フィールド610には、以下
の3分類とそれぞれに示す検索結果本体とが記述されて
いるものとする。 (1) 0件…検索対象データベース30に対応する検
索条件に一致する情報が存在していないことを表す。検
索結果記述フィールド620は“nil”(情報なし)
となる。
FIG. 5 is a flow chart of the operation of the information retrieval system of the present invention. In the following description, it is assumed that the search result description field 610 in the search history 60 describes the following three categories and the respective search result bodies. (1) 0 ... Indicates that there is no information matching the search condition corresponding to the search target database 30. Search result description field 620 is "nil" (no information)
Becomes

【0020】(2) 1件〜N件…検索対象データベー
ス30に対応する検索条件に一致する情報が1〜N件の
いずれかの件数だけ存在することを表す。 (3) N件以上…検索対象データベース30に対応す
る検索条件に一致する情報がN件以上存在することを表
す。検索結果記述フィールド620には件数のみが記述
される。
(2) 1 to N ... Indicates that information matching the search condition corresponding to the search target database 30 is present in any number of 1 to N. (3) N or more ... Indicates that there are N or more pieces of information matching the search condition corresponding to the search target database 30. Only the number of cases is described in the search result description field 620.

【0021】ここで、Nは定数であり、予め設定されて
いるものとする。 ステップ101) 検索条件入力部10は、ユーザから
の検索条件の入力を受け付け、検索条件を履歴検索部5
0に転送する。 ステップ102) 履歴検索部50は、検索条件によっ
て検索履歴60を検索する。
Here, N is a constant and is set in advance. Step 101) The search condition input unit 10 accepts the input of the search condition from the user and sets the search condition to the history search unit 5
Transfer to 0. Step 102) The history search unit 50 searches the search history 60 according to the search condition.

【0022】ステップ103) さらに、履歴検索部5
0は、検索履歴60の検索結果によって処理を分ける。
検索履歴60に検索結果が存在する場合にはステップ1
04に移行し、存在しない場合には、検索条件をデータ
ベース検索部20に転送し、ステップ105に移行す
る。
Step 103) Furthermore, the history search unit 5
0 divides processing according to the search result of the search history 60.
If the search result exists in the search history 60, step 1
If no, the search condition is transferred to the database search unit 20, and the process proceeds to step 105.

【0023】ステップ104) 履歴検索部30は、検
索履歴60中の検索結果フィールド610の内容によっ
て処理を分岐する。得られた検索結果の検索結果フィー
ルド610における結果の分類が0件またはN件以上の
場合には、ステップ108に移行し、1〜N件の場合に
は、検索結果本体を検索結果出力部40に転送し、ステ
ップ109に移行する。
Step 104) The history search unit 30 branches the processing according to the contents of the search result field 610 in the search history 60. If the result classification in the search result field 610 of the obtained search results is 0 or N or more, the process proceeds to step 108. In the case of 1 to N, the search result body is set to the search result output unit 40. And transfers to step 109.

【0024】ステップ105) データベース検索部2
0は、検索条件入力部10で得られた検索条件によって
検索対象データベース30を検索し、検索結果を検索履
歴蓄積部70にも転送する。 ステップ106) 検索履歴蓄積部70では、検索結果
を検索条件と検索結果(結果の分類と検索結果本体から
構成される)との対として検索履歴60に蓄積する。
Step 105) Database search unit 2
0 searches the search target database 30 according to the search condition obtained by the search condition input unit 10, and also transfers the search result to the search history storage unit 70. Step 106) The search history accumulating unit 70 accumulates the search results in the search history 60 as a pair of the search condition and the search result (composed of the result classification and the search result body).

【0025】ステップ107) さらに、データベース
検索部20は、ステップ105での検索結果の内容によ
って処理を分ける。得られた検索結果が0件(検索対象
データベース30に検索条件に一致する情報がない)ま
たは、N件以上の場合には、ステップ108に移行し、
1〜N件の場合には、検索結果を検索結果出力部40に
転送し、ステップ109に移行する。
Step 107) Further, the database search section 20 divides the processing according to the contents of the search result obtained in step 105. When the obtained search results are 0 (there is no information matching the search condition in the search target database 30) or N or more, the process proceeds to step 108,
In the case of 1 to N, the search result is transferred to the search result output unit 40, and the process proceeds to step 109.

【0026】ステップ108) 検索条件修正・追加要
求部80は、検索条件修正・追加要求部80自身に制御
が移った回数によって処理を分岐する。所定の回数M回
未満の場合には、ユーザに対して検索条件の修正・追加
を要求する(検索条件の再入力は、検索条件入力部10
で受け取る)。M回の場合にはその旨を検索結果出力部
40に転送し、ステップ109に移行する。なお、Mは
予め設定された定数である。
Step 108) The search condition correction / addition requesting unit 80 branches the process according to the number of times the control is transferred to the search condition correction / addition requesting unit 80 itself. When the number of times is less than the predetermined number of times M, the user is requested to correct / add the search condition (the search condition is input again in the search condition input unit 10).
Received at). In the case of M times, that effect is transferred to the search result output unit 40, and the process proceeds to step 109. Note that M is a preset constant.

【0027】ステップ109) 検索結果出力部40
は、検索結果をユーザに提供して処理を終了する。検索
結果が1〜N件のときは、それぞれの検索結果を列挙
し、N件以上のときには、入力された検索条件だけでは
検索結果が絞りきれなかった旨を提供し、0件の時には
入力された検索条件では情報が登録されていない旨を提
供する。
Step 109) Search result output unit 40
Provides the search result to the user and ends the process. When the search result is 1 to N, each search result is listed. When the search result is N or more, it provides that the search results cannot be narrowed down by the entered search conditions. When the search result is 0, the search result is input. It provides that the information is not registered in the search condition.

【0028】上記のフローチャートにおいて、予め蓄積
された検索履歴60を優先的に検索することが可能とな
り、データベース検索の効率が向上する。また、データ
ベースに情報がない場合も、その旨を検索履歴として蓄
積しておくことにより、目的とする情報が存在しないケ
ースを事前に排除することができる。
In the above flow chart, the search history 60 stored in advance can be preferentially searched, and the efficiency of the database search is improved. Further, even when there is no information in the database, by storing that fact as a search history, it is possible to eliminate in advance the case where the target information does not exist.

【0029】また、検索履歴60に蓄積されている検索
条件記述フィールド610と検索結果記述フィールド6
20の組からなるレコードが一定期間1度も検索されな
かった場合には、当該レコードを消去することが可能で
ある。この場合には、図6に示すように当該レコードに
最終検索日630を登録しておくことにより、可能であ
る。図7は、本発明の第2の情報検索装置の構成を示
す。同図に示す構成は、図3の構成に検索履歴消去部9
0を付加した構成である。検索履歴消去部90は、所定
の周期で検索履歴60をアクセスし、当該レコードの最
終検索日630を参照して、所定の期間(例えば1か
月)検索されていなければ、当該レコードを消去する。
The search condition description field 610 and the search result description field 6 stored in the search history 60 are also included.
If a record consisting of 20 sets has not been searched for a certain period of time, the record can be deleted. In this case, it is possible to register the last search date 630 in the record as shown in FIG. FIG. 7 shows the configuration of the second information search device of the present invention. The configuration shown in the figure is similar to that shown in FIG.
This is a configuration in which 0 is added. The search history deletion unit 90 accesses the search history 60 at a predetermined cycle, refers to the last search date 630 of the record, and deletes the record if it has not been searched for a predetermined period (for example, one month). .

【0030】さらに、検索対象データベース30が更新
された際に、検索履歴60とを比較して、同一の検索条
件で異なる検索結果が得られるような場合に、検索履歴
も更新する必要がある。この処理を行う場合の情報検索
装置の構成は図8に示すように、図3の構成に、検索対
象データベース更新部110と検索履歴比較・更新部1
20を付加した構成である。
Further, when the search target database 30 is updated, it is necessary to compare the search history 60 and update the search history when different search results are obtained under the same search condition. As shown in FIG. 8, the configuration of the information retrieval apparatus for performing this process is similar to that of FIG.
This is a configuration in which 20 is added.

【0031】検索対象データベース更新部110は、検
索対象データベース30に対して更新を行うと共に、更
新済の検索対象データベース30のレコードを検索履歴
比較・削除部120に通知する。これにより、検索履歴
比較・更新部120は、検索条件で検索履歴60を検索
し、検索結果記述フィールド620の内容を参照して検
索対象データベース30の内容が記述されているフィー
ルドがあれば、当該レコードを更新する。
The search target database update unit 110 updates the search target database 30 and notifies the search history comparison / deletion unit 120 of the updated record of the search target database 30. As a result, the search history comparing / updating unit 120 searches the search history 60 according to the search condition, refers to the content of the search result description field 620, and if there is a field in which the content of the search target database 30 is described, Update record.

【0032】[0032]

【実施例】以下、図面と共に本発明の実施例を説明す
る。 [第1の実施例]図9は、本発明の第1の実施例の検索
履歴の例を示し、図10は、本発明の第1の実施例の検
索対象データベースの例を示す。上記のフローチャート
において使用した定数M、NはそれぞれM=2,N=5
として説明する。
Embodiments of the present invention will be described below with reference to the drawings. [First Embodiment] FIG. 9 shows an example of a search history of the first embodiment of the present invention, and FIG. 10 shows an example of a search target database of the first embodiment of the present invention. The constants M and N used in the above flowchart are M = 2 and N = 5, respectively.
It will be described as.

【0033】[第1の例]この例において、検索条件を
『横須賀市鈴木』として説明する。 検索条件入力部10は、ユーザから検索条件として
『横須賀鈴木』を受け付け、この検索条件を履歴検索部
50に転送する(ステップ101)。
[First Example] In this example, the retrieval condition is "Yokosuka City Suzuki". The search condition input unit 10 accepts "Yokosuka Suzuki" as a search condition from the user, and transfers this search condition to the history search unit 50 (step 101).

【0034】 履歴検索部50は、検索条件『横須賀
鈴木』に基づいて検索履歴60を検索する(ステップ1
02)。 検索履歴60は、図9に示される内容であるので、
検索結果として、分類=N以上、結果本体=20件が得
られる(ステップ103)。
The history search unit 50 searches the search history 60 based on the search condition “Yokosuka Suzuki” (step 1
02). Since the search history 60 has the contents shown in FIG. 9,
As a search result, classification = N or more and result body = 20 are obtained (step 103).

【0035】 検索条件修正・追加要求部80は、こ
のパスに入ったのが1回目であるので、ユーザに対して
検索条件の修正・追加を要求する(ステップ108)。
具体的には、20件の検索結果が得られるので、さらに
検索条件を厳しくすることを要求する。
Since the search condition correction / addition requesting unit 80 has entered this path for the first time, the search condition correction / addition requesting unit 80 requests the user to correct / add the search condition (step 108).
Specifically, since 20 search results can be obtained, it is required to further tighten the search conditions.

【0036】 ユーザが検索条件修正・追加要求部8
0からの要求に応じて『横須賀市鈴木宇宙』と入力した
とすると、この入力は検索条件入力部10で受け取られ
る(ステップ101)。
The user requests the search condition correction / addition request unit 8
If "Yokosuka City Suzuki Universe" is input in response to a request from 0, this input is received by the search condition input unit 10 (step 101).

【0037】 次に、履歴検索部50によって図9に
示される検索履歴60が検索され、結果として、分類=
1〜N件、結果本体=(0468−zz−zzzz)が
ユーザに提供される(ステップ109)。以上の処理に
よって、既に検索履歴として蓄積されている検索条件
『横須賀市鈴木』及び『横須賀市宇宙』での検索を、検
索対象データベース30を検索することなく、検索履歴
60を検索するのみで、かつ効率よく検索でき、その検
索結果をユーザに提供することができる。
Next, the history search unit 50 searches the search history 60 shown in FIG. 9, and as a result, classification =
1 to N cases, result body = (0468-zz-zzzzz) is provided to the user (step 109). By the above process, the search with the search conditions “Yokosuka City Suzuki” and “Yokosuka City Universe” already accumulated as the search history is performed without searching the search target database 30. In addition, the search can be performed efficiently, and the search result can be provided to the user.

【0038】[第2の例]この例において、検索条件を
『横浜市東海林』として説明する。 検索条件入力部1では、ユーザから検索条件『横浜
市東海林』を受け付け、この検索条件を履歴検索部50
に転送する(ステップ101)。
[Second Example] In this example, the search condition will be described as "Tokaibayashi, Yokohama". The search condition input unit 1 accepts the search condition "Yokohama-shi Tokaibayashi" from the user, and the search condition 50
(Step 101).

【0039】 履歴検索部50では、検索条件『横浜
市東海林』によって検索履歴60を検索する(ステップ
102)。 検索履歴60は、図9に示される内容であるので、
検索結果として分類=1〜N件、結果本体=(045−
xxx−xxxx,045−xxy−xxxy,045
−yyy−xyxy,045−xxx−xxyy)が得
られる(ステップ103)。
The history search unit 50 searches the search history 60 based on the search condition “Yokohama Tokaibayashi” (step 102). Since the search history 60 has the contents shown in FIG. 9,
Search results are classified as 1 to N, result body = (045-
xxx-xxxx, 045-xxy-xxy, 045
-Yyy-xyxy, 045-xxx-xxy) is obtained (step 103).

【0040】 ここで、分類=1〜Nであるので、検
出結果出力部40において結果本体=(045−xxx
−xxxx,045−xxy−xxxy,045−yy
y−xyxy,045−xxx−xxyy)がユーザに
提供される(ステップ109)。
Here, since classification = 1 to N, the detection result output unit 40 outputs the result body = (045-xxx
-Xxxx, 045-xxy-xxy, 045-yy
y-xyxy, 045-xxx-xxyy) is provided to the user (step 109).

【0041】以上の処理によって、既に検索履歴として
蓄積されている検索条件『横浜市東海林』での検索を、
検索対象データベース30を検索することなく、検索履
歴を検索するのみで効率よく実行し、その検索結果をユ
ーザに提供することができる。
By the above processing, the search by the search condition "Tokaibayashi, Yokohama-shi" which has already been accumulated as the search history,
It is possible to efficiently execute the search by simply searching the search history without searching the search target database 30 and provide the search result to the user.

【0042】[第3の例]この例において、検索条件を
『横須賀市放出』として説明する。 検索条件入力部10は、ユーザから検索条件『横須
賀市放出』を受け付け、この検索条件を履歴検索部50
に転送する(ステップ101)。
[Third Example] In this example, the retrieval condition will be described as "Yokosuka City Release". The search condition input unit 10 accepts the search condition “Yokosuka City Release” from the user and sets the search condition as the history search unit 50.
(Step 101).

【0043】 履歴検索部50は、検索条件『横須賀
市放出』によって検索履歴60を検索する(ステップ1
02)。 検索履歴60は、図9に示される内容であるので、
検索結果として、分類=0件、結果本体=“nil”が
得られる(ステップ103)。
The history search unit 50 searches the search history 60 based on the search condition “Yokosuka City Release” (step 1
02). Since the search history 60 has the contents shown in FIG. 9,
As a search result, classification = 0 and result body = “nil” are obtained (step 103).

【0044】 分類=0件となっているので、ステッ
プ108の処理に移行する(ステップ104)。 検索条件修正・追加要求部80は、このパスに入っ
たのが1回目であるので、ユーザに対して検索条件の修
正・追加を要求する(ステップ108)。具体的には、
検索条件では検索対象データベース30に情報が存在し
ないため、検索条件を修正することを要求する。
Since the classification is 0, the process proceeds to step 108 (step 104). Since the search condition correction / addition requesting unit 80 has entered this path for the first time, the search condition correction / addition requesting unit 80 requests the user to correct / add the search condition (step 108). In particular,
Since there is no information in the search target database 30 under the search condition, it is requested to correct the search condition.

【0045】この要求に関わらず、ユーザが再度『横須
賀市放出』を入力したとすると、上記と同様な処理を経
て、ステップ108に移行する。ここで、ステップ10
8を通る回数が2回目であるので、ステップ109に移
行する(∵M=2としたため)。即ち、検索結果出力部
40において入力された検索条件『横須賀市放出』では
検索対象データベース30に情報が登録されていない旨
をユーザに提示する。
If the user inputs "Yokosuka city release" again regardless of this request, the process proceeds to step 108 through the same processing as above. Here, step 10
Since the number of times passing 8 is the second time, the process proceeds to step 109 (since ∵M = 2 is set). That is, the user is informed that no information is registered in the search target database 30 under the search condition “Yokosuka City Release” input in the search result output unit 40.

【0046】以上の処理によって、既に検索履歴60に
蓄積されている検索条件『横須賀市放出』での検索では
検索対象データベース30に情報が登録されていないこ
とを検索対象データベース30を検索することなく、ユ
ーザに通知することができる。
By the above processing, it is confirmed that no information is registered in the search target database 30 in the search with the search condition "Yokosuka City Release" already stored in the search history 60 without searching the search target database 30. , Can notify the user.

【0047】[第4の例]この例において、検索条件を
『横須賀市鈴木ポン太』として説明する。 検索条件入力部10は、ユーザから検索条件『横須
賀市鈴木ポン太』を受け付け、この検索条件を履歴検索
部50に転送する(ステップ101)。
[Fourth Example] In this example, the search condition will be described as "Yokosuka City Ponta Suzuki". The search condition input unit 10 accepts the search condition “Pontoko Suzuki, Yokosuka City” from the user and transfers the search condition to the history search unit 50 (step 101).

【0048】 履歴検索部50では、検索条件『横須
賀市鈴木ポン太』によって検索履歴60を検索する(ス
テップ102)。 検索履歴60は、図9に示す内容が示されているの
で、『横須賀市鈴木ポン太』は検索履歴60には存在し
ない(ステップ103)。このため、検索条件『横須賀
市鈴木ポン太』は、データベース検索部20に転送さ
れ、検索対象データベース30が検索される(ステップ
105)。
The history search unit 50 searches the search history 60 based on the search condition “Yokosuka City Ponta Suzuki” (step 102). Since the search history 60 has the contents shown in FIG. 9, "Yokosuka City Ponta Suzuki" does not exist in the search history 60 (step 103). For this reason, the search condition "Yokosuka City Ponta Suzuki" is transferred to the database search unit 20 and the search target database 30 is searched (step 105).

【0049】 検索対象データベース30の内容は図
10に示す通りであるので、『横須賀市鈴木ポン太』
は、検索対象データベース30にも存在しない。即ち、
検索結果としては、分類=0件、結果本体=“nil”
である。検索履歴蓄積部70は、この検索結果を検索履
歴60に追加する(ステップ106)。追加した後の検
索履歴60の内容例を図11に示す。
Since the contents of the search target database 30 are as shown in FIG. 10, “Yokosuka City Ponta Suzuki”
Does not exist in the search target database 30 either. That is,
As a search result, classification = 0, result body = “nil”
It is. The search history storage unit 70 adds the search result to the search history 60 (step 106). FIG. 11 shows an example of the contents of the search history 60 after the addition.

【0050】 次に、データベース検索部20が取得
した検索結果は0件であるので、ステップ108に移行
する(ステップ107)。 検索条件修正・追加要求部80では、このパスに入
ったのが1回目であるので、ユーザに対して検索条件の
修正・追加を要求する(ステップ108)。
Next, since the search result acquired by the database search unit 20 is 0, the process proceeds to step 108 (step 107). Since the search condition correction / addition requesting unit 80 has entered this path for the first time, the search condition correction / addition requesting unit 80 requests the user to correct / add the search condition (step 108).

【0051】 の要求にかかわらず、ユーザが再度
『横須賀市鈴木ポン太』を入力したとすると、今回は、
図10に示すように、検索履歴60に登録されているz
で、検索対象データベース30を検索することなく、検
索結果として、分類=0件、結果本体=“nil”を得
る(ステップ103)。
If the user inputs “Yokosuka City Ponta Suzuki” again regardless of the request of
As shown in FIG. 10, z registered in the search history 60
Then, without searching the search target database 30, as a search result, classification = 0 items and result body = “nil” are obtained (step 103).

【0052】 更に、ステップ104を経て、ステッ
プ108に移行するが、ステップ108を通るのが、2
回目であるので、ステップ109に移行する(∵M=2
としたため)。即ち、検索結果出力部40において入力
された検索条件『横須賀市鈴木ポン太』では、検索対象
データベース30に情報が登録されていない旨をユーザ
に提供する。
Further, after step 104, the process proceeds to step 108.
Since this is the first time, the process proceeds to step 109 (∵M = 2)
And because). That is, the search condition “Pontoki Yokosuka-shi Suzuki Ponta” input in the search result output unit 40 provides the user with the fact that no information is registered in the search target database 30.

【0053】以上の処理によって、検索履歴として登録
されていない検索条件『横須賀市鈴木ポン太』での検索
は、検索対象データベース30を検索することになり、
その結果(存在せず)を検索履歴60として蓄積するこ
とによって、次回の同じ検索条件での検索を効率的に行
うことが可能なように準備しておくことが可能である。
By the above processing, the search with the search condition "Yokosuka City Ponta Suzuki" not registered as the search history is to search the search target database 30,
By accumulating the result (not existing) as the search history 60, it is possible to prepare in advance so that the next search under the same search condition can be efficiently performed.

【0054】[第2の実施例]次に、本発明の第2の実
施例を説明する。図7の構成の検索履歴消去部90は、
一か月毎に検索履歴60を参照し、一か月以上検索され
ていないレコードを消去するものとして説明する。ま
た、参照日を95年11月30日とする。図12に示す
検索履歴60の例において、まず、検索履歴消去部90
は、検索履歴の最終検索日640のフィールドを参照
し、参照日(11月30日)より1カ月を経過している
レコードを抽出する。これにより、検索条件が『横須賀
市鈴木宇宙』が抽出される。従って、検索履歴消去部9
0は検索条件が『横須賀市鈴木宇宙』のレコードを消去
する。消去した結果、検索履歴60は、図13に示すよ
うに更新される。
[Second Embodiment] Next, a second embodiment of the present invention will be described. The search history deleting unit 90 having the configuration of FIG.
The description will be made assuming that the search history 60 is referred to every month and records that have not been searched for one month or more are deleted. Further, the reference date is November 30, 1995. In the example of the search history 60 shown in FIG. 12, first, the search history deleting unit 90
Refers to the field of the last search date 640 of the search history, and extracts records that have passed one month from the reference date (November 30). As a result, the search condition “Yokosuka City Suzuki Universe” is extracted. Therefore, the search history deletion unit 9
For 0, the record with the search condition "Yokosuka City Suzuki Universe" is deleted. As a result of the deletion, the search history 60 is updated as shown in FIG.

【0055】[第3の実施例]次に第3の実施例を説明
する。
[Third Embodiment] Next, a third embodiment will be described.

【0056】図14は、本発明の第3の実施例の更新前
の検索履歴の例を示し、図15は、本発明の第3の実施
例の更新後の検索対象データベースの例を示す。図8に
示す構成において、検索対象データベース更新部110
が検索対象データベース30を更新すると、検索対象デ
ータベース更新部110は、更新したデータベース30
のレコードの情報を検索履歴比較・更新部120に通知
する。これにより、検索履歴比較・更新部120は、検
索対象データベース更新部110より通知されたレコー
ドの検索キーに基づいて検索履歴60より検索し、合致
するレコードの内容を更新する。
FIG. 14 shows an example of a search history before updating according to the third embodiment of the present invention, and FIG. 15 shows an example of a search target database after updating according to the third embodiment of the present invention. In the configuration shown in FIG. 8, the search target database updating unit 110
When the search target database 30 is updated, the search target database updating unit 110 causes the updated database 30
The record history information is notified to the search history comparison / update unit 120. As a result, the search history comparison / update unit 120 searches the search history 60 based on the search key of the record notified by the search target database update unit 110, and updates the content of the matching record.

【0057】図15の例では、2行目の検索キー『横浜
市東海林』の内容が“045−xxy−xxxy”から
“045−ccc−cccc”に更新されている。これ
により、検索対象データベース更新部110は、更新さ
れたレコード及び検索キーを検索履歴比較・更新部12
0に通知する。
In the example of FIG. 15, the content of the search key "Tokaibayashi, Yokohama-shi" on the second line is updated from "045-xxy-xxxxy" to "045-ccc-cccc". As a result, the search target database update unit 110 updates the updated record and search key to the search history comparison / update unit 12
Notify 0.

【0058】これにより、検索履歴比較・更新部120
は、検索対象データベース更新部110より通知された
内容を含むレコードを抽出し、図16に示すように、上
から2段目のレコードの内容を“045−xxy−xx
xxy”から“045−ccc−cccc”に更新す
る。
As a result, the search history comparison / update unit 120
Extracts the record including the contents notified from the search target database updating unit 110, and as shown in FIG. 16, the contents of the record in the second row from the top are “045-xxy-xx”.
Update from "xxy" to "045-ccc-cccc".

【0059】従って、同一の検索条件によって両者から
異なる検索結果が得られる状況が回避される。なお、本
発明は、上記の実施例に限定されることなく、特許請求
の範囲内で、種々応用・変更が可能である。
Therefore, a situation where different search results are obtained from both parties under the same search condition is avoided. The present invention is not limited to the above embodiments, and various applications and modifications are possible within the scope of the claims.

【0060】[0060]

【発明の効果】上述のように本発明の情報検索方法及び
装置を用いることにより、以下に示すような効果を得る
ことができる。 (1) 検索対象データベースを検索する前に予め検索
履歴情報が登録されている検索履歴を検索して以前に検
索したことがある場合の結果を取得するため、目的とす
る情報が検索対象データベースに存在しないことを検索
履歴への検索において事前にチェックすることができ
る。従って、ユーザは、入力する検索条件を直ぐに変更
することが可能である。
As described above, the following effects can be obtained by using the information search method and apparatus of the present invention. (1) Before the search target database is searched, the search history in which the search history information is registered in advance is searched and the result when the search is performed before is acquired. Therefore, the target information is stored in the search target database. The absence can be checked in advance in the search of the search history. Therefore, the user can immediately change the input search condition.

【0061】(2) 検索対象データベースを検索する
機能を用いて全文検索や検索条件の一部を含む検索対象
データベース内の情報を探すような処理コストの高い機
能を使用していても、同じ検索条件での2回目以降の検
索においては、検索履歴を活用することにより、処理コ
ストダウンを図ることが可能であり、効率的な検索が実
現できる。
(2) Even if a function with a high processing cost such as full-text search or searching for information in the search target database including a part of the search condition is used by using the function of searching the search target database, the same search is performed. By utilizing the search history in the second and subsequent searches under the conditions, it is possible to reduce the processing cost and realize an efficient search.

【0062】(3) 検索失敗(一致する情報がない、
或いは一致する情報が多過ぎる)の場合にも、そのよう
なケースを含めて検索履歴として蓄積するため、以前に
検索失敗した条件と同じ検索条件での2回目以降の検索
の場合には、検索対象データベースへの検索を行う必要
がない。
(3) Search failure (no matching information,
Or, if there is too much matching information), the search history is stored including such cases. Therefore, in the case of the second and subsequent searches under the same search conditions as the previously failed search, There is no need to search the target database.

【0063】このように、検索履歴を蓄積しておくこと
により、検索履歴を事前に検索することによって入力さ
れた検索条件に一致する情報が検索対象データベースに
存在するか否かを予めチェックすることが可能であるた
め、無駄な検索が抑制される。
As described above, by accumulating the search history, it is possible to check in advance whether or not information matching the search condition input by searching the search history in advance exists in the search target database. Therefore, useless search is suppressed.

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

【図1】本発明の原理を説明するための図である。FIG. 1 is a diagram for explaining the principle of the present invention.

【図2】本発明の原理構成図である。FIG. 2 is a principle configuration diagram of the present invention.

【図3】本発明の情報検索装置の基本構成図である。FIG. 3 is a basic configuration diagram of the information search device of the present invention.

【図4】本発明の検索履歴の第1の情報フィールドの構
成図である。
FIG. 4 is a configuration diagram of a first information field of a search history according to the present invention.

【図5】本発明の情報検索装置の動作のフローチャート
である。
FIG. 5 is a flowchart of the operation of the information search device of the present invention.

【図6】本発明の検索履歴の第2の情報フィールドの構
成図である。
FIG. 6 is a configuration diagram of a second information field of the search history according to the present invention.

【図7】本発明の第2の情報検索装置の構成図である。FIG. 7 is a configuration diagram of a second information search device of the present invention.

【図8】本発明の第3の情報検索装置の構成図である。FIG. 8 is a configuration diagram of a third information search device of the present invention.

【図9】本発明の第1の実施例の検索履歴の例を示す図
である。
FIG. 9 is a diagram showing an example of a search history according to the first embodiment of this invention.

【図10】本発明の第1の実施例の検索対象データベー
スの例を示す図である。
FIG. 10 is a diagram showing an example of a search target database according to the first embodiment of this invention.

【図11】本発明の第1の実施例のレコードを追加した
検索履歴の例を示す図である。
FIG. 11 is a diagram showing an example of a search history in which a record according to the first embodiment of this invention is added.

【図12】本発明の第2の実施例の検索履歴の例を示す
図である。
FIG. 12 is a diagram showing an example of a search history according to the second embodiment of this invention.

【図13】本発明の第2の実施例の検索履歴のレコード
消去後の例を示す図である。
FIG. 13 is a diagram showing an example after deleting records of a search history according to the second embodiment of this invention.

【図14】本発明の第3の実施例の更新前の検索履歴の
例を示す図である。
FIG. 14 is a diagram showing an example of a search history before updating according to the third embodiment of this invention.

【図15】本発明の第3の実施例の検索対象データベー
スが更新された例を示す図である。
FIG. 15 is a diagram showing an example in which the search target database according to the third embodiment of this invention is updated.

【図16】本発明の第3の実施例の更新後の検索履歴の
例を示す図である。
FIG. 16 is a diagram showing an example of a search history after updating according to the third embodiment of this invention.

【図17】従来の情報検索装置の構成図である。FIG. 17 is a block diagram of a conventional information retrieval device.

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

10 検索条件入力部、検索条件入力手段 20 データベース検索部、データベース検索手段 30 検索対象データベース 40 検索結果出力部、検索結果出力手段 50 履歴検索部、履歴検索手段 60 検索履歴、検索履歴蓄積手段 70 検索履歴蓄積部 80 検索条件修正・追加要求部 90 検索履歴消去部 100 情報検索装置 110 検索対象データベース更新部 120 検索履歴比較・更新部 610 検索条件記述フィールド 620 検索結果記述フィールド 630 最終検索日 10 search condition input unit, search condition input unit 20 database search unit, database search unit 30 search target database 40 search result output unit, search result output unit 50 history search unit, history search unit 60 search history, search history storage unit 70 search History accumulation unit 80 Search condition correction / addition request unit 90 Search history deletion unit 100 Information retrieval device 110 Search target database update unit 120 Search history comparison / update unit 610 Search condition description field 620 Search result description field 630 Last search date

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 検索条件を入力し、検索対象データベー
スを検索する情報検索方法において、 検索履歴を蓄積し、 前記検索条件が入力されると、前記検索履歴を事前に検
索し、 検索条件に一致する情報が前記検索履歴に存在するかを
チェックすることを特徴とする情報検索方法。
1. An information search method for inputting search conditions to search a search target database, storing search histories, and when the search conditions are input, the search histories are searched in advance and match the search conditions. A method for retrieving information, comprising checking whether the information to be stored exists in the retrieval history.
【請求項2】 全ての検索履歴を、該履歴を取得した際
の検索条件と検索結果を対として蓄積し、 前記検索対象データベースの検索を行う前に蓄積された
検索履歴を検索し、 前記検索履歴中の検索結果に応じて、ユーザに検索条件
の修正または、追加を要求する請求項1記載の情報検索
方法。
2. All the search histories are accumulated as a pair of a search condition and a search result when the history is acquired, and the accumulated search histories are searched before the search of the search target database is performed. The information search method according to claim 1, wherein the user is requested to modify or add search conditions in accordance with a search result in the history.
【請求項3】 前記検索履歴を検索した結果、入力され
た前記検索条件に合致する内容が所定の数以内であると
きユーザに検索結果を出力する請求項2記載の情報検索
方法。
3. The information search method according to claim 2, wherein as a result of searching the search history, when the number of contents matching the input search condition is within a predetermined number, the search result is output to the user.
【請求項4】 蓄積されている前記検索履歴が所定の期
間検索されなかった場合に、該検索履歴を削除する請求
項2記載の情報検索方法。
4. The information search method according to claim 2, wherein when the accumulated search history is not searched for a predetermined period, the search history is deleted.
【請求項5】 前記検索対象データベースが更新された
際に、該検索対象データベースと前記検索履歴とを比較
して同一の検索条件によって両者から異なる検索結果が
得られる場合、前記検索履歴を更新する請求項2記載の
情報検索方法。
5. When the search target database is updated, the search history is updated when the search target database and the search history are compared and different search results are obtained from the both under the same search condition. The information search method according to claim 2.
【請求項6】 検索対象データベース、データベース検
索手段、検索条件入力手段及び検索結果出力手段を有す
る情報検索装置において、 全ての検索履歴を、該検索履歴を取得した際の検索条件
と、該検索条件により検索した検索結果を蓄積する検索
履歴蓄積手段と、 前記検索対象データベースへの検索を行う前に、前記検
索履歴蓄積手段において蓄積された検索履歴を検索する
履歴検索手段とを含むことを特徴とする情報検索装置。
6. An information search apparatus having a search target database, a database search means, a search condition input means, and a search result output means, all search histories, search conditions when the search histories are acquired, and the search conditions. A search history storage unit that stores the search results searched by, and a history search unit that searches the search history stored in the search history storage unit before searching the search target database. Information retrieval device.
【請求項7】 前記検索履歴中の検索結果に応じてユー
ザに検索条件の修正または追加を要求する、検索条件修
正・追加要求手段を更に有する請求項6記載の情報検索
装置。
7. The information search device according to claim 6, further comprising search condition correction / addition requesting means for requesting a user to correct or add a search condition in accordance with a search result in the search history.
【請求項8】 前記検索履歴蓄積手段に蓄積されている
前記検索履歴より所定の期間検索されなかった検索履歴
を削除する第1の検索履歴更新手段を更に有する請求項
6記載の情報検索装置。
8. The information search device according to claim 6, further comprising a first search history update unit that deletes a search history that has not been searched for a predetermined period from the search history stored in the search history storage unit.
【請求項9】 前記検索対象データベースが更新された
際に、該検索対象データベースと前記検索履歴とを比較
して同一の検索条件によって両者から異なる検索結果が
得られる場合、前記検索履歴蓄積手段の当該情報を更新
する第2の検索履歴更新手段を更に有する請求項6記載
の情報検索装置。
9. When the search target database is updated, if the search target database and the search history are compared and different search results are obtained from the both under the same search condition, the search history storage means The information search device according to claim 6, further comprising second search history update means for updating the information.
JP7314186A 1995-12-01 1995-12-01 Method and device for information retrieval Pending JPH09153048A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7314186A JPH09153048A (en) 1995-12-01 1995-12-01 Method and device for information retrieval

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7314186A JPH09153048A (en) 1995-12-01 1995-12-01 Method and device for information retrieval

Publications (1)

Publication Number Publication Date
JPH09153048A true JPH09153048A (en) 1997-06-10

Family

ID=18050301

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7314186A Pending JPH09153048A (en) 1995-12-01 1995-12-01 Method and device for information retrieval

Country Status (1)

Country Link
JP (1) JPH09153048A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001344274A (en) * 2000-06-05 2001-12-14 Nec Corp Method and system for information retrieval, and recording medium having information retrieval program recorded thereon
JP2003504727A (en) * 1999-07-02 2003-02-04 トップティアー, イスラエル, リミテッド Feasibility prediction of relational route
JP2008146412A (en) * 2006-12-11 2008-06-26 Fujitsu Ltd Network management system, program, and method
WO2011162113A1 (en) 2010-06-22 2011-12-29 株式会社日立ハイテクノロジーズ Automatic analysis device
JP2012068899A (en) * 2010-09-24 2012-04-05 Fujitsu Social Science Laboratory Ltd Word/phrase rearrangement device, method and program
JP2013030113A (en) * 2011-07-29 2013-02-07 Rakuten Inc Information processor, information processing method, information processing program, and recording medium having information processing program recorded therein

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003504727A (en) * 1999-07-02 2003-02-04 トップティアー, イスラエル, リミテッド Feasibility prediction of relational route
JP2009116898A (en) * 1999-07-02 2009-05-28 Sap Portals Israel Ltd Relation path viability prediction
JP2001344274A (en) * 2000-06-05 2001-12-14 Nec Corp Method and system for information retrieval, and recording medium having information retrieval program recorded thereon
JP2008146412A (en) * 2006-12-11 2008-06-26 Fujitsu Ltd Network management system, program, and method
WO2011162113A1 (en) 2010-06-22 2011-12-29 株式会社日立ハイテクノロジーズ Automatic analysis device
JP2012068899A (en) * 2010-09-24 2012-04-05 Fujitsu Social Science Laboratory Ltd Word/phrase rearrangement device, method and program
JP2013030113A (en) * 2011-07-29 2013-02-07 Rakuten Inc Information processor, information processing method, information processing program, and recording medium having information processing program recorded therein

Similar Documents

Publication Publication Date Title
US20220197954A1 (en) System and methods for metadata management in content addressable storage
US5920857A (en) Efficient optimistic concurrency control and lazy queries for B-trees and other database structures
US20100281005A1 (en) Asynchronous Database Index Maintenance
JP5922716B2 (en) Handling storage of individually accessible data units
US20160210344A1 (en) Replicating Data Across Multiple Copies of a Table in a Database System
US8560500B2 (en) Method and system for removing rows from directory tables
KR101127304B1 (en) Hsm two-way orphan reconciliation for extremely large file systems
US8620923B1 (en) System and method for storing meta-data indexes within a computer storage system
US6185556B1 (en) Method and apparatus for changing temporal database
US8214411B2 (en) Atomic deletion of database data categories
CA2422161C (en) Decoupled object identification for object switching in database systems
JPH10320423A (en) Method and device for executing connection question in data base system
US6647386B2 (en) Method, system, and program for reverse index scanning
US20020016935A1 (en) Method and apparatus for scanning records
US20140032703A1 (en) System and method for an expandable computer storage system
US8549007B1 (en) System and method for indexing meta-data in a computer storage system
US9766949B2 (en) System and method for locking exclusive access to a divided resource
JPH09153048A (en) Method and device for information retrieval
US20110320416A1 (en) Eliminating Redundant Processing of Data in Plural Node Systems
KR20190129474A (en) Apparatus and method for retrieving data
US8510269B2 (en) Uninterrupted database index reorganization/movement
JP2928725B2 (en) Information processing apparatus and method for realizing distributed directory system
JP2004252789A (en) Information retrieval device, information retrieval method, information retrieval program, and recording medium recorded with same program
JP4825504B2 (en) Data registration / retrieval system and data registration / retrieval method
US20230244649A1 (en) Skip-List Checkpoint Creation

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term