JPH04114276A - Condition retrieving system to file having index - Google Patents

Condition retrieving system to file having index

Info

Publication number
JPH04114276A
JPH04114276A JP2234824A JP23482490A JPH04114276A JP H04114276 A JPH04114276 A JP H04114276A JP 2234824 A JP2234824 A JP 2234824A JP 23482490 A JP23482490 A JP 23482490A JP H04114276 A JPH04114276 A JP H04114276A
Authority
JP
Japan
Prior art keywords
index
block
index block
unit
entry
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2234824A
Other languages
Japanese (ja)
Inventor
Atsushi Kato
厚志 加藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Chubu 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 NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP2234824A priority Critical patent/JPH04114276A/en
Publication of JPH04114276A publication Critical patent/JPH04114276A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To execute a retrieval processing at high speed by providing an intermediate index entry extraction part to extract the intermediate index entry of a least-significant extracted index block in the order designated in advance. CONSTITUTION:This system is equipped with a storage device 1, index block extraction part 2, index block hierarchy judgement part 3, top index entry extraction part 4, intermediate index entry extraction part 5, final index entry extraction part 6 and data comparison part 7. In the case of a conditional expression is '<' and '<=' after completing the processing to one index block, a preceding index block 12 shown by a PP (Prior Pointer) is read and when the conditional expression is the other one, a following index block 14 shown by an NP (Next Pointer) is read in so as to execute a comparison processing, which is completed up to the moment, to a newly read index block 14. Thus, since an objective result can be obtained without comparing all the index entries in the index block, time for condition retrieval is shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は索引を持つファイルに対する条件検索方式に関
し、特に検索の処理速度を高速化した条件検索方式に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a conditional search method for files having an index, and particularly to a conditional search method that increases the processing speed of the search.

〔従来の技術〕[Conventional technology]

従来、索引を持つファイルに対する粂件検索処理では、
記憶装置に格納されている索引部を検索条件(条件式と
指定値とから成る)中の指定値をもとに最上位索引ブロ
ックから最下位索引ブロックへとたどり、最下位索引ブ
ロックに到達した後に最下位索引ブロック中のすべての
索引エントリ(データ中の索引となる項目値とデータの
格納されている位置を示すアドレスを結合したもの)の
項目値を検索条件と比較し、条件に合った索引エントリ
の部分集合を生成していた。
Conventionally, in the search process for files with indexes,
The index part stored in the storage device is traced from the highest index block to the lowest index block based on the specified value in the search condition (consisting of a conditional expression and a specified value), and the lowest index block is reached. Afterwards, the item values of all index entries in the lowest index block (the combination of the item value serving as the index in the data and the address indicating the location where the data is stored) are compared with the search conditions, and the items that meet the conditions are compared. It was generating a subset of index entries.

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

上述した従来の条件検索方式においては、索引ブロック
を最上位から最下位へたどり、最下位索引ブロック中の
指定値と同値の索引エントリに位置付いた後、検索条件
中の条件式(=、≦、≧。
In the conventional conditional search method described above, the index block is traced from the highest level to the lowest level, and after locating the index entry with the same value as the specified value in the lowest index block, the conditional expression (=, ≦ , ≧.

<、〉)を判断してその索引エントリから前または後に
一つずつ読み進め、読み出された値を一つずつ指定値と
比較を行うため、索引エントリの読み出し及び索引エン
トリと指定値との比較に時間がかかるという欠点があっ
た。
<, >), read forward or backward from that index entry one by one, and compare the read values one by one with the specified value. The disadvantage is that it takes time to compare.

本発明の目的は、すべての索引エントリの比較を行わず
に、検索処理を高速で行える索引を持つファイルに対す
る条件検索方式を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a conditional search method for files with indexes that allows high-speed search processing without comparing all index entries.

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

本発明の索引を持つファイルに対する条件検索方式は、
索引を持つファイルが存在する記憶装置の索引部から項
目値とアドレスとを含む索引エントリの集合体である索
引ブロックを抽出する索引ブロック抽出部と、抽出した
索引ブロックのID部を検査し最下位索引でない場合は
検索条件中の指定値と等しいか直近上位(又は直近下位
)の項目値の索引エントリが示す一つ下の階層の索引ブ
ロックを抽出する指示を前記索引ブロック抽出部に最下
位索引ブロックを抽出するまで繰り返し送出する索引ブ
ロック階層判断部と、抽出した最下位索引ブロックの先
頭にある索引エントリを抽出する先頭索引エントリ抽出
部と、抽出した最下位索引ブロックの最後尾にある索引
エントリを抽出する後尾索引エントリ抽出部と、抽出し
た最下位索引ブロックの中間の索引エントリをあらかじ
め指定された順序で抽出する中間索引エントリ抽出部と
、抽出された索引エントリの項目値と検索条件中に指定
された指定値とを比較するデータ比較部と、この比較結
果と検索条件中の条件式とを判断し検索条件が成り立つ
かどうかを判定する指定比較条件判定部と、訂記先頭索
引エントリ抽山部、中間索引エントリ抽出部、後尾索引
エントリ抽出部、データ比較部および指定比較条件判定
部を制御し検索条件が成り立った索引エントリの部分集
合を生成する部分集合生成部とを備えて構成されている
The conditional search method for files with the index of the present invention is as follows:
An index block extraction unit that extracts an index block, which is a collection of index entries including item values and addresses, from the index unit of the storage device in which the file with the index exists; and an index block extraction unit that inspects the ID unit of the extracted index block and extracts the If it is not an index, instruct the index block extraction unit to extract the index block in the next lower hierarchy indicated by the index entry with the item value that is equal to or immediately higher (or immediately lower) than the specified value in the search condition. An index block hierarchy determination unit that repeatedly sends out a block until it is extracted, a first index entry extraction unit that extracts the index entry at the beginning of the extracted lowest index block, and an index entry at the end of the extracted lowest index block. a trailing index entry extraction section that extracts the index entries in the middle of the extracted lowest index block in a prespecified order, and an intermediate index entry extraction section that extracts the intermediate index entries of the extracted lowest index block in a prespecified order, and A data comparison section that compares the specified value with a specified value, a specified comparison condition judgment section that judges the comparison result and the conditional expression in the search condition to determine whether the search condition is satisfied, and an annotation first index entry extraction section. Yamabe, an intermediate index entry extraction section, a trailing index entry extraction section, a data comparison section, and a subset generation section that controls the specified comparison condition determination section and generates a subset of index entries satisfying the search condition. ing.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例のブロック図で、1は索引部
を持つファイルが存在する記憶装置、2は索引部から索
引ブロックを抽出する索引ブロック抽出部、3は抽出し
た索引ブロックのID部を検査し最下位索引でない場合
は検索条件中の指定値に等しいか直近上位の項目値の索
引エントリが示す一つ下の階層の索引ブロックを抽出す
る指示を索引ブロック抽出部2に最下位索引ブロックを
抽出するまで繰り返し送出する索引ブロック階層判断部
、4は抽出した最下位索引ブロックの先頭にある索引エ
ントリを抽出する先頭索引エントリ抽出部、5は抽出し
た最下位索引ブロックの中間の索引エントリをあらかじ
め指定された順序で抽出する中間索引エントリ抽出部、
6は抽出した索引ブロックの最後尾にある索引エントリ
を抽出する後尾索引エントリ抽出部、7は抽出された索
引エントリの項目値と検索条件で指定された指定値とを
比較するデータ比較部、8は指定した検索条件を記録す
る検索条件格納部、9は検索条件中の条件式とデータ比
較部7の比較結果を判断して検索条件が成り立つかどう
かを判定する指定比較条件判定部、10は先頭索引エン
トリ抽出部4.中間索引エントリ抽出部5.後尾索引エ
ントリ抽出部6.データ比較部7および指定条件判定部
9を制御し検索条件が成り立った索引エントリの部分集
合を生成する部分集合生成部である。
FIG. 1 is a block diagram of an embodiment of the present invention, in which 1 is a storage device in which a file with an index section exists, 2 is an index block extraction section that extracts an index block from the index section, and 3 is an index block extractor that extracts an index block from the index section. The ID section is inspected, and if it is not the lowest index, the index block extraction unit 2 is instructed to extract the index block in the next lower hierarchy indicated by the index entry with the item value that is equal to the specified value in the search condition or has the immediately higher item value. 4 is an index block hierarchy determination unit that repeatedly sends out the index block until it extracts the lowest index block; 4 is a first index entry extraction unit that extracts the index entry at the beginning of the extracted lowest index block; 5 is an index block in the middle of the lowest index block that has been extracted; an intermediate index entry extraction unit that extracts index entries in a prespecified order;
Reference numeral 6 denotes a trailing index entry extraction unit that extracts the index entry at the end of the extracted index block; 7 a data comparison unit that compares the item value of the extracted index entry with the specified value specified in the search condition; 8 9 is a search condition storage unit that records specified search conditions; 9 is a specified comparison condition determination unit that determines whether the search condition is satisfied by comparing the conditional expression in the search condition with the comparison result of the data comparison unit 7; 10 is a specified comparison condition determination unit that determines whether the search condition is satisfied Top index entry extraction unit 4. Intermediate index entry extraction unit5. Trailing index entry extraction unit6. This is a subset generation unit that controls the data comparison unit 7 and the specified condition determination unit 9 to generate a subset of index entries that meet the search conditions.

次に、第2図に示した索引部を例として本実施例の動作
を説明する。
Next, the operation of this embodiment will be explained using the index section shown in FIG. 2 as an example.

検索条件を指定して条件検索が指示されると、まず索引
ブロック抽出部2が起動され、記憶装置】の索引部から
第2図に示す最上位の索引ブロック11が抽出される。
When a search condition is specified and a conditional search is instructed, the index block extracting section 2 is first activated, and the topmost index block 11 shown in FIG. 2 is extracted from the index section of the storage device.

いま、検索条件としては、「索引エントリの項目値≦指
定値(40)Jが指定されて検索条件格納部8に記憶さ
れているものとする。
Now, it is assumed that the search condition ``index entry item value≦specified value (40)J'' is specified and stored in the search condition storage unit 8.

抽出された索引ブロック11は索引ブロック階層判断部
3で先頭のID部が検査され、最下位索引ブロックか否
かが判断される。この場合、索引ブロック11は最上位
なので、索引ブロック11内の索引エントリ(一つ下の
階層の索引ブロック中の最後尾の索引エントリの項目値
とそのアドレス)のうち、指定値に等しいか又はそれよ
りも大きい直近の項目値を持つ索引エントリ、この場合
は先頭から2番目のr40.****Jの示すアドレス
の索引ブロック13を抽出するよう索引ブロック抽出部
2に指示が出される。
The extracted index block 11 is checked by the index block hierarchy determination unit 3 for the ID part at the top, and it is determined whether it is the lowest index block or not. In this case, since the index block 11 is at the top level, among the index entries in the index block 11 (the item value and its address of the last index entry in the index block at the next lower level), it is equal to the specified value or The index entry with the most recent item value greater than, in this case, the second r40. An instruction is issued to the index block extraction unit 2 to extract the index block 13 at the address indicated by ****J.

索引の階層が何階層にもなっている場合は、この索引ブ
ロック抽出と抽出した索引プロ・7りの階層判断を最下
位索引プロ・ンクにたどりつくまで繰り返す。
If the index has several hierarchies, this index block extraction and extracted index hierarchy judgment are repeated until the lowest index proc is reached.

最下位索引ブロックにたどりついた後、抽出した索引ブ
ロック13の先頭にある索引エントリが先頭索引エント
リ抽出部4により抽出される。
After reaching the lowest index block, the index entry at the head of the extracted index block 13 is extracted by the head index entry extraction unit 4.

抽出された索引エントリはデータ比較部7で検索条件格
納部8に格納されている指定値「40」と比較され、そ
の比較結果は[指定値が大きいJとなる。
The extracted index entry is compared with the specified value "40" stored in the search condition storage section 8 by the data comparison section 7, and the comparison result is [J, which has the larger specified value.

次に、指定比較条件判定部9において検索条件格納部8
に格納されている条件式「≦」と比較される。その結果
、索引ブロック13の先頭索引エントリは検索条件を満
足しているので、その情報を部分集合生成部IOに通知
する。
Next, in the specified comparison condition determination section 9, the search condition storage section 8
It is compared with the conditional expression "≦" stored in . As a result, since the first index entry of the index block 13 satisfies the search conditions, this information is notified to the subset generation unit IO.

この通知を受けた部分集合生成部10からの指示により
後尾索引エントリ抽出部6が起動され、索引ブロック1
3の最後尾にある索引エントリが抽出される。抽出され
た後尾索引エントリはデータ比較部7で先頭索引エント
リと同様に指定値と比較され、結果は「指定値と等しい
」となる。
The trailing index entry extraction unit 6 is activated in response to an instruction from the subset generation unit 10 that received this notification, and the index block 1
The index entry at the end of 3 is extracted. The extracted trailing index entry is compared with the designated value in the same way as the leading index entry in the data comparison unit 7, and the result is "equal to the designated value."

更に、指定比較条件判定部9で先頭索引エントリの場合
と同様に条件式の判定が行われ、索引ブロック13の後
尾索引エントリは検索条件を満足していると判定され、
その情報が部分集合生成部10に通知される。
Furthermore, the specified comparison condition determination unit 9 determines the conditional expression in the same manner as in the case of the first index entry, and the trailing index entry of the index block 13 is determined to satisfy the search condition.
The information is notified to the subset generation unit 10.

以上の結果、索引ブロック13は[先頭索引エントリ〈
指定値=後尾索引エントリ」となる。通常の昇順編成の
索引部では、先頭索引エントリと後尾索引エントリの関
係は常に「先頭索引エントリ≦後尾索引エントリ」であ
るから、この索引ブロック13に格納されている索引エ
ントリはすべて検索条件を満たしていることになる。従
って、この場合は中間索引エントリの項目値を比較する
必要がないので、索引ブロック13内の全索引エントリ
の部分集合を生成する。
As a result of the above, the index block 13 is [first index entry
Specified value = trailing index entry. In a normal index section organized in ascending order, the relationship between the first index entry and the last index entry is always "first index entry ≦ last index entry", so all the index entries stored in this index block 13 satisfy the search conditions. This means that Therefore, in this case, there is no need to compare item values of intermediate index entries, so a subset of all index entries in the index block 13 is generated.

次に、比較結果や検索条件が上記と異なる場合について
説明する。
Next, a case where the comparison results and search conditions are different from those described above will be explained.

先頭索引エントリの条件式を加味した比較結果が検索条
件を満たし、条件式が「〉」又は「≧」のときは、索引
ブロック内の全索引エントリが検索条件を満たしている
ため、中間索引エンl〜りの項目値を比較せず索引ブロ
ック内の全索引エントリの部分集合を生成する。
If the comparison result that takes into account the conditional expression of the first index entry satisfies the search condition and the conditional expression is ">" or "≧", all index entries in the index block satisfy the search condition, so the intermediate index entry is A subset of all index entries in the index block is generated without comparing the item values of l to ri.

条件式が「〈J 「≦」「−」のときは、後尾索引エン
トリの条件式を加味した比較結果が検索条件を満たせば
、索引ブロック内の全索引エントリが指定条件を満たし
ているため、索引ブロック内の全索引エントリの部分集
合を生成する。
When the conditional expression is "<J "≦" or "-", if the comparison result including the conditional expression of the trailing index entry satisfies the search condition, then all index entries in the index block satisfy the specified condition. Generate a subset of all index entries in an index block.

又、後尾索引エントリの条件式を加味した比較結果が検
索条件を満たしていなければ、中間索引エントリ抽出部
5で一つずつ索引エントリを抽出し、条件式を加味した
比較を行い、検索条件を満足した索引エントリで部分集
合を生成する。
In addition, if the comparison result taking into account the conditional expression of the trailing index entry does not satisfy the search condition, the intermediate index entry extraction unit 5 extracts the index entries one by one, performs a comparison taking into account the conditional expression, and then satisfies the search condition. Generate a subset with satisfied index entries.

先頭索引エントリの条件式を加味した比較結果が検索条
件を満たさず、条件式が「〉J 「≧J又は「−」のと
き、後尾索引エントリの条件式を加味した比較を行い、
検索条件を満たせば中間索引エントリ抽出部5で一つず
つ索引エントリを抽出し、条件式を加味した比較を行い
検索条件を満足した索引エントリの部分集合を生成する
When the comparison result taking into account the conditional expression of the first index entry does not satisfy the search condition and the conditional expression is ">J "≧J or "-", a comparison taking into account the conditional expression of the trailing index entry is performed,
If the search condition is satisfied, the intermediate index entry extraction unit 5 extracts the index entries one by one, performs a comparison taking into account the conditional expression, and generates a subset of index entries that satisfy the search condition.

条件式が「〉」「≧J  「−J以外のときは、索引ブ
ロック内の全索引エントリが指定条件を満たしていない
ため、索引ブロック内の全索引エントリを部分集合に加
えない。
When the conditional expression is other than ">", "≧J" or "-J", all index entries in the index block do not satisfy the specified condition, so all index entries in the index block are not added to the subset.

以上に述べた一つの索引ブロックに対する処理が終了し
た後、条件式が「<」「≦」の場合にはP P (Pr
1or Po1nter)の示す一つ前の索引ブロック
12を読み込み、条件式が上記以外の場合にはN P 
(NexLPointer)の示す一つ後の索引ブロッ
ク14を読み込み、今まで行った比較処理を新しくよみ
込んだ索引ブロックに対して行う。
After the processing for one index block described above is completed, if the conditional expression is "<" or "≦", P P (Pr
1 or Po1nter), and if the conditional expression is other than the above, N P
The next index block 14 indicated by (NexLPointer) is read, and the comparison processing that has been performed so far is performed on the newly read index block.

上述の実施例の説明は、索引が項目値の昇順の場合につ
いて述べたが、降順の場合も同様に処理することができ
る。この場合、索引ブロック階層判断部は指定値と等し
いか直近下位の項目値に対応する索引ブロックの抽出を
指示すればよい。
Although the above embodiment has been described for the case where the index is in ascending order of item values, the same process can be performed even when the index is in descending order. In this case, the index block hierarchy determination unit may instruct extraction of an index block corresponding to an item value that is equal to or immediately below the specified value.

なお、中間索引エントリ抽出部では索引エントリを一つ
ずつ抽出するが、抽出の方法は特に限定されず先頭また
は後尾から順に抽出してもよく、更に検索条件の境界を
発見したところで抽出および比較を打切るようにするこ
とも可能である。
Note that the intermediate index entry extraction section extracts index entries one by one, but the extraction method is not particularly limited and may be extracted sequentially from the beginning or end. Furthermore, extraction and comparison are performed when the boundaries of the search conditions are discovered. It is also possible to cancel it.

〔発明の効果〕 以上詳細に説明したように、本発明は、索引ブロック中
の全索引エントリを比較することなく目的とする結果が
得られるため、条件検索時間が短くなる効果がある。
[Effects of the Invention] As described in detail above, the present invention has the effect of shortening the condition search time because the desired result can be obtained without comparing all index entries in the index block.

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

第1図は本発明の一実施例のブロック図、第2図は索引
部の構造を示す説明図である。 ■・・・・・・記憶装置、2・・・・・・索引ブロック
抽出部、3・・・・・・索引ブロック階層判断部、4・
・−・・先頭索引エントリ抽出部、5・−・・−・中間
索引エントリ抽出部、6・・・・・・後尾索引エントリ
抽出部、7・・・・・・データ比較部、8・・・・・・
検索条件格納部、9・・−・・・指定比較条件判定部、
10・・・・−・部分集合生成部、11〜14・・・・
・・索引ブロック。
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is an explanatory diagram showing the structure of an index section. ■... Storage device, 2... Index block extraction section, 3... Index block hierarchy determination section, 4.
--- Leading index entry extraction section, 5 --- Intermediate index entry extraction section, 6 --- Trailing index entry extraction section, 7 --- Data comparison section, 8 ---・・・・・・
Search condition storage unit, 9...Specified comparison condition determination unit,
10...---Subset generation unit, 11-14...
...index block.

Claims (1)

【特許請求の範囲】[Claims] 索引を持つファイルが存在する記憶装置の索引部から項
目値とアドレスとを含む索引エントリの集合体である索
引ブロックを抽出する索引ブロック抽出部と、抽出した
索引ブロックのID部を検査し最下位索引でない場合は
検索条件中の指定値と等しいか直近上位(又は直近下位
)の項目値の索引エントリが示す一つ下の階層の索引ブ
ロックを抽出する指示を前記索引ブロック抽出部に最下
位索引ブロックを抽出するまで繰り返し送出する索引ブ
ロック階層判断部と、抽出した最下位索引ブロックの先
頭にある索引エントリを抽出する先頭索引エントリ抽出
部と、抽出した最下位索引ブロックの最後尾にある索引
エントリを抽出する後尾索引エントリ抽出部と、抽出し
た最下位索引ブロックの中間の索引エントリをあらかじ
め指定された順序で抽出する中間索引エントリ抽出部と
、抽出された索引エントリの項目値と検索条件中に指定
された指定値とを比較するデータ比較部と、この比較結
果と検索条件中の条件式とを判断し検索条件が成り立つ
かどうかを判定する指定比較条件判定部と、前記先頭索
引エントリ抽出部、中間索引エントリ抽出部、後尾索引
エントリ抽出部、データ比較部および指定比較条件判定
部を制御し検索条件が成り立った索引エントリの部分集
合を生成する部分集合生成部とを備えたことを特徴とす
る索引を持つファイルに対する条件検索方式。
An index block extraction unit that extracts an index block, which is a collection of index entries including item values and addresses, from the index unit of the storage device in which the file with the index exists; and an index block extraction unit that inspects the ID unit of the extracted index block and extracts the If it is not an index, instruct the index block extraction unit to extract the index block in the next lower hierarchy indicated by the index entry with the item value that is equal to or immediately higher (or immediately lower) than the specified value in the search condition. An index block hierarchy determination unit that repeatedly sends out a block until it is extracted, a first index entry extraction unit that extracts the index entry at the beginning of the extracted lowest index block, and an index entry at the end of the extracted lowest index block. a trailing index entry extraction section that extracts the index entries in the middle of the extracted lowest index block in a prespecified order, and an intermediate index entry extraction section that extracts the intermediate index entries of the extracted lowest index block in a prespecified order, and a data comparison unit that compares the specified value with a specified value; a designated comparison condition determination unit that determines whether the search condition is satisfied by determining the comparison result and a conditional expression in the search condition; and the first index entry extraction unit. , a subset generation unit that controls the intermediate index entry extraction unit, the trailing index entry extraction unit, the data comparison unit, and the specified comparison condition determination unit to generate a subset of index entries that satisfy the search conditions. A conditional search method for files with indexes.
JP2234824A 1990-09-05 1990-09-05 Condition retrieving system to file having index Pending JPH04114276A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2234824A JPH04114276A (en) 1990-09-05 1990-09-05 Condition retrieving system to file having index

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2234824A JPH04114276A (en) 1990-09-05 1990-09-05 Condition retrieving system to file having index

Publications (1)

Publication Number Publication Date
JPH04114276A true JPH04114276A (en) 1992-04-15

Family

ID=16976960

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2234824A Pending JPH04114276A (en) 1990-09-05 1990-09-05 Condition retrieving system to file having index

Country Status (1)

Country Link
JP (1) JPH04114276A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008234559A (en) * 2007-03-23 2008-10-02 Yahoo Japan Corp Document narrowing down retrieval device, method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008234559A (en) * 2007-03-23 2008-10-02 Yahoo Japan Corp Document narrowing down retrieval device, method, and program

Similar Documents

Publication Publication Date Title
AU2005201890B2 (en) Query to task mapping
US6571251B1 (en) Case-based reasoning system and method with a search engine that compares the input tokens with view tokens for matching cases within view
US6389412B1 (en) Method and system for constructing integrated metadata
JP3270783B2 (en) Multiple document search methods
JPH10198587A (en) Indirect addressing method/device for file system
KR20110009098A (en) Search results ranking using editing distance and document information
EP0364180A2 (en) Method and apparatus for indexing files on a computer system
JPH0225536B2 (en)
JP2000011005A (en) Data analyzing method and its device and computer- readable recording medium recorded with data analytical program
JPH04114276A (en) Condition retrieving system to file having index
JPH07146880A (en) Document retrieval device and method therefor
JPH1153383A (en) Plural database retrieval method and recording medium recording plural database retrieval program or the like
CN111506402A (en) Computer task scheduling method, device, equipment and medium for machine learning modeling
JP2001147923A (en) Device and method for retrieving similar document and recording medium
RU2409849C2 (en) Method of searching for information in multi-topic unstructured text arrays
CN110442575A (en) A kind of index generation method and search method towards scientific big data
JPH07319742A (en) Physical deleting system for logically deleted data
JP2004185270A (en) Unload program, load program and method of migrating data
JP2000250921A (en) Method and system for managing database
CN110083763A (en) Data query method and device
JPH07319890A (en) Document registration/retrieval system
CN116049525A (en) Cross-system non-invasive data acquisition system
JPH064600A (en) Method and device for image retrieval
JP4445800B2 (en) A message display control device, a message display control method, a computer program for executing the message display control method, and a computer-readable recording medium storing the computer program.
JPH0225974A (en) Retrieving system for updating of data base