JPH06295313A - Data retrieving device for retrieving file with index - Google Patents
Data retrieving device for retrieving file with indexInfo
- Publication number
- JPH06295313A JPH06295313A JP5080560A JP8056093A JPH06295313A JP H06295313 A JPH06295313 A JP H06295313A JP 5080560 A JP5080560 A JP 5080560A JP 8056093 A JP8056093 A JP 8056093A JP H06295313 A JPH06295313 A JP H06295313A
- Authority
- JP
- Japan
- Prior art keywords
- data
- index
- record
- search
- stored
- 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 improvement of search means in a data search device for a search file with an index.
【0002】[0002]
【従来の技術】データファイルには、複数項目のフィー
ルドからなるレコードの検索を容易にするためインデッ
クス部を有するインデックス付き検索ファイルがある。
このようなインデックス付き検索ファイルは、インデッ
クス部に該レコードのキーデータであるインデックスキ
ーが記憶されている。この様なデータファイルを使用し
てデータファイルに記憶されている複数のレコードより
インデックス部を用いて必要なレコードを検索する検索
方法では、最初に、検索したいレコードのキーデータを
指定すると、データ検索装置は、このキーデータに対応
するインデックスキーを検索する。データ検索装置は、
インデックス部にアクセスを行い該当するインデックス
キーを含むインデックスを発見すると、該インデックス
が指示するレコードを読みだす。データ検索装置は、読
みだしたレコードのデータを表示部に表示する等の処理
を行う。2. Description of the Related Art Among data files, there is an indexed search file having an index portion for facilitating the search for a record consisting of fields of a plurality of items.
In such an indexed search file, the index key, which is the key data of the record, is stored in the index portion. In the search method that uses such a data file to search for the required record from the multiple records stored in the data file using the index part, first specify the key data of the record you want to search The device retrieves the index key corresponding to this key data. The data retrieval device
When the index part is accessed and an index including the corresponding index key is found, the record indicated by the index is read out. The data search device performs processing such as displaying the data of the read record on the display unit.
【0003】[0003]
【発明が解決しようとする課題】しかしながら、データ
検索を行う時、レコード内に記憶されている全てのデー
タを必要としないこともあり、その場合には、まれにし
か使用しないフィールドに記憶されたデータまでも読み
だすことになる。通常、レコード部はハードディスクに
存在しているため、この様な場合には余分なハードディ
スクアクセス処理を行うことになり、全体の処理速度が
遅くなり、また、レコード部が長い場合にはそれだけ多
くの読み込みバッファが必要になるという問題があっ
た。However, when performing a data search, it may not be necessary to use all the data stored in a record. In that case, the data stored in a field that is rarely used is stored. Even the data will be read out. Normally, the record part exists on the hard disk, so in such a case, extra hard disk access processing is performed, the overall processing speed becomes slower, and if the record part is long, that much There was a problem that a read buffer was needed.
【0004】この発明の目的は、データ検索を行う際に
頻繁に利用されるフィールドに記憶されたデータをイン
デックス部に記憶することで上記の欠点を解決するイン
デックス付き検索ファイルのデータ検索装置を提供する
ことにある。An object of the present invention is to provide a data search device for a search file with an index, which solves the above-mentioned drawbacks by storing in the index section the data stored in the fields that are frequently used when performing data search. To do.
【0005】[0005]
【課題を解決するための手段】この発明のインデックス
付き検索ファイルのデータ検索装置は、複数項目のフィ
ールドからなる複数のレコードを記憶するレコード部
と、前記レコード検索のためのインデックスキーおよび
前記レコード内の所定のフィールドデータを記憶するイ
ンデックス部と、で構成される検索ファイルと、前記所
定のフィールドデータを検索するときは、前記インデッ
クス部のみアクセスし、前記レコードを検索するときは
前記インデックス部と前記レコード部の両方をアクセス
する検索手段を設けたことを特徴とする。A data search apparatus for a search file with an index according to the present invention includes a record section for storing a plurality of records including fields of a plurality of items, an index key for searching the records, and an inside of the record. A search file composed of an index section for storing predetermined field data, and when searching the predetermined field data, only the index section is accessed, and when searching for the record, the index section and the It is characterized in that a search means for accessing both record parts is provided.
【0006】[0006]
【作用】この発明のインデックス付き検索ファイルのデ
ータ検索装置においては、インデックス部にレコード検
索のためのインデックスキーと共に前記レコード内の所
定のフィールドデータをも併せて配置するインデックス
ファイル構造としていることから、データ検索装置は、
前記所定のフィールドデータを検索する場合には、前記
インデックス部のみアクセスするだけで足りる。すなわ
ち、その後のレコード部へのアクセスが不要である。一
方、前記レコードを検索する時には、すなわち前記所定
のフィールドデータ以外のフィールドデータをも利用し
たい時には、データ検索装置は、インデックス部とレコ
ード部の両方をアクセスする。したがって、所定のフィ
ールドデータを頻繁に利用するフィールドデータとする
ことで検索装置全体の検索処理時間が短縮される。In the data search device for the indexed search file of the present invention, since the index file structure in which the index key for searching the record and the predetermined field data in the record are also arranged in the index part, The data retrieval device
When searching the predetermined field data, it is sufficient to access only the index section. That is, it is not necessary to access the record part thereafter. On the other hand, when searching the record, that is, when it is desired to use field data other than the predetermined field data, the data search device accesses both the index section and the record section. Therefore, by using the predetermined field data as frequently used field data, the search processing time of the entire search device is shortened.
【0007】[0007]
【実施例】図1は、この発明の実施例であるインデック
ス付き検索ファイルのデータ検索装置のレコード部に記
憶されているレコードの構成を示す図である。このイン
デックス付き検索ファイルは、クレジットカードが有効
かどうかをチェックするのに利用されるネガティブファ
イルである。レコード6は、無効カードの先頭無効番号
を記憶するフィールド1と、無効範囲を記憶するフィー
ルド2と、無効年月を記憶するフィールド3と、無効理
由コードを記憶するフィールド4と、無効理由を記憶す
るフィールド5と、を備えている。このファイルでは、
前記無効年月、無効理由コード、無効理由が同じであ
り、且つ無効になったクレジットカードの番号が連続す
る時にはこれらを同図に示すフィールドによって1つの
レコードに記憶する。先頭無効番号は、連続する無効ク
レジットカードの先頭番号を示す。もし、連続する無効
クレジットカードが無い場合は、先頭無効番号は、無効
になった単一のクレジットカードの番号である。無効範
囲は、前記無効先頭番号に続く無効になったクレジット
カードの番号の範囲を示す。無効年月は、無効になった
年月のデータである。無効理由コードは、該クレジット
カードが無効になった理由をコードで示したものであ
る。無効理由は、前記無効理由コードの内容を文字で示
したものである。図1に示すレコードは、クレジットカ
ード番号が 500、 501、 502の3枚のクレジットカード
が1992年 2月に紛失により無効になったことを示してい
る。なお、実際にはカード番号は、もっと長い桁数だが
理解を容易にするためにここでは3桁の数字で表してい
る。このように、連続した番号のクレジットカードが同
じ時期に同じ理由で無効になった時、これらを1つのレ
コードとして記憶するようにしたことによりファイルメ
モリに記憶されるデータの容量を減らす事ができる。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a diagram showing the structure of a record stored in a record section of a data search device for an indexed search file according to an embodiment of the present invention. This indexed search file is a negative file used to check if your credit card is valid. The record 6 stores a field 1 for storing the invalid number at the beginning of the invalid card, a field 2 for storing the invalid range, a field 3 for storing the invalid year and month, a field 4 for storing the invalid reason code, and a invalid reason. And a field 5 to do so. In this file,
When the invalidation date, the invalidation reason code, and the invalidation reason are the same and the numbers of the invalidated credit cards are consecutive, these are stored in one record by the field shown in FIG. The leading invalid number indicates the leading number of consecutive invalid credit cards. If there are no consecutive invalid credit cards, the leading invalid number is the number of the single invalid credit card. The invalid range indicates a range of invalid credit card numbers following the invalid start number. The invalidation date is data of the invalidation date. The invalidation reason code is a code indicating the reason why the credit card is invalid. The invalidation reason is the content of the invalidation reason code indicated by characters. The record shown in Figure 1 shows that three credit cards with credit card numbers 500, 501, and 502 were invalidated in February 1992 due to loss. Note that the card number is actually a longer number of digits, but is shown here as a three-digit number for easier understanding. In this way, when credit cards with consecutive numbers become invalid at the same time and for the same reason, by storing these as one record, the amount of data stored in the file memory can be reduced. .
【0008】図2は、階層化されたインデックスの構成
例を示す図である。今、データ部のレコード数を100
0と仮定する。階層化されたインデックスは、単一の最
上位インデックス11を備えている。前記最上位インデ
ックス11には、次の階層の10個の下位インデックス
12がつながっていて、各インデックスは各々100個
のインデックスキーに分類される。また、この10個の
下位インデックス12の各々にも次の階層の複数のイン
デックスがつながっている。この様に各インデックスに
は、次の階層のインデックスがつながっており、最上位
インデックス11から一番下の階層のインデックスであ
る複数の最下位インデックス13までツリー構造でつな
がっている。なお、本実施例では最下位インデックス1
3の各インデックスが10個のインデックスキーを記憶
している。ここで、ツリー構造でつながる1つ下の階層
のインデックスをリンクインデックスという。ただし、
データ検索装置内において、各インデックスは、このよ
うな形態で記憶されているわけではなく全インデックス
がシーケンシャルに記憶されているため、各インデック
スに個別のラベルを付し、上位インデックスに下位につ
ながるインデックスのラベルを記憶することによってツ
リー構造を実現している。FIG. 2 is a diagram showing an example of the structure of hierarchical indexes. Now, the number of records in the data section is 100
Assume 0. The hierarchized index has a single highest index 11. Ten lower indexes 12 of the next layer are connected to the highest index 11, and each index is classified into 100 index keys. Further, each of the 10 lower indexes 12 is also connected to a plurality of indexes in the next layer. In this way, the indexes of the next layer are connected to each index, and the uppermost index 11 to the plurality of lowest indexes 13 which are the indexes of the lowest layer are connected in a tree structure. In the present embodiment, the lowest index 1
Each index of 3 stores 10 index keys. Here, the index of the next lower hierarchy connected in the tree structure is called a link index. However,
In the data search device, since each index is not stored in such a form and all the indexes are stored sequentially, an index is attached to each index and an index that is connected to a lower index to an upper index. The tree structure is realized by storing the label of.
【0009】図3は、この発明の実施例であるインデッ
クス部のデータ構造を示す図である。最下位インデック
ス13以外のインデックス11、12は、インデックス
レベル記憶エリア21と、検索時のインデックス情報記
憶エリア22と、キーデータ記憶エリア23と、リンク
インデックスNo記憶エリア24と、を備えている(図3
(A)参照)。また、最下位インデックス13は、イン
デックスレベル記憶エリア31と、検索時のインデック
ス情報記憶エリア32と、キーデータ記憶エリア33
と、リンクデータNo記憶エリア34と、レコード内の頻
繁に確認されるフィールドデータ記憶エリア35と、を
備えている(図3(B)参照)。FIG. 3 is a diagram showing the data structure of the index part according to the embodiment of the present invention. The indexes 11 and 12 other than the lowest index 13 are provided with an index level storage area 21, a search index information storage area 22, a key data storage area 23, and a link index No storage area 24 (FIG. Three
(See (A)). The lowest index 13 includes an index level storage area 31, an index information storage area 32 at the time of retrieval, and a key data storage area 33.
And a link data No storage area 34 and a field data storage area 35 that is frequently confirmed in the record (see FIG. 3B).
【0010】インデックスレベル記憶エリア21、31
には、該インデックスが最下位インデックスであるかを
判定するフラグが記憶されており、最下位インデックス
13には0、その他のインデックス11、12には1が
記憶されている。検索時のインデックス情報記憶エリア
22、32には、同じ階層で隣のインデックスのラベ
ル、ツリー状につながっている1つ上の階層のインデッ
クスのラベル、リンクインデックスの数等のデータが記
憶されている。これは、レコードの追加、削除等を行う
ときに利用される。最下位インデックス13以外のイン
デックスは複数のリンクインデックスのインデックスキ
ー(キーデータ)をキーデータ記憶エリア23に記憶し
ており、リンクインデックスNo記憶エリア24にこれら
のリンクインデックスのラベルを記憶している。例え
ば、図2の最上位インデックス11においては、キーデ
ータ記憶エリア23には(1〜100)、(101〜2
00)・・・・(901〜1000)のキーデータが各
々記憶されリンクインデックスNo記憶エリア24には、
各キーデータに対応するリンクインデックス(第2番目
の階層の下位インデックス12)のラベルが記憶されて
いる。なお、実際にはキーデータは、そのリンクインデ
ックスが受け持つデータの先頭のものが用いられる。す
なわち、(1〜100)を“1”、(101〜200)
を“101”、・・・(901〜1000)を“90
1”としてキーデータ記憶エリア23に記憶される。こ
のキーデータ記憶エリア23とリンクインデックスNo記
憶エリア24は、対応するものどうしが対になって記憶
されている。これに対して、最下位インデックス13
は、キーデータ記憶エリア33につながっている全ての
レコード6のキーデータ(先頭無効番号)を記憶してお
り、リンクデータNo記憶エリア34にこのレコード6が
記憶されている位置を示すアドレスが記憶されており、
さらにフィールドデータ記憶エリア35にこのレコード
6で頻繁に確認されるフィールドのデータ(無効範囲デ
ータ)が記憶されている。このキーデータ記憶エリア3
3とリンクインデックスNo記憶エリア34とフィールド
データ記憶エリア35は、対応するものどうしが組にな
って記憶されている。Index level storage areas 21, 31
Stores a flag for determining whether the index is the lowest index, 0 is stored in the lowest index 13, and 1 is stored in the other indexes 11 and 12. The index information storage areas 22 and 32 at the time of search store data such as the label of the adjacent index in the same layer, the label of the index in the next upper layer connected in a tree shape, and the number of link indexes. . This is used when adding or deleting a record. For indexes other than the lowest index 13, index keys (key data) of a plurality of link indexes are stored in the key data storage area 23, and labels of these link indexes are stored in the link index No storage area 24. For example, in the highest index 11 of FIG. 2, (1 to 100), (101 to 2) are stored in the key data storage area 23.
00) ... The key data of (901 to 1000) are stored in the link index No storage area 24.
The label of the link index (lower index 12 of the second layer) corresponding to each key data is stored. It should be noted that, in actuality, as the key data, the first one of the data that the link index is responsible for is used. That is, (1-100) is "1", (101-200)
To "101", ... (901 to 1000) to "90
1 ”is stored in the key data storage area 23. The key data storage area 23 and the link index No storage area 24 are stored as corresponding pairs. On the other hand, the lowest index Thirteen
Stores the key data (start invalid number) of all the records 6 connected to the key data storage area 33, and the link data No storage area 34 stores the address indicating the position where the record 6 is stored. Has been done,
Further, the field data storage area 35 stores field data (invalid range data) frequently confirmed in the record 6. This key data storage area 3
3, the link index No storage area 34, and the field data storage area 35 are stored as corresponding sets.
【0011】図4は、同データ検索装置の動作フローを
示す図である。データ検索装置は、ネガティブチェック
を行いたいクレジットカードの番号が入力されると(n
1)、これを検索データとして最上位インデックス11
の検索を開始する。データ記憶装置は、検索データに対
して最上位インデックス11に記憶されている複数のキ
ーデータの内、検索データ以下で最も大きいキーデータ
を検出する(n2)。FIG. 4 is a diagram showing an operation flow of the data search apparatus. When the number of the credit card for which a negative check is desired is entered, the data search device will
1), using this as search data, the highest index 11
Start searching for. The data storage device detects the largest key data below the search data among the plurality of key data stored in the highest index 11 for the search data (n2).
【0012】そして、データ検索装置は、この検出され
たキーデータと対になって記憶されているリンクインデ
ックスNo記憶エリア24に記憶されているラベルを読み
だす(n3)。データ検索装置は、このラベルで示され
た位置にある下位インデックス12に検索動作を移行す
る(n4)。これにより、検索するインデックスが1つ
下の階層に移行したこととなる。Then, the data retrieval device reads the label stored in the link index No storage area 24 which is stored in pair with the detected key data (n3). The data search device shifts the search operation to the lower index 12 located at the position indicated by this label (n4). As a result, the index to be searched has moved to the next lower layer.
【0013】データ検索装置は、移行したインデックス
のインデックスレベルを確認する(n5)。インデック
スレベルが1の場合には、データ検索装置は上記最上位
インデックスでの検索と同様にこのインデックスでの検
索を行う(n1→4)。これを繰り返すことによりデー
タ検索装置は、インデックスレベルが0である最下位イ
ンデックスに到達する。The data search device confirms the index level of the migrated index (n5). When the index level is 1, the data search device searches for this index in the same manner as the search for the highest index (n1 → 4). By repeating this, the data search device reaches the lowest index whose index level is 0.
【0014】データ検索装置は、最下位インデックスに
記憶されている複数のキーデータの内、検索データ以下
で最も大きいキーデータを検出する(n6)。データ記
憶装置は、このキーデータと組になっているフィールド
データ記憶エリア35に記憶されている無効範囲データ
を読みだす(n7)。そして、データ検索装置は、到達
した最下位インデックスのキーデータと無効範囲データ
により比較用データを算出する(n8)。この算出は、
以下の式でおこなわれる。The data search device detects the largest key data below the search data among the plurality of key data stored in the lowest index (n6). The data storage device reads the invalid range data stored in the field data storage area 35 paired with this key data (n7). Then, the data search device calculates the comparison data from the reached key data of the lowest index and the invalid range data (n8). This calculation is
The following formula is used.
【0015】比較用データ=インデックスのキーデータ
+無効範囲データ−1 例えば、最下位インデックス13で検出したキーデータ
記憶エリアの内容が500で、これと対になって記憶さ
れている無効範囲データが3であった場合(すなわち図
1に示すレコードを指定している)には、比較用データ
=502となる。Comparison data = index key data + invalid range data-1 For example, the content of the key data storage area detected by the lowest index 13 is 500, and the invalid range data stored as a pair is If it is 3, that is, the record shown in FIG. 1 is designated, the comparison data = 502.
【0016】そして、データ検索装置は、指定されたキ
ーデータと比較用データを比較して(n9)、 指定されたキーデータ≦比較用データ の時、指定された番号のクレジットカードが無効である
と判定する(n10)。例えば、指定されたキーデータ
が500、501、502であれば、無効クレジットカ
ードであると判定する。Then, the data retrieval device compares the designated key data with the comparison data (n9), and when the designated key data ≦ comparison data, the credit card with the designated number is invalid. (N10). For example, if the designated key data is 500, 501, 502, it is determined that the credit card is invalid.
【0017】一方、指定されたキーデータ>比較用デー
タ の時、データ検索装置は、指定された番号のクレジット
カードが有効であると判定する(n11)。例えば、指
定されたキーデータが503であれば、有効なクレジッ
トカードであると判定する。On the other hand, when the designated key data> comparison data, the data retrieval device determines that the credit card with the designated number is valid (n11). For example, if the designated key data is 503, it is determined that the credit card is valid.
【0018】これにより、データ検索装置は、レコード
に記憶されているデータにアクセスを行うことなくクレ
ジットカードの有効、無効のネガティブチェックを行う
事ができる。Thus, the data retrieval device can perform a negative check of validity / invalidity of the credit card without accessing the data stored in the record.
【0019】また、レコードにアクセスを行う必要が有
る場合には、データ検索装置は最下位インデックス13
で検出されたキーデータ記憶エリア33と組になって記
憶されているリンクデータNo記憶エリア34に示されて
いるアドレスをアクセスすることによりこのレコードの
内容を読みだすことができる。Further, when it is necessary to access the record, the data search device uses the lowest index 13
The contents of this record can be read out by accessing the address shown in the link data No storage area 34, which is stored in combination with the key data storage area 33 detected in.
【0020】[0020]
【発明の効果】以上のように、この発明によれば、イン
デックス付き検索ファイルのデータ検索装置は、頻繁に
確認されるレコードに記憶されているフィールドのデー
タをインデックス部に記憶したことにより、前記インデ
ックス部のみアクセスしてデータ処理を行うことができ
る。これにより、データ処理は、レコードにアクセスす
ることなく行えるので処理時間を短縮することができ
る。As described above, according to the present invention, the data search device for the indexed search file stores the data of the field stored in the frequently confirmed record in the index section, and Only the index part can be accessed for data processing. As a result, the data processing can be performed without accessing the record, so that the processing time can be shortened.
【図1】この発明の実施例であるデータ検索装置のレコ
ード部に記憶されているレコードの構成を示す。FIG. 1 shows a structure of a record stored in a record section of a data search device according to an embodiment of the present invention.
【図2】階層化されたインデックスの構成を示す。FIG. 2 shows a structure of hierarchical indexes.
【図3】同実施例であるデータ検索装置のインデックス
のデータ構造を示す。FIG. 3 shows a data structure of an index of the data search device according to the embodiment.
【図4】同実施例であるデータ検索装置のネガティブチ
ェック動作フローを示す。FIG. 4 shows a negative check operation flow of the data search device according to the embodiment.
1、2、3、4、5−フィールド 6−レコード 11−最上位インデックス 12−下位インデックス 13−最下位インデックス 1, 2, 3, 4, 5, 5-Field 6-Record 11-Highest Index 12-Lower Index 13-Lowest Index
Claims (1)
コードを記憶するレコード部と、前記レコード検索のた
めのインデックスキーおよび前記レコード内の所定のフ
ィールドデータを記憶するインデックス部と、で構成さ
れる検索ファイルと、 前記所定のフィールドデータを検索するときは、前記イ
ンデックス部のみアクセスし、前記レコードを検索する
ときは前記インデックス部と前記レコード部の両方をア
クセスする検索手段を設けたことを特徴するインデック
ス付き検索ファイルのデータ検索装置。1. A search comprising a record section for storing a plurality of records each including a field of a plurality of items, and an index section for storing an index key for searching the record and predetermined field data in the record. An index characterized by providing a file and search means for accessing only the index part when searching for the predetermined field data and accessing both the index part and the record part when searching for the record Data retrieval device for attached search files.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5080560A JPH06295313A (en) | 1993-04-07 | 1993-04-07 | Data retrieving device for retrieving file with index |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5080560A JPH06295313A (en) | 1993-04-07 | 1993-04-07 | Data retrieving device for retrieving file with index |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH06295313A true JPH06295313A (en) | 1994-10-21 |
Family
ID=13721728
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5080560A Pending JPH06295313A (en) | 1993-04-07 | 1993-04-07 | Data retrieving device for retrieving file with index |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH06295313A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008506202A (en) * | 2004-07-12 | 2008-02-28 | フェクスコ | Direct currency exchange |
JP2013152520A (en) * | 2012-01-24 | 2013-08-08 | Mitsubishi Electric Corp | Retrieval device, retrieval terminal device, data registration device, retrieval method, retrieval program, data registration method, and data registration program |
JP2015109489A (en) * | 2013-12-03 | 2015-06-11 | 日本電気株式会社 | Radio station identification device, radio station identification method and radio station identification program |
-
1993
- 1993-04-07 JP JP5080560A patent/JPH06295313A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008506202A (en) * | 2004-07-12 | 2008-02-28 | フェクスコ | Direct currency exchange |
JP2013152520A (en) * | 2012-01-24 | 2013-08-08 | Mitsubishi Electric Corp | Retrieval device, retrieval terminal device, data registration device, retrieval method, retrieval program, data registration method, and data registration program |
JP2015109489A (en) * | 2013-12-03 | 2015-06-11 | 日本電気株式会社 | Radio station identification device, radio station identification method and radio station identification program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5497485A (en) | Method and apparatus for implementing Q-trees | |
US5293616A (en) | Method and apparatus for representing and interrogating an index in a digital memory | |
US5408654A (en) | Method to reorganize an index file without sorting by changing the physical order of pages to match the logical order determined from the index structure | |
JP2770855B2 (en) | Digital information storage and retrieval method and apparatus | |
KR100230767B1 (en) | Method of data storage and search for dynamic memory | |
KR890007156A (en) | How to fetch, insert, and delete key record data | |
JPS6254329A (en) | Method for registering and retrieving data in/from file device | |
US6654868B2 (en) | Information storage and retrieval system | |
Baeza-Yates et al. | Hierarchies of indices for text searching | |
KR920004985A (en) | Data file directory information recording method and data storage medium | |
JPH06295313A (en) | Data retrieving device for retrieving file with index | |
US20070198567A1 (en) | File storage and retrieval method | |
JPS6127771B2 (en) | ||
JP2675958B2 (en) | Information retrieval computer system and method of operating storage device thereof | |
US5737603A (en) | Database system capable of carrying out an efficient free area search | |
JP2540821B2 (en) | Database search system | |
JP3578501B2 (en) | Document search method and apparatus | |
JPH06203075A (en) | Electronic telephone directory | |
Baeza-Yates et al. | E cient Text Searching for Read-Only Optical Disks | |
McAllister et al. | A design for an online bibliographic database: The DOBIS-LIBIS database | |
JPS61103242A (en) | High-speed retrieval system | |
JPH0535554A (en) | File processor | |
JPS60225938A (en) | Information retrieving system | |
JPH04205173A (en) | Information retrieval system | |
JPS63291145A (en) | Method for managing file |