JP3487936B2 - Character string data retrieval device - Google Patents

Character string data retrieval device

Info

Publication number
JP3487936B2
JP3487936B2 JP30504194A JP30504194A JP3487936B2 JP 3487936 B2 JP3487936 B2 JP 3487936B2 JP 30504194 A JP30504194 A JP 30504194A JP 30504194 A JP30504194 A JP 30504194A JP 3487936 B2 JP3487936 B2 JP 3487936B2
Authority
JP
Japan
Prior art keywords
character string
string data
data
variable
search
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.)
Expired - Fee Related
Application number
JP30504194A
Other languages
Japanese (ja)
Other versions
JPH08161312A (en
Inventor
秀人 村田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP30504194A priority Critical patent/JP3487936B2/en
Publication of JPH08161312A publication Critical patent/JPH08161312A/en
Application granted granted Critical
Publication of JP3487936B2 publication Critical patent/JP3487936B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データベースにソート
管理される異なる文字種の文字列の羅列データで構成さ
れる文字列データを検索対象として検索処理を実行する
文字列データ検索装置に関し、特に、ユーザが所望の文
字列データを効率的に検索できるようにする文字列デー
タ検索装置に関する。
The present invention relates, is composed of enumeration data of a string of different character types that are sorted management in the database
It relates String data retrieval apparatus that performs a search process for string data as search objects are, in particular, to the character string data search device user to efficiently retrieve a desired character string data.

【0002】データIDとしてデータベースに管理され
る文字列データは、通常、一定の命名規約に従って文字
が割り付けられている。これから、データベースに管理
される文字列データを検索する場合、ユーザは、その命
名規約に従って文字列を指定することで所望の文字列デ
ータを検索していくことになるが、この検索処理を効率
的に実現できるようにする文字列データ検索装置の構築
が叫ばれている。
Character string data managed as a data ID in a database is usually assigned with characters according to a certain naming convention. From now on, when searching for character string data managed in the database, the user will search for the desired character string data by designating the character string according to the naming convention, but this searching process is efficient. There is a call for the construction of a character string data retrieval device that can be realized.

【0003】[0003]

【従来の技術】従来の文字列データ検索装置では、ユー
ザが検索対象の文字列データを完全に指定できない場合
には、ユーザに対して、その検索対象の文字列データの
先頭の何文字かを指定させる構成を採って、データベー
スに管理される文字列データの中から、その指定文字列
を持つ文字列データを検索候補として検索して、その検
索候補結果の一覧を出力していくという構成を採ってい
た。
2. Description of the Related Art In a conventional character string data search apparatus, when the user cannot completely specify the character string data to be searched, the user is asked to specify the first few characters of the character string data to be searched. The configuration is adopted in which the character string data having the specified character string is searched as a search candidate from the character string data managed by the database, and the list of the search candidate results is output. I was collecting.

【0004】例えば、検索対象の文字列データの先頭文
字列が“ABC”である場合には、ワイルドカードのよ
うに、ユーザに対して“ABC*”と指定させる構成を
採って、データベースに管理される文字列データの中か
ら、“ABC”という文字列を先頭部分に持つ文字列デ
ータを検索候補として検索して、その検索候補結果の一
覧を出力していくという構成を採っていたのである。
For example, when the first character string of the character string data to be searched is "ABC", a structure for allowing the user to specify "ABC *" like a wild card is adopted and managed in the database. The character string data having the character string "ABC" at the beginning is searched as a search candidate from the character string data to be displayed, and a list of the search candidate results is output. .

【0005】この検索候補結果の出力を受けて、ユーザ
は、必要とする文字列データを指定できるようになっ
て、それが指すデータをデータベースから読み出せるよ
うになる。
Upon receiving the output of the search candidate result, the user can specify the required character string data and can read the data pointed to by the character string data from the database.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、このよ
うな従来技術に従っていると、データベースにソート
理される文字列データが大量となる場合や、ユーザの指
定する文字列が短いような場合には、検索候補となる文
字列データが多数検索されることになるという問題点が
あった。これから、このような従来技術に従っている
と、ユーザは、表示画面のページを切り換えたりスクロ
ールしながら必要とする文字列データを探さなくてはな
らず、必要とする文字列データの検索に時間がかかると
いう問題点があった。
However, according to such a conventional technique, when a large amount of character string data is sorted and managed in a database or a character string designated by a user is short. In such a case, there is a problem that a large number of character string data as search candidates are searched. According to such a conventional technique, the user must search for the required character string data while switching the pages of the display screen or scrolling, and it takes time to retrieve the required character string data. There was a problem.

【0007】 本発明はかかる事情に鑑みてなされたも
のであって、データベースにソート管理される異なる文
字種の文字列の羅列データで構成される文字列データを
検索対象として検索処理を実行する構成を採るときにあ
って、ユーザが所望の文字列データを効率的に検索でき
るようにする新たな文字列データ検索装置の提供を目的
とする。
[0007] The present invention was made in view of such circumstances, different statements that are sorted managed in the database
In the case of a configuration that executes a search process as a search target character string data composed of enumeration data character types of the string, the new user to be able to efficiently retrieve a desired character string data An object of the present invention is to provide a character string data retrieval device.

【0008】[0008]

【課題を解決するための手段】図1に本発明の原理構成
を図示する。図中、1は本発明を具備する文字列データ
検索装置であって、文字列データの検索処理を実行する
もの、2は文字列データ検索装置1の備えるデータベー
スであって、文字列データ検索装置1の検索対象となる
複数文字種を持つ文字列データをソート管理するもの、
3は文字列データ検索装置1の備える端末であって、ユ
ーザとの対話手段となるものである。
FIG. 1 shows the principle configuration of the present invention. In the figure, reference numeral 1 is a character string data search device for carrying out the search processing of character string data, and 2 is a database provided in the character string data search device 1. One that sorts and manages character string data that has multiple character types to be searched,
Reference numeral 3 denotes a terminal included in the character string data search device 1, which serves as a means for interacting with the user.

【0009】 この文字列データ検索装置1は、検索手
段10と、グループ化手段11と、出力手段12と、再
起動手段13と、メモリ手段14とを備える。検索手段
10は、データベース2に管理される異なる文字種の文
字列の羅列データで構成される文字列データを検索対象
として、指定される文字列を持つ文字列データを検索す
るものであって、読出手段15と判断手段16とから構
成される。
The character string data search device 1 includes a search means 10, a grouping means 11, an output means 12, a restart means 13, and a memory means 14. Search means 10, statement of different character types that are managed in the database 2
As a search target character string data composed of enumeration data string, there is looking for character string data with the string specified, composed of a reading unit 15 determining means 16..

【0010】グループ化手段11は、検索手段10の検
した文字列データの持つ指定文字列に続く同一文字種
の部分が同じものとなるものを、同一のグループとして
ループ化するものであって、抽出手段17と特定手段
18とから構成される。
The grouping means 11 has the same character type following the designated character string possessed by the character string data searched by the searching means 10.
The same group will be treated as the same group
It is those to group, and a specific means 18. the extraction means 17.

【0011】出力手段12は、グループ化手段11のグ
ループ化結果をグループ識別子となる文字列を使って出
力する。再起動手段13は、出力手段12の出力結果に
応答してグループが選択されるときに、そのグループの
指す文字列を指定文字列として設定して検索手段10を
再起動する。メモリ手段14は、検索手段10が指定文
字列を持つものとして検索した文字列データを読み出し
順に展開する。
The output means 12 outputs the grouping result of the grouping means 11 using a character string as a group identifier. When the group is selected in response to the output result of the output unit 12, the restart unit 13 sets the character string pointed to by the group as the designated character string and restarts the search unit 10. The memory means 14 expands the character string data searched by the searching means 10 as having the designated character string in the order of reading.

【0012】[0012]

【作用】本発明では、検索手段10は、端末3から指定
文字列が与えられると、読出手段15に従って、文字列
データをデータベース2から順番に読み出していって、
判断手段16に従って、その読み出した文字列データが
指定文字列を先頭部分に持つ文字列データであるのか否
かを判断する。そして、メモリ手段14が用意されると
きには、その指定文字列を持つものとして検索した文字
列データを順番にメモリ手段14に展開する。
In the present invention, when the designated character string is given from the terminal 3, the retrieval means 10 sequentially reads the character string data from the database 2 according to the reading means 15,
The judging means 16 judges whether the read character string data is character string data having a designated character string at the head portion. Then, when the memory means 14 is prepared, the character string data searched as having the designated character string is sequentially developed in the memory means 14.

【0013】検索手段10が指定文字列を持つ文字列デ
ータを検索していくときに、グループ化手段11は、抽
出手段17に従って、その文字列データの持つ指定文字
列に続く同一文字種の文字列部分を抽出していって、特
定手段18に従って、その抽出した文字列部分が前回の
特定結果と異なるものになるのか否かを判断すること
で、その抽出された文字列部分をグループ化する。
When the searching means 10 searches for character string data having a specified character string, the grouping means 11 follows the extracting means 17 and follows the specified character string of the character string data and character strings of the same character type. The extracted character string parts are grouped by extracting the parts and determining whether or not the extracted character string part is different from the previous specified result according to the specifying means 18.

【0014】そして、グループ化手段11が指定文字列
を持つ文字列データをグループ化すると、出力手段12
は、グループ化手段11の抽出した文字列部分をグルー
プ識別子として使ってグループ化結果を端末3に出力
し、この出力結果に応答してグループが選択されると、
再起動手段13は、その選択されたグループの指す文字
列を指定文字列として設定して検索手段10を再起動す
る。
When the grouping means 11 groups the character string data having the designated character string, the output means 12
Outputs the grouping result to the terminal 3 using the character string portion extracted by the grouping means 11 as a group identifier, and when a group is selected in response to this output result,
The restarting unit 13 sets the character string pointed to by the selected group as the designated character string and restarts the searching unit 10.

【0015】このようにして再起動されると、検索手段
10は、前よりも長い指定文字列を使って文字列データ
の検索処理を実行し、グループ化手段11は、その指定
文字列を持つ文字列データをグループ化していく。この
とき、メモリ手段14が用意されるときには、検索手段
10は、メモリ手段14に格納される文字列データを検
索対象としていく。
When restarted in this way, the search means 10 executes a search process of character string data using a designated character string longer than before, and the grouping means 11 has the designated character string. Group the string data. At this time, when the memory means 14 is prepared, the search means 10 searches for the character string data stored in the memory means 14.

【0016】 このように、本発明の文字列データ検索
装置1では、文字列を指定して、データベースにソート
管理される異なる文字種の文字列の羅列データで構成さ
れる文字列データの検索要求があるときに、指定文字列
を持つ文字列データを検索し、指定文字列に続く同一文
字種の文字列部分に従ってそれらをグループ化してグル
ープ識別子となる文字列を使って出力していく構成を採
って、その内の1つのグループが選択されると、その選
択されたグループの指す文字列を指定文字列に設定して
その検索出力処理を再帰的に繰り返していく構成を採る
ことから、ディスプレイ画面に多数の候補データが表示
されるといったこともなくなって、ユーザは、迅速に必
要とする文字列データを検索できるようになる。
[0016] Thus, the character string data retrieval apparatus 1 of the present invention, with a string, is composed of enumeration data string different character types that are sorted managed in the database
When there is a search request for string data, searches the character string data with the specified string, the same statement following the string
The character string part of the character type thus adopts a structure to continue to output using a string of a group identifier and group them, when one group of which is selected, indicated by the selected group Since the character string is set to the specified character string and the search output process is recursively repeated, many candidate data will not be displayed on the display screen, and the user can quickly You can search for the character string data.

【0017】[0017]

【実施例】以下、プリント板設計CADシステムに適用
した実施例に従って本発明を詳細に説明する。
The present invention will be described in detail below with reference to an embodiment applied to a printed board design CAD system.

【0018】プリント板設計CADシステムでは、設計
対象となる各回路部品の持つ部品仕様情報や、それらの
回路部品の持つ回路素子の回路図形情報や、それらの回
路部品の部品図形情報を管理するライブラリデータベー
スを備える構成を採って、そのライブラリデータベース
の管理データを使いつつ、先ず最初に、回路設計者が、
システムと対話することで、回路素子を配置し、それら
の回路素子を実装する回路部品を決定し、それらの回路
素子間の配線を決定していくことで回路設計を行い、続
いて、プリント板設計者が、システムと対話すること
で、回路設計で指定された回路部品を配置し、それらの
回路部品間の配線を決定していくことでプリント板設計
を行う。
In the printed circuit board design CAD system, a library for managing the part specification information of each circuit part to be designed, the circuit graphic information of the circuit elements of those circuit parts, and the part graphic information of those circuit parts. First of all, the circuit designer adopts a configuration including a database and uses the management data of the library database.
By designing circuit elements by arranging circuit elements by interacting with the system, deciding circuit components to mount those circuit elements, and determining wiring between those circuit elements, and then designing the circuit board. The designer interacts with the system to arrange the circuit components specified in the circuit design and determine the wiring between these circuit components to design the printed circuit board.

【0019】すなわち、プリント板設計CADシステム
では、図2に示すような2つのNANDゲートの回路素
子を実装する回路部品が用意されているときには、これ
らの回路素子の回路図形情報と、この回路部品の部品仕
様情報と、この回路部品の部品図形情報とを管理する図
3に示すようなライブラリデータベースを用意する。
That is, in the printed board design CAD system, when the circuit components for mounting the circuit elements of the two NAND gates as shown in FIG. 2 are prepared, the circuit graphic information of these circuit elements and the circuit component information. A library database as shown in FIG. 3 for managing the component specification information and the component graphic information of this circuit component is prepared.

【0020】そして、回路設計者が、システムと対話す
ることで、図4に示すように、先ず最初に、回路図形情
報名を使いながら回路図形情報を配置していくことで回
路素子を配置し、続いて、それらの回路素子に対して部
品名(図中のIC101)を与え、続いて、それらの回路素子
を実装する回路部品の部品仕様情報名(図中のB100)を
入力し、続いて、それらの回路素子間の配線を決定して
いくことで回路設計を行って、図5に示すような回路デ
ータベース(配置・配線情報については省略してある)
を作成する。
By interacting with the system, the circuit designer first arranges the circuit elements by arranging the circuit figure information while using the circuit figure information name, as shown in FIG. , Then, give the component name (IC101 in the figure) to those circuit elements, then enter the component specification information name (B100 in the figure) of the circuit component that mounts these circuit elements, and then Then, the circuit design is performed by determining the wiring between those circuit elements, and the circuit database as shown in FIG. 5 (arrangement / wiring information is omitted).
To create.

【0021】このようにして回路データベースが作成さ
れると、プリント板設計CADシステムは、ライブラリ
データベースを参照しつつ、回路データベースに格納さ
れている部品仕様情報名を1つずつ取り出し、ライブラ
リデータベースに格納されるその取り出した部品仕様情
報名の指す部品図形情報名を特定して、それが指す部品
図形情報をライブラリデータベースから検索していくこ
とで、図6に示すようなプリント板データベース(回路
部品間の配線関係についても登録されている)を作成す
る。
When the circuit database is created in this way, the printed circuit board design CAD system refers to the library database and extracts the component specification information names stored in the circuit database one by one and stores them in the library database. By identifying the component figure information name indicated by the extracted component specification information name and searching the component figure information pointed to from the library database, the printed board database (inter-circuit component (Regarding the wiring relationship of) is also created).

【0022】そして、プリント板データベースが作成さ
れると、プリント板設計者が、システムと対話すること
で、図7に示すように、先ず最初に、プリント板データ
ベースに格納されている部品図形情報を1つずつ取り出
し、続いて、それらの部品図形情報を配置していくこと
で回路設計された回路部品を配置し、続いて、それらの
回路部品間の配線を決定していくことでプリント板設計
を行う。
When the printed board database is created, the printed board designer interacts with the system so that the component graphic information stored in the printed board database is first displayed as shown in FIG. Printed circuit board design by taking out one by one, and then arranging the circuit parts designed by arranging the parts graphic information, and then deciding the wiring between those circuit parts. I do.

【0023】このように、プリント板設計CADシステ
ムでは、ライブラリデータベースの管理データを使いつ
つ、先ず最初に、回路設計者が、システムと対話するこ
とで、回路素子を配置し、それらの回路素子を実装する
回路部品を決定し、それらの回路素子間の配線を決定し
ていくことで回路設計を行い、続いて、プリント板設計
者が、システムと対話することで、回路設計で指定され
た回路部品を配置し、それらの回路部品間の配線を決定
していくことでプリント板設計を行うのである。
As described above, in the printed board design CAD system, the circuit designer first arranges the circuit elements by interacting with the system while using the management data of the library database, and the circuit elements are arranged. The circuit design is performed by determining the circuit components to be mounted and determining the wiring between those circuit elements, and then the printed circuit board designer interacts with the system to design the circuit specified in the circuit design. The printed circuit board is designed by arranging the parts and determining the wiring between the circuit parts.

【0024】この回路設計処理にあたって、回路設計者
は、図4で説明したように、回路図形情報名を指定して
ライブラリデータベースから回路図形情報を検索した
り、回路部品の部品仕様情報名を指定してライブラリデ
ータベースから回路部品の仕様情報を検索していくこと
になるが、このとき、本発明を適用することが有効とな
る。
In the circuit design process, the circuit designer specifies the circuit graphic information name to retrieve the circuit graphic information from the library database as described with reference to FIG. Then, the specification information of the circuit parts is searched from the library database, and at this time, it is effective to apply the present invention.

【0025】図8に、このライブラリデータベースの検
索処理を実行する本発明のデータベース検索装置の一実
施例を図示する。図中、20はプリント板設計CADシ
ステムで用意するライブラリデータベースであって、デ
ータIDとなる文字列データを使って、設計対象となる
各回路部品の持つ部品仕様情報や、それらの回路部品の
持つ回路素子の回路図形情報や、それらの回路部品の部
品図形情報を管理するものである。ここで、このデータ
IDの文字列データは、一定の規約に従い複数の文字種
を使って命名され、図9に示すようにソート管理される
構成が採られている。
FIG. 8 shows an embodiment of the database retrieval apparatus of the present invention for executing the retrieval processing of the library database. In the figure, reference numeral 20 denotes a library database prepared by a printed board design CAD system, which uses character string data as a data ID to provide the component specification information of each circuit component to be designed and the component specification information of those circuit components. It manages circuit graphic information of circuit elements and component graphic information of those circuit components. Here, the character string data of this data ID is named by using a plurality of character types according to a certain rule, and is sorted and managed as shown in FIG.

【0026】21は本発明を具備するデータベース検索
装置であって、ユーザから文字列が指定されるときに、
その指定文字列の指すライブラリデータベース20の文
字列データを検索するものである。この検索処理を実行
するために、データベース検索装置21は、ライブラリ
データベース20の管理する文字列データの検索処理を
実行する検索プログラム22と、検索プログラム22の
作業領域となる候補保持バッファ23とを備える構成を
採る。24はデータベース検索装置20の備える端末で
あって、ユーザとの対話手段となるものである。
Reference numeral 21 denotes a database search device equipped with the present invention, which when a character string is designated by the user,
The character string data in the library database 20 designated by the designated character string is searched. In order to execute this search process, the database search device 21 includes a search program 22 that executes a search process of character string data managed by the library database 20, and a candidate holding buffer 23 that is a work area of the search program 22. Take the composition. Reference numeral 24 denotes a terminal included in the database search device 20, which serves as a means for interacting with the user.

【0027】この検索プログラム22は、本発明に従っ
てライブラリデータベース20の文字列データの検索処
理を実行するものであって、図10に示すように、先ず
最初に、ステップ1で、ユーザから文字列の指定を受け
付け、その指定された文字列を先頭部分に持つ文字列デ
ータをライブラリデータベース20から検索して、その
検索した文字列データをグループ化してグループ名を端
末24のディスプレイ画面に表示し、続いて、ステップ
2で、ユーザと対話することで、その表示したグループ
名に対しての指定処理を実行し、続いて、ステップ3
で、ユーザの指定したグループが単一構成グループ(構
成要素が1つのグループ)であるのか否かを判断して、
単一構成グループが指定されたことを判断するときに
は、全処理を終了し、単一構成グループが指定されない
ことを判断するときには、その指定されたグループ名の
文字列を指定文字列として設定してステップ1に戻って
いくことで、ユーザの必要とする文字列データの検索処
理を実行するものである。
This search program 22 executes a search process of the character string data of the library database 20 according to the present invention. As shown in FIG. The designation is accepted, the character string data having the designated character string at the beginning is searched from the library database 20, the searched character string data is grouped, and the group name is displayed on the display screen of the terminal 24. Then, in step 2, by interacting with the user, the designation processing for the displayed group name is executed, and then step 3
Then, it is judged whether the group specified by the user is a single constituent group (group having one constituent element),
When it is determined that a single configuration group has been specified, all processing is terminated.When it is determined that a single configuration group has not been specified, the character string of the specified group name is set as the specified character string. By returning to step 1, the retrieval process of the character string data required by the user is executed.

【0028】すなわち、ライブラリデータベース20に
格納される文字列データが図9に示すような場合にあっ
て、ユーザから、例えば「IC!」という文字列を持つ
文字列データの検索要求(ここで、「!」は、本発明に
従う検索処理の指定を意味する)を受け取ると、検索プ
ログラム22は、図11に示すように、「IC」を先頭
部分に持つ文字列データには、「IC7400」という
グループと、「IC7600」というグループがあるこ
とを検索して、その検索結果を「IC7400!,IC
7600!」としてディスプレイ画面に表示する。続い
て、ユーザがこの内の「IC7400!」を選択する
と、「IC7400」を先頭部分に持つ文字列データに
は、「IC7400HC」というグループと、「IC7
400LS」というグループと、「IC7400LT」
というグループがあることを検索して、その検索結果を
「IC7400HC!,IC7400LS!,IC74
00LT!」としてディスプレイ画面に表示する。
That is, in the case where the character string data stored in the library database 20 is as shown in FIG. 9, the user requests a search for character string data having a character string such as "IC!" (Here, When "!" Means designation of search processing according to the present invention), the search program 22 indicates "IC7400" for the character string data having "IC" at the beginning as shown in FIG. Search for the group and the group "IC7600", and search the results for "IC7400 !, IC
7600! Is displayed on the display screen. Next, when the user selects "IC7400!" From among these, the character string data having "IC7400" at the beginning part includes a group "IC7400HC" and "IC7400HC".
"400LS" group and "IC7400LT"
There is a group called "IC7400HC !, IC7400LS !, IC74".
00LT! Is displayed on the display screen.

【0029】続いて、ユーザがこの内の「IC7400
HC!」を選択すると、「IC7400HC」を先頭部
分に持つ文字列データには、「IC7400HC85」
というグループと、「IC7400HC95」というグ
ループがあることを検索して、その検索結果を「IC7
400HC85!,IC7400HC95!」としてデ
ィスプレイ画面に表示する。続いて、ユーザがこの内の
「IC7400HC85!」を選択すると、「IC74
00HC85」を先頭部分に持つ文字列データには、
「IC7400HC85ACC」という単一構成グルー
プと、「IC7400HC85ALG」という単一構成
グループと、「IC7400HC85DGT」という単
一構成グループがあることを検索して、その検索結果を
「IC7400HC85ACC,IC7400HC85
ALG,IC7400HC85DGT」としてディスプ
レイ画面に表示する。続いて、ユーザがこの内の「IC
7400HC85ALG」を選択すると、その「IC7
400HC85ALG」を検索結果として設定して処理
を終了するのである。
Then, the user selects "IC7400
HC! Is selected, the character string data having “IC7400HC” at the beginning is “IC7400HC85”.
There is a group called "IC7400HC95" and a group called "IC7400HC95"
400HC85! , IC7400HC95! Is displayed on the display screen. Subsequently, when the user selects "IC7400HC85!" In this, "IC74400HC85!"
In the character string data that has "00HC85" at the beginning,
It is searched that there is a single configuration group "IC7400HC85ACC", a single configuration group "IC7400HC85ALG", and a single configuration group "IC7400HC85DGT", and the search result is "IC7400HC85ACC, IC7400HC85.
ALG, IC7400HC85DGT "is displayed on the display screen. Next, the user selects "IC
7400HC85ALG ”, select the“ IC7
"400HC85ALG" is set as the search result, and the process ends.

【0030】図12ないし図14に、検索プログラム2
2が実行するライブラリデータベース20の検索処理
(図10の処理フローのステップ1の処理部分)の詳細
を図示する。次に、この処理フローについて説明する。
ここで、この処理フローに従う場合、検索プログラム2
2は候補保持バッファ23を使用しない。
A search program 2 is shown in FIGS.
2 illustrates details of the library database 20 search processing (the processing portion of step 1 of the processing flow of FIG. 10) executed by the server 2. Next, this processing flow will be described.
Here, when following this processing flow, the search program 2
2 does not use the candidate holding buffer 23.

【0031】検索プログラム22は、ユーザから「IC
!」といったような文字列の指定を受け取ると、図12
ないし図14の処理フローに示すように、先ず最初に、
ステップ1で、変数“str1”に、ユーザから指定された
文字列を代入し、変数“str2”に、変数“str1”に代入
した指定文字列の持つ「!」以外の文字列を代入し、変
数“num1”に、変数“str2”に代入した文字列の持つ文
字数を代入し、文字列を代入することになる変数“str
3”及び変数“temp”に初期値を代入し、数値を代入す
ることになる変数“num2”に初期値「0」を代入する。
すなわち、ユーザから「IC!」といった文字列の指定
を受け取るときには、変数“str1”に「IC!」を代入
し、変数“str2”に「IC」を代入し、変数“num1”に
文字数「2」を代入し、変数“num2”に初期値「0」を
代入するのである。
The search program 22 is sent by the user to the "IC
!! When the designation of the character string such as "is received,
As shown in the processing flow of FIG. 14, first,
In step 1, assign the character string specified by the user to the variable "str1", and assign the character string other than "!" In the specified character string assigned to the variable "str1" to the variable "str2". Substitute the number of characters of the character string assigned to the variable "str2" into the variable "num1" and assign the character string to the variable "str
Substitute the initial values for "3" and the variable "temp", and substitute the initial value "0" for the variable "num2" that will be substituted for the numerical value.
That is, when receiving a designation of a character string such as "IC!" From the user, "IC!" Is assigned to the variable "str1", "IC" is assigned to the variable "str2", and the number of characters "2" is assigned to the variable "num1". , And the initial value “0” is assigned to the variable “num2”.

【0032】続いて、ステップ2で、ライブラリデータ
ベース20からソート順序に従って文字列データを1つ
読み込んで、その読み込んだ文字列データを変数“dat
a”に代入するとともに、変数“str4”に、変数“dat
a”に代入した文字列データの持つ変数“num1”の値分
の先頭文字を代入する。例えば、図9に示すライブラリ
データベース20から「GC8800LS95DGT」
を読み込むときには、変数“data”に「GC8800L
S95DGT」を代入するとともに、変数“str4”に、
「GC」を代入するのである。
Then, in step 2, one character string data is read from the library database 20 according to the sort order, and the read character string data is stored in the variable "dat".
Assign it to “a” and assign the variable “dat” to the variable “str4”.
Substitute the first character for the value of the variable "num1" of the character string data substituted for "a". For example, "GC8800LS95DGT" from the library database 20 shown in FIG.
When reading, the variable "data" is set to "GC8800L
"S95DGT" is substituted, and the variable "str4" is set to
"GC" is substituted.

【0033】続いて、ステップ3で、変数“str2”の文
字列と、変数“str4”の文字列とのソート関係を比較し
て、変数“str2”の文字列の方が後ろに配列されるもの
であることを判断するときには、ステップ2に戻ってい
く。例えば、変数“str2”の文字列が「IC」で、変数
“str4”の文字列が「GC」であるときには、「IC」
を先頭部分に持つ文字列データの読み込みには到ってい
ないので、ステップ2に戻っていくのである。
Then, in step 3, the sort relationship between the character string of the variable "str2" and the character string of the variable "str4" is compared, and the character string of the variable "str2" is arranged at the rear. When it is determined that the item is a product, the process returns to step 2. For example, if the character string of the variable “str2” is “IC” and the character string of the variable “str4” is “GC”, then “IC”
Since the reading of the character string data having "" at the beginning has not been reached, the process returns to step 2.

【0034】一方、ステップ3で、変数“str2”の文字
列と、変数“str4”の文字列との一致を判断するときに
は、ステップ4に進んで、変数“chr1”に、変数“dat
a”の文字列データの持つ「変数“num1”+1」番目の
文字を代入する。変数“str2”の文字列が「IC」であ
るときにあっては、図9に示すライブラリデータベース
20から「IC7400HC85ACC」を読み込むと
きに、最初にステップ4に進むことになるので、このと
きには、変数“chr1”に文字「7」を代入するのであ
る。
On the other hand, when it is determined in step 3 that the character string of the variable "str2" and the character string of the variable "str4" match, the process proceeds to step 4 and the variable "dat" is set in the variable "chr1".
The "variable" num1 "+1" th character of the character string data of "a" is substituted. When the character string of the variable "str2" is "IC", when "IC7400HC85ACC" is read from the library database 20 shown in FIG. 9, the process first proceeds to step 4. Therefore, at this time, the variable The character "7" is assigned to "chr1".

【0035】続いて、ステップ5で、変数“chr1”の文
字種による分岐処理に入って、変数“chr1”の文字種が
数字であるときには、ステップ5-1で示すように、変数
“data”の文字列データの持つ「変数“num1”+1」番
目以降の数字が途切れるまでの数字列を求めて、それを
変数“str5”に代入する。また、変数“chr1”の文字種
が英字であるときには、ステップ5-2で示すように、変
数“data”の文字列データの持つ「変数“num1”+1」
番目以降の英字が途切れるまでの英字列を求めて、それ
を変数“str5”に代入する。また、変数“chr1”の文字
種が特殊文字であるときには、ステップ5-3で示すよう
に、変数“data”の文字列データの持つ「変数“num1”
+1」番目以降の特殊文字が途切れるまでの特殊文字列
を求めて、それを変数“str5”に代入する。例えば、変
数“str2”の文字列が「IC」であるときにあって、図
9に示すライブラリデータベース20から「IC740
0HC85ACC」を読み込むときには、変数“str5”
に「IC7400」を代入するのである。
Subsequently, in step 5, the process proceeds to branch processing by the character type of the variable "chr1", and when the character type of the variable "chr1" is a numeral, the character of the variable "data" is set as shown in step 5-1. The number string from the "variable" num1 "+1" th and subsequent numbers that the column data has is calculated until it is interrupted, and it is assigned to the variable "str5". If the character type of the variable "chr1" is alphabetic, as shown in step 5-2, "variable" num1 "+1" held by the character string data of the variable "data"
Find the string of letters until the first and subsequent letters are cut off, and assign it to the variable "str5". If the character type of the variable "chr1" is a special character, as shown in step 5-3, the "variable" num1 "that the character string data of the variable" data "has
A special character string until the special characters after the +1 "th character are interrupted is obtained and assigned to the variable" str5 ". For example, when the character string of the variable “str2” is “IC”, the library database 20 shown in FIG.
When reading "0HC85ACC", the variable "str5"
"IC7400" is substituted into.

【0036】続いて、ステップ6で、変数“str3”の文
字列と、変数“str5”の文字列とが一致するのか否かを
判断する。この判断処理で両者の不一致を判断するとき
には、ステップ7に進んで、変数“num2”の値による分
岐処理に入って、変数“num2”の値が「0」であるとき
には、ステップ7-1に示すように、そのままステップ8
に進んで、変数“str3”に、変数“str5”の文字列を代
入し、変数“temp”に、変数“data”の文字列データを
代入し、変数“num2”に「1」を代入してから、ステッ
プ2に戻っていく。また、変数“num2”の値が「1」で
あるときには、ステップ7-2に示すように、変数“tem
p”の文字列データを選択候補としてディスプレイ画面
に表示してから、ステップ8を介してステップ2に戻っ
ていく。また、変数“num2”の値が「1」以上であると
きには、ステップ7-3に示すように、変数“str3”の文
字列に「!」を付加したものを選択候補としてディスプ
レイ画面に表示してから、ステップ8を介してステップ
2に戻っていく。
Then, in step 6, it is determined whether the character string of the variable "str3" and the character string of the variable "str5" match. If it is determined in this determination process that they do not match, the process proceeds to step 7 to enter the branch process based on the value of the variable "num2". If the value of the variable "num2" is "0", the process proceeds to step 7-1. As shown in step 8
Go to and assign the character string of the variable “str5” to the variable “str3”, the character string data of the variable “data” to the variable “temp”, and the value “1” to the variable “num2”. Then go back to step 2. When the value of the variable “num2” is “1”, the variable “tem” is set as shown in step 7-2.
After displaying the character string data of "p" as a selection candidate on the display screen, the process returns to step 2 via step 8. If the value of the variable "num2" is "1" or more, step 7- As shown in 3, the character string of the variable “str3” to which “!” Is added is displayed on the display screen as a selection candidate, and then the process returns to step 2 via step 8.

【0037】一方、ステップ6で、変数“str3”の文字
列と、変数“str5”の文字列とが一致することを判断す
るときには、ステップ9に進んで、変数“num2”の値に
「1」を加えてから、ステップ2に戻っていく。
On the other hand, when it is determined in step 6 that the character string of the variable "str3" and the character string of the variable "str5" match, the process proceeds to step 9 and the value of the variable "num2" is set to "1". , And then go back to step 2.

【0038】このステップ6ないしステップ9の処理に
従って、例えば、「IC7400」を先頭部分に持つ最
初の文字列データを読み込むときには、変数“str5”に
「IC7400」を代入するものの、変数“str3”には
文字列が代入されていないことから、ステップ7-1を介
してステップ8に進むことで、変数“str3”に「IC7
400」を代入し、変数“temp”に読み込んだ文字列デ
ータを代入し、変数“num2”に「1」を代入してから、
次の文字列データの読み込みに進んでいく。この後に読
み込む次の文字列データが、もし「IC7400」を先
頭部分に持つ文字列データでないときには、ステップ7
-2に進んで、変数“temp”に代入にしてある「IC74
00」を先頭部分に持つ文字列データを選択候補として
表示する。逆に、もし「IC7400」を先頭部分に持
つ文字列データであるときには、ステップ9に進んで、
変数“num2”の値を「1」以上としていって、その後に
読み込んでいく文字列データが「IC7400」を先頭
部分に持たないものになるときに、ステップ7-3に進ん
で、「IC7400!」を選択候補として表示する。
According to the processing of steps 6 to 9, for example, when reading the first character string data having "IC7400" at the beginning, "IC7400" is substituted for the variable "str5", but the variable "str3" is set. Since the character string has not been substituted, the process proceeds from step 7-1 to step 8 to set the variable "str3" to "IC7.
After substituting "400", substituting the read character string data for the variable "temp", substituting "1" for the variable "num2",
Proceed to reading the next character string data. If the next character string data to be read after this is not the character string data having "IC7400" at the beginning, step 7
Proceed to -2 and substitute "IC74" into the variable "temp".
The character string data having "00" at the beginning is displayed as a selection candidate. On the contrary, if the character string data has "IC7400" at the beginning, the process proceeds to step 9,
When the value of the variable "num2" is set to "1" or more and the character string data to be read afterwards does not have "IC7400" at the beginning part, the process proceeds to step 7-3 and "IC7400! Is displayed as a selection candidate.

【0039】すなわち、このステップ6ないしステップ
9の処理に従って、変数“str2”の文字列を先頭部分に
持つ文字列データを、その文字列に続く文字列を使って
グループ化して、そのグループが単一構成グループ(構
成要素が1つのグループ)である場合には、その文字列
データそのものを選択候補として表示していくととも
に、そのグループが単一構成グループでない場合には、
変数“str2”の文字列と、それに続くグループ識別の文
字列とのつながりの文字列に「!」を付加したものを選
択候補として表示していくのである。
That is, in accordance with the processing of steps 6 to 9, the character string data having the character string of the variable "str2" at the beginning is grouped by using the character string following the character string, and the group is In the case of one constituent group (group of one constituent element), the character string data itself is displayed as a selection candidate, and when the group is not a single constituent group,
The character string of the variable “str2” and the character string of the group identification character string that follows is added with “!” And displayed as a selection candidate.

【0040】このようにしてステップ2ないしステップ
9の処理を繰り返していくときに、ステップ3で、変数
“str4”の文字列の方が、変数“str2”の文字列よりも
後ろに配列されたものであることを判断するとき、例え
ば、変数“str2”の文字列が「IC」であるときにあっ
て、図9に示すライブラリデータベース20から「KC
6400HC85ACC」を読み込むときには、変数
“str2”の文字列を先頭部分に持つ文字列データのグル
ープ化処理を終了したことに対応させて処理を終了して
いくことになるが、そのグループ化処理で特定した最後
のグループの表示処理を実行していないことに対応させ
て、ステップ10の処理を実行してから処理を終了して
いくことになる。
When the processes of steps 2 to 9 are repeated in this way, in step 3, the character string of the variable "str4" is arranged after the character string of the variable "str2". When the character string of the variable "str2" is "IC", the library database 20 shown in FIG.
When "6400HC85ACC" is read, the processing will be ended in correspondence with the end of the grouping processing of the character string data having the character string of the variable "str2" at the beginning part. Corresponding to the fact that the display process of the last group is not executed, the process of step 10 is executed and then the process is ended.

【0041】すなわち、ステップ10に進んで、変数
“num2”の値による分岐処理に入って、変数“num2”の
値が「1」であるときには、ステップ10-1に示すよう
に、変数“temp”の文字列データを選択候補としてディ
スプレイ画面に表示してから処理を終了し、また、変数
“num2”の値が「1」以上であるときには、ステップ1
0-2に示すように、変数“str3”の文字列に「!」を付
加したものを選択候補としてディスプレイ画面に表示し
てから処理を終了していく。
That is, the process proceeds to step 10 to enter the branch process by the value of the variable "num2", and when the value of the variable "num2" is "1", as shown in step 10-1, the variable "temp" is set. When the character string data of "is displayed on the display screen as a selection candidate, the process is terminated, and when the value of the variable" num2 "is" 1 "or more, step 1
As shown in 0-2, the character string of the variable “str3” to which “!” Is added is displayed on the display screen as a selection candidate, and then the process ends.

【0042】このようにして、検索プログラム22は、
図12ないし図14の処理フローを実行することで、ラ
イブラリデータベース20に格納される文字列データが
図9に示すような場合にあって、ユーザから、「IC
!」という文字列を持つ文字列データの検索要求を受け
取ると、「IC」を先頭部分に持つ文字列データには、
「IC7400」というグループと、「IC7600」
というグループがあることを検索して、その検索結果を
「IC7400!,IC7600!」としてディスプレ
イ画面に表示するのである。
In this way, the search program 22
When the character string data stored in the library database 20 is as shown in FIG. 9 by executing the processing flows of FIG. 12 to FIG.
!! When the search request for the character string data having the character string “” is received, the character string data having “IC” at the beginning part is
A group called "IC7400" and "IC7600"
That is, the search result is displayed as "IC7400 !, IC7600!" On the display screen.

【0043】図12ないし図14の処理フローに従う場
合、検索プログラム22は、この処理フローに従って図
10の処理フローのステップ1の処理を実行した後、図
10の処理フローに従って、再びこの図12ないし図1
4の処理フローを実行する場合には、ライブラリデータ
ベース20を再度検索していくことになる。このような
非効率的な検索方法を避ける必要があるときには、検索
プログラム22は、候補保持バッファ23を使用し、図
12ないし図14の処理フローのステップ1とステップ
4との間の処理に代えて、図15に示す処理フローを実
行する構成を採る。
When the processing flow of FIGS. 12 to 14 is followed, the search program 22 executes the processing of step 1 of the processing flow of FIG. 10 according to this processing flow, and then again according to the processing flow of FIG. Figure 1
When executing the processing flow of 4, the library database 20 is searched again. When it is necessary to avoid such an inefficient search method, the search program 22 uses the candidate holding buffer 23 and replaces the processing between steps 1 and 4 of the processing flow of FIGS. Then, a configuration for executing the processing flow shown in FIG. 15 is adopted.

【0044】すなわち、図12ないし図14の処理フロ
ーのステップ1の処理を終了すると、図15の処理フロ
ーに示すように、ステップ20で、最初の絞り込み処理
(グループ化処理)であるのか否かを判断して、最初の
絞り込み処理であることを判断するときには、ステップ
21に進んで、ライブラリデータベース20からソート
順序に従って文字列データを1つ読み込んで、その読み
込んだ文字列データを変数“data”に代入し、続くステ
ップ23で、変数“str4”に、変数“data”に代入した
文字列データの持つ変数“num1”の値分の先頭文字を代
入する。
That is, when the processing of step 1 of the processing flow of FIGS. 12 to 14 is completed, as shown in the processing flow of FIG. 15, in step 20, whether or not it is the first narrowing-down processing (grouping processing). When it is determined that it is the first narrowing down processing, the process proceeds to step 21, one character string data is read from the library database 20 according to the sort order, and the read character string data is set to the variable “data”. In step 23, the first character corresponding to the value of the variable “num1” of the character string data assigned to the variable “data” is substituted into the variable “str4”.

【0045】続いて、ステップ24で、変数“str2”の
文字列と、変数“str4”の文字列とのソート関係を比較
して、変数“str2”の文字列の方が後ろに配列されたも
のであることを判断するときには、ステップ20に戻
り、一致を判断するときには、ステップ25に進んで、
変数“data”の文字列データを候補保持バッファ23に
格納してから、ステップ4に進んでいく。このステップ
25の処理に従って、ライブラリデータベース20に管
理される文字列データの内、変数“str2”の文字列を先
頭部分に持つものが候補保持バッファ23に格納されて
いくことになる。例えば、「IC」を先頭部分に持つラ
イブラリデータベース20の文字列データが候補保持バ
ッファ23に格納されるのである。
Subsequently, in step 24, the sort relationship between the character string of the variable "str2" and the character string of the variable "str4" is compared, and the character string of the variable "str2" is arranged at the rear. When it is determined that they are identical, the process returns to step 20, and when it is determined that they match, the process proceeds to step 25,
After storing the character string data of the variable “data” in the candidate holding buffer 23, the process proceeds to step 4. According to the processing of step 25, the character string data managed by the library database 20 that has the character string of the variable “str2” at the beginning is stored in the candidate holding buffer 23. For example, the character string data of the library database 20 having “IC” at the head portion is stored in the candidate holding buffer 23.

【0046】一方、ステップ20で最初の絞り込み処理
でないことを判断するときには、ステップ22に進ん
で、候補保持バッファ23から格納順序に従って文字列
データを1つ読み込んで、その読み込んだ文字列データ
を変数“data”に代入し、続くステップ23で、変数
“str4”に、変数“data”に代入した文字列データの持
つ変数“num1”の値分の先頭文字を代入する。続いて、
ステップ24で、変数“str2”の文字列と、変数“str
4”の文字列とのソート関係を比較して、変数“str2”
の文字列の方が後ろに配列されたものであることを判断
するときには、ステップ20に戻り、一致を判断すると
きには、ステップ25に進んで、変数“data”の文字列
データを候補保持バッファ23に格納してから、ステッ
プ4に進んでいく。
On the other hand, when it is determined in step 20 that the processing is not the first narrowing-down processing, the process proceeds to step 22, in which one character string data is read from the candidate holding buffer 23 according to the storage order, and the read character string data is changed into a variable. Substituting for "data", and in the following step 23, the first character for the value of the variable "num1" of the character string data substituted for the variable "data" is substituted for the variable "str4". continue,
In step 24, the character string of the variable “str2” and the variable “str
Compare the sorting relationship with the character string of 4 ”, and use the variable“ str2 ”
When it is determined that the character string of is arranged rearward, the process returns to step 20, and when it is determined that they match, the process proceeds to step 25 and the character string data of the variable “data” is stored in the candidate holding buffer 23. After storing in, proceed to step 4.

【0047】このようにして、図15の処理フローに従
うと、検索プログラム22は、最初の絞り込み処理以外
は、候補保持バッファ23をアクセスすればよいので高
速に検索処理を実行できるようになる。
In this way, according to the processing flow of FIG. 15, the search program 22 can access the candidate holding buffer 23 except for the first narrowing-down processing, so that the search processing can be executed at high speed.

【0048】[0048]

【発明の効果】以上説明したように、本発明の文字列デ
ータ検索装置では、文字列を指定してデータベースにソ
ート管理される異なる文字種の文字列の羅列データで構
成される文字列データの検索要求があるときに、指定文
字列を持つ文字列データを検索し、指定文字列に続く同
一文字種の文字列部分に従ってそれらをグループ化して
グループ識別子となる文字列を使って出力していく構成
を採って、その内の1つのグループが選択されると、そ
の選択されたグループの指す文字列を指定文字列に設定
してその検索出力処理を再帰的に繰り返していく構成を
採ることから、ディスプレイ画面に多数の候補データが
表示されるといったこともなくなって、ユーザは、迅速
に必要とする文字列データを検索できるようになる。
As described in the foregoing, the character string data retrieval apparatus of the present invention is configured in enumerated data of a string different that are sorted managed in the database character type string
When there is a search request for string data are made, searches the character string data with a specified string, followed by a string same
The character species of the string portion thus adopts a structure to continue to output using a string of a group identifier and group them, when one group of which is selected, indicated by the selected group Since the character string is set to the specified character string and the search output process is recursively repeated, many candidate data will not be displayed on the display screen, and the user can quickly You can search for the character string data.

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

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

【図2】回路部品の説明図である。FIG. 2 is an explanatory diagram of circuit components.

【図3】ライブラリデータベースの説明図である。FIG. 3 is an explanatory diagram of a library database.

【図4】プリント板設計CADシステムの実行処理の説
明図である。
FIG. 4 is an explanatory diagram of execution processing of a printed board design CAD system.

【図5】回路データベースの説明図である。FIG. 5 is an explanatory diagram of a circuit database.

【図6】プリント板データベースの説明図である。FIG. 6 is an explanatory diagram of a printed board database.

【図7】プリント板設計CADシステムの実行処理の説
明図である。
FIG. 7 is an explanatory diagram of execution processing of a printed board design CAD system.

【図8】本発明の一実施例である。FIG. 8 is an example of the present invention.

【図9】ライブラリデータベースに管理される文字列デ
ータの一例である。
FIG. 9 is an example of character string data managed in a library database.

【図10】検索プログラムの実行する処理フローであ
る。
FIG. 10 is a processing flow executed by a search program.

【図11】本発明の検索処理の説明図である。FIG. 11 is an explanatory diagram of a search process of the present invention.

【図12】検索プログラムの実行する処理フローであ
る。
FIG. 12 is a processing flow executed by a search program.

【図13】検索プログラムの実行する処理フローであ
る。
FIG. 13 is a processing flow executed by a search program.

【図14】検索プログラムの実行する処理フローであ
る。
FIG. 14 is a processing flow executed by a search program.

【図15】検索プログラムの実行する処理フローであ
る。
FIG. 15 is a processing flow executed by a search program.

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

1 文字列データ検索装置 2 データベース 3 端末 10 検索手段 11 グループ化手段 12 出力手段 13 再起動手段 14 メモリ手段 15 読出手段 16 判断手段 17 抽出手段 18 特定手段 1 Character string data retrieval device 2 database 3 terminals 10 Search method 11 Grouping means 12 Output means 13 Reboot means 14 memory means 15 Read-out means 16 Judgment means 17 Extraction means 18 Identification means

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 17/30 ─────────────────────────────────────────────────── ─── Continuation of front page (58) Fields surveyed (Int.Cl. 7 , DB name) G06F 17/30

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 データベースにソート管理される異なる
文字種の文字列の羅列データで構成される文字列データ
を検索対象として検索処理を実行する文字列データ検索
装置において、 データベースにソート管理される上記構成の文字列デー
タを検索対象として、指定される文字列を持つ文字列デ
ータを検索する検索手段と、 上記検索手段の検索した文字列データの持つ上記指定文
字列に続く同一文字種の部分が同じものとなるものを、
同一のグループとしてグループ化するグループ化手段
と、 上記グループ化手段のグループ化結果をグループ識別子
となる文字列を使って出力する出力手段と、 上記出力手段の出力結果に応答してグループが選択され
るときに、該グループの指す文字列を指定文字列として
設定して上記検索手段を再起動する再起動手段とを備え
ることを、 特徴とする文字列データ検索装置。
Different method according to claim 1] that are sorted management in the database
In character string data retrieval apparatus that performs a search process as a search target character string data composed of enumeration data character kind character string as a search target character string data of the structure to be sorted managed in a database, the specified Search means for searching character string data having a character string that has the same character type part following the specified character string of the character string data searched by the search means,
Grouping means for grouping as the same group , output means for outputting the grouping result of the grouping means using a character string as a group identifier, and a group is selected in response to the output result of the output means.
The character string pointed to by the group as a specified character string
And a restarting means for setting and restarting the searching means
The Rukoto, character string data retrieval apparatus according to claim.
【請求項2】 請求項記載の文字列データ検索装置に
おいて、 上記検索手段が指定文字列を持つものとして検索した文
字列データを読み出し順に展開するメモリ手段を備え、 上記検索手段は、上記再起動手段により再起動されると
きには、上記メモリ手段に格納される文字列データを検
索対象とすることを、 特徴とする文字列データ検索装置。
2. The character string data retrieving apparatus according to claim 1 , further comprising a memory means for expanding the character string data retrieved by the retrieving means as having a designated character string in a reading order. A character string data retrieving apparatus characterized in that when reactivating by the activating means, the character string data stored in the memory means is targeted for retrieval.
【請求項3】 請求項1又は2記載の文字列データ検索
装置において、 上記検索手段が、 指定文字列が与えられるときに、文字列データを順番に
読み出す読出手段と、 上記読出手段の読み出す文字列データが、指定文字列を
先頭部分に持つ文字列データであるのか否かを判断する
判断手段とから構成され、 上記グループ化手段が、 上記判断手段が指定文字列を持つ文字列データであるこ
とを判断するときに、該文字列データの持つ指定文字列
に続く同一文字種の文字列部分を抽出する抽出手段と、 上記抽出手段の抽出する文字列部分が前回の特定結果と
異なるものになるのか否かを判断することで、上記抽出
手段の抽出する文字列部分をグループ化する特定手段と
から構成されることを、 特徴とする文字列データ検索装置。
3. The character string data retrieving device according to claim 1 or 2 , wherein said retrieving means reads out the character string data in sequence when a designated character string is given, and a character read out by said retrieving means. The column data is a character string data having a designated character string, and the grouping means is a character string data having the designated character string. When determining that, the extraction means for extracting the character string portion of the same character type following the designated character string of the character string data and the character string portion extracted by the extraction means are different from the previous specified result. A character string data search device characterized by comprising a specifying means for grouping the character string portions extracted by the extracting means by determining whether or not.
JP30504194A 1994-12-08 1994-12-08 Character string data retrieval device Expired - Fee Related JP3487936B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30504194A JP3487936B2 (en) 1994-12-08 1994-12-08 Character string data retrieval device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30504194A JP3487936B2 (en) 1994-12-08 1994-12-08 Character string data retrieval device

Publications (2)

Publication Number Publication Date
JPH08161312A JPH08161312A (en) 1996-06-21
JP3487936B2 true JP3487936B2 (en) 2004-01-19

Family

ID=17940398

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30504194A Expired - Fee Related JP3487936B2 (en) 1994-12-08 1994-12-08 Character string data retrieval device

Country Status (1)

Country Link
JP (1) JP3487936B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100389116B1 (en) * 2000-05-20 2003-06-25 장준석 Representation method which can refer to destinations of objects consistently and system for the same

Also Published As

Publication number Publication date
JPH08161312A (en) 1996-06-21

Similar Documents

Publication Publication Date Title
US4644471A (en) Method for processing a data base
US6728720B1 (en) Identifying preferred indexes for databases
EP0981097A1 (en) Search system and method for providing a fulltext search over web pages of world wide web servers
EP1341099A2 (en) Subject specific search engine
WO2002039320A1 (en) Method for structuring and searching information
CN101136027A (en) System and method for database indexing, searching and data retrieval
JP2003162545A (en) File search device, index file creation device and file search program
CN112632122A (en) Report retrieval method, device, equipment and storage medium based on multiple indexes
JP3487936B2 (en) Character string data retrieval device
JP2007323546A (en) Retrieval processing method and device
JPH11213000A (en) Interactive information retrieval method/device and storage medium storing interactive information retrieval program
CN113625967A (en) Data storage method, data query method and server
CN112328630A (en) Data query method, device, equipment and storage medium
JP2835567B2 (en) Backtracking method and backtracking method for simulator that verifies target operation in time series
JP3331250B2 (en) How to create a similar process diagram
JPH03129570A (en) Data base retrieving system
EP1073976A1 (en) Method and apparatus for alerting user-processing sites as to the availability of informaton
JPH1185787A (en) Method for retrieving and registering information having link structure
JP2757769B2 (en) Automatic indexing device
JP2000347878A (en) Method and device for memory reduction
JPH09293089A (en) Method for supporting reutilizing design
JPH02116936A (en) Reorganizing system
JP2616203B2 (en) Management method of name table in translation system
JPH11195036A (en) Constitution part information retrieval device/method and storage medium
JPH09212520A (en) Electronic dictionary formation device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030701

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20031014

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071031

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101031

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101031

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111031

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111031

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121031

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees