JPH08263515A - Character string retrieving method having no object of retrieval - Google Patents
Character string retrieving method having no object of retrievalInfo
- Publication number
- JPH08263515A JPH08263515A JP7069222A JP6922295A JPH08263515A JP H08263515 A JPH08263515 A JP H08263515A JP 7069222 A JP7069222 A JP 7069222A JP 6922295 A JP6922295 A JP 6922295A JP H08263515 A JPH08263515 A JP H08263515A
- Authority
- JP
- Japan
- Prior art keywords
- item
- character string
- items
- constitution
- retrieval
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、検索対象の文字列構成
が定型化されているデータベースでのアイテム検索に関
する。例えば、回路設計に用いる集積回路、抵抗、コン
デンサの品名を実装形態、抵抗値、容量値と言ったアイ
テムでの検索方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an item search in a database in which a character string structure to be searched is standardized. For example, the present invention relates to a search method using an item such as an integrated circuit, a resistor, or a capacitor used for circuit design, a mounting form, a resistance value, and a capacitance value.
【0002】[0002]
【従来の技術】従来、データベース環境において、この
種のアイテムでの検索を実現する場合、各アイテム間と
検索対象の文字列とは全て1:1の対応テーブルを持っ
ていた(図5参照)。検索は、各アイテム1〜nの有無
をテーブル1から判断し、文字列が合致したアイテムに
フラグを立て、全アイテムのフラグが立った先に対応す
る文字列をテーブル2から選択していた。2. Description of the Related Art Conventionally, in a database environment, when a search is performed using this type of item, there is a 1: 1 correspondence table between each item and the search target character string (see FIG. 5). . In the search, the presence / absence of each item 1 to n is determined from the table 1, the item having the matched character string is flagged, and the character string corresponding to the destination of the flag of all the items is selected from the table 2.
【0003】[0003]
【発明が解決しようとする課題】上述した従来の検索方
法では、検索対象が増加するたびに全テーブルを追加す
るため、対応テーブルは全文字列分のアイテムを保有し
ていた。このため、記憶容量が少ないハードウェアでは
動作できないという欠点がある。In the conventional search method described above, all tables are added each time the number of search targets increases, so the corresponding table holds items for all character strings. For this reason, there is a drawback in that hardware with a small storage capacity cannot operate.
【0004】[0004]
【課題を解決するための手段】上述した問題点を解決す
るため、本発明では、検索対象文字列をテーブルに保有
しない。文字列構成と暗号ルールのパターンのみをテー
ブル化し、検索時、アイテムの組み合わせにより文字列
を作成する手法を採っている。In order to solve the above-mentioned problems, the present invention does not hold the search target character string in the table. Only the character string structure and encryption rule patterns are made into a table, and a character string is created by combining items when searching.
【0005】本発明の文字列検索方法は、データベース
環境において、アイテムが暗号化されている文字列に対
し、アイテムでの検索を実現するために、アイテムと文
字列構成との対応関係テーブルと各アイテムの暗号ルー
ルテーブルとを備え、これらのテーブルから、入力され
たアイテムに対応する文字列構成を判別し、各アイテム
の暗号ルールにより文字列を作成する構成である。According to the character string search method of the present invention, in a database environment, in order to realize a search by an item for a character string in which an item is encrypted, a correspondence relation table between the item and the character string structure and each An item encryption rule table is provided, a character string configuration corresponding to the input item is determined from these tables, and a character string is created according to the encryption rule of each item.
【0006】[0006]
【実施例】次に、本発明について図面を参照して説明す
る。Next, the present invention will be described with reference to the drawings.
【0007】図1は本発明の一実施例を説明する流れ図
である。図2,図3は本実施例におけるデータベースの
構成図である。FIG. 1 is a flow chart for explaining an embodiment of the present invention. 2 and 3 are block diagrams of the database in this embodiment.
【0008】最初にデータベースの構成を説明する。検
索対象文字列のアイテム構成に合わせて基本アイテムを
分類する(図2−テーブル10)。各アイテム構成要素
となるアイテム群を分類する(図2−テーブル11)。
各アイテム構成要素は、検索対象文字列では、暗号化さ
れているため、アイテムと暗号とを対応づける(図3−
テーブル20〜2n)。First, the structure of the database will be described. Basic items are classified according to the item configuration of the search target character string (FIG. 2-Table 10). The item group which is each item component is classified (FIG. 2-Table 11).
Since each item constituent element is encrypted in the search target character string, the item and the encryption are associated with each other (Fig. 3-
Tables 20-2n).
【0009】上記のテータベースを用い、文字列検索を
行う。検索は、基本アイテムを選択する(図1−)。
選択された基本アイテムに対応するアイテム構成を決定
する(図1−)。次にアイテム2〜nを選択する(図
1−)。アイテム2〜nに対応するアイテム順にテー
ブル11と照合する(図1−)。テーブル11に対応
するアイテムが存在すれば、テーブル10のアイテム構
成に準じて、テーブル20〜2nの暗号を決定する(図
1−)。アイテム構成により組み合わせ検索文字列を
作成する(図1−)。作成文字列にて検索完了となる
(図1−)。これにより、検索対象の文字列を保有し
なくてもアイテムの組み合わせをルール化したことによ
り検索を可能にする。A character string search is performed using the above database. The search selects basic items (FIG. 1-).
The item structure corresponding to the selected basic item is determined (FIG. 1-). Next, items 2 to n are selected (FIG. 1-). It collates with the table 11 in the order of items corresponding to items 2 to n (FIG. 1-). If the item corresponding to the table 11 exists, the encryption of the tables 20 to 2n is determined according to the item configuration of the table 10 (FIG. 1-). A combination search character string is created according to the item configuration (Fig. 1-). The search is completed with the created character string (Fig. 1-). As a result, even if the character string to be searched is not held, it is possible to search by making the combination of items into rules.
【0010】次に本実施例の動作を具体例により説明す
る。抵抗の品名検索の場合、アイテムを材質、抵抗値、
定格電力、許容差の4つとする。材質は「カーボン」、
抵抗値は「1KΩ」、定格電力は「1/4」、許容差は
「±5%」を選択すると、各アイテムの有無を判断し、
アイテム構成により品名「RDM14B2E102JC
BK」を作成する。Next, the operation of this embodiment will be described with reference to a concrete example. When searching for the part name of the resistor, select the item such as material, resistance value,
Rated power and tolerance are four. The material is "carbon",
If you select "1KΩ" for resistance, "1/4" for rated power, and "± 5%" for tolerance, the presence or absence of each item will be determined.
Depending on the item configuration, the product name "RDM14B2E102JC
BK ”is created.
【0011】[0011]
【発明の効果】以上説明したように本発明の検索対象を
保有しない文字列検索方法は、アイテムと文字列構成と
の対応テーブルと各アイテムの暗号ルールテーブルとを
保有することで検索対象を保有しなくても必要最小限の
記憶容量にて検索を実現できる。As described above, according to the character string search method of the present invention which does not hold a search target, the search target is held by holding the correspondence table of items and character string configurations and the encryption rule table of each item. Even if it does not, the search can be realized with the minimum required storage capacity.
【図1】本発明の一実施例を示す流れ図である。FIG. 1 is a flow chart showing an embodiment of the present invention.
【図2】本発明の一実施例を示すデータ構成図である。FIG. 2 is a data configuration diagram showing an embodiment of the present invention.
【図3】本発明の一実施例を示すデータ構成図である。FIG. 3 is a data configuration diagram showing an embodiment of the present invention.
【図4】本発明の一具体例として抵抗の品名検索を示す
データ構成図である。FIG. 4 is a data configuration diagram showing a product name search for resistors as one specific example of the present invention.
【図5】従来例を示すデータ構成図である。FIG. 5 is a data configuration diagram showing a conventional example.
Claims (2)
暗号化されている文字列に対し、アイテムでの検索を実
現するために、アイテムと文字列構成との対応関係テー
ブルと各アイテムの暗号ルールテーブルとを備え、これ
らのテーブルから、入力されたアイテムに対応する文字
列構成を判別し、各アイテムの暗号ルールにより文字列
を作成することを特徴とする検索対象を保有しない文字
列検索方法。1. In a database environment, a correspondence table between an item and a character string configuration and an encryption rule table for each item are provided to realize a search by the item for a character string in which the item is encrypted. A character string search method that does not have a search target, characterized by determining a character string structure corresponding to an input item from these tables and creating a character string according to the encryption rule of each item.
り、前記アイテムが電気的特性値であることを特徴とす
る請求項1記載の検索対象を保有しない文字列検索方
法。2. The character string search method according to claim 1, wherein the character string is a product name of a circuit component, and the item is an electrical characteristic value.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7069222A JPH08263515A (en) | 1995-03-28 | 1995-03-28 | Character string retrieving method having no object of retrieval |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7069222A JPH08263515A (en) | 1995-03-28 | 1995-03-28 | Character string retrieving method having no object of retrieval |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH08263515A true JPH08263515A (en) | 1996-10-11 |
Family
ID=13396491
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7069222A Pending JPH08263515A (en) | 1995-03-28 | 1995-03-28 | Character string retrieving method having no object of retrieval |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH08263515A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000011001A (en) * | 1998-06-25 | 2000-01-14 | Sharp Corp | Retrieving device and medium stored with control program for retrieving device |
-
1995
- 1995-03-28 JP JP7069222A patent/JPH08263515A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000011001A (en) * | 1998-06-25 | 2000-01-14 | Sharp Corp | Retrieving device and medium stored with control program for retrieving device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7103589B1 (en) | Method and system for searching, accessing and updating databases | |
WO2011004846A1 (en) | Information search system, information management device, information search method, information management method, and recording medium | |
CN105940410A (en) | Scrubber to remove personally identifiable information | |
JP2009543224A (en) | Adaptive index with variable compression | |
JPH0542705B2 (en) | ||
SE505844C2 (en) | Method for extracting information from a database | |
JPH0997262A (en) | Data retrieval device | |
JPH06223117A (en) | Search solution convergence method | |
JPH08263515A (en) | Character string retrieving method having no object of retrieval | |
JP4048006B2 (en) | Database search system and method | |
KR100876913B1 (en) | Search Method for Patent Database System and Simple Form Generation Method of Search Results | |
JP2004046870A (en) | Information unit group operation device | |
JPH1040255A (en) | Hash table control device | |
EP0743606B1 (en) | Data unit group handling apparatus | |
KR20010069907A (en) | System for registrating and searching a product using a unique product number | |
JPS62247462A (en) | Information filing device | |
JP3184008B2 (en) | Index file input / output method | |
JPH06161844A (en) | Data base managing device | |
KR19980030010A (en) | Hierarchy management unit for tables in a database management system | |
KR100789940B1 (en) | Mobile communication terminal with phonebook information management function and its operation method | |
JP3162900B2 (en) | Search device | |
JPH01282634A (en) | Data base device | |
JPH05307571A (en) | Information retrieval system | |
JPH02143330A (en) | Selecting device for simplified candidate term | |
EP0443035A1 (en) | Decentralized data base system and method of data retrieval processing therefor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 19980714 |