JPH09319757A - Information retrieving system - Google Patents

Information retrieving system

Info

Publication number
JPH09319757A
JPH09319757A JP8134794A JP13479496A JPH09319757A JP H09319757 A JPH09319757 A JP H09319757A JP 8134794 A JP8134794 A JP 8134794A JP 13479496 A JP13479496 A JP 13479496A JP H09319757 A JPH09319757 A JP H09319757A
Authority
JP
Japan
Prior art keywords
search
database
information
common
format
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
JP8134794A
Other languages
Japanese (ja)
Inventor
Toru Takagi
徹 高木
Tsuyoshi Kitani
強 木谷
Kenji Tanabe
憲二 田邊
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.)
N T T DATA TSUSHIN KK
NTT Data Corp
Original Assignee
N T T DATA TSUSHIN KK
NTT Data Communications Systems 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 N T T DATA TSUSHIN KK, NTT Data Communications Systems Corp filed Critical N T T DATA TSUSHIN KK
Priority to JP8134794A priority Critical patent/JPH09319757A/en
Publication of JPH09319757A publication Critical patent/JPH09319757A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To easily cope with the change or the addition of a retrieving engine and to output an integrated retrieving result by providing a common interface by common retrieval information so as to make the common interface correspond to plural individual APIs(application program interface). SOLUTION: A common interface part 11 decides computers 3 and 4 corresponding to data bases 31A and 31B designated as retrieving destinations and converts previously set common retrieving information into individual retrieving information corresponding to APIs 33A and 33B in data base systems 12A and 12B corresponding to the designated data bases 31A and 31B to give it to retrieving engines 32A and 32B of the pertinent data base systems 12A and 12B through APIs 33A and 33B. In addition, the common interface part 11 converts the retrieving result of an outputting form by the individual retrieving information obtained from the engines 32A and 32B through APIs 33A and 33B into an outputting form by means of common retrieving information and outputs it.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、検索インタフェ
ースが異なる複数のデータベースの情報を検索するため
の技術に係り、特に処理を複数のシステムに分散させる
ネットワーク分散環境に好適な情報検索システムに関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for searching information in a plurality of databases having different search interfaces, and more particularly to an information search system suitable for a network distributed environment in which processing is distributed to a plurality of systems.

【0002】[0002]

【従来の技術】例えば、フルテキストデータベースの検
索を行うための検索ソフトウェア(検索エンジン)を用
いてデータベース検索システムを構築する場合、検索エ
ンジンが持つ固有のAPI(Application Program Inte
rface:アプリケーションプログラムインタフェース)
に従ってシステムを構築する必要がある。すなわち、検
索エンジンをシステムに組み込んで、データベースの検
索機能を実現する場合、アプリケーションプログラムと
検索エンジンとの間は、検索エンジンに固有のAPIに
従うことになる。
2. Description of the Related Art For example, when a database search system is constructed by using search software (search engine) for searching a full-text database, an API (Application Program Inte
rface: Application program interface)
It is necessary to build the system according to. That is, when the search engine is incorporated into the system to realize the search function of the database, the API unique to the search engine follows between the application program and the search engine.

【0003】このため、検索エンジンを変更する場合に
は、そのアプリケーションプログラム自体もその検索エ
ンジンに対応させて変更しなければならない。また、通
常の場合、個々のデータベースは、別々の検索エンジン
によって管理されることがある。したがって、アプリケ
ーションプログラムが複数のデータベースを検索する場
合には、それぞれの検索エンジンに対応する複数の個別
のAPIを使用する必要があった。
Therefore, when changing the search engine, the application program itself must be changed corresponding to the search engine. Also, in the normal case, individual databases may be managed by different search engines. Therefore, when the application program searches a plurality of databases, it is necessary to use a plurality of individual APIs corresponding to the respective search engines.

【0004】[0004]

【発明が解決しようとする課題】検索エンジンのAPI
は、検索エンジン毎に、関数の引数、呼び出し形式及び
検索結果の出力形式等が異なっている。このため、上述
したように、利用する検索エンジンによって、アプリケ
ーションプログラムのインタフェースを変更する必要が
ある。そのため、使用する検索エンジンを変更した場合
には、アプリケーションプログラムのインタフェースを
大幅に変更する必要が生じる。
[Problems to be Solved by the Invention] Search Engine API
In each of the search engines, the function argument, the calling format, the search result output format, and the like are different. Therefore, as described above, it is necessary to change the interface of the application program depending on the search engine used. Therefore, when the search engine used is changed, the interface of the application program needs to be changed significantly.

【0005】また、1つのアプリケーションプログラム
が、複数の異なる検索エンジンを使用する場合にも、各
検索エンジンに対応する複数のAPIを使用する必要が
あった。
Further, even when one application program uses a plurality of different search engines, it is necessary to use a plurality of APIs corresponding to the respective search engines.

【0006】アプリケーションプログラムの開発を簡易
化するため、アプリケーションプログラムと検索エンジ
ンとの間のインタフェースを共通化する試みも、例え
ば、特開平6−67867等においてなされている。し
かし、この公報に開示された方法では、共通なインタフ
ェースから個々のAPIへの変換は、アプリケーション
側のマシンで実行している。このため、アプリケーショ
ン側に変換プログラムを持つ必要があったり、API関
数等の実行をアプリケーション側で行う必要がある。こ
のため、アプリケーション側の負荷が大きいという問題
があった。
In order to simplify the development of the application program, an attempt to make the interface between the application program and the search engine common is made, for example, in Japanese Patent Laid-Open No. 6-67867. However, in the method disclosed in this publication, the conversion from the common interface to each API is executed by the machine on the application side. Therefore, it is necessary for the application side to have a conversion program, and for the application side to execute API functions and the like. Therefore, there is a problem that the load on the application side is large.

【0007】さらに、異なる検索エンジンが管理する複
数のデータベースを同時に検索することは容易ではな
い。また、たとえそれを実現したとしても、検索エンジ
ン毎に検索結果の出力形式が異なっているため、統一さ
れた形式の検索結果を得ることは極めて困難であった。
Further, it is not easy to simultaneously search a plurality of databases managed by different search engines. Further, even if it is realized, it is extremely difficult to obtain the search result in a unified format because the output format of the search result is different for each search engine.

【0008】この発明は、上述した事情に鑑みてなされ
たもので、検索エンジンの変更または追加に対しても容
易に対処し得るとともに、統合した検索結果を出力させ
ることも可能とする情報検索システムを提供することを
目的とする。
The present invention has been made in view of the above-mentioned circumstances, and can easily deal with a change or addition of a search engine and can output an integrated search result. The purpose is to provide.

【0009】また、この発明は、複数のデータベースを
容易に検索することができる情報検索システムを提供す
ることを他の目的とする。
Another object of the present invention is to provide an information search system that can easily search a plurality of databases.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するた
め、この発明に係る情報検索システムは、複数のデータ
ベースと、前記複数のデータベースにそれぞれ対応し、
各データベースをそれぞれ検索する複数のデータベース
検索手段と、検索先として指定されたデータベースに対
応する前記データベース検索手段を決定し且つ前記複数
のデータベース検索手段に共通の形式の検索情報を、前
記指定されたデータベースに対応するデータベース検索
手段に個別の形式の検索情報に変換して、そのデータベ
ース検索手段に与えると共に、前記データベース検索手
段から得られる個別の形式の検索結果を共通の形式の検
索結果に変換して出力する共通インタフェース手段と、
を具備することを特徴とする。
In order to achieve the above object, an information retrieval system according to the present invention corresponds to a plurality of databases and the plurality of databases, respectively.
A plurality of database search means for searching each database and the database search means corresponding to the database specified as the search destination are determined, and the search information in a format common to the plurality of database search means is specified. The database search means corresponding to the database is converted into individual format search information and given to the database search means, and the individual format search results obtained from the database search means are converted into common format search results. Common interface means for outputting
It is characterized by including.

【0011】この発明に係る情報検索システムにおいて
は、検索情報及び検索結果の変換を行う共通インタフェ
ースを配置することにより、複数の検索手段に柔軟に対
応することができる。従って、検索エンジンの変更また
は追加に対しても容易に対処し得るとともに、統合した
検索結果を出力させることも可能となる。
In the information search system according to the present invention, a common interface for converting the search information and the search result is arranged so that a plurality of search means can be dealt with flexibly. Therefore, the change or addition of the search engine can be easily dealt with, and the integrated search result can be output.

【0012】前記共通インタフェース手段から独立し、
前記共通インタフェース手段に対しデータベースの検索
要求を発行するアプリケーションを実行し、前記共通イ
ンタフェース手段から検索結果を受け取って処理するア
プリケーション実行手段、をさらに設けてもよい。
Independent of the common interface means,
An application executing unit that executes an application that issues a database search request to the common interface unit and receives and processes a search result from the common interface unit may be further provided.

【0013】この構成によれば、検索要求を発行するア
プリケーションは共通インタフェース手段から独立して
おり、アプリケーション自身がデータベース検索のため
の処理、例えば、API関数を実行する必要がない。従
って、アプリケーションの負担が小さい。通常のアプリ
ケーションをそのまま使用することができる。
With this configuration, the application that issues the search request is independent of the common interface means, and the application itself does not need to execute a process for searching the database, for example, an API function. Therefore, the burden on the application is small. Normal applications can be used as they are.

【0014】前記データベースの検索を指示する検索指
示手段を配置し、前記共通インタフェース手段で前記検
索指示手段と前記複数のデータベース検索手段との間を
インタフェースしてもよい。この構成においては、検索
指示手段は共通インタフェース手段から独立しており、
検索指示手段がデータベース検索のための処理、例え
ば、API関数を実行する必要がない。従って、検索指
示手段の負担を小さく抑えることができる。
It is also possible that a search instructing means for instructing a search of the database is arranged, and the common interface means interfaces between the search instructing means and the plurality of database searching means. In this configuration, the search instruction means is independent of the common interface means,
The search instruction means does not need to execute a process for database search, for example, an API function. Therefore, the load on the search instruction means can be reduced.

【0015】前記アプリケーション実行手段と前記共通
インタフェース手段を別個のマシン上に配置して標準入
出力を介して通信により接続し、各前記データベースと
対応する各前記データベース検索手段を、互いに同一の
マシン上に配置してもよい。このような構成とすること
により、データベースとデータベース検索手段間の通信
が多いシステムの負荷を効率的に分散及び低減すること
ができる。
The application executing means and the common interface means are arranged on separate machines and connected by communication via standard input / output, and the database searching means corresponding to the respective databases are provided on the same machine. It may be placed at. With such a configuration, it is possible to efficiently disperse and reduce the load of the system in which the communication between the database and the database search means is large.

【0016】また、前記データベースの検索を指示する
検索指示手段を配置し、前記共通インタフェース手段
に、前記検索指示手段と前記複数のデータベース検索手
段との間をインタフェースさせてもよい。
Further, a search instructing means for instructing a search of the database may be arranged, and the common interface means may interface between the search instructing means and the plurality of database searching means.

【0017】前記共通インタフェース手段を、実質的に
同一の前記個別の形式の検索情報と前記共通の形式の検
索情報との対応関係を登録した検索項目対応テーブル
と、前記共通の検索情報を、前記検索項目対応テーブル
に基づき、前記検索先のデータベースに対応するデータ
ベース検索手段に個別の形式の検索情報に変換し、その
データベース検索手段に与える検索指示解釈手段と、前
記データベース検索手段に個別の形式の検索結果を、前
記検索項目対応テーブルに基づき、前記共通の形式に変
換して出力する検索結果生成手段と、から構成してもよ
い。
The common interface means stores the substantially same search information in the individual format and the search information correspondence table in which the correspondence relationship between the search information in the common format is registered, and the common search information in the common item. Based on the search item correspondence table, a database search means corresponding to the database of the search destination is converted into search information in an individual format, and a search instruction interpreting means to give to the database search means and a format unique to the database search means. The search result may be configured to convert the search result into the common format based on the search item correspondence table and output the converted result.

【0018】前記検索結果生成手段は、前記複数のデー
タベース検索手段の前記個別の形式の検索結果を統合し
て、共通の形式の検索結果に変換する統合手段を含んで
もよい。
The search result generating means may include an integrating means for integrating the search results in the individual formats of the plurality of database search means and converting the search results in a common format.

【0019】前記データベース検索手段は、前記データ
ベースを検索し、検索結果の重要度に応じたスコアを付
して出力する場合、前記統合手段は、前記検索結果を前
記スコアに基づいて統合する手段を含んでも良い。
When the database searching means searches the database and outputs with a score according to the degree of importance of the search result, the integrating means includes means for integrating the search results based on the score. May be included.

【0020】前記検索指示解釈手段は、前記共通の形式
の検索情報から、類義語辞書を用いて類義検索情報を生
成してもよい。
The search instruction interpreting means may generate synonym search information from the search information in the common format using a synonym dictionary.

【0021】[0021]

【発明の実施の形態】以下、この発明の実施の形態を図
面を参照して説明する。図1を参照して、この発明の実
施の形態に係る情報検索システムを説明する。図1は、
処理を複数のコンピュータシステムに分散させるネット
ワーク分散環境に構築した情報検索システムの構成を示
している。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. An information search system according to an embodiment of the present invention will be described with reference to FIG. FIG.
1 shows a configuration of an information retrieval system constructed in a network distributed environment in which processing is distributed to a plurality of computer systems.

【0022】情報検索システムは、データベースの検索
を要求し、検索結果を処理するアプリケーションプログ
ラム10と、共通インタフェース部11、第1のデータ
ベースシステム12A及び第2のデータベースシステム
12Bを具備している。
The information retrieval system comprises an application program 10 for requesting retrieval of a database and processing retrieval results, a common interface section 11, a first database system 12A and a second database system 12B.

【0023】アプリケーションプログラム10は、共通
インタフェース部11とは独立して動作し、共通インタ
フェース部11にデータベースの検索を要求し、共通イ
ンタフェース部11から検索結果を受け、検索結果を加
工・処理する。アプリケーションプログラム10は第1
のコンピュータ1で実行される。なお、図1では、1つ
のアプリケーションプログラム10及び第1のコンピュ
ータ1を示すが、ネットワーク上の複数のコンピュータ
で独立してアプリケーションプログラム10を実行可能
である。アプリケーションプログラム10の構成も任意
である。
The application program 10 operates independently of the common interface unit 11, requests the common interface unit 11 to search the database, receives the search result from the common interface unit 11, and processes and processes the search result. The application program 10 is the first
Computer 1. 1 shows one application program 10 and the first computer 1, a plurality of computers on the network can independently execute the application program 10. The configuration of the application program 10 is also arbitrary.

【0024】共通インタフェース部11は、アプリケー
ションプログラム10とは独立して配置され、アプリケ
ーションプログラム10とのインタフェースは標準入出
力とされており、アプリケーションプログラム10とは
別のマシンで容易に動作可能に設計されている。この共
通インタフェース部11は、検索指示解釈部21、検索
結果生成部22、検索項目対応テーブル格納部23、デ
ータベース管理テーブル格納部24及びシソーラス辞書
格納部25を備えている。
The common interface section 11 is arranged independently of the application program 10. The interface with the application program 10 is standard input / output, and is designed to be easily operable on a machine different from the application program 10. Has been done. The common interface unit 11 includes a search instruction interpretation unit 21, a search result generation unit 22, a search item correspondence table storage unit 23, a database management table storage unit 24, and a thesaurus dictionary storage unit 25.

【0025】第1のデータベースシステム12Aは、第
1のデータベース31A、第1の検索エンジン32A及
び第1のAPI33Aを有している。第2のデータベー
スシステム12Bは、第2のデータベース31B、第2
の検索エンジン32B及び第2のAPI33Bを有して
いる。
The first database system 12A has a first database 31A, a first search engine 32A and a first API 33A. The second database system 12B includes a second database 31B and a second database 31B.
It has a search engine 32B and a second API 33B.

【0026】共通インタフェース部11、第1のデータ
ベースシステム12A及び第2のデータベースシステム
12Bは、それぞれ第2、第3及び第4のコンピュータ
2、3及び4上に存在する。
The common interface unit 11, the first database system 12A and the second database system 12B are present on the second, third and fourth computers 2, 3 and 4, respectively.

【0027】第1のデータベースシステム12Aは、検
索インタフェースである第1のAPI33Aに与えられ
る検索要求に基づいて、データベース検索手段である第
1の検索エンジン32Aにより、第1のデータベース3
1Aを検索し、検索結果を、第1のAPI33Aを介し
て出力する。同様に、第2のデータベースシステム12
Bは、第2のAPI33Bに与えられる検索要求に基づ
いて、第2の検索エンジン32Bにより、第2のデータ
ベース31Bを検索し、検索結果を、第2のAPI33
Bを介して出力する。第1のAPI33Aにおける検索
要求及び検索結果と、第2のAPI33Bにおける検索
要求及び検索結果とには、異なる検索情報が使用され
る。
The first database system 12A uses the first search engine 32A, which is a database search means, to generate the first database 3 based on the search request given to the first API 33A, which is a search interface.
1A is searched, and the search result is output via the first API 33A. Similarly, the second database system 12
B searches the second database 31B by the second search engine 32B based on the search request given to the second API 33B, and returns the search result to the second API 33B.
Output via B. Different search information is used for the search request and the search result in the first API 33A and the search request and the search result in the second API 33B.

【0028】例えば、フルテキスト検索等において、単
語頻度情報等をデータベースから取得する必要がある場
合、検索エンジン及びAPIとデータベースとの通信処
理が重くなる。このため、図1の構成では、API33
A、33Bと検索エンジン32A,32Bとデータベー
ス31A,31Bを同一のマシン3、4上にそれぞれ配
置し、検索処理の負荷を効率的に分散している。
For example, in a full-text search or the like, when it is necessary to acquire word frequency information and the like from a database, communication processing between the search engine and API and the database becomes heavy. Therefore, in the configuration of FIG.
A and 33B, search engines 32A and 32B, and databases 31A and 31B are arranged on the same machines 3 and 4, respectively, and the load of the search processing is efficiently distributed.

【0029】共通インタフェース部11は、アプリケー
ションプログラム10により、検索先として指定された
データベース31A、31Bを備えるデータベースシス
テム12A、12Bを構築するコンピュータ3、4を決
定する。さらに、アプリケーションプログラム10から
供給された、検索情報(データベース31Aと31Bに
共通の形式(フォーマット)の検索情報)、指定された
データベース31A、31Bに対応するデータベースシ
ステム12A、12BのAPI33A、33Bに対応す
る個別の形式の検索情報に変換して、該当するデータベ
ースシステム12A、12Bの検索エンジン32A、3
2BにAPI33A、33Bを介して与える。
The common interface section 11 determines, by the application program 10, the computers 3 and 4 that construct the database systems 12A and 12B having the databases 31A and 31B designated as the search destinations. Further, it corresponds to search information (search information in a format common to the databases 31A and 31B) supplied from the application program 10 and APIs 33A and 33B of the database systems 12A and 12B corresponding to the specified databases 31A and 31B. The search engine 32A, 3 of the corresponding database system 12A, 12B
2B via API 33A, 33B.

【0030】また、共通インタフェース部11は、デー
タベースシステム31A、31Bの検索エンジン32
A、32BからAPI33A、33Bを介して得られる
個別の出力形式の検索結果を共通の形式の検索情報に変
換して出力する。
Further, the common interface section 11 is a search engine 32 of the database systems 31A and 31B.
The search results in the individual output formats obtained from the A and 32B through the APIs 33A and 33B are converted into search information in a common format and output.

【0031】すなわち、データベース管理テーブル格納
部24は、各データベース31A、31Bのデータベー
ス識別情報、例えばデータベース名と各データベース3
1A、31Bが存在するコンピュータ3、4との対応関
係が登録されるデータベース管理テーブルを格納する
That is, the database management table storage section 24 stores the database identification information of each database 31A, 31B, for example, the database name and each database 3.
Stores a database management table in which the correspondence with the computers 3 and 4 in which 1A and 31B exist is registered.

【0032】検索項目対応テーブル格納部23は、各デ
ータベースエンジン32A、32BのAPI33A、3
3B毎の個別の検索情報とこれら検索情報と実質的に同
一の情報に対して共通に設定される共通の検索情報との
対応関係が登録される検索項目対応テーブルを格納す
る。検索情報としては、例えば検索項目、検索語、検索
論理式、及び検索出力項目等であり、少なくとも検索項
目を含む検索情報の対応関係が検索項目テーブルに登録
される。
The search item correspondence table storage unit 23 stores APIs 33A and 3B of the database engines 32A and 32B.
A search item correspondence table in which a correspondence relationship between individual search information for each 3B and common search information set in common for substantially the same information as these search information is registered is stored. The search information is, for example, a search item, a search word, a search logical expression, a search output item, and the like, and the correspondence relationship of the search information including at least the search item is registered in the search item table.

【0033】検索指示解釈部21は、アプリケーション
プログラム10により指定されたデータベース31A、
31Bのデータベース名から、データベース管理テーブ
ルを参照して、対応するコンピュータ3、4を決定す
る。また、検索指示解釈部21は、検索項目対応テーブ
ルを参照して、共通の検索情報を、指定された検索先の
データベース31A、31Bの検索エンジン32A、3
2Bに対応するAPI33A、33B用の個別の検索情
報に変換して、そのAPI33A又は33Bに与える。
The search instruction interpreter 21 includes a database 31A designated by the application program 10,
Based on the database name of 31B, the corresponding computer 3 or 4 is determined by referring to the database management table. Further, the search instruction interpreting unit 21 refers to the search item correspondence table and sets common search information to the search engines 32A, 3A of the specified search destination databases 31A, 31B.
It is converted into individual search information for APIs 33A and 33B corresponding to 2B and given to the API 33A or 33B.

【0034】検索結果生成部22は、データベース31
A、31Bの検索エンジン32A、32Bにより検索さ
れ、API33A、33Bを介して供給された個別の検
索情報、例えば検索出力項目による出力形式の検索結果
を、共通の検索情報による出力形式に変換して出力す
る。
The search result generation unit 22 uses the database 31.
Individual search information that is searched by the search engines 32A and 32B of A and 31B and supplied via the APIs 33A and 33B, for example, the search result of the output format by the search output item is converted into the output format by the common search information. Output.

【0035】次に、図1のように構成された情報検索シ
ステムについて、さらに具体的な動作をあげて説明す
る。コンピュータ1は、アプリケーションプログラム1
0を実行し、アプリケーションプログラム10の要求に
基づいて、データベース検索要求を発行する。データベ
ース検索要求は、例えば図2に示すような共通インタフ
ェース形式のタグ付きテキスト情報であり、検索対象の
データベース名、検索項目、検索語、重要度、検索論理
式及び結果出力項目の指定等の情報を含む。なお、1回
の検索要求で複数のデータベースに対する検索を同時に
要求することも可能である。この共通インタフェース形
式の検索情報による検索指示が、コンピュータ2におけ
る共通インタフェース部11の検索指示解釈部21に与
えられる。
Next, the information retrieval system configured as shown in FIG. 1 will be described by further specific operation. The computer 1 has an application program 1
0 is executed and a database search request is issued based on the request of the application program 10. The database search request is, for example, common interface format tagged text information as shown in FIG. 2, and information such as a database name to be searched, a search item, a search word, an importance, a search logical expression, and a result output item. including. It is also possible to simultaneously request a search for a plurality of databases with one search request. The search instruction based on the search information in the common interface format is given to the search instruction interpretation unit 21 of the common interface unit 11 in the computer 2.

【0036】検索指示解釈部21は、データベース管理
テーブル格納部24にデータベース管理テーブルを格納
し且つ検索項目対応テーブル格納部23に検索項目対応
テーブルを格納している。
The search instruction interpretation unit 21 stores the database management table in the database management table storage unit 24 and stores the search item correspondence table in the search item correspondence table storage unit 23.

【0037】データベース管理テーブルには、検索指示
で指定されたデータベース名がどのコンピュータ3、4
のどの検索エンジン32A、32Bにあるかという情報
が登録されている。検索指示解釈部21は、このデータ
ベース管理テーブルを参照して、アプリケーションプロ
グラム10からの検索情報を各検索エンジン32A、3
2Bに振り分ける。
In the database management table, the database name designated by the search instruction is stored in which computer 3, 4
Information about which search engine 32A, 32B is located is registered. The search instruction interpreting unit 21 refers to this database management table and searches the search information from the application program 10 for each search engine 32A, 3A.
Distribute to 2B.

【0038】また、検索項目対応テーブルには、共通イ
ンタフェースで定義された検索項目またはその検索項目
に検索語、重要度、検索論理式及び結果出力項目の指定
等を加えた検索情報と、各API33A、33B毎の検
索項目またはその検索項目に検索語、重要度、検索論理
式及び結果出力項目の指定等を加えた検索情報との対応
関係が登録されている。
In the search item correspondence table, search information defined by the common interface or search information in which the search word, the degree of importance, the search logical expression, and the result output item are added to the search item, and each API 33A. , 33B, or the correspondence with the search information obtained by adding the search word, the degree of importance, the search logical expression, the result output item, and the like to the search item is registered.

【0039】検索指示解釈部21は、検索項目対応テー
ブルを参照して、共通インタフェースで定義された検索
情報を、検索するデータベース31A、31Bの検索エ
ンジン毎の個別の検索情報に変換する。すなわち、図3
に示すように、「タイトル」の項目名に対して、データ
ベースシステムによって、同種の項目について、「TI
TLE」または「SUBJECT」等のように、異なっ
た項目名が用いられていることがある。このため、共通
インタフェースで定義された項目名例えば「TI」と各
データベースの検索エンジン用のAPIの項目名を検索
項目対応テーブルにて対応付けている。
The search instruction interpretation unit 21 refers to the search item correspondence table and converts the search information defined by the common interface into individual search information for each search engine of the databases 31A and 31B to be searched. That is, FIG.
As shown in, for the item name of "Title", by the database system, "TI
Different item names may be used, such as "TLE" or "SUBJECT". For this reason, the item name defined in the common interface, for example, "TI", is associated with the item name of the API for the search engine of each database in the search item correspondence table.

【0040】また、検索指示解釈部21は、入力された
検索語等の検索情報に対して、シソーラス辞書格納部2
5に格納されたシソーラス辞書(即ち、類義語辞書)を
用いて、検索語等の検索情報を追加することができる。
このような類義語情報の追加により、一層的確な検索を
達成することが可能となる。
Further, the search instruction interpretation unit 21 responds to the input search information such as the search word by the thesaurus dictionary storage unit 2.
Using the thesaurus dictionary stored in 5 (that is, a synonym dictionary), search information such as a search word can be added.
By adding such synonym information, it is possible to achieve a more accurate search.

【0041】検索エンジン32A、32Bに振り分けら
れた検索指示は、該当する検索エンジン32A、32B
用のAPI(プログラム)33A、33Bにより指定さ
れたデータベース31A、31Bに対する検索処理が行
われる。
The search instructions distributed to the search engines 32A and 32B are the corresponding search engines 32A and 32B.
The search processing is performed on the databases 31A and 31B designated by the APIs (programs) 33A and 33B for use.

【0042】検索により得られた検索結果は、共通イン
タフェース部11の検索結果生成部22に送られ、共通
インタフェース形式に変換されて、検索結果がコンピュ
ータ1のアプリケーションプログラム10に返される。
検索結果生成部22も、検索項目対応テーブル参照して
検索出力項目・形式の変換を行う。
The search result obtained by the search is sent to the search result generating section 22 of the common interface section 11, is converted into the common interface format, and the search result is returned to the application program 10 of the computer 1.
The search result generation unit 22 also refers to the search item correspondence table and converts the search output item / format.

【0043】このように、共通インタフェース部11を
用いれば、検索対象のデータベースの指定にあたり、異
なる検索エンジンが管理する複数のデータベースを指定
したり、同一の検索エンジンが管理する複数のデータベ
ースを指定したりすることが可能である。これらの指定
したデータベースにおける全てのデータから検索を行
い、各データベースからの検索結果を一つに統合して検
索結果を出力することができる。
As described above, when the common interface unit 11 is used, a plurality of databases managed by different search engines or a plurality of databases managed by the same search engine are designated when designating a database to be searched. It is possible to It is possible to perform a search from all data in these designated databases, integrate the search results from each database into one, and output the search results.

【0044】また、検索エンジンによっては、検索指示
により予め指定した重要度を参考にして、検索されたデ
ータに得点(即ち、スコア)を付与し、この得点によっ
てソートした結果を返すものがある。そして、複数個の
異なる検索エンジンがそれぞれこのようなスコアを付与
する場合、これら複数の異なるスコア付与検索エンジン
に対して同時に検索を行い、それらスコア付きの検索結
果を検索結果生成部22にてスコアに従ってソートして
統合し、その結果をアプリケーションプログラム10に
出力させることができる。この場合、API33A,3
3Bの重要度付与の基準を統一させることにより、デー
タベース31A,31B毎にスコアが付与された検索結
果を1つに統合してアプリケーションプログラム10に
返すことが容易になる。
Further, some search engines refer to the degree of importance designated in advance by a search instruction, give a score (that is, a score) to the searched data, and return the result sorted by this score. Then, when a plurality of different search engines each give such a score, the plurality of different score-giving search engines are searched at the same time, and the search results with the scores are scored by the search result generating unit 22. It is possible to sort and integrate according to the above, and output the result to the application program 10. In this case, API 33A, 3
By unifying the criteria for assigning the importance of 3B, it becomes easy to integrate the search results with the scores assigned to each of the databases 31A and 31B and return them to the application program 10.

【0045】例えば、第1の検索エンジン32Aの下に
あるデータベース31Aと第2の検索エンジン32Bの
下にあるデータベース31Bに対して同時に検索を行っ
たとする。まず、各データベース31A,31B毎に検
索を行い、各検索API33A,33Bにより、データ
ベース毎の検索結果及びスコアを算出する。次に、各々
の検索結果を検索結果生成部22でスコア順に統合す
る。統合処理で単純にデータベース毎の検索結果を順に
出力したのでは、重要度順に出力するという利点がな
い。この実施の形態では、上述したように、API33
A,33Bが同一基準でスコアを付しているため、検索
結果生成部22は、統一した基準でスコア順に統合する
ことができる。例えば、データベースAで付与された1
00というスコアと、データベースBで付与された10
0というスコアは同じ程度の重要度であるから、統合し
た最終的な結果も重要度準にソートされており、アプリ
ケーションプログラム10側のユーザも検索結果を重要
度順に参照することが可能となる。
For example, assume that a database 31A under the first search engine 32A and a database 31B under the second search engine 32B are searched at the same time. First, a search is performed for each database 31A, 31B, and a search result and a score for each database are calculated by each search API 33A, 33B. Next, the search result generator 22 integrates the respective search results in the order of scores. Simply outputting the search results for each database in order in the integration process does not have the advantage of outputting in order of importance. In this embodiment, as described above, the API 33
Since the scores of A and 33B are assigned with the same criterion, the search result generation unit 22 can integrate the scores in the order of the unified criterion. For example, 1 given in database A
Score of 00 and 10 given in database B
Since the score of 0 has the same degree of importance, the final integrated results are also sorted according to the degree of importance, and the user on the application program 10 side can also refer to the search results in order of importance.

【0046】上述したような、データベース検索に用い
る共通インタフェースは、検索のみならず、データベー
スへのデータ登録、削除または更新等のデータベース管
理にも利用することができる。なお、上述したAPI及
び検索エンジンを含むデータベースシステムは、SQL
言語などによる問い合わせが可能なリレーショナルデー
タベースシステムに置き換えることもできる。
The common interface used for database retrieval as described above can be utilized not only for retrieval but also for database management such as data registration, deletion or update in the database. The database system including the above-mentioned API and search engine is SQL.
It can also be replaced with a relational database system that allows inquiries by language.

【0047】このようにして、データベースの識別及び
検索情報の変換を行う共通インタフェースを定義するこ
とにより、複数のAPIに柔軟に対応して、検索処理及
び検索結果の出力が共通化され、検索エンジンの変更ま
たは追加に対しても容易に対処し得るとともに、統合し
た検索結果を出力させることも可能となる。したがっ
て、アプリケーションプログラム10の設計、変更が最
小限の処理で済み、個々の検索エンジンを意識すること
なく複数のデータベースに対する検索を行うことができ
る。しかも、検索インタフェースの統一が可能になり、
複数の検索エンジンで並列に検索を行うことが可能にな
るため、実質的に検索時間を短縮することも可能とな
る。
By defining the common interface for identifying the database and converting the search information in this way, the search processing and the output of the search result are made common by flexibly supporting a plurality of APIs, and the search engine is shared. It is possible to easily deal with the change or addition of, and it is also possible to output the integrated search result. Therefore, the design and modification of the application program 10 are minimal, and it is possible to search a plurality of databases without being aware of the individual search engines. Moreover, the search interface can be unified,
Since the search can be performed in parallel by a plurality of search engines, the search time can be substantially shortened.

【0048】また、検索処理の付加を分散するため、検
索エンジン用APIを検索エンジンと同一のマシン上に
置いている。特に、フルテキスト検索における重要度付
与の場合、単語頻度情報などをデータベースから取得す
る必要があるため、APIとデータベースとの通信処理
が重くなるため、APIプログラムを分散させた方が効
果的な負荷の分散を行うことができる。
In order to disperse the addition of search processing, the search engine API is placed on the same machine as the search engine. In particular, in the case of assigning importance in full-text search, it is necessary to acquire word frequency information from the database, and communication processing between the API and the database becomes heavy. Therefore, it is more effective to distribute the API program. Can be dispersed.

【0049】[0049]

【発明の効果】以上説明したように、この発明によれ
ば、複数の個別の検索手段又は検索インタフェースに対
応させ、検索手段(検索エンジン)の変更または追加に
対しても容易に対処し得る。また、統合した検索結果を
出力することも可能になる。また、アプリケーションプ
ログラム(検索指示手段)と共通インタフェースを独立
した構成とすることにより、アプリケーションプログラ
ムの負荷を低減し、また、その設計が容易であり、汎用
的なアプリケーションをそのまま使用することも可能と
なる。
As described above, according to the present invention, it is possible to deal with a plurality of individual search means or search interfaces and easily deal with a change or addition of search means (search engine). It is also possible to output the integrated search result. Further, by making the application program (search instruction means) and the common interface independent, the load of the application program can be reduced, and its design is easy, and a general-purpose application can be used as it is. Become.

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

【図1】この発明の1つの実施の形態に係る情報検索シ
ステムの模式的構成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of an information search system according to an embodiment of the present invention.

【図2】図1の情報検索システムの作用を説明するため
の共通インタフェース形式のテキスト情報からなるデー
タベース検索要求の一例を示す図である。
FIG. 2 is a diagram showing an example of a database search request composed of text information in a common interface format for explaining the operation of the information search system of FIG.

【図3】図1の情報検索システムの作用を説明するため
の検索項目対応テーブルの一例を示す図である。
FIG. 3 is a diagram showing an example of a search item correspondence table for explaining the operation of the information search system of FIG.

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

1〜4 コンピュータ(システム) 10 アプリケーションプログラム 11 共通インタフェース部 12A,12B データベースシステム 21 検索指示解釈部 22 検索結果生成部 23 検索項目対応テーブル格納部 24 データベース管理テーブル格納部 25 シソーラス辞書格納部 31A,31B データベース 32A,32B 検索エンジン 33A,33B API(アプリケーションプログラム
インタフェース)
1 to 4 computer (system) 10 application program 11 common interface unit 12A, 12B database system 21 search instruction interpretation unit 22 search result generation unit 23 search item correspondence table storage unit 24 database management table storage unit 25 thesaurus dictionary storage unit 31A, 31B Database 32A, 32B Search engine 33A, 33B API (application program interface)

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】複数のデータベースと、 前記複数のデータベースにそれぞれ対応し、各データベ
ースをそれぞれ検索する複数のデータベース検索手段
と、 検索先として指定されたデータベースに対応する前記デ
ータベース検索手段を決定し且つ前記複数のデータベー
ス検索手段に共通の形式の検索情報を、前記指定された
データベースに対応するデータベース検索手段に個別の
形式の検索情報に変換して、そのデータベース検索手段
に与えると共に、前記データベース検索手段から得られ
る個別の形式の検索結果を共通の形式の検索結果に変換
して出力する共通インタフェース手段と、 を具備することを特徴とする情報検索システム。
1. A plurality of databases, a plurality of database search means which respectively correspond to the plurality of databases and respectively search each database, and a database search means which corresponds to a database designated as a search destination are determined. The database search means converts the search information in the format common to the plurality of database search means into the search information in the individual format for the database search means corresponding to the specified database, and gives the converted information to the database search means. An information retrieval system comprising: a common interface unit for converting the retrieval result in the individual format obtained from the above into a retrieval result in the common format and outputting the retrieval result.
【請求項2】前記共通インタフェース手段から独立し、
前記共通インタフェース手段に対しデータベースの検索
要求を発行するアプリケーションを実行し、前記共通イ
ンタフェース手段から検索結果を受け取って処理するア
プリケーション実行手段、をさらに備えることを特徴と
する請求項1に記載の情報検索システム。
2. Independent of the common interface means,
2. The information search according to claim 1, further comprising: an application execution unit that executes an application that issues a database search request to the common interface unit, receives an search result from the common interface unit, and processes the received search result. system.
【請求項3】前記アプリケーション実行手段は、第1の
マシン上に配置され、前記共通インタフェース手段は前
記第1のマシンとは異なる第2のマシン上に配置され、
前記アプリケーション実行手段と前記共通インタフェー
ス手段は標準入出力を介して通信により接続され、 各前記データベースと対応する各前記データベース検索
手段は、互いに同一のマシン上に配置され、通信を介し
て前記インタフェース手段に接続されている、 ことを特徴とする請求項2に記載の情報検索システム。
3. The application executing means is arranged on a first machine, and the common interface means is arranged on a second machine different from the first machine,
The application executing means and the common interface means are connected by communication via standard input / output, the database searching means corresponding to the databases are arranged on the same machine, and the interface means is connected via communication. The information retrieval system according to claim 2, wherein the information retrieval system is connected to.
【請求項4】前記データベースの検索を指示する検索指
示手段をさらに含み、 前記共通インタフェース手段は、前記検索指示手段と前
記複数のデータベース検索手段との間をインタフェース
する手段である、ことを特徴とする請求項1に記載の情
報検索システム。
4. A search instruction means for instructing a search of the database is further included, wherein the common interface means is means for interfacing between the search instruction means and the plurality of database search means. The information search system according to claim 1.
【請求項5】前記共通インタフェース手段は、 実質的に同一の前記個別の形式の検索情報と前記共通の
形式の検索情報との対応関係を登録した検索項目対応テ
ーブルと、 前記共通の検索情報を、前記検索項目対応テーブルに基
づき、前記検索先のデータベースに対応するデータベー
ス検索手段に個別の形式の検索情報に変換し、そのデー
タベース検索手段に与える検索指示解釈手段と、 前記データベース検索手段に個別の形式の検索結果を、
前記検索項目対応テーブルに基づき、前記共通の形式に
変換して出力する検索結果生成手段と、 を含むことを特徴とする請求項1、2、3又は4に記載
の情報検索システム。
5. The common interface means stores a search item correspondence table in which a correspondence relationship between substantially identical search information in the individual format and search information in the common format is registered, and the common search information. , Based on the search item correspondence table, the database search means corresponding to the database of the search destination is converted into search information in an individual format, the search instruction interpretation means to give to the database search means, and the database search means Format search results,
The information search system according to claim 1, 2, 3, or 4, further comprising: a search result generating unit that converts the output into the common format and outputs the converted result based on the search item correspondence table.
【請求項6】前記検索結果生成手段は、前記複数のデー
タベース検索手段の前記個別の形式の検索結果を統合し
て、共通の形式の検索結果に変換する統合手段を含む、
ことを特徴とする請求項5に記載の情報検索システム。
6. The search result generation means includes integration means for integrating the search results in the individual formats of the plurality of database search means and converting the search results in a common format.
The information retrieval system according to claim 5, characterized in that.
【請求項7】前記データベース検索手段は、前記データ
ベースを検索し、検索結果の重要度に応じたスコアを付
して出力し、 前記統合手段は、前記検索結果を前記スコアに基づいて
統合する手段を含む、 ことを特徴とする請求項6に記載の情報検索システム。
7. The database search means searches the database, outputs with a score according to the importance of search results, and the integrating means integrates the search results based on the scores. The information retrieval system according to claim 6, further comprising:
【請求項8】前記検索指示解釈手段は、前記共通の形式
の検索情報から、類義語辞書を用いて類義検索情報を生
成する手段を含む、 ことを特徴とする請求項5に記載の情報検索システム。
8. The information search according to claim 5, wherein the search instruction interpretation means includes means for generating synonym search information from the search information in the common format by using a synonym dictionary. system.
【請求項9】前記検索指示解釈手段は、 前記各データベースの識別情報と前記各データベース検
索手段の所在との対応関係を登録するデータベース管理
テーブルと、 前記共通検索情報から、前記データベース管理テーブル
を参照して、検索対象のデータベースを判別し、前記共
通の検索情報を、前記検索項目対応テーブルに基づき、
前記検索先のデータベースに対応するデータベース検索
手段の前記個別の形式の検索情報に変換して、そのデー
タベース検索手段に与える手段と、 を含む、ことを特徴とする請求項5に記載の情報検索シ
ステム。
9. The search instruction interpretation means refers to the database management table from the common search information, a database management table that registers a correspondence relationship between the identification information of each database and the location of each database search means. Then, the database to be searched is determined, the common search information is based on the search item correspondence table,
The information search system according to claim 5, further comprising: a unit that converts the search information in the individual format of the database search unit corresponding to the search destination database and supplies the search information to the database search unit. .
JP8134794A 1996-05-29 1996-05-29 Information retrieving system Pending JPH09319757A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8134794A JPH09319757A (en) 1996-05-29 1996-05-29 Information retrieving system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8134794A JPH09319757A (en) 1996-05-29 1996-05-29 Information retrieving system

Publications (1)

Publication Number Publication Date
JPH09319757A true JPH09319757A (en) 1997-12-12

Family

ID=15136699

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8134794A Pending JPH09319757A (en) 1996-05-29 1996-05-29 Information retrieving system

Country Status (1)

Country Link
JP (1) JPH09319757A (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000003367A (en) * 1998-06-12 2000-01-07 Mitsubishi Electric Corp Repeater and information retrieval system
KR20000006664A (en) * 1999-09-29 2000-02-07 문성일 Meta search engine be set on computer of end user
JP2001222547A (en) * 2000-02-10 2001-08-17 Nec Corp Method and system for access to cgi retrieval site on www and recording medium
JP2002024284A (en) * 2000-07-07 2002-01-25 Shin Caterpillar Mitsubishi Ltd Patent information managing device, patent information totalizing and outputting method of the same device, and computer-readable recording medium with recorded patent information managing program
JP2002063196A (en) * 2000-03-06 2002-02-28 Katsuyoshi Nagashima Device for automatically retrieving internet information, and method for the same
JP2002132827A (en) * 2000-03-06 2002-05-10 Katsuyoshi Nagashima Device and method for automatic retrieval of advertisement information from internet information
JP2002259448A (en) * 2001-02-28 2002-09-13 Toshiba Tec Corp Information providing system
JP2002269123A (en) * 2001-03-12 2002-09-20 Dainippon Printing Co Ltd System for retrieving electronic catalog
JP2002539547A (en) * 1999-03-17 2002-11-19 オラクル コーポレーション How to provide clients with a service to retrieve data from data sources that do not necessarily support the format required by the client
JP2004013904A (en) * 2002-06-07 2004-01-15 Xerox Corp Method for identifying print media supply in copier or printer
JP2004287532A (en) * 2003-03-19 2004-10-14 Ricoh Co Ltd Integral metal retrieving device and method
JP2004533046A (en) * 2001-03-21 2004-10-28 インターナショナル・ビジネス・マシーンズ・コーポレーション Server support method and system for pluggable authorization system
JP2005229270A (en) * 2004-02-12 2005-08-25 Ricoh Co Ltd Image forming device and method of interface
JP2006004274A (en) * 2004-06-18 2006-01-05 Nippon Telegr & Teleph Corp <Ntt> Interactive processing device, interactive processing method, and interactive processing program
JP2006252102A (en) * 2005-03-10 2006-09-21 Kotohaco:Kk Device and method for sql divided type parallel retrieval
WO2009057738A1 (en) * 2007-11-01 2009-05-07 Hitachi Software Engineering Co., Ltd. File search system, program, and computer-readable recording medium
JP2011023045A (en) * 2005-01-14 2011-02-03 Yahoo Inc Reputation based search
JP2011221651A (en) * 2010-04-06 2011-11-04 Obic Co Ltd Table data retrieval apparatus, table data retrieval method and table data retrieval program
JPWO2010058519A1 (en) * 2008-11-18 2012-04-19 日本電気株式会社 Hybrid search system, hybrid search method, and hybrid search program
JP2012194900A (en) * 2011-03-17 2012-10-11 Yahoo Japan Corp Profile matching device and method
CN104981802A (en) * 2013-02-27 2015-10-14 日立数据系统有限公司 Content class for object storage indexing system
WO2018074479A1 (en) * 2016-10-20 2018-04-26 日本電信電話株式会社 Data processing device and data processing method
JP2018514012A (en) * 2015-02-18 2018-05-31 アビニシオ テクノロジー エルエルシー Querying data sources on the network
US11093223B2 (en) 2019-07-18 2021-08-17 Ab Initio Technology Llc Automatically converting a program written in a procedural programming language into a dataflow graph and related systems and methods
US11593369B2 (en) 2010-01-15 2023-02-28 Ab Initio Technology Llc Managing data queries

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04357567A (en) * 1991-04-08 1992-12-10 Fuji Xerox Co Ltd Information retrieving system
JPH0644750A (en) * 1992-05-22 1994-02-18 Sony Corp Method for calculating playing time of disk reproducing device
JPH0667867A (en) * 1992-06-15 1994-03-11 Fuji Xerox Co Ltd Data base accessing system for application program
JPH06176069A (en) * 1992-12-02 1994-06-24 Dainippon Printing Co Ltd Display device for retrieving result of character string
JPH0765032A (en) * 1993-08-27 1995-03-10 Toshiba Corp Information processing system having data base language converting function
JPH07141399A (en) * 1993-05-20 1995-06-02 Hughes Aircraft Co Computer data network and control thereof
JPH07175825A (en) * 1993-11-05 1995-07-14 Hitachi Ltd Document retrieving/displaying method
JPH07175697A (en) * 1993-12-20 1995-07-14 Hitachi Ltd Heterogeneous database access system and controlling method for the same
JPH07311777A (en) * 1994-05-19 1995-11-28 Hitachi Ltd Data retrieval method for different kind of data base
JPH0877201A (en) * 1994-09-09 1996-03-22 Toshiba Corp System and method for document database retrieval

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04357567A (en) * 1991-04-08 1992-12-10 Fuji Xerox Co Ltd Information retrieving system
JPH0644750A (en) * 1992-05-22 1994-02-18 Sony Corp Method for calculating playing time of disk reproducing device
JPH0667867A (en) * 1992-06-15 1994-03-11 Fuji Xerox Co Ltd Data base accessing system for application program
JPH06176069A (en) * 1992-12-02 1994-06-24 Dainippon Printing Co Ltd Display device for retrieving result of character string
JPH07141399A (en) * 1993-05-20 1995-06-02 Hughes Aircraft Co Computer data network and control thereof
JPH0765032A (en) * 1993-08-27 1995-03-10 Toshiba Corp Information processing system having data base language converting function
JPH07175825A (en) * 1993-11-05 1995-07-14 Hitachi Ltd Document retrieving/displaying method
JPH07175697A (en) * 1993-12-20 1995-07-14 Hitachi Ltd Heterogeneous database access system and controlling method for the same
JPH07311777A (en) * 1994-05-19 1995-11-28 Hitachi Ltd Data retrieval method for different kind of data base
JPH0877201A (en) * 1994-09-09 1996-03-22 Toshiba Corp System and method for document database retrieval

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000003367A (en) * 1998-06-12 2000-01-07 Mitsubishi Electric Corp Repeater and information retrieval system
JP2002539547A (en) * 1999-03-17 2002-11-19 オラクル コーポレーション How to provide clients with a service to retrieve data from data sources that do not necessarily support the format required by the client
KR20000006664A (en) * 1999-09-29 2000-02-07 문성일 Meta search engine be set on computer of end user
JP2001222547A (en) * 2000-02-10 2001-08-17 Nec Corp Method and system for access to cgi retrieval site on www and recording medium
JP2002063196A (en) * 2000-03-06 2002-02-28 Katsuyoshi Nagashima Device for automatically retrieving internet information, and method for the same
JP2002132827A (en) * 2000-03-06 2002-05-10 Katsuyoshi Nagashima Device and method for automatic retrieval of advertisement information from internet information
JP2002024284A (en) * 2000-07-07 2002-01-25 Shin Caterpillar Mitsubishi Ltd Patent information managing device, patent information totalizing and outputting method of the same device, and computer-readable recording medium with recorded patent information managing program
JP2002259448A (en) * 2001-02-28 2002-09-13 Toshiba Tec Corp Information providing system
JP2002269123A (en) * 2001-03-12 2002-09-20 Dainippon Printing Co Ltd System for retrieving electronic catalog
JP2004533046A (en) * 2001-03-21 2004-10-28 インターナショナル・ビジネス・マシーンズ・コーポレーション Server support method and system for pluggable authorization system
JP2004013904A (en) * 2002-06-07 2004-01-15 Xerox Corp Method for identifying print media supply in copier or printer
JP2004287532A (en) * 2003-03-19 2004-10-14 Ricoh Co Ltd Integral metal retrieving device and method
JP2005229270A (en) * 2004-02-12 2005-08-25 Ricoh Co Ltd Image forming device and method of interface
JP2006004274A (en) * 2004-06-18 2006-01-05 Nippon Telegr & Teleph Corp <Ntt> Interactive processing device, interactive processing method, and interactive processing program
JP2011023045A (en) * 2005-01-14 2011-02-03 Yahoo Inc Reputation based search
JP2006252102A (en) * 2005-03-10 2006-09-21 Kotohaco:Kk Device and method for sql divided type parallel retrieval
JP2009116413A (en) * 2007-11-01 2009-05-28 Hitachi Software Eng Co Ltd File search system, program and computer-readable recording medium
WO2009057738A1 (en) * 2007-11-01 2009-05-07 Hitachi Software Engineering Co., Ltd. File search system, program, and computer-readable recording medium
JPWO2010058519A1 (en) * 2008-11-18 2012-04-19 日本電気株式会社 Hybrid search system, hybrid search method, and hybrid search program
US11593369B2 (en) 2010-01-15 2023-02-28 Ab Initio Technology Llc Managing data queries
JP2011221651A (en) * 2010-04-06 2011-11-04 Obic Co Ltd Table data retrieval apparatus, table data retrieval method and table data retrieval program
JP2012194900A (en) * 2011-03-17 2012-10-11 Yahoo Japan Corp Profile matching device and method
US9965502B2 (en) 2013-02-27 2018-05-08 Hitachi Vantara Corporation Content class for object storage indexing system
US9639564B2 (en) 2013-02-27 2017-05-02 Hitachi Data Systems Corporation Content class for object storage indexing system
JP2016512634A (en) * 2013-02-27 2016-04-28 ヒタチ データ システムズ コーポレーションHitachi Data Systems Corporation Content class for object storage indexing system
US10817489B2 (en) 2013-02-27 2020-10-27 Hitachi Vantara Llc Content class for object storage indexing system
CN104981802A (en) * 2013-02-27 2015-10-14 日立数据系统有限公司 Content class for object storage indexing system
JP2018514012A (en) * 2015-02-18 2018-05-31 アビニシオ テクノロジー エルエルシー Querying data sources on the network
US11308161B2 (en) 2015-02-18 2022-04-19 Ab Initio Technology Llc Querying a data source on a network
WO2018074479A1 (en) * 2016-10-20 2018-04-26 日本電信電話株式会社 Data processing device and data processing method
JPWO2018074479A1 (en) * 2016-10-20 2019-02-07 日本電信電話株式会社 Data processing apparatus and data processing method
US11347765B2 (en) 2016-10-20 2022-05-31 Nippon Telegraph And Telephone Corporation Data processing apparatus and data processing method
US11093223B2 (en) 2019-07-18 2021-08-17 Ab Initio Technology Llc Automatically converting a program written in a procedural programming language into a dataflow graph and related systems and methods

Similar Documents

Publication Publication Date Title
JPH09319757A (en) Information retrieving system
US20050165754A1 (en) Method and system for data retrieval from heterogeneous data sources
US6301581B1 (en) Method and system for managing access to a plurality of data objects
JPH04172542A (en) Function extension system for data base management system
JPH11213014A (en) Data base system, data base retrieving method and recording medium
US20040083223A1 (en) Global database management system integrating heterogeneous data resources
JPH09212517A (en) Method and device for information substitutional retrieval
JPH10240760A (en) Method for managing related data
JP3565117B2 (en) Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program
JPH0944506A (en) Document retrieval device
JPH09198396A (en) Document retrieval device
JPH11232154A (en) Retrieval method and device for resolving heter-ogeneousness of plural data bases, and recording medium having recorded multi-data base heterogeneousness resolving retrieval program
JPH02297670A (en) Data base retrieving system
JPH1153383A (en) Plural database retrieval method and recording medium recording plural database retrieval program or the like
JP2000222410A (en) Thesaurus retrieving device and thesaurus retrieval system
JPH11296532A (en) Method and device for coupling and retrieving heterogeneous data item, and storage medium recorded with heterogeneous data item retrieval program
JPH04177441A (en) System program loading system
JPH03166649A (en) Distributed data base system
JPH10260992A (en) Database processor and storage medium
JP2906638B2 (en) Database search system
JPH05204978A (en) Information retrieving device
JPH0227477A (en) Information retrieving device
JPH0991309A (en) Multiple-data-base retrieval device
JPH11203314A (en) Document number automatic numbering system
JPH0795300B2 (en) Name management method in database