JP2696832B2 - Information retrieval circuit - Google Patents

Information retrieval circuit

Info

Publication number
JP2696832B2
JP2696832B2 JP62083464A JP8346487A JP2696832B2 JP 2696832 B2 JP2696832 B2 JP 2696832B2 JP 62083464 A JP62083464 A JP 62083464A JP 8346487 A JP8346487 A JP 8346487A JP 2696832 B2 JP2696832 B2 JP 2696832B2
Authority
JP
Japan
Prior art keywords
search
circuit
result
fields
information
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
JP62083464A
Other languages
Japanese (ja)
Other versions
JPS63249227A (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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP62083464A priority Critical patent/JP2696832B2/en
Publication of JPS63249227A publication Critical patent/JPS63249227A/en
Application granted granted Critical
Publication of JP2696832B2 publication Critical patent/JP2696832B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、光ファイル・システム等における情報検索
回路に関し、特に、ハードウェアによりフィールド間の
論理検索を高速に行う情報検索回路に関する。 〔従来技術〕 光ファイル・システムでは、多量の文書の画像データ
を蓄積し、文書検索の高速化が課題となっている。 従来の検索方法では、ソフトウェアによる検索を行っ
て来たが、ハードウェアによる検索も提案され、検索を
より高速化する方向に進んでいる。 例えば、特開昭60−105040号公報に記載されている装
置では、フィールド毎にオートマトンを備え、検索の高
速化をはかっている。 しかし、検索の高速化のため、今までソフトウェアで
サポートしていた検索機能を全てハードウェアによりサ
ポートすると、回路構成大きくなり過ぎる。 〔発明が解決しようとする問題点〕 上記従来技術では、フィールド間における論理検索に
ついては配慮がなされず、フィールド間の論理演算につ
いては、各フィールドの検索結果に対して、ソフトウェ
アの介入が必要であった。 このため、検索速度の向上が難しいという問題があっ
た。 本発明の目的は、このような問題点を改善し、ハード
ウェアにより、フィールド間に設定された論理演算を実
行することが可能な情報検索回路を提供することにあ
る。 〔問題を解決するための手段〕 上記目的を達成するため、本発明の情報検索回路は、
検索対象レコード内の各フィールドのそれぞれに複数与
えられた検索条件に対する各検索結果をビット列で出力
する有限オートマトン9を用いた情報検索回路であっ
て、(ラッチ回路10を介して)有限オートマトン9から
出力される1フィールドに与えられた複数の検索条件に
対する検索結果をビット列別に保持する保持手段(状態
保持回路3)と、この状態保持回路3で保持した検索結
果と、有限オートマトン9から出力される次のフィール
ドに与えられた複数の検索条件に対する同一ビット列の
検索結果との論理積演算を行ない、この演算結果を状態
保持回路3に送出しその保持内容を更新する論理積演算
手段(有効ビット判定回路2)と、予め設定されるフィ
ールド間の検索条件に対応して有効ビット判定回路2に
よる状態保持回路3の保持内容の更新動作を制御する制
御手段(フィールド間制御RAM4)と、検索対象レコード
の最終フィールドに対応して有限オートマトン9から出
力される最後の検索結果に対する状態保持回路3の全て
の保持内容の論理和演算を行なう論理和演算手段(OR回
路6)とを少なくとも有し、OR回路6の演算結果を、各
フィールドのそれぞれに複数与えられた検索条件および
各フィールド間に予め設定される検索条件に基づく検索
対象レコードに対する検索結果として出力することを特
徴とする。 〔作用〕 本発明においては、シリアルに入力された文字コード
(1バイト)に対する検索結果を複数ビットの出力で示
す検索方式において、どのビットが、そのフィールドに
設定された条件での検索結果を示しているかという情報
を、予め初期設定の段階でフィールド間制御RAMに格納
している。 この情報は、1フィールド検索終了毎に順次、ラッチ
され、次段の有効ビット判定回路に送られる。 この有効ビット判定回路で選ばれた有効ビットに不一
致判定の結果が示されると、有効ビット判定回路の次段
に設けた状態保持回路では、そのビットに不一致コード
が起きたことを、1レコードの検索が終了するまで保持
し、各々のビット情報を最終段のOR回路に送る。 フィールド間に、1個でもOR論理条件が設定される
と、複数の検索条件組み合わせが成立するが、各々の組
み合わせに各ビットが対応して1ビットの判定結果を示
し、各ビットのそれぞれに状態保持回路を備え、最終の
OR回路で各条件のORを取るため、フィールド間の論理演
算を行うことができる。 〔実施例〕 以下、本発明の一実施例を図面により説明する。 第1図は、本発明の一実施例における情報検索装置の
構成図、第2図は本発明の一実施例における情報検索回
路の回路構成図である。 本実施例の情報検索装置は、第1図のように、セレク
タ(SEL)8、初期アドレス格納部11、DRAMで構成され
た有限オートマトン9、フリップ・フロップ(FF)で構
成されたラッチ回路10、および情報検出回路1を備え、
さらに、情報検出回路1は有効ビット判定回路(SEL)
2、状態保持回路(FF)3、フィールド間制御RAM(RA
M)4、RAMカウンタ(CNT)5、およびOR回路(OR)6
を備える。 また、第2図のように、有効ビット判定回路2は複数
のANDゲート22から構成され、状態保持回路3は複数の
フリップ・フロップ(FF)23から構成される。 なお、本実施例では、有限オートマトン9を用いた検
索方式を採用し、予め、複数のRAMが初期設定の段階で
検索結果を記憶し、文字コード7をアドレスとして1バ
イトずつ挿入する度に、そのアドレスに記憶された検索
結果を出力する。つまり、これは状態遷移を利用した検
索方式であり、その複数のRAMが持つ有限な領域を有限
オートマトン9とする。 本実施例の情報検索装置では、初期アドレス格納部11
に格納された初期アドレスがセレクタ8により選ばれ、
初期文字コード7とともに、アドレスとして有限オート
マトン9に入力される。 有限オートマトン9は、予めセットされた状態コー
ド、つまり、次の飛び先、および検索結果を出力し、そ
のデータはラッチ回路10に格納される。また、飛び先は
次のアドレスとしてセレクタ8へ送られ、検索結果は情
報検索回路1の有効ビット判定回路2へ送られる。 情報検索回路1の初期設定としては、レコードが変わ
る度にリセット信号(RST)が入力され、状態保持回路
3を構成するフリップ・フロップ23群には全て1がセッ
トされ、次段のOR回路6へ送られる。 有効ビット判定回路2では、ラッチ回路10を介して送
られてきた検索結果を示す各ビットは、設定されたフィ
ールド間論理条件の個々の条件に対応して結果を出力す
る。 つまり、2個のフィールド間にOR論理が設定される
と、条件数は2個となるため、検索結果を示すビットの
中、2ビットが有効なビットになる。 この検索結果の選択は、フィールド間制御RAM4に予め
格納された情報、つまり、どのビットが有効であるかと
いう情報をもとにする。 なお、RAMカウンタ5は、フィールド間制御RAM4に格
納された各フィールド毎の有効ビット情報のエリア指示
を行う。 また、有効ビット判定回路2が検索結果21の選択を行
う過程については、検索が開始されると、1文字コード
の入力に従い、有限オートマトン9から状態データとし
て検索結果21が有効ビット判定回路2を構成する各AND
ゲート22に振り分けられる。 さらに、有効ビット判定回路2には、フィールド間制
御RAM4から、状態保持回路3の何れのフリップ・フロッ
プ23を使用するかという情報が1という形で送られ、使
用しないビットは全て0となる。 こうして選択されたデータは、次段の状態保持回路3
のフリップ・フロップ群において、検索結果としてラッ
チされ、次段のOR回路6へ送出される。このOR回路6の
出力が求める判定結果24である。 また、有効なビットに検索不一致情報0が入力された
場合も、状態保持回路3は、1レコードの検索が終了し
て次のリセット信号が来るまで、0状態を保持し続け
る。 なお、フィールド間制御RAM4には、検索開始時の初期
アドレス格納部11を共用できるが、初期アドレスが必要
な場合以外は、RAMカウンタ5は有効ビット情報を格納
した番地にポインタを置いている。 また、最終段のOR回路6(フィールド間OR論理)で全
ての論理演算に不一致が起こった場合のみ、検索不一致
判定0が出力される。 このように、有限オートマトンを用いた場合、フィー
ルド間にAND条件のみが設定されると、1個のフリップ
・フロップで処理され、フィールド間のOR検索はORで結
ばれたフィールド数と等しい個数のフリップ・フロップ
で実現されるため、フィールド間の論理演算が可能であ
る。 〔発明の効果〕 本発明によれば、ハードウェアによる検索機能にソフ
トウェアを介入することなく、フィールド間論理演算検
索機能を付加することができるため、多機能、かつ高速
の情報検索回路を小規模なハードウェアで実現すること
が可能である。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information search circuit in an optical file system or the like, and more particularly, to an information search circuit that performs high-speed logical search between fields by hardware. [Prior Art] In an optical file system, there is a problem of accumulating a large amount of image data of a document and speeding up document retrieval. In the conventional search method, a search by software has been performed, but a search by hardware has also been proposed, and the search is being accelerated. For example, in an apparatus described in Japanese Patent Application Laid-Open No. Sho 60-105040, an automaton is provided for each field to speed up search. However, if all of the search functions that have been supported by software are supported by hardware in order to speed up the search, the circuit configuration becomes too large. [Problems to be Solved by the Invention] In the above prior art, no consideration is given to a logical search between fields, and a logical operation between fields requires software intervention for a search result of each field. there were. For this reason, there is a problem that it is difficult to improve the search speed. It is an object of the present invention to improve such a problem and to provide an information retrieval circuit capable of executing a logical operation set between fields by hardware. [Means for Solving the Problem] In order to achieve the above object, an information search circuit of the present invention comprises:
An information search circuit using a finite automaton 9 for outputting each search result for a plurality of search conditions given to each of fields in a search target record as a bit string, and using a finite automaton 9 (via a latch circuit 10). Holding means (state holding circuit 3) for holding search results for a plurality of search conditions given to one output field for each bit string, search results held by the state holding circuit 3, and output from the finite automaton 9. A logical AND operation is performed with a search result of the same bit string for a plurality of search conditions given in the next field, and this operation result is sent to the state holding circuit 3 to update the held contents (effective bit judgment means). Circuit 2) and a state holding circuit 3 by a valid bit determination circuit 2 corresponding to a preset search condition between fields. Control means (inter-field control RAM 4) for controlling the update operation of the held contents; and all the held contents of the state holding circuit 3 for the last search result output from the finite state automaton 9 corresponding to the last field of the search target record. A logical sum operation means (OR circuit 6) for performing a logical sum operation, wherein the operation result of the OR circuit 6 is obtained by retrieving a plurality of search conditions given to each field and a search condition preset between fields. The search result is output as a search result for a search target record based on. [Operation] In the present invention, in a search method in which a search result for a character code (1 byte) input serially is output by a plurality of bits, which bit indicates a search result under a condition set in the field. Is stored in the inter-field control RAM in advance at the initial setting stage. This information is sequentially latched every time one field search is completed, and sent to the next-stage effective bit determination circuit. When the result of the mismatch determination is indicated in the valid bit selected by the valid bit determination circuit, the state holding circuit provided next to the valid bit determination circuit indicates that a mismatch code has occurred in that bit in one record. The bit information is held until the search is completed, and each bit information is sent to the OR circuit at the final stage. If at least one OR logic condition is set between fields, a plurality of search condition combinations are established. Each bit corresponds to each combination, and a 1-bit determination result is shown. With the holding circuit, the final
Since an OR circuit ORs each condition, a logical operation between fields can be performed. Hereinafter, one embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram of an information retrieval device according to one embodiment of the present invention, and FIG. 2 is a circuit configuration diagram of an information retrieval circuit according to one embodiment of the present invention. As shown in FIG. 1, the information retrieval apparatus of this embodiment includes a selector (SEL) 8, an initial address storage unit 11, a finite automaton 9 composed of a DRAM, and a latch circuit 10 composed of a flip-flop (FF). , And an information detection circuit 1.
Further, the information detection circuit 1 is a valid bit determination circuit (SEL)
2. State holding circuit (FF) 3, inter-field control RAM (RA
M) 4, RAM counter (CNT) 5, and OR circuit (OR) 6
Is provided. As shown in FIG. 2, the valid bit determination circuit 2 includes a plurality of AND gates 22, and the state holding circuit 3 includes a plurality of flip-flops (FF) 23. In this embodiment, a search method using the finite state automaton 9 is employed, and a plurality of RAMs previously store search results at an initial setting stage, and each time a character code 7 is inserted as an address one byte at a time, The search result stored at that address is output. That is, this is a search method using state transition, and a finite area of the plurality of RAMs is set as a finite automaton 9. In the information search device of the present embodiment, the initial address storage 11
Is selected by the selector 8,
The address is input to the finite state automaton 9 together with the initial character code 7 as an address. The finite state automaton 9 outputs a preset status code, that is, a next jump destination and a search result, and the data is stored in the latch circuit 10. The jump destination is sent to the selector 8 as the next address, and the search result is sent to the valid bit determination circuit 2 of the information search circuit 1. As an initial setting of the information retrieval circuit 1, a reset signal (RST) is inputted every time a record is changed, all 1s are set to the flip-flops 23 constituting the state holding circuit 3, and the next stage OR circuit 6 is set. Sent to In the valid bit determination circuit 2, each bit indicating the search result sent via the latch circuit 10 outputs a result corresponding to each of the set inter-field logical conditions. That is, if OR logic is set between two fields, the number of conditions becomes two, and two bits among the bits indicating the search result are valid bits. The selection of the search result is based on information stored in the inter-field control RAM 4 in advance, that is, information on which bits are valid. The RAM counter 5 indicates the area of the effective bit information for each field stored in the inter-field control RAM 4. In the process in which the valid bit determination circuit 2 selects the search result 21, when the search is started, the search result 21 is transmitted from the finite state automaton 9 to the valid bit determination circuit 2 as state data according to the input of the one-character code. Each AND that composes
Sorted to gate 22. Further, information indicating which flip-flop 23 of the state holding circuit 3 is used is sent from the inter-field control RAM 4 to the valid bit determination circuit 2 in the form of "1", and all unused bits are set to "0". The data selected in this manner is stored in the state holding circuit 3 in the next stage.
Are latched as search results and sent to the OR circuit 6 in the next stage. The output of the OR circuit 6 is the determined result 24. Further, even when the search mismatch information 0 is input to the valid bit, the state holding circuit 3 keeps holding the 0 state until the search of one record is completed and the next reset signal comes. The inter-field control RAM 4 can share the initial address storage unit 11 at the start of the search. However, unless the initial address is required, the RAM counter 5 points the pointer to the address where the valid bit information is stored. Further, only when the last OR circuit 6 (OR logic between fields) has a mismatch in all logical operations, a search mismatch determination 0 is output. In this way, when a finite automaton is used, if only the AND condition is set between the fields, it is processed by one flip-flop, and the OR search between the fields is performed by the number of fields equal to the number of fields connected by OR. Since the operation is realized by the flip-flop, a logical operation between fields can be performed. According to the present invention, the inter-field logical operation search function can be added without intervening software to the hardware search function, so that a multi-function, high-speed information search circuit can be implemented on a small scale. It can be realized with simple hardware.

【図面の簡単な説明】 第1図は本発明の一実施例における情報検索装置の構成
図、第2図は本発明の一実施例における情報検索回路の
回路構成図である。 1:情報検索回路,2:有効ビット判定回路(SEL),3:状態
保持回路(FF),4:フィールド間制御RAM(RAM),5:RAM
カウンタ(CNT),6:OR回路(OR),7:文字コード,8:セレ
クタ(SEL),9:有限オートマトン,10:ラッチ回路(F
F),11:初期アドレス格納部,21:検索結果,22:ANDゲー
ト,23:フリップ・フロップ(FF),24:判定結果,RST:リ
セット信号,CLK:クロック信号。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a configuration diagram of an information retrieval device according to an embodiment of the present invention, and FIG. 2 is a circuit configuration diagram of an information retrieval circuit according to an embodiment of the present invention. 1: information retrieval circuit, 2: valid bit determination circuit (SEL), 3: state holding circuit (FF), 4: inter-field control RAM (RAM), 5: RAM
Counter (CNT), 6: OR circuit (OR), 7: Character code, 8: Selector (SEL), 9: Finite automaton, 10: Latch circuit (F
F), 11: initial address storage, 21: search result, 22: AND gate, 23: flip-flop (FF), 24: determination result, RST: reset signal, CLK: clock signal.

Claims (1)

(57)【特許請求の範囲】 1.検索対象レコード内の各フィールドのそれぞれに複
数与えられた検索条件に対する各検索結果をビット列で
出力する有限オートマトンを用いた情報検索回路であっ
て、 上記有限オートマトンから出力される1フィールドに与
えられた複数の検索条件に対する検索結果を上記ビット
列別に保持する保持手段と、 該保持手段で保持した検索結果と、上記有限オートマト
ンから出力される次のフィールドに与えられた複数の検
索条件に対する同一ビット列の検索結果との論理積演算
を行ない、該演算結果を上記保持手段に送出し該保持手
段の保持内容を更新する論理積演算手段と、 予め設定されるフィールド間の検索条件に対応して上記
論理積演算手段による上記保持手段の保持内容の更新動
作を制御する制御手段と、 上記検索対象レコードの最終フィールドに対応して上記
有限オートマトンから出力される検索結果に対する上記
保持手段の全ての保持内容の論理和演算を行なう論理和
演算手段と を少なくとも有し、 上記論理和演算手段の演算結果を、上記各フィールドの
それぞれに複数与えられた検索条件および各フィールド
間に予め設定される検索条件に基づく上記検索対象レコ
ードに対する検索結果として出力する ことを特徴とする情報検索回路。
(57) [Claims] An information search circuit using a finite automaton that outputs, in the form of a bit string, each search result for a plurality of search conditions given to each of the fields in the search target record. Holding means for holding search results for a plurality of search conditions for each bit string; search results held by the holding means; and search for the same bit string for a plurality of search conditions given to the next field output from the finite state automaton A logical AND operation for performing a logical AND operation with the result, sending the operation result to the holding unit and updating the held contents of the holding unit, and the logical AND operation corresponding to a preset search condition between fields. Control means for controlling an update operation of the content held by the holding means by the arithmetic means; OR operation means for performing an OR operation of all the held contents of the holding means with respect to the search result output from the finite state automaton corresponding to the end field, wherein the operation result of the OR operation means is An information search circuit for outputting as a search result for the record to be searched based on a plurality of search conditions given to each of the fields and a search condition preset between the fields.
JP62083464A 1987-04-03 1987-04-03 Information retrieval circuit Expired - Fee Related JP2696832B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62083464A JP2696832B2 (en) 1987-04-03 1987-04-03 Information retrieval circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62083464A JP2696832B2 (en) 1987-04-03 1987-04-03 Information retrieval circuit

Publications (2)

Publication Number Publication Date
JPS63249227A JPS63249227A (en) 1988-10-17
JP2696832B2 true JP2696832B2 (en) 1998-01-14

Family

ID=13803187

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62083464A Expired - Fee Related JP2696832B2 (en) 1987-04-03 1987-04-03 Information retrieval circuit

Country Status (1)

Country Link
JP (1) JP2696832B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56145428A (en) * 1980-04-14 1981-11-12 Hitachi Ltd Data retrieval device

Also Published As

Publication number Publication date
JPS63249227A (en) 1988-10-17

Similar Documents

Publication Publication Date Title
US2735082A (en) Goldberg ett al
US5742805A (en) Method and apparatus for a single history register based branch predictor in a superscalar microprocessor
US20140244564A1 (en) Pattern-recognition processor with matching-data reporting module
US4095283A (en) First in-first out memory array containing special bits for replacement addressing
US3651483A (en) Method and means for searching a compressed index
US3302186A (en) Information retrieval system
JP2696832B2 (en) Information retrieval circuit
JPH0666050B2 (en) Sort processing method
EP0166577A2 (en) Information sorting and storage apparatus and method
JPS6373422A (en) Information retrieving device
US4937779A (en) Information retrieving apparatus capable of rearranging information stored in memory
JP2561308B2 (en) Data stacking device
JPS6362083A (en) Projection data generation system
JPH07120262B2 (en) Sorting circuit
JPS63227178A (en) Decoding device
JPH0642248B2 (en) Information retrieval device
JP2926803B2 (en) Sorting method
KR0141906B1 (en) Hardware driving device for searching data
JPH06162083A (en) Character-string retrieving device
JPS63187334A (en) Character-string pattern matching device
JPH04195681A (en) Delimination device
JP2614342B2 (en) Insert sorter
JPH0275018A (en) Merge processing method
JPH0635442A (en) Data converting device
JPS61162898A (en) Associative memory

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees