JP2006155043A - Information retrieval system - Google Patents

Information retrieval system Download PDF

Info

Publication number
JP2006155043A
JP2006155043A JP2004342311A JP2004342311A JP2006155043A JP 2006155043 A JP2006155043 A JP 2006155043A JP 2004342311 A JP2004342311 A JP 2004342311A JP 2004342311 A JP2004342311 A JP 2004342311A JP 2006155043 A JP2006155043 A JP 2006155043A
Authority
JP
Japan
Prior art keywords
search
result
data
combined
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
JP2004342311A
Other languages
Japanese (ja)
Inventor
Keisuke Nakamura
圭介 中村
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2004342311A priority Critical patent/JP2006155043A/en
Publication of JP2006155043A publication Critical patent/JP2006155043A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information retrieval system capable of adequately displaying a data retrieval result by list so as to be easily understood, while permitting inconsistency in data among respective databases. <P>SOLUTION: The plurality of databases 1a, 1b, 1c are independently searched with a search condition being the value of the same component name, for example, so as to generate the search result which indicates each data retrieved from each database. Respective data indicated by the search result are connected for the components having the same component number, so as to generate a connection result which indicates each connected data. It is determined whether the value of an attribute coincides or not concerning the attribute which is common in the respective data indicated by the connection result. When the values of the attributes in the respective connected data are determined not to coincide mutually, the determination result is reflected on the connection result. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、複数のデータベースからデータを検索する情報検索システムに関する。   The present invention relates to an information retrieval system that retrieves data from a plurality of databases.

複数のデータベースを検索する場合、各データベースにおける検索データの表現形式の違いや、各データベース間でのデータの矛盾等が問題となる。   When searching a plurality of databases, a difference in the expression format of search data in each database, data inconsistency between the databases, and the like become problems.

このため、例えば特許文献1では、ユーザーからの問い合わせ文を各データベースに適合した問い合わせ文に翻訳して、この翻訳された問い合わせ文により各データベースを検索し、これにより各データベースにおける検索データの表現形式がユーザー自身の表現形式と異なっていても自由に検索することを可能にしている。
特許第348805号公報
For this reason, for example, in Patent Document 1, a query sentence from a user is translated into a query sentence suitable for each database, each database is searched using the translated query sentence, and thereby an expression format of search data in each database Makes it possible to search freely even if it is different from the user's own expression format.
Japanese Patent No. 348805

ところが、各データベース間でのデータの矛盾等を適確に処理するための有効な技術が未だに提案されてはいない。   However, an effective technique for accurately handling data inconsistencies between databases has not yet been proposed.

例えば、製品や部品等の設計現場においては、CADデータや図面データ、実験結果、部品表、及び部品仕様書等の多種類のデータが存在し、これらのデータが相互に目的の異なる複数のデータベースで保存管理されている。このため、各データベースでは、データの項目(例えば属性)が相互に共通することが多く、必ずしも互いに排他的ではない。   For example, at the design site for products and parts, there are many types of data such as CAD data, drawing data, experiment results, parts tables, and parts specifications, and these data are multiple databases with different purposes. It is stored and managed at. For this reason, in each database, data items (for example, attributes) are often common to each other and are not necessarily mutually exclusive.

例えば、図面データのデータベースでは、部品番号、部品名、及び図番という項目(属性)を含むデータを管理し、またCADデータのデータベースでは、部品番号、CADデータ、図番、及び部品名という項目(属性)を含むデータを管理し、更に仕様書データのデータベースでは、部品番号及び仕様書という項目(属性)を含むデータを管理しているものとすると、少なくとも部品番号という項目が各データベース間で相互に共通する。   For example, the drawing data database manages data including items (attributes) such as part number, part name, and figure number, and the CAD data database includes items such as part number, CAD data, figure number, and part name. If data including (attributes) is managed, and data including items (attributes) such as part numbers and specifications is managed in the specification data database, at least the item of the part number is between each database. Common to each other.

これらのデータベースを個別に検索するならば、該各データベース間でのデータの矛盾等は問題にはならない。   If these databases are searched individually, inconsistency of data between the databases does not matter.

しかしながら、これらデータベースを同時に検索するならば、各データベース間でのデータの矛盾等が弊害となる。例えば、図面データのデータベースとCADデータのデータベースを同時に検索して、同一の部品番号の部品に関する検索データを一覧表示するならば、図面データのデータベースにおける「部品番号、部品名、及び図番」とCADデータのデータベースにおける「部品番号、CADデータ、図番、及び部品名」を結合して、「部品番号、部品名、図番、CADデータ」を検索データとして一覧表示することができる。このとき、図面データのデータベースにおける図番の値とCADデータのデータベースにおける図番の値が異なっていると、この検索データを一覧表示するだけでは、各データベース間で図番の値が異なっているのか、各データベースのいずれからも図番の値として複数のものが検索されたのかを知ることはできない。   However, if these databases are searched at the same time, data inconsistency between the databases will be an adverse effect. For example, if the drawing data database and the CAD data database are searched at the same time to display a list of search data related to parts having the same part number, “part number, part name, and figure number” in the drawing data database By combining “part number, CAD data, figure number, and part name” in the CAD data database, “part number, part name, figure number, CAD data” can be displayed as a list as search data. At this time, if the figure number value in the drawing data database is different from the figure number value in the CAD data database, the figure number value is different among the databases only by displaying a list of the search data. However, it is not possible to know from each database whether multiple items have been retrieved as figure number values.

この様な各データベース間でのデータの不整合は、入力ミスや登録時期の違いによる変更の未反映、登録ルールの違いにより生じる。   Such inconsistency of data between databases is caused by an input error, a change not reflected due to a difference in registration time, and a difference in registration rules.

このため、例えば各データベース間で、そのようなデータの不整合が起こらない様にするべく、データの不整合を検知するシステムの導入や各データベースの管理体制の強化等を行うことが考えられるが、コストが上昇するという問題がある。   For this reason, for example, in order to prevent such data inconsistency between the databases, it may be possible to introduce a system for detecting data inconsistency or strengthen the management system of each database. There is a problem that the cost increases.

そこで、本発明は、上記従来の問題に鑑みてなされたものであり、各データベース間でのデータの不整合を許容しながらも、データの検索結果を分かり易く適確に一覧表示することが可能な情報検索システムを提供することを目的とする。   Therefore, the present invention has been made in view of the above-described conventional problems, and it is possible to display a list of data search results in an easy-to-understand and accurate manner while allowing data inconsistency between databases. It aims at providing a simple information retrieval system.

上記課題を解決するために、本発明は、複数のデータベースからデータを検索する情報検索システムにおいて、検索条件及び結合キーを指示されると、各データベースから前記検索条件に該当するそれぞれのデータを検索して、各データベースで検索されたそれぞれのデータを示す検索結果を形成し、この検索結果により示される各データを、前記結合キーにより相互に結合されるとみなされるもの同士で結合して、結合された各データを示す結合結果を形成し、この結合結果により示される前記結合された各データの相互に共通する項目について、項目の値が一致するか否かを判定して、この判定結果を前記結合結果に反映させ、前記判定結果を反映させた結合結果を出力する検索装置と、前記検索条件及び前記結合キーを検索装置に指示し、この指示に応答して前記判定結果を反映させた結合結果を検索装置から入力すると、前記判定結果を反映させた結合結果を表示し、この結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を検索装置に指示するクライアント装置とを備えている。   In order to solve the above-mentioned problems, the present invention searches an information search system for searching for data from a plurality of databases, and searches each data corresponding to the search conditions from each database when a search condition and a join key are specified. Then, a search result indicating each data searched in each database is formed, and each data indicated by the search result is combined with those considered to be combined with each other by the combination key. Forming a combined result indicating each of the combined data, and determining whether or not the values of the items match for the items common to each of the combined data indicated by the combined result. A search apparatus that reflects the result of the combination and outputs the result of the combination reflecting the determination result, and instructs the search apparatus of the search condition and the combination key In response to this instruction, when a combination result reflecting the determination result is input from the search device, the combination result reflecting the determination result is displayed, and the items of the combined data indicated by the combination result In addition, a client device that instructs the search device to perform a search based on the value of the matching item and the value of the non-matching item is provided.

また、本発明においては、検索装置は、各データベースを個別に検索するそれぞれのデータベース検索手段と、各データベース検索手段により検索された前記検索条件に該当するそれぞれのデータを示す検索結果を形成し、この検索結果により示される各データを、前記結合キーにより相互に結合されるとみなされるもの同士で結合して、結合された各データを示す結合結果を形成し、この結合結果により示される前記結合された各データの相互に共通する項目について、項目の値が一致するか否かを判定して、この判定結果を前記結合結果に反映させる検索結果結合手段と、検索結果結合手段により前記判定結果を反映させた結合結果を入力し、この結合結果を示す表示データを形成してクライアント装置に出力する表示データ作成手段と、前記判定結果を反映させた結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を検索装置に指示する参照可否手段とを備え、クライアント装置は、表示データ作成手段からの表示データを入力し、この表示データによって示される前記判定結果を反映させた結合結果を表示し、この結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を参照可否手段に指示している。   Further, in the present invention, the search device forms a search result indicating each database search means for searching each database individually, and each data corresponding to the search condition searched by each database search means, The data indicated by the search result are combined with each other that are considered to be connected to each other by the connection key to form a connection result indicating the combined data, and the connection indicated by the connection result. For the items common to the respective data, whether or not the values of the items match is determined, and the determination result is reflected by the search result combining unit that reflects the determination result in the combination result, and the determination result by the search result combining unit A display data creation means for inputting a combined result reflecting the above, forming display data indicating the combined result, and outputting the display data to the client device; A reference availability unit for instructing a search device to perform a search based on a value of a matching item and a value of a non-matching item for each item of the combined data indicated by the combined result reflecting the determination result; The apparatus inputs display data from the display data creation means, displays the combined result reflecting the determination result indicated by the display data, and for each item of the combined data indicated by the combined result, A search based on the value of the matching item and the value of the non-matching item is instructed to the referability unit.

更に、本発明においては、検索結果結合手段は、前記判定結果を反映させた結合結果を示す検索結果マスターを作成すると共に、一致しないと判定された項目の各値のリストを作成している。   Further, according to the present invention, the search result combining unit generates a search result master indicating the combined result reflecting the determination result, and generates a list of values of items determined not to match.

本発明によれば、まず検索条件及び結合キーをクライアント装置から検索装置へと指示する。これに応答して検索装置では、各データベースから検索条件に該当するそれぞれのデータを検索して、各データベースで検索されたそれぞれのデータを示す検索結果を形成し、この検索結果により示される各データを、結合キーにより相互に結合されるとみなされるもの同士で結合して、結合された各データを示す結合結果を形成し、この結合結果により示される前記結合された各データの相互に共通する項目について、項目の値が一致するか否かを判定して、この判定結果を結合結果に反映させ、この判定結果を反映させた結合結果を出力する。そして、クライアント装置では、この判定結果を反映させた結合結果を表示し、この結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を検索装置に指示する。   According to the present invention, first, a search condition and a join key are instructed from the client device to the search device. In response to this, the search device searches each data corresponding to the search condition from each database, forms a search result indicating each data searched in each database, and each data indicated by this search result Are combined with each other that are considered to be combined with each other by a combination key to form a combined result indicating the combined data, and common to the combined data indicated by the combined result For the item, it is determined whether or not the item values match, the determination result is reflected in the combined result, and the combined result reflecting the determined result is output. Then, the client device displays the combined result reflecting the determination result, and performs a search based on the value of the matching item and the value of the non-matching item for each item of the combined data indicated by the combination result. Instruct the search device.

例えば、図面データのデータベースでは部品番号、部品名、及び図番という項目(属性)を含むデータを保存し、またCADデータのデータベースは部品番号、CADデータ、図番、及び部品名という項目(属性)を含むデータを保存しているものとする。   For example, the drawing data database stores data including items (attributes) such as part number, part name, and figure number, and the CAD data database stores items (attributes) such as part number, CAD data, figure number, and part name. ) Is stored.

これらデータベースを同一の部品名の値(属性の値)という検索条件で検索すると、これらのデータベース別に、該部品名の値を含むデータが検索され、各データベースで検索されたそれぞれのデータを示す検索結果が形成される。そして、この検索結果により示される各データを、同一の部品番号の値を含むもの同士で結合して、結合された各データを示す結合結果を形成する。   When these databases are searched with the search condition of the same part name value (attribute value), the data including the part name value is searched for each database, and the search indicating the respective data searched in each database. A result is formed. Then, the data indicated by the search result are combined with each other including the same part number value to form a combined result indicating the combined data.

例えば、検索条件の同一の部品名の値が「ビス」であれば、各データベース別に、部品名「ビス」を含むデータが検索されて、検索結果が形成される。そして、結合キーの同一の部品番号の値が「1」であれば、検索された各データが部品番号「1」を含むもの同士で結合されて、部品名「ビス」及び部品番号「1」を含む各データが結合されたことを示す結合結果が形成される。   For example, if the value of the same part name in the search condition is “Bis”, data including the part name “Bis” is searched for each database, and a search result is formed. If the value of the same part number of the combination key is “1”, the retrieved data are combined with each other including the part number “1”, and the part name “screw” and the part number “1” are combined. A join result is formed indicating that the data including are joined.

このとき、結合された各データの相互に共通する項目(属性)が図番であれば、この図番の値(属性の値)が一致するか否かを判定する。そして、結合された各データの図番の値が相互に一致しないと判定されたならば、この判定結果を結合結果に反映させる。   At this time, if an item (attribute) common to the combined data is a figure number, it is determined whether or not the figure number value (attribute value) matches. If it is determined that the figure numbers of the combined data do not match each other, the determination result is reflected in the combined result.

この様に判定結果を反映した結合結果をクライアント装置側で表示すれば、結合された各データの図番の値が相互に一致しないときに、これが分かり、ユーザーの判断により図番の各値を適確に利用することが可能になる。例えば、図番の各値を選択的に利用することができる。   If the combined result reflecting the determination result is displayed on the client device side in this way, this is understood when the figure number values of the combined data do not match each other, and each figure value is determined by the user's judgment. It becomes possible to use it properly. For example, each value of the figure number can be selectively used.

仮に、結合された各データの図番の値が相互に一致しないことが分からなければ、各データベース間で図番の値が異なっているのか、各データベースのいずれからも図番の値として複数のものが検索されたのかを知ることはできず、図番の各値を適確に利用することは不可能である。   If it is not clear that the figure number values of the combined data do not match each other, whether the figure number values are different between the databases, or there are multiple figure number values from each database. It is impossible to know whether an object has been searched, and it is impossible to use each value of the figure number appropriately.

また、本発明によれば、検索装置は、各データベースを検索するそれぞれのデータベース検索手段と、検索結果及び結合結果を形成し、前記判定結果を結合結果に反映させる検索結果結合手段と、結合結果を示す表示データを形成してクライアント装置に出力する表示データ作成手段と、前記判定結果を反映させた結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索をクライアント装置から指示されると、この検索を指示する参照可否手段とを備え、クライアント装置は、表示データ作成手段からの表示データによって示される前記判定結果を反映させた結合結果を表示し、この結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を参照可否手段に指示している。   In addition, according to the present invention, the search device includes a database search unit that searches each database, a search result combining unit that forms a search result and a combined result, and reflects the determination result in the combined result, and a combined result Display data creating means for forming display data indicating the output and outputting to the client device, and the value of the matching item and the item that does not match for each item of the combined data indicated by the combined result reflecting the determination result When a search based on the value of the client is instructed by the client apparatus, the client apparatus includes a reference availability means for instructing the search, and the client apparatus reflects the determination result indicated by the display data from the display data creation means For each item of the combined data indicated by the result of the combination, and the value of the matching item and not matching It has been instructed to see whether or not means a search based on the eye of the value.

更に、本発明においては、検索結果結合手段は、前記判定結果を反映させた結合結果を示す検索結果マスターを作成すると共に、一致しないと判定された項目の各値のリストを作成している。この場合は、クライアント装置側で、一致すると判定された項目の値を表示するか、一致しないと判定された項目の各値のリストを一覧表示すれば良く、この表示により一致すると判定された項目の値及び一致しないと判定された項目の各値を判別することが可能になる。また、このリストを利用して、該リストの項目の値に基づく検索を行うことができる。   Further, according to the present invention, the search result combining unit generates a search result master indicating the combined result reflecting the determination result, and generates a list of values of items determined not to match. In this case, on the client device side, the value of the item determined to match may be displayed, or the list of each value of the item determined not to match may be displayed as a list, and the item determined to match by this display It is possible to discriminate each value of the item determined to be inconsistent with this value. In addition, using this list, it is possible to perform a search based on the values of items in the list.

以下、本発明の実施形態を添付図面を参照しつつ詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

図1は、本発明の情報検索システムの一実施形態を示すブロック図である。本実施形態の情報検索システムは、製品や部品等の設計現場で利用されるものであり、複数のデータベース1a、1b、1cと、各データベース1a〜1cを検索する検索サーバー装置2と、ユーザー側のクライアント装置3とを備えている。   FIG. 1 is a block diagram showing an embodiment of the information search system of the present invention. The information search system according to the present embodiment is used at a design site for products and parts, and includes a plurality of databases 1a, 1b, and 1c, a search server device 2 that searches each database 1a to 1c, and a user side. The client apparatus 3 is provided.

各データベース1a〜1c、検索サーバー装置2、及びクライアント装置3は、相互にネットワーク4を通じて接続されているので、それらの設置場所が制限されることはない。例えば、クライアント装置3のみを、海外の設計拠点に設置することも可能である。   Since each database 1a-1c, the search server apparatus 2, and the client apparatus 3 are mutually connected through the network 4, those installation locations are not restrict | limited. For example, it is also possible to install only the client device 3 at an overseas design base.

また、ここでは、図面データのデータベース1a、3DCADデータのデータベース1b、及び仕様書データのデータベース1cという3つのデータベースを例示しているが、2つのデータベースであっても、4つ以上のデータベースであっても、本実施形態の情報検索システムを構築することができる。   In addition, here, three databases, ie, a drawing data database 1a, a 3D CAD data database 1b, and a specification data database 1c are illustrated, but even two databases are four or more databases. However, the information search system of this embodiment can be constructed.

図面データのデータベース1aは、通常、図面データをディスク装置に蓄積しており、ディスク装置に対する図面データの書き込み及び読み出しを行う機能、及びディスク装置から図面データを検索する機能を有している。   The drawing data database 1a normally stores drawing data in a disk device, and has a function of writing and reading drawing data to and from the disk device, and a function of retrieving drawing data from the disk device.

また、データベース1aは、2次元の図面画像をTIFFフォーマットで記録した画像ファイルと共に、図面データの属性を記録保存している。図面データの属性とは、データベース1aにおける固有識別番号、画像ファイル名、部品名、部品番号、図番、ギヤやビスなどの部品の種類、ギヤの歯数、ギヤの直径等の部品情報である。   The database 1a records and saves the attributes of the drawing data together with the image file in which the two-dimensional drawing image is recorded in the TIFF format. The attributes of the drawing data are parts information such as a unique identification number, an image file name, a part name, a part number, a figure number, a part type such as a gear and a screw, the number of gear teeth, and a gear diameter in the database 1a. .

3DCADデータのデータベース1bは、通常、3次元の3DCADデータをディスク装置に蓄積しており、ディスク装置に対する3DCADデータの書き込み及び読み出しを行う機能、及びディスク装置から3DCADデータを検索する機能を有している。   The 3D CAD data database 1b normally stores three-dimensional 3D CAD data in a disk device, has a function of writing and reading 3D CAD data to and from the disk device, and a function of retrieving 3D CAD data from the disk device. Yes.

また、データベース1bは、3次元の3DCADデータを記録した3Dファイルと共に、3DCADデータの属性を記録保存している。3DCADデータの属性とは、データベース1bにおける固有識別番号、3Dファイル名、部品名、部品番号、図番、ギヤやビスなどの部品の種類、ギヤの歯数、ギヤの直径等の部品情報である。   The database 1b records and saves the attributes of the 3D CAD data together with the 3D file in which the 3D 3D CAD data is recorded. The attributes of the 3D CAD data are component information such as a unique identification number in the database 1b, a 3D file name, a component name, a component number, a figure number, a component type such as a gear and a screw, the number of gear teeth, and a gear diameter. .

仕様書データのデータベース1cは、通常、仕様書データをディスク装置に蓄積しており、ディスク装置に対する仕様書データの書き込み及び読み出しを行う機能、及びディスク装置から仕様書データを検索する機能を有している。   The specification data database 1c normally stores specification data in a disk device, and has a function of writing and reading specification data to and from the disk device, and a function of retrieving specification data from the disk device. ing.

また、データベース1cは、仕様書の画像をTIFFフォーマットで記録した仕様書ファイルと共に、仕様書データの属性を記録保存している。仕様書データの属性とは、データベース1cにおける固有識別番号、仕様書ファイル名、部品名、部品番号、ギヤやビスなどの部品の種類、ギヤの歯数、ギヤの直径等の部品情報である。   Further, the database 1c records and saves the attribute of the specification data together with the specification file in which the specification image is recorded in the TIFF format. The attribute of the specification data is component information such as a unique identification number, a specification file name, a component name, a component number, a component type such as a gear and a screw, the number of gear teeth, and a gear diameter in the database 1c.

尚、図2の図表Pに、各データベース1a、1b、1c別に、記録保存されているデータの各属性を整理して示す。   In the chart P of FIG. 2, the attributes of the data recorded and stored for each of the databases 1a, 1b, and 1c are organized and shown.

検索サーバー装置2は、検索条件及び結合キーをクライアント装置3から指示され、検索条件及び結合キーの指示に応答して各データベース1a〜1cに対する検索を行って、この検索結果の一覧表を示す表示データを作成し、この表示データをクライアント装置3に返す。また、検索サーバー装置2は、データの属性の値をクライアント装置3から指示されると、この属性の値を含むデータを各データベース1a〜1cから検索して、このデータをクライアント装置3に返す。   The search server device 2 is instructed by the client device 3 with a search condition and a join key, performs a search for each of the databases 1a to 1c in response to the search condition and the join key instruction, and displays a list of search results. Data is created and this display data is returned to the client device 3. In addition, when the client server 3 instructs the search server device 2 to specify the value of the attribute of the data, the search server device 2 searches the data including the attribute value from the databases 1 a to 1 c and returns this data to the client device 3.

この検索サーバー装置2は、複数のデータベース検索部21a、21b、21c、検索結果結合部22、表示データ作成部23、及び参照可否判定部24を備えている。   The search server device 2 includes a plurality of database search units 21a, 21b, and 21c, a search result combining unit 22, a display data creation unit 23, and a reference availability determination unit 24.

各データベース検索部21a、21b、21cは、各データベース1a、1b、1cを個別に検索するものであり、例えばクライアント装置3から検索条件として部品の属性の値を指示されると、この属性の値を含む図面データ、3DCADデータ、及び仕様書データを各データベース1a、1b、1cbから検索して、これらのデータ別に、データに含まれる各属性の値を検索結果として検索結果結合部22に出力する。   Each database search unit 21a, 21b, 21c searches each database 1a, 1b, 1c individually. For example, when the client device 3 receives a component attribute value as a search condition, the value of this attribute is set. Are retrieved from the databases 1a, 1b, and 1cb, and the value of each attribute included in the data is output to the retrieval result combining unit 22 as a retrieval result for each data. .

検索結果結合部22は、各データベース1a、1b、1cbにより検索されたそれぞれの検索結果を結合するものであり、例えばクライアント装置3から結合キーとして属性の種類を指示されると、該各検索結果を、該指示された種類の属性の値が相互に一致するもの同士で結合して、検索結果マスターを作成する。また、検索結果結合部22は、検索結果マスターと共に、結合された各検索結果の相互に共通する属性について、属性の値が一致するか否かを判定して、一致しないと判定された属性の各値のリストファイルを作成して、検索結果マスター及びリストファイルを表示データ作成部23に出力する。   The search result combining unit 22 combines the search results searched by the databases 1a, 1b, and 1cb. For example, when the client device 3 indicates an attribute type as a combination key, the search results are combined. Are combined with those whose attribute values of the designated type match each other to create a search result master. In addition, the search result combining unit 22 determines whether or not the attribute values of the attributes common to the search results combined with the search result master match, and determines the attribute determined not to match. A list file for each value is created, and the search result master and list file are output to the display data creation unit 23.

表示データ作成部23は、検索結果マスター及びリストファイルを受け取ると、検索結果マスター及びリストファイルに基づいて、各データベース検索部21a〜21cによる検索結果を示す一覧表ファイルを作成し、この一覧表ファイルをクライアント装置3に出力する。   When the display data creation unit 23 receives the search result master and the list file, the display data creation unit 23 creates a list file indicating the search results by the database search units 21a to 21c based on the search result master and the list file. Is output to the client device 3.

参照可否判定部24は、データの属性の値がクライアント装置3から指示されたときには、この属性の値を含むデータを各データベース1a〜1cから検索するものと判定し、またリストファイルがクライアント装置3から指示されたときには、リストファイル及び各データベース1a、1b、1cbにより検索されたそれぞれの検索結果を用いて、検索結果マスターを再度作成する。   When the data attribute value is instructed from the client device 3, the referability determination unit 24 determines that data including the attribute value is to be retrieved from each of the databases 1 a to 1 c, and the list file is the client device 3. When instructed, the search result master is created again using the search results retrieved from the list file and the databases 1a, 1b, and 1cb.

クライアント装置3は、一般的なPC端末であり、キーボードやマウス等の入力部31、ディスプレイモニター等の表示部32、ディスク装置等の記憶装置33、検索条件及び結合キーを入力指示するための検索条件設定部34、及び検索結果マスターに基づく検索を入力指示するための検索結果選択部35を備えている。   The client device 3 is a general PC terminal, and includes an input unit 31 such as a keyboard and a mouse, a display unit 32 such as a display monitor, a storage device 33 such as a disk device, a search for instructing to input search conditions and a combination key. A condition setting unit 34 and a search result selection unit 35 for inputting a search based on the search result master are provided.

ところで、図2の表からも明らかな様に各データベース1a、1b、1c間で共通の属性を用いている場合は、各データベース1a、1b、1cの相互間でデータの矛盾が生じることがある。例えば、共通の属性として「部品番号」があることから、「部品番号」の値を検索条件として、この「部品番号」の値を含むそれぞれのデータを各データベース1a、1b、1cから検索したときに、これらのデータに含まれる他の属性のそれぞれの値、例えば「図番」のそれぞれの値が相互に一致しないことがある。この場合は、相互に一致しない「図番」の各値のいずれを採用するべきか、あるいは共に用いるべきかを、自動的に判断することはできない。   By the way, as apparent from the table of FIG. 2, in the case where a common attribute is used between the databases 1a, 1b, 1c, data inconsistency may occur between the databases 1a, 1b, 1c. . For example, since there is “part number” as a common attribute, each data including the value of “part number” is searched from each database 1a, 1b, 1c using the value of “part number” as a search condition. In addition, the values of other attributes included in these data, for example, the values of “drawing number” may not match each other. In this case, it is not possible to automatically determine which of the “diagram number” values that do not match each other should be adopted or used together.

そこで、本実施形態では、その様な問題を回避しつつ、各データベース1a、1b、1cからの検索結果を分かり易く適確に一覧表示している。   Therefore, in the present embodiment, the search results from the databases 1a, 1b, and 1c are displayed in an easy-to-understand and accurate list while avoiding such problems.

次に、図3のフローチャートを参照しつつ、本実施形態の情報検索システムによる検索処理を説明する。   Next, search processing by the information search system of the present embodiment will be described with reference to the flowchart of FIG.

まず、クライアント装置3では、図4に示す様な検索条件及び結合キー等を入力するためのWebブラウザ入力画面41を表示部32に表示する。この入力画面41においては、各データベース1a、1b、1cを検索対象として指示するための各チェック欄41a、41b、41c、属性の種類を結合キーとして記入するための結合キー欄41d、及び属性の値を検索条件として記入するための部品種類欄41e等が表示されており、検索対象となるデータベース、結合キー、及び検索条件を入力指示することが可能である。   First, the client device 3 displays a Web browser input screen 41 on the display unit 32 for inputting search conditions, a combination key, and the like as shown in FIG. In this input screen 41, check fields 41a, 41b, 41c for indicating each database 1a, 1b, 1c as search targets, a combination key field 41d for entering the attribute type as a combination key, and an attribute A part type column 41e for entering a value as a search condition is displayed, and it is possible to input a database to be searched, a combination key, and a search condition.

例えば、入力部31が操作されて、各チェック欄41a、41bにチェックマークが記入されて、各データベース1a、1bが検索対象として指示され、また結合キー欄41dに部品番号(属性)が結合キーとして記入されて指示され(ステップS101)、更に部品種類欄41eに部品名の「ギヤ」(属性の値)が検索条件として記入されて指示される(ステップS102)。   For example, when the input unit 31 is operated, a check mark is entered in each check field 41a, 41b, each database 1a, 1b is designated as a search target, and a part number (attribute) is entered in the join key field 41d. Is entered and instructed (step S101), and “gear” (attribute value) of the part name is entered in the part type column 41e as a search condition and instructed (step S102).

尚、属性の値を各部品仕様欄41fに記入して、検索条件をより細かく設定しても良い。ただし、ここでは、検索条件として、部品種類欄41eの部品名の「ギヤ」のみが記入されて指示されたものとする。   It should be noted that the attribute value may be entered in each part specification column 41f to set the search condition in more detail. However, here, it is assumed that only the “gear” of the component name in the component type column 41e is entered and designated as the search condition.

こうしてWebブラウザ画面41において、各チェック欄41a、41bにチェックマークが記入され、結合キー欄41dに部品番号が記入され、部品種類欄41eに部品名の「ギヤ」が記入された後に、入力部31の操作により検索実効ボタン42gが指示されると、検索条件設定部34は、検索サーバー装置2に対して、各データベース1a、1bを検索対象として指示し、また部品番号を結合キーとして指示し、更に部品名の「ギヤ」を検索条件として指示する(ステップS103)。   Thus, in the Web browser screen 41, check marks are entered in the check fields 41a and 41b, the part number is entered in the combination key field 41d, and the part name “gear” is entered in the part type field 41e. When the search effective button 42g is instructed by the operation of 31, the search condition setting unit 34 instructs the search server device 2 to search each database 1a, 1b as a search target, and to instruct the part number as a combination key. Further, “gear” of the part name is instructed as a search condition (step S103).

検索サーバー装置2では、各データベース1a、1bを検索対象として指示されると、各データベース1a、1bを検索する各データベース検索部21a、21bを起動し、これらのデータベース検索部21a、21bに対して部品名の「ギヤ」を検索条件として指示する。また、検索結果結合部22に対して部品番号を結合キーとして指示する。   In the search server device 2, when the databases 1a and 1b are instructed as search targets, the database search units 21a and 21b that search the databases 1a and 1b are started, and the database search units 21a and 21b are activated. The part name “gear” is designated as a search condition. Further, the part number is instructed to the search result combination unit 22 as a combination key.

データベース検索部21aは、部品名の「ギヤ」(属性の値)を検索条件として指示されると、図面データのデータベース1aをアクセスして、検索条件である部品名の「ギヤ」を含むデータを検索して、例えば図5に示す様な部品名の「ギヤ」を含むデータの各属性の値を配列した検索結果Aを生成し、この検索結果Aを検索結果結合部22に出力する(ステップS104)。   When the database search unit 21a is instructed to use the part name “gear” (attribute value) as a search condition, the database search unit 21a accesses the drawing data database 1a and stores data including the part name “gear” as the search condition. The search result A is generated by arranging the attribute values of the data including the part name “gear” as shown in FIG. 5, for example, and the search result A is output to the search result combining unit 22 (step S22). S104).

この検索結果Aは、部品名の「ギヤ」を含む複数のデータの各属性の値(部品番号の値、部品名の値、及び図番の値)を、部品番号順に配列したものである。   In this search result A, the attribute values (part number value, part name value, and figure number value) of a plurality of data including the part name “gear” are arranged in the order of the part number.

また、データベース検索部21bは、部品名の「ギヤ」(属性の値)を検索条件として指示されると、3DCADデータのデータベース1bをアクセスして、検索条件である部品名の「ギヤ」を含むデータを検索して、例えば図5に示す様な部品名の「ギヤ」を含むデータの各属性値を配列した検索結果Bを生成し、この検索結果Bを検索結果結合部22に出力する(ステップS104)。   Further, when the “gear” (attribute value) of the part name is designated as a search condition, the database search unit 21b accesses the database 1b of 3D CAD data and includes “gear” of the part name as the search condition. The data is searched to generate a search result B in which the attribute values of the data including the part name “gear” as shown in FIG. 5 are arranged, for example, and the search result B is output to the search result combining unit 22 ( Step S104).

この検索結果Bは、部品名の「ギヤ」を含む複数のデータの各属性の値(部品番号の値、CADデータの値、図番の値、及び部品名の値)を、部品番号順に配列したものである。   This search result B is arranged in order of the part number in order of the part number in each attribute value (part number value, CAD data value, figure number value, and part name value) including “gear” of the part name. It is what.

検索結果結合部22は、各検索結果A、Bを受け取ると、先に述べた様に部品番号(属性)を結合キーとして指示されていることから、各検索結果A、Bにおける部品番号の同一値(属性の同一値)に対応する部品名、CADデータ、及び図番を共通化してなる図5に示す様な結合結果Cを求める(ステップS105)。   When the search result combining unit 22 receives the search results A and B, the search result combining unit 22 is instructed by using the part number (attribute) as the combination key as described above. A combined result C as shown in FIG. 5 is obtained by sharing the part name, CAD data, and figure number corresponding to the value (the same attribute value) (step S105).

例えば、各検索結果A、Bにおける部品番号「A001」に対応する部品名「ギヤ1」、CADデータ「g1.prt」、及び図番「S100」を各検索結果A、Bから抽出して共通化する。   For example, the part name “gear 1”, CAD data “g1.prt”, and the figure number “S100” corresponding to the part number “A001” in each search result A and B are extracted from each search result A and B and shared. Turn into.

また、各検索結果A、Bにおける部品番号「A002」に対応する部品名「ギヤ2」と「ギヤ2a」、CADデータ「g2.prt」、及び図番「S200」と「S210」を各検索結果A、Bから抽出して共通化する。ただし、検索結果Aにおける「ギヤ2」及び図番「S200」と検索結果Bにおける「ギヤ2a」及び図番「S210」が異なるので、「ギヤ2,ギヤ2a」及び「S200,S210」という様に同一属性の各値を「,」で区切って列挙する。   In addition, the parts names “gear 2” and “gear 2a” corresponding to the part number “A002” in each of the search results A and B, the CAD data “g2.prt”, and the figure numbers “S200” and “S210” are searched. Extract from results A and B and share. However, since “Gear 2” and the figure number “S200” in the search result A are different from “Gear 2a” and the figure number “S210” in the search result B, they are called “Gear 2, Gear 2a” and “S200, S210”. List each value of the same attribute separated by ",".

更に、検索結果Bにおける部品番号「A003」が検索結果Aに存在しないので、この部品番号「A003」に対応するCADデータ「g1.prt」、及び図番「S100」を検索結果Bのみから抽出して求める。   Further, since the part number “A003” in the search result B does not exist in the search result A, the CAD data “g1.prt” and the figure number “S100” corresponding to the part number “A003” are extracted from only the search result B. And ask.

そして、検索結果結合部22は、同一の部品番号「A002」に対応しながらも、図5に示す様な相互に一致しなかった「ギヤ2,ギヤ2a」及び「S200,S210」を記録したそれぞれのリストファイルD1、D2を作成し、これらのリストファイルD1、D2にそれぞれのファイル名「x0001.lst」及び「x0002.lst」を設定する。リストファイルは、それぞれの値が相互に一致しなかった各属性の個数だけ作成される。   The search result combining unit 22 records “gear 2, gear 2a” and “S200, S210” that correspond to the same part number “A002” but did not match each other as shown in FIG. The respective list files D1 and D2 are created, and the respective file names “x0001.lst” and “x0002.lst” are set in the list files D1 and D2. List files are created for each attribute whose values do not match each other.

更に、検索結果結合部22は、図5に示す様な結合結果CをテキストファイルデータであるCSVファイルに変換し、図5に示す様な検索結果マスターEを作成する。このとき、相互に一致しなかった「ギヤ2,ギヤ2a」及び「S200,S210」の代わりに、各ファイル名「x0001.lst」及び「x0002.lst」を検索結果マスターEに記入する。   Further, the search result combining unit 22 converts the combination result C as shown in FIG. 5 into a CSV file which is text file data, and creates a search result master E as shown in FIG. At this time, the file names “x0001.lst” and “x0002.lst” are entered in the search result master E instead of “gear 2, gear 2a” and “S200, S210” which did not match each other.

こうして作成された各リストファイルD1、D2及び検索結果マスターEは、検索結果結合部22から表示データ作成部23へと出力される。表示データ作成部23は、各リストファイルD1、D2及び検索結果マスターEを受け取ると、検索結果マスターEを用いて、HTMLフォーマットで表した表示データを作成する(ステップS106)。   The list files D1 and D2 and the search result master E created in this way are output from the search result combining unit 22 to the display data creating unit 23. Upon receiving the list files D1 and D2 and the search result master E, the display data creation unit 23 creates display data expressed in the HTML format using the search result master E (step S106).

この表示データは、例えば図6に示す様なWebブラウザ入力画面42を示すものであり、検索結果マスターEにおける各属性の値の殆どをそのまま表示し、属性の値が無い箇所、例えば部品番号「A003」に対応する部品名を空欄とする。また、各ファイル名「x0001.lst」及び「x0002.lst」は、それぞれの操作ボタン42a、42bで表示される。表示データ作成部23は、各操作ボタン42a、42bに対して、各ファイル名「x0001.lst」及び「x0002.lst」のリストファイルD1、D2を呼び出して参照するためのそれぞれのアクションを設定する。   This display data shows a web browser input screen 42 as shown in FIG. 6, for example. Most of the values of each attribute in the search result master E are displayed as they are, and there are no attribute values, for example, a part number “ The part name corresponding to “A003” is left blank. The file names “x0001.lst” and “x0002.lst” are displayed by the respective operation buttons 42a and 42b. The display data creation unit 23 sets respective actions for calling and referring to the list files D1 and D2 with the file names “x0001.lst” and “x0002.lst” for the operation buttons 42a and 42b. .

こうして作成された表示データは、検索サーバー装置2の表示データ作成部23からクライアント装置3の検索結果選択部35へと出力される。検索結果選択部35は、表示データを受け取ると、この表示データによって示される図6のWebブラウザ入力画面42を表示部32に表示する(ステップS107)。   The display data created in this way is output from the display data creation unit 23 of the search server device 2 to the search result selection unit 35 of the client device 3. When the search result selection unit 35 receives the display data, the search result selection unit 35 displays the Web browser input screen 42 of FIG. 6 indicated by the display data on the display unit 32 (step S107).

この状態で、クライアント装置3の入力部31が操作されて、例えばCADデータ「g1.prt」が指示されると、検索結果選択部35は、この指示を検索サーバー装置2の参照可否判定部24に返す(ステップS108)。   In this state, when the input unit 31 of the client device 3 is operated and, for example, CAD data “g1.prt” is instructed, the search result selection unit 35 refers to this instruction to the referability determination unit 24 of the search server device 2. (Step S108).

参照可否判定部24は、CADデータ「g1.prt」を指示されると、属性の単一の値、つまり「g1.prt」のみが指示されたと判定し(ステップS109で「No」)、クライアント装置3のユーザーによるデータベースへのアクセス権を確認した後、CADデータ「g1.prt」の検索をデータベース1bに指示する。ユーザーによるデータベースへのアクセス権は、例えばクライアント装置3から検索サーバー装置2へとユーザーの識別番号を通知し、この識別番号に対してアクセス権が設定されているか否かを判定することにより確認される。   When the CAD data “g1.prt” is instructed, the referability determination unit 24 determines that only a single attribute value, that is, “g1.prt” is instructed (“No” in step S109), and the client After confirming the access right to the database by the user of the apparatus 3, the database 1b is instructed to search for the CAD data “g1.prt”. The access right to the database by the user is confirmed by, for example, notifying the user identification number from the client apparatus 3 to the search server apparatus 2 and determining whether or not the access right is set for this identification number. The

データベース1bは、CADデータ「g1.prt」の検索を指示されると、CADデータ「g1.prt」を含む3DCADデータを検索して、この3DCADデータをクライアント装置3に出力する。クライアント装置3では、この3DCADデータを記憶装置33に記憶し、この3DCADデータによって示される3次元図面を表示部32に表示する(ステップS110)。この後、ステップS101に戻る。   When instructed to search for the CAD data “g1.prt”, the database 1 b searches for 3D CAD data including the CAD data “g1.prt” and outputs the 3D CAD data to the client device 3. The client device 3 stores the 3D CAD data in the storage device 33, and displays a three-dimensional drawing indicated by the 3D CAD data on the display unit 32 (step S110). Thereafter, the process returns to step S101.

あるいは、クライアント装置3の入力部31の操作により、図番「S100」が指示されると、この指示が検索結果選択部35から参照可否判定部24に返されて(ステップS108)、属性の単一の値が指示されたと判定され(ステップS109で「No」)、クライアント装置3のユーザーによるデータベースへのアクセス権が確認された後、図番「S100」の検索が図面データのデータベース1aに指示され、図番「S100」を含む図面データが検索されて、この図面データがクライアント装置3の記憶装置33に記憶されて表示部32に表示される(ステップS110)。この後、ステップS101に戻る。   Alternatively, when the figure number “S100” is instructed by the operation of the input unit 31 of the client device 3, this instruction is returned from the search result selection unit 35 to the reference availability determination unit 24 (step S108), and the attribute number is simply set. It is determined that one value has been designated (“No” in step S109), and after the access right to the database by the user of the client device 3 is confirmed, a search for the drawing number “S100” is designated to the drawing data database 1a. The drawing data including the drawing number “S100” is retrieved, and this drawing data is stored in the storage device 33 of the client device 3 and displayed on the display unit 32 (step S110). Thereafter, the process returns to step S101.

尚、ステップS110の後に、クライアント装置3の入力部31の操作による処理を元に戻すか否かの指示を確認し、処理を元に戻さないと指示されたときには、ステップS107に戻り、処理を元に戻すと指示されたときには、ステップS101に戻る様にしても良い。   In addition, after step S110, the instruction | indication whether the process by operation of the input part 31 of the client apparatus 3 is returned is confirmed, and when it is instruct | indicated not to return a process, it returns to step S107 and performs a process. When it is instructed to restore, the process may return to step S101.

また、図6のWebブラウザ入力画面42を表示部32に表示した状態で、クライアント装置3の入力部31の操作により、例えば操作ボタン42aが指示されると、検索結果選択部35は、この指示を検索サーバー装置2の参照可否判定部24に返す(ステップS108)。   When the operation button 42a is instructed by the operation of the input unit 31 of the client device 3 with the Web browser input screen 42 of FIG. 6 displayed on the display unit 32, the search result selection unit 35 Is returned to the reference availability determination unit 24 of the search server device 2 (step S108).

参照可否判定部24は、操作ボタン42aが指示されると、操作ボタン42aの指示に応答して、ファイル名「x0002.lst」のリストファイルD2を呼び出して参照する。そして、参照可否判定部24は、リストファイルD2に「S200,S210」が登録されていることから、属性の相互に一致しない各値が指示されたと判定し(ステップS109で「Yes」)、図番「S200」及び図番「S210」を検索結果結合部22に出力する。そして、ステップS105に戻る。   When the operation button 42a is instructed, the referability determination unit 24 calls and refers to the list file D2 with the file name “x0002.lst” in response to the instruction of the operation button 42a. Then, since “S200, S210” is registered in the list file D2, the reference availability determination unit 24 determines that each value that does not match the attribute is instructed (“Yes” in step S109). The number “S200” and the figure number “S210” are output to the search result combining unit 22. Then, the process returns to step S105.

検索結果結合部22は、図番「S200」及び図番「S210」を受け取ると、図番「S200」を結合キーとして、各検索結果A、Bにおける図番「S200」に対応する部品番号及び部品名を共通化し、また図番「S210」を結合キーとして、各検索結果A、Bにおける図番「S210」に対応する部品番号及び部品名を共通化し、図7に示す様な結合結果Jを求める(ステップS105)。   Upon receiving the figure number “S200” and the figure number “S210”, the search result combining unit 22 uses the figure number “S200” as a combination key and the part number corresponding to the figure number “S200” in each search result A and B. The part name is made common, and the part number and part name corresponding to the figure number “S210” in each search result A and B are made common using the figure number “S210” as a join key, and the join result J as shown in FIG. Is obtained (step S105).

そして、検索結果結合部22は、同一の図番「S200」に対応する属性の値であって、相互に一致しなかった各値が存在せず、また同一の図番「S210」に対応する属性の値であって、相互に一致しなかった各値も存在しないので、相互に一致しなかった属性の値を記録したリストファイルを作成せず、図7に示す結合結果JをテキストファイルデータであるCSVファイルに変換し、図7に示す様な検索結果マスターKを作成する(ステップS106)。   Then, the search result combining unit 22 has attribute values corresponding to the same drawing number “S200”, each value not matching each other does not exist, and corresponds to the same drawing number “S210”. Since there is no attribute value that does not match each other, a list file that records attribute values that do not match each other is not created, and the join result J shown in FIG. And a search result master K as shown in FIG. 7 is created (step S106).

この検索結果マスターKは、検索結果結合部22から表示データ作成部23へと出力される。表示データ作成部23は、検索結果マスターKを用いて、HTMLフォーマットで表した表示データを作成し(ステップS106)、この表示データによって示される図8に示す様なWebブラウザ入力画面43を表示部32に表示する(ステップS107)。   The search result master K is output from the search result combining unit 22 to the display data creating unit 23. The display data creation unit 23 creates display data expressed in the HTML format using the search result master K (step S106), and displays a Web browser input screen 43 as shown in FIG. 32 (step S107).

この状態で、クライアント装置3の入力部31の操作により、例えば図番「S210」が指示されると、検索結果選択部35は、この指示を検索サーバー装置2の参照可否判定部24に返す(ステップS108)。   In this state, for example, when the drawing number “S210” is instructed by the operation of the input unit 31 of the client device 3, the search result selection unit 35 returns this instruction to the reference availability determination unit 24 of the search server device 2 ( Step S108).

参照可否判定部24は、図番「S210」を指示されると、属性の単一の値、つまり「S210」のみが指示されたと判定し(ステップS109で「No」)、クライアント装置3のユーザーによるデータベースへのアクセス権を確認した後、図番「S210」の検索を図面データのデータベース1aに指示する。   When the figure number “S210” is instructed, the referability determination unit 24 determines that only a single attribute value, that is, “S210” is instructed (“No” in step S109), and the user of the client apparatus 3 After the access right to the database is confirmed, the search for the drawing number “S210” is instructed to the drawing data database 1a.

データベース1aは、図番「S210」の検索を指示されると、図番「S210」を含む図面データを検索して、この図面データをクライアント装置3に出力する。クライアント装置3では、この図面データを記憶装置33に記憶し、この図面データによって示される2次元図面、例えば図9に示す様な2次元図面Qを表示部32に表示する(ステップS110)。この後、ステップS101に戻る。   When instructed to search for the drawing number “S210”, the database 1a searches for drawing data including the drawing number “S210” and outputs the drawing data to the client device 3. The client device 3 stores the drawing data in the storage device 33 and displays a two-dimensional drawing indicated by the drawing data, for example, a two-dimensional drawing Q as shown in FIG. 9 on the display unit 32 (step S110). Thereafter, the process returns to step S101.

この様に本実施形態では、複数のデータベース別に、例えばデータベースを同一の部品名の値という検索条件で検索して、各データベースで検索されたそれぞれのデータを示す検索結果を形成し、この検索結果により示される各データを、同一の部品番号の値を含むもの同士で結合して、結合された各データを示す結合結果を形成し、この結合結果により示される各データの相互に共通する属性について、属性の値が一致するか否かを判定し、結合された各データの属性の値が相互に一致しないと判定されたならば、この判定結果を該結合結果に反映させている。   As described above, in this embodiment, for each of a plurality of databases, for example, the database is searched under the search condition of the same part name value, and a search result indicating each data searched in each database is formed. The data indicated by is combined with those containing the same part number value to form a combined result indicating the combined data, and the common attribute of the data indicated by the combined result It is determined whether or not the attribute values match. If it is determined that the attribute values of the combined data do not match each other, the determination result is reflected in the combined result.

この判定結果を反映した結合結果をクライアント装置側で表示すれば、各データベースでの検索結果を結合した一覧表示がなされるばかりではなく、結合された各データの相互に共通する属性の値が一致しないときに、これが分かり、ユーザーの判断により属性の各値を適確に利用することが可能になる。例えば、属性の各値を選択的に利用することができる。   If the combined result reflecting this judgment result is displayed on the client device side, not only is the list displayed by combining the search results in each database, but also the attribute values common to the combined data match. When this is not done, this is known, and it is possible to use each attribute value appropriately at the discretion of the user. For example, each value of the attribute can be selectively used.

また、相互に一致しなかった属性の各値を記録したそれぞれのリストファイルを作成しておき、各データベースで検索されたそれぞれのデータを、各リストファイルの属性の値という結合キーにより相互に結合されるとみなされるもの同士で結合して、結合結果を求めているので、同様の処理を繰り返すことになり、処理過程が簡単化される。   In addition, each list file that records each attribute value that did not match each other is created, and each data searched in each database is combined with each other by a combination key called attribute value of each list file Since what is considered to be combined is obtained and a combined result is obtained, the same processing is repeated, and the processing process is simplified.

また、ユーザーは、クライアント装置を用いて、ネットワークを介して遠隔地の様々なデータベースに対して、同一条件の検索を同時に行うことができ、それらの検索結果を一覧表形式で確認することができる。   In addition, the user can simultaneously search various databases at remote locations via the network using the client device, and can check the search results in a list form. .

尚、本発明は、上記実施形態に限定されるものではなく、多様に変形することができる。例えば、製品や部品等の設計現場とは異なる他の環境で用いられる情報検索システムにも、本発明を適用することができる。   In addition, this invention is not limited to the said embodiment, It can deform | transform variously. For example, the present invention can be applied to an information search system used in another environment different from the design site for products and parts.

本発明の情報検索システムの一実施形態を示すブロック図である。It is a block diagram which shows one Embodiment of the information search system of this invention. 図1の情報検索システムにおける各データベース別に、記録保存されているデータの各属性を整理して示す図表である。FIG. 2 is a chart in which attributes of data recorded and stored are organized for each database in the information search system of FIG. 1. 図1の情報検索システムによる検索処理を示すフローチャートである。It is a flowchart which shows the search process by the information search system of FIG. 図1の情報検索システムにおけるクライアント装置に表示されるWebブラウザ入力画面の一例を示す図である。It is a figure which shows an example of the web browser input screen displayed on the client apparatus in the information search system of FIG. 図1の情報検索システムにより検索され作成された各データを示す図である。It is a figure which shows each data searched and produced by the information search system of FIG. 図1の情報検索システムにおけるクライアント装置に表示されるWebブラウザ入力画面の他の例を示す図である。It is a figure which shows the other example of the web browser input screen displayed on the client apparatus in the information search system of FIG. 図1の情報検索システムにより検索され作成された他の各データを示す図である。It is a figure which shows each other data searched and produced by the information search system of FIG. 図1の情報検索システムにおけるクライアント装置に表示されるWebブラウザ入力画面の別の例を示す図である。It is a figure which shows another example of the web browser input screen displayed on the client apparatus in the information search system of FIG. 図1の情報検索システムにより検索された図面データにより示される2次元図面を例示する図である。It is a figure which illustrates the two-dimensional drawing shown by the drawing data searched by the information search system of FIG.

符号の説明Explanation of symbols

1a、1b、1c データベース
2 検索サーバー装置
3 クライアント装置
4 ネットワーク
21a、21b、21c データベース検索部
22 検索結果結合部
23 表示データ作成部
24 参照可否判定部
31 入力部
32 表示部
33 記憶装置
34 検索条件設定部
35 検索結果選択部
1a, 1b, 1c Database 2 Search server device 3 Client device 4 Network 21a, 21b, 21c Database search unit 22 Search result combination unit 23 Display data creation unit 24 Reference availability determination unit 31 Input unit 32 Display unit 33 Storage device 34 Search condition Setting part 35 Search result selection part

Claims (3)

複数のデータベースからデータを検索する情報検索システムにおいて、
検索条件及び結合キーを指示されると、各データベースから前記検索条件に該当するそれぞれのデータを検索して、各データベースで検索されたそれぞれのデータを示す検索結果を形成し、この検索結果により示される各データを、前記結合キーにより相互に結合されるとみなされるもの同士で結合して、結合された各データを示す結合結果を形成し、この結合結果により示される前記結合された各データの相互に共通する項目について、項目の値が一致するか否かを判定して、この判定結果を前記結合結果に反映させ、前記判定結果を反映させた結合結果を出力する検索装置と、
前記検索条件及び前記結合キーを検索装置に指示し、この指示に応答して前記判定結果を反映させた結合結果を検索装置から入力すると、前記判定結果を反映させた結合結果を表示し、この結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を検索装置に指示するクライアント装置と
を備えることを特徴とする情報検索システム。
In an information retrieval system that retrieves data from multiple databases,
When a search condition and a join key are instructed, each data corresponding to the search condition is searched from each database, and a search result indicating each data searched in each database is formed. Are combined with each other, which are considered to be combined with each other by the combination key, to form a combined result indicating the combined data, and for each of the combined data indicated by the combined result A search device that determines whether or not the values of items match for items common to each other, reflects the determination result in the combination result, and outputs a combination result that reflects the determination result;
When the search condition and the join key are instructed to the search device, and the join result reflecting the determination result is input from the search device in response to the instruction, the join result reflecting the determination result is displayed, An information search system comprising: a client device that instructs a search device to perform a search based on a value of a matching item and a value of a non-matching item for each item of the combined data indicated by a combination result.
検索装置は、
各データベースを個別に検索するそれぞれのデータベース検索手段と、
各データベース検索手段により検索された前記検索条件に該当するそれぞれのデータを示す検索結果を形成し、この検索結果により示される各データを、前記結合キーにより相互に結合されるとみなされるもの同士で結合して、結合された各データを示す結合結果を形成し、この結合結果により示される前記結合された各データの相互に共通する項目について、項目の値が一致するか否かを判定して、この判定結果を前記結合結果に反映させる検索結果結合手段と、
検索結果結合手段により前記判定結果を反映させた結合結果を入力し、この結合結果を示す表示データを形成してクライアント装置に出力する表示データ作成手段と、
前記判定結果を反映させた結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を検索装置に指示する参照可否手段とを備え、
クライアント装置は、表示データ作成手段からの表示データを入力し、この表示データによって示される前記判定結果を反映させた結合結果を表示し、この結合結果により示される前記結合された各データの項目別に、一致する項目の値及び一致しない項目の値に基づく検索を参照可否手段に指示することを特徴とする請求項1に記載の情報検索システム。
The search device
Each database search means for searching each database individually,
A search result indicating each data corresponding to the search condition searched by each database search means is formed, and each data indicated by the search result is considered to be combined with each other by the combination key. Combined to form a combined result indicating each combined data, and for the items common to each other of the combined data indicated by the combined result, determine whether or not the item values match Search result combining means for reflecting the determination result in the combination result;
Display data creation means for inputting the result of the combination reflecting the determination result by the search result combining means, forming display data indicating the result of the combination and outputting it to the client device;
For each item of the combined data indicated by the combined result reflecting the determination result, the reference availability means for instructing the search device to search based on the value of the matching item and the value of the non-matching item,
The client device inputs display data from the display data creation means, displays the combined result reflecting the determination result indicated by the display data, and for each item of the combined data indicated by the combined result 2. The information search system according to claim 1, wherein a search based on the value of the matching item and the value of the non-matching item is instructed to the referability means.
検索結果結合手段は、前記判定結果を反映させた結合結果を示す検索結果マスターを作成すると共に、一致しないと判定された項目の各値のリストを作成することを特徴とする請求項2に記載の情報検索システム。


The search result combining unit generates a search result master indicating a combined result reflecting the determination result, and generates a list of values of items determined not to match. Information retrieval system.


JP2004342311A 2004-11-26 2004-11-26 Information retrieval system Pending JP2006155043A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004342311A JP2006155043A (en) 2004-11-26 2004-11-26 Information retrieval system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004342311A JP2006155043A (en) 2004-11-26 2004-11-26 Information retrieval system

Publications (1)

Publication Number Publication Date
JP2006155043A true JP2006155043A (en) 2006-06-15

Family

ID=36633299

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004342311A Pending JP2006155043A (en) 2004-11-26 2004-11-26 Information retrieval system

Country Status (1)

Country Link
JP (1) JP2006155043A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012528406A (en) * 2009-05-27 2012-11-12 マイクロソフト コーポレーション Merging search results

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012528406A (en) * 2009-05-27 2012-11-12 マイクロソフト コーポレーション Merging search results
US9495460B2 (en) 2009-05-27 2016-11-15 Microsoft Technology Licensing, Llc Merging search results

Similar Documents

Publication Publication Date Title
JP5843965B2 (en) Search device, search device control method, and recording medium
KR101213798B1 (en) Complex data access
JP2005049943A (en) Data processing apparatus, data processing method, and program
JP4660341B2 (en) Intellectual property management system, intellectual property management method and program thereof
JP6433133B2 (en) Medical data management program and medical data management system
KR20160117965A (en) Method and apparatus for generating NoSQL model
JP2008021159A (en) Design support system
JP2009211603A (en) Document search system
KR102031945B1 (en) Equipment information management system
EP1569145A1 (en) System and apparatus for managing information on chemical substances used in products
JP2008243033A (en) Retrieval system, retrieval method, program and storage medium
JP2006155043A (en) Information retrieval system
JP4656957B2 (en) 3D shape data generation apparatus, 3D shape data generation method, 3D shape data generation program, and computer-readable recording medium
JP4048006B2 (en) Database search system and method
JP6710881B1 (en) Document creation support system
JP2009230365A (en) Manual creation support system for assembling work
JP3922949B2 (en) Drawing search system
JPH07271569A (en) Program specification preparation system
JP2020091594A (en) Design information retrieval device, design information retrieval method and program
JP2007183819A (en) Document file search system
JP2020091630A (en) Document creation assisting system
US20140215319A1 (en) Product specification generation
JP6642929B2 (en) Medical data management system and medical data management program
JP2009064347A (en) Work support information display, and work support information display method
JP6361472B2 (en) Correspondence information generation program, correspondence information generation apparatus, and correspondence information generation method