JPH0287275A - Fuzzy value data retrieval processing system - Google Patents

Fuzzy value data retrieval processing system

Info

Publication number
JPH0287275A
JPH0287275A JP63237961A JP23796188A JPH0287275A JP H0287275 A JPH0287275 A JP H0287275A JP 63237961 A JP63237961 A JP 63237961A JP 23796188 A JP23796188 A JP 23796188A JP H0287275 A JPH0287275 A JP H0287275A
Authority
JP
Japan
Prior art keywords
value
search
ambiguous
question
ambiguous value
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
JP63237961A
Other languages
Japanese (ja)
Inventor
Shigeru Mabuchi
馬淵 繁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP63237961A priority Critical patent/JPH0287275A/en
Publication of JPH0287275A publication Critical patent/JPH0287275A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To obtain data corresponding to a question including a fuzzy value by referring the fuzzy value information which are registered in a data dictionary, transforming the question, which includes the fuzzy value in a retrieval condition expression, to a retrieval condition expression to have a concreat value and after that, converting the retrieval condition expression to a retrieval request to an index part. CONSTITUTION:Fuzzy value definition 1 is read by a fuzzy value information registering means 31 and registered to a data dictionary 41. On the other hand, a retrieval condition 2 is read by a question analyzing means 32 and an index part 421 of a data base 42 is referred. Then, the retrieval condition expression of the retrieval condition 2 is analyzed and it is judged whether there is the question to include the fuzzy value to be different from the attribute of the index part 421 in the retrieval condition 2 or not. When there is the question to include the fuzzy value in the retrieval condition expression of the retrieval condition 2, the question analyzing means 32 activates a fuzzy value retrieving and converting means 33. When there is no question, an index retrieving means 34 is activated. The index activating means 34 obtains the record information of a record part 421 to correspond to a generated retrieval request. Thus, the data to correspond to the question, which includes the fuzzy value, can be selected.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はあいまい値データ検索処理方式に関し、特に電
子計算機システムのデータベース管理システムにおける
あいまい値データ検索処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an ambiguous value data retrieval processing method, and particularly to an ambiguous value data retrieval processing method in a database management system of a computer system.

〔従来の技術〕[Conventional technology]

従来、データベース管理システムのデータ検索処理では
、データベース内の索引部の値と同じ属性の値を検索条
件式の条件値に指定して、検索条性成で指定される条件
値とデータベース内の索引部の値とを直接比較すること
によって該当するデータを検索していた。
Conventionally, in data search processing of database management systems, the value of the same attribute as the value of the index part in the database is specified as the condition value of the search condition expression, and the condition value specified in the search condition formation and the index part in the database are specified. The relevant data was searched by directly comparing the values of the parts.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のデータ検索処理では、データベース内の
索引部の値と同じ属性の値を検索条件式の条件値に指定
して、検索条件式で指定される条件値とデータベース内
の索引部の値とを直接比較することによって該当するデ
ータを検索していたので、索引部の値とは属性が異なる
あいまい値を含む質問を処理できないという欠点がある
In the conventional data search processing described above, the value of the same attribute as the value of the index part in the database is specified as the condition value of the search condition expression, and the condition value specified in the search condition expression and the value of the index part in the database are specified. Since the corresponding data is retrieved by directly comparing the values, there is a drawback that it is not possible to process questions that include ambiguous values whose attributes differ from the values in the index section.

本発明の目的は、上述の点に鑑み、データディクショナ
リ中に登録されているあいまい値情報を参照してあいま
い値を含む質問を有する検索条件式を索引部の値と同一
の属性の検索要求に変換することにより、あいまい値を
含む質問に合致するデータを選択することができるあい
まい値データ検索処理方式を提供することにある。
In view of the above-mentioned points, an object of the present invention is to refer to ambiguous value information registered in a data dictionary and apply a search condition expression having a question including an ambiguous value to a search request for the same attribute as the value in the index section. An object of the present invention is to provide an ambiguous value data search processing method that can select data that matches a question that includes an ambiguous value by converting the data.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のあいまい値データ検索処理方式は、索引部およ
びレコード部から構成されるデータベースを有するデー
タベース管理システムにおいて、あいまい値情報を保持
するデータディクショナリと、あいまい値定義を読み込
んであいまい値情報を前記データディクショナリに登録
するあいまい値情報登録手段と、検索条件を読み込んで
前記データベース内の索引部を参照することにより検索
条件の検索条件式にあいまい値を含む質問があるかどう
かを判定する問合せ解析手段と、この問合せ解析手段に
よりあいまい値を含む質問があると判定された場合に起
動されて前記データディクショナリから当該あいまい値
のあいまい値情報を読み込んで読み込んだあいまい値情
報に基づいて検索条件式に指定されたあいまい値を含む
質問を具体値を持つ検索条件式に変換するあいまい値検
索変換手段と、このあいまい値検索変換手段および前記
問合せ解析手段により起動されて検索条件式から索引部
に対する検索要求を生成して索引部を読み込み検索要求
に合致するレコード部のレコード情報を得る索引検索手
段とを存する。
The ambiguous value data search processing method of the present invention uses a data dictionary that holds ambiguous value information and an ambiguous value definition to read the ambiguous value information into the data in a database management system having a database consisting of an index section and a record section. ambiguous value information registration means for registering in a dictionary; and query analysis means for reading a search condition and referring to an index section in the database to determine whether there is a question that includes an ambiguous value in the search condition expression of the search condition. is activated when this query analysis means determines that there is a question that includes an ambiguous value, reads the ambiguous value information of the ambiguous value from the data dictionary, and specifies the search condition expression based on the ambiguous value information read. ambiguous value search conversion means for converting a question containing an ambiguous value into a search condition expression having a specific value, and is activated by the ambiguous value search conversion means and the query analysis means to generate a search request for the index section from the search condition expression. and an index search means for reading the index section and obtaining record information of the record section matching the search request.

〔作用〕[Effect]

本発明のあいまい値データ検索処理方式では、データデ
ィクショナリがあいまい値情報を保持し、あいまい値情
報登録手段があいまい値定義を読み込んであいまい値情
報をデータディクショナリに登録し、問合せ解析手段が
検索条件を読み込んでデータベース内の索引部を参照す
ることにより検索条件の検索条件式にあいまい値を含む
質問があるかどうかを判定し、あいまい値検索変換手段
が問合せ解析手段によりあいまい値を含む質問があると
判定された場合に起動されてデータディクショナリから
当該あいまい値のあいまい値情報を読み込んで読み込ん
だあいまい値情報に基づいて検索条件式に指定されたあ
いまい値を含む質問を具体値を持つ検索条件式に変換し
、索引検索手段があいまい値検索変換手段および問合せ
解析手段により起動されて検索条件式から索引部に対す
る検索要求を生成して索引部を読み込み検索要求に合致
するレコード部のレコード情報を得る。
In the ambiguous value data search processing method of the present invention, the data dictionary holds ambiguous value information, the ambiguous value information registration means reads the ambiguous value definition and registers the ambiguous value information in the data dictionary, and the query analysis means determines the search condition. By reading the data and referring to the index part in the database, it is determined whether there is a question that includes an ambiguous value in the search condition expression of the search condition, and the ambiguous value search conversion means uses the query analysis means to determine whether or not there is a question that includes an ambiguous value. It is activated when the ambiguous value is determined, reads the ambiguous value information of the ambiguous value from the data dictionary, and converts the question containing the ambiguous value specified in the search condition expression into a search condition expression with a specific value based on the read ambiguous value information. The index search means is activated by the ambiguous value search conversion means and the query analysis means to generate a search request for the index section from the search condition expression, reads the index section, and obtains record information of the record section matching the search request.

〔実施例〕〔Example〕

次に、本発明について凹面を参照して詳細に説明する。 Next, the present invention will be described in detail with reference to a concave surface.

第1図は、本発明の一実施例のあいまい値データ検索処
理方式が適用されたデータベース管理システムの構成を
示すブロック図である。このデータベース管理システム
は、あいまい値定義1と、検索条件2と、電子計算機本
体3と、外部記憶媒体4とを含んで構成されている。
FIG. 1 is a block diagram showing the configuration of a database management system to which an ambiguous value data search processing method according to an embodiment of the present invention is applied. This database management system includes an ambiguous value definition 1, search conditions 2, a computer main body 3, and an external storage medium 4.

電子計算機本体3は、あいまい値情報登録手段31と、
問合せ解析手段32と、あいまい値検索変換手段33と
、索引検索手段34とを含んで構成さている。
The computer main body 3 includes an ambiguous value information registration means 31,
It is configured to include a query analysis means 32, an ambiguous value search conversion means 33, and an index search means 34.

外部記憶媒体4には、データディクショナリ41と、索
引部421およびレコード部422からなるデータベー
ス42とが格納されている。
The external storage medium 4 stores a data dictionary 41 and a database 42 including an index section 421 and a record section 422.

第2図は、データディクショナリ41に登録されるあい
まい値情報の一例を示す図である。このあいまい値情報
″AGE=YOUNG、、15 : 25”は、AGE
−YOUNG (年齢が若い)というあいまいな表現(
あいまい値)の”YOUNG”を1515の数値範囲に
限定して、年齢が15才から25才までの人が若いと判
断されることを示している。
FIG. 2 is a diagram showing an example of ambiguous value information registered in the data dictionary 41. This ambiguous value information “AGE=YOUNG, 15:25” is AGE
- An ambiguous expression such as YOUNG (young) (
The ambiguous value "YOUNG" is limited to the numerical range of 1515, indicating that people between the ages of 15 and 25 are judged to be young.

次に、このように構成された本実施例のあいまい値デー
タ検索処理方式の動作について説明する。
Next, the operation of the ambiguous value data search processing method of this embodiment configured as described above will be explained.

あいまい値情報登録手段31は、あいまい値定義1を読
み込んで、例えば第2図に示すようなあいまい値情報を
データディクショナリ41に登録する。
The ambiguous value information registration means 31 reads the ambiguous value definition 1 and registers ambiguous value information as shown in FIG. 2 in the data dictionary 41, for example.

一方、問合せ解析手段32は、検索条件2を読み込んで
データベース42の索引部421を参照することにより
、検索条件2の検索条件式を解析して、検索条件2に索
引部421の属性とは異なるあいまい値を含む質問があ
るかどうかを判断する0例えば、”AGE−YOUNG
”の”YOUNG”はAGHの属性(数値)とは異なる
属性(文字)であるので、“AGE−YOUNG”はあ
いまい値であると判断する0問合せ解析手段32は、検
索条件2の検索条件式にあいまい値を含む質問がある場
合にはあいまい値検索変換手段33を起動し、検索条件
2の検索条件式にあいまい値を含む質問がない場合には
索引検索手段34を起動する。
On the other hand, the query analysis means 32 reads the search condition 2 and refers to the index section 421 of the database 42, analyzes the search condition expression of the search condition 2, and specifies that the attribute of the search condition 2 is different from the attribute of the index section 421. Determine if there are questions with ambiguous values 0 For example, “AGE-YOUNG
Since "YOUNG" in "AGH" has an attribute (letter) different from the attribute (numeric value) of AGH, the zero query analysis means 32 determines that "AGE-YOUNG" is an ambiguous value, and uses the search condition expression of search condition 2. If there is a question that includes an ambiguous value, the ambiguous value search conversion means 33 is activated, and if there is no question that includes an ambiguous value in the search condition expression of search condition 2, the index search means 34 is activated.

例えば、問合せ解析手段32により第3図に示すあいま
い値“AGE−YOUNG”を含む質問があると判断さ
れて起動されると、あいまい値検索変換手段33は、デ
ータディクシラナリ41に登録されているあいまい値’
AGE−YOUNGゝのあいまい値情報“AGE−YO
UNG、15 : 25“を読み込んで、データベース
42の索引部421を参照し、検索条件式にあいまい値
“AGE−YOUNG’”を含む質問を第3図に示す具
体値“15LE  AGE  LE  25”を持つ検
索条件式に変換して、索引検索手段34を起動する。
For example, when the query analysis means 32 determines that there is a question including the ambiguous value "AGE-YOUNG" shown in FIG. Ambiguous value'
Ambiguous value information of AGE-YONGゝ
UNG. The index search means 34 is activated by converting the search condition expression into a search condition expression.

問合せ解析手段32またはあいまい値検索変換手段33
から起動された索引検索手段34は、検索条件式から索
引に対する検索要求を生成してデータベース42の索引
部421を読み込み、生成された検索要求に合致するレ
コード部421のレコード情報を得る。
Inquiry analysis means 32 or ambiguous value search conversion means 33
The index search means 34 started from generates a search request for the index from the search condition expression, reads the index section 421 of the database 42, and obtains record information of the record section 421 that matches the generated search request.

この結果、索引検索手段34によって検索されたレコー
ド情報に基づいてレコード部421のレコード(データ
)が検索される。
As a result, records (data) in the record section 421 are searched based on the record information searched by the index search means 34.

(発明の効果〕 以上説明したように本発明は、データディクショナリ中
に登録されているあいまい値情報を参照して検索条件式
にあいまい値を含む質問を具体値を持つ検索条件式に変
換した後に索引部に対する検索要求に変換することによ
り、あいまい値を含む質問に合致するデータを得ること
ができるという効果がある。
(Effects of the Invention) As explained above, the present invention refers to ambiguous value information registered in the data dictionary and converts a question that includes an ambiguous value in a search condition expression into a search condition expression that has a specific value. By converting the search request into a search request for the index section, it is possible to obtain data that matches the question including ambiguous values.

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

第1図は本発明の一実施例のあいまい値データ検索処理
方式が適用されたデータベース管理システムの構成を示
すブロック図、 第2図は第1図中のデータディクショナリに登録される
あいまい値情報の一例を示す図、第3図は第1図中のあ
いまい値検索変換手段によるあいまい値を含む質問の索
引部に対する検索要求への変換例を示す図である。 図において、 ■・・・あいまい値定義、 2 ・ 3 ・ 4 ・ 31・ 32・ 33・ 34・ 41・ 42・ 検索条件、 電子計算機本体、 外部記憶媒体、 あいまい値情報登録手段、 問合せ解析手段、 あいまい値検索変換手段、 索引検索手段、 データディクショナリ、 データベース、 索引部、 レコード部である。
FIG. 1 is a block diagram showing the configuration of a database management system to which an ambiguous value data search processing method according to an embodiment of the present invention is applied, and FIG. 2 shows ambiguous value information registered in the data dictionary in FIG. 1. FIG. 3 is a diagram showing an example of conversion of a question including an ambiguous value into a search request for the index section by the ambiguous value search conversion means in FIG. 1. In the figure, ■... ambiguous value definition, 2, 3, 4, 31, 32, 33, 34, 41, 42, search conditions, computer main body, external storage medium, ambiguous value information registration means, query analysis means, They are a fuzzy value search conversion means, an index search means, a data dictionary, a database, an index section, and a record section.

Claims (1)

【特許請求の範囲】 索引部およびレコード部から構成されるデータベースを
有するデータベース管理システムにおいて、 あいまい値情報を保持するデータディクショナリと、 あいまい値定義を読み込んであいまい値情報を前記デー
タディクショナリに登録するあいまい値情報登録手段と
、 検索条件を読み込んで前記データベース内の索引部を参
照することにより検索条件の検索条件式にあいまい値を
含む質問があるかどうかを判定する問合せ解析手段と、 この問合せ解析手段によりあいまい値を含む質問がある
と判定された場合に起動されて前記データディクショナ
リから当該あいまい値のあいまい値情報を読み込んで読
み込んだあいまい値情報に基づいて検索条件式に指定さ
れたあいまい値を含む質問を具体値を持つ検索条件式に
変換するあいまい値検索変換手段と、 このあいまい値検索変換手段および前記問合せ解析手段
により起動されて検索条件式から索引部に対する検索要
求を生成して索引部を読み込み検索要求に合致するレコ
ード部のレコード情報を得る索引検索手段と を有することを特徴とするあいまい値データ検索処理方
式。
[Scope of Claim] A database management system having a database comprising an index section and a record section, comprising: a data dictionary that holds ambiguous value information; and an ambiguous value definition that reads an ambiguous value definition and registers the ambiguous value information in the data dictionary. a value information registration means; a query analysis means for reading a search condition and referring to an index section in the database to determine whether or not there is a question containing an ambiguous value in a search condition expression of the search condition; is activated when it is determined that there is a question that includes an ambiguous value, reads the ambiguous value information of the ambiguous value from the data dictionary, and includes the ambiguous value specified in the search condition expression based on the ambiguous value information read. ambiguous value search conversion means for converting a question into a search condition expression having a specific value; and the ambiguous value search conversion means and the query analysis means are activated to generate a search request for the index section from the search condition expression and convert the index section. An ambiguous value data search processing method comprising: an index search means for obtaining record information of a record section matching a read search request.
JP63237961A 1988-09-22 1988-09-22 Fuzzy value data retrieval processing system Pending JPH0287275A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63237961A JPH0287275A (en) 1988-09-22 1988-09-22 Fuzzy value data retrieval processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63237961A JPH0287275A (en) 1988-09-22 1988-09-22 Fuzzy value data retrieval processing system

Publications (1)

Publication Number Publication Date
JPH0287275A true JPH0287275A (en) 1990-03-28

Family

ID=17023030

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63237961A Pending JPH0287275A (en) 1988-09-22 1988-09-22 Fuzzy value data retrieval processing system

Country Status (1)

Country Link
JP (1) JPH0287275A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5517640A (en) * 1991-10-07 1996-05-14 Hitachi, Ltd. Data retrieving method and apparatus providing satisfaction or agreement degree
JP2002278988A (en) * 2001-03-15 2002-09-27 Just Syst Corp Phrase string converting device, retrieving device, phrase string converting method, retrieving method and record medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5517640A (en) * 1991-10-07 1996-05-14 Hitachi, Ltd. Data retrieving method and apparatus providing satisfaction or agreement degree
JP2002278988A (en) * 2001-03-15 2002-09-27 Just Syst Corp Phrase string converting device, retrieving device, phrase string converting method, retrieving method and record medium

Similar Documents

Publication Publication Date Title
US6418430B1 (en) System for efficient content-based retrieval of images
US5640555A (en) Performance optimization in a heterogeneous, distributed database environment
US6236768B1 (en) Method and apparatus for automated, context-dependent retrieval of information
US7328211B2 (en) System and methods for improved linguistic pattern matching
US6675160B2 (en) Database processing method, apparatus for carrying out the same and medium storing processing program
US20060161559A1 (en) Methods and systems for analyzing XML documents
US20030144992A1 (en) Database processing method and system
US20060149767A1 (en) Searching for data objects
CA2427228A1 (en) Information retrieval systems for optimization of queries having maximum or minimum function aggregation predicates
US20030159110A1 (en) Structured document management system, structured document management method, search device and search method
JP3195275B2 (en) Database access system
JPH0287275A (en) Fuzzy value data retrieval processing system
JP3786233B2 (en) Information search method and information search system
JP2001067369A (en) Information retrieval system, information retrieval method and recording medium recording information retrieval probram
JPH05204978A (en) Information retrieving device
JP2001005654A (en) Business rule management device
JPS6340938A (en) Synonym retrieving system for retrieval of information
JPH06119392A (en) Data item identification system
JPH02289060A (en) Document abstract generator
JP3498926B2 (en) Document database management system
JPH0267682A (en) Data base system
Blum et al. The INA: a simple query language with only attribute names
JPH03177972A (en) Data base system
JP2002163134A (en) Data management method
JPH0795300B2 (en) Name management method in database