[go: up one dir, main page]

JPH07146880A - Document retrieval apparatus and method - Google Patents

Document retrieval apparatus and method

Info

Publication number
JPH07146880A
JPH07146880A JP5317289A JP31728993A JPH07146880A JP H07146880 A JPH07146880 A JP H07146880A JP 5317289 A JP5317289 A JP 5317289A JP 31728993 A JP31728993 A JP 31728993A JP H07146880 A JPH07146880 A JP H07146880A
Authority
JP
Japan
Prior art keywords
index
document
search
storage device
main
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
JP5317289A
Other languages
Japanese (ja)
Inventor
Hiroyuki Sakakura
弘行 坂倉
Motoyoshi Sawatani
元喜 澤谷
Katsunobu Shibata
克信 柴田
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.)
Nippon Steel Corp
Original Assignee
Nippon Steel Corp
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 Nippon Steel Corp filed Critical Nippon Steel Corp
Priority to JP5317289A priority Critical patent/JPH07146880A/en
Publication of JPH07146880A publication Critical patent/JPH07146880A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

(57)【要約】 【目的】 検索処理を阻害することなく新規文書を容易
に登録可能であり、登録された文書をも容易に検索でき
る文書検索装置及び方法を提供する。 【構成】 新規文書をインデックスに登録する際に、主
インデックスよりも小さな副インデックスに登録し、検
索時には各インデックスにアクセスして検索し、その結
果を合わせて検索結果とすることで、新規文書の登録が
早期にでき、登録後すぐに検索することもできる。特
に、副インデックスを高速な主記憶装置に設けることで
検索処理速度が低下する心配もない。また、副インデッ
クスが大きくなった場合、検索処理を行っていないとき
などに適宜、主インデックスに副インデックスを併合し
て副インデックスの大きさを抑えるようにすれば、新規
文書の登録時間も短縮されて検索処理を阻害する心配が
ない。
(57) [Summary] [Object] To provide a document search device and method that can easily register a new document without disturbing the search process and can easily search the registered document. [Structure] When registering a new document in an index, register it in a sub-index that is smaller than the main index, access each index at the time of search, perform a search, and combine the results as the search result Registration can be done early and you can search immediately after registration. In particular, by providing the sub-index in the high-speed main storage device, there is no fear that the search processing speed will decrease. Also, if the secondary index becomes large, and if the secondary index is merged with the primary index to reduce the size of the secondary index when search processing is not being performed, the registration time for new documents can be shortened. There is no need to worry about obstructing the search process.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は文書検索装置及び方法に
関し、特に対象文字列の不完全一致をも含むあいまい検
索を行うための文書検索装置及び方法に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document search apparatus and method, and more particularly to a document search apparatus and method for performing fuzzy search including incomplete matching of target character strings.

【0002】[0002]

【従来の技術】従来、例えば多数の文書が記憶された記
憶装置に於ける各文書内に或る文字列が含まれているか
否かを調べる場合、通常はその文字列全てが含まれてい
るか否かのみを調べる完全一致の検索が行われていた
が、特にカタカナ表記された長い外来語等の検索を行う
場合、表記の微妙な違いにより検索できないことがあっ
た。また、検索対象の文書数が多いなど、検索対象とな
る文書の全体量が大きいと検索が著しく遅くなると云う
問題があった。
2. Description of the Related Art Conventionally, when checking whether or not a certain character string is included in each document in a storage device in which a large number of documents are stored, it is usual that all the character strings are included. Although an exact match search was performed to check only whether or not there was a case where the search could not be performed due to a subtle difference in the description, especially when searching for a long foreign word written in katakana. Further, there is a problem that the search becomes significantly slow when the total amount of documents to be searched is large, such as the number of documents to be searched.

【0003】そこで、本願出願人と同一出願人による特
開平4−326164号公報には、文書の記憶時に、同
時に各文字(コード)の自己相関情報をマップ化してイ
ンデックスファイルとして大容量の固定ディスクなどに
記憶しておき、検索時に検索文字列の各文字の自己相関
情報を求めて、その有無を検出する構造とすることで、
各検索対象文書内に於ける検索文字列の有無のみならず
その一致度をも容易に、かつ高速に調べることが可能な
検索システムが開示されている。このようなシステムに
より各文書に対する文字列の検索が高速化される。
Therefore, in Japanese Patent Laid-Open No. 4-326164 filed by the same applicant as the applicant of the present application, a large-capacity fixed disk as an index file by mapping autocorrelation information of each character (code) at the same time when a document is stored. By storing it in a memory such as, and obtaining the autocorrelation information of each character of the search character string at the time of search and detecting the presence or absence of it,
There is disclosed a search system capable of easily and rapidly checking not only the presence / absence of a search character string in each search target document but also the matching degree. Such a system speeds up character string retrieval for each document.

【0004】しかしながら、上記システムでは新規に文
書を記憶させて検索可能にする際に上記インデックスフ
ァイルを更新する必要がある。このインデックスファイ
ルは各文字間の相関関係を表すマップであることから、
新規文書をこのインデックスに登録するには既存の相関
関係の情報に新規文書の各文字間の相関関係の情報が割
り込む形になる。従って、インデックスファイルを更新
するには上記マップ全体を作り直さなければならず、そ
の作業に或る程度の時間を要し、その間は検索処理等を
行うことができないと云う問題があった。
However, in the above system, it is necessary to update the index file when a document is newly stored and can be searched. Since this index file is a map showing the correlation between each character,
To register a new document in this index, the information of the correlation between the characters of the new document is interrupted to the information of the existing correlation. Therefore, in order to update the index file, it is necessary to recreate the entire map, which requires a certain amount of time, and there is a problem in that search processing cannot be performed during that time.

【0005】そこで、上記インデックスを高速アクセス
可能な半導体メモリからなる主記憶装置に設けることも
考えられるが、文書数が多くなった場合にインデックス
も膨大になることからメモリ容量が不足する問題があ
る。
Therefore, it is conceivable to provide the above-mentioned index in a main storage device composed of a semiconductor memory which can be accessed at high speed, but there is a problem that the memory capacity becomes insufficient because the index becomes huge when the number of documents increases. .

【0006】[0006]

【発明が解決しようとする課題】本発明は上記したよう
な従来技術の問題点に鑑みなされたものであり、その主
な目的は、検索処理を阻害することなく新規文書を容易
に登録可能であり、登録された文書をも容易に検索でき
る文書検索装置及び方法を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problems of the prior art, and its main purpose is to easily register a new document without hindering the search processing. It is an object of the present invention to provide a document search device and method that can easily search even a registered document.

【0007】[0007]

【課題を解決するための手段】上述した目的は本発明に
よれば、記憶装置に記憶された複数の文書に対して各文
書中の各文字間の自己相関情報をマップ化してなるイン
デックスをもって或る文字列の不完全一致をも含むあい
まい検索を行うための文書検索装置であって、前記イン
デックスが、既に記憶されている文書中の各文字間の自
己相関情報をマップ化してなる主インデックスと、新規
に記憶される文書のみの各文字間の自己相関情報をマッ
プ化してなる副インデックスとから構成され、前記各イ
ンデックスに別々にアクセスすることにより全文書を対
象として前記文字列を検索することを特徴とする文書検
索装置及び既に記憶装置に記憶されている文書中の各文
字間の自己相関情報をマップ化してなる主インデックス
と、前記主インデックスよりも小さな副インデックスと
から構成されたインデックスをもって前記記憶装置に記
憶されている全文書に対して或る文字列の不完全一致を
も含むあいまい検索を行うための文書検索方法であっ
て、新規に記憶される文書の各文字間の自己相関情報は
前記副インデックスに登録し、前記主インデックスと前
記副インデックスとに別々にアクセスすることにより登
録された全文書を対象として前記文字列を検索すること
を特徴とする文書検索方法を提供することにより達成さ
れる。
According to the present invention, the above-mentioned object has an index formed by mapping autocorrelation information between characters in each document with respect to a plurality of documents stored in a storage device. A document search device for performing a fuzzy search also including incomplete matching of character strings, wherein the index is a main index formed by mapping autocorrelation information between characters in a document that is already stored. A sub-index formed by mapping autocorrelation information between characters of only a newly stored document and searching the character string for all the documents by accessing each index separately. And a main index formed by mapping autocorrelation information between characters in a document already stored in a storage device, and the main index. A document search method for performing a fuzzy search including an incomplete match of a character string with respect to all documents stored in the storage device with an index composed of a sub-index smaller than the index, Autocorrelation information between characters of a newly stored document is registered in the sub-index, and the main index and the sub-index are separately accessed to search all the registered documents for the character string. It is achieved by providing a document search method characterized by:

【0008】[0008]

【作用】このようにすれば、新規文書の登録が早期にで
き、登録後すぐに検索することもできる。特に、副イン
デックスを高速な主記憶装置に設けることで検索処理速
度が低下する心配もない。また、副インデックスが大き
くなった場合、検索処理を行っていないときなどに適
宜、主インデックスに副インデックスを併合するように
すれば、検索処理を阻害する心配がない。
By doing so, it is possible to register a new document at an early stage and to retrieve it immediately after registration. In particular, by providing the sub-index in the high-speed main storage device, there is no fear that the search processing speed will decrease. In addition, when the sub-index becomes large, if the sub-index is merged with the main index as appropriate when the search process is not performed, there is no fear of hindering the search process.

【0009】[0009]

【実施例】以下、本発明の好適実施例を添付の図面につ
いて詳しく説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT A preferred embodiment of the present invention will now be described in detail with reference to the accompanying drawings.

【0010】図1は、本発明が適用されたサーバ・クラ
イアント型のワークステーションのシステム構成を示す
ブロック図である。このシステムは、大容量の補助記憶
装置2を有するサーバ1と、このサーバ1に公知のネッ
トワーク3を介して接続された複数のクライアント機4
とを有している。
FIG. 1 is a block diagram showing a system configuration of a server / client type workstation to which the present invention is applied. This system includes a server 1 having a large-capacity auxiliary storage device 2 and a plurality of client machines 4 connected to the server 1 via a known network 3.
And have.

【0011】記憶装置2内には多数の文書が記憶されて
いる。これら文書には、記憶時に各文字(コード)の自
己相関情報がマップ化されて後記する主インデックスフ
ァイル31としてその文書と共に記憶され(図5)、サ
ーバ1に管理されている。
A large number of documents are stored in the storage device 2. In these documents, the autocorrelation information of each character (code) is mapped at the time of storage and stored as a main index file 31 described later together with the document (FIG. 5) and managed by the server 1.

【0012】図2及び図5に併せて示すように、サーバ
1には上記した自己相関情報から或る文字列を検索し、
その一致度を判断するため、更に必要に応じて全文書に
対して上記文字列を照合してその一致度を判断するため
の検索部11と、新規文書を補助記憶装置2に記憶させ
る際に各文字の自己相関情報を登録するための副インデ
ックス32が形成された半導体メモリからなる主記憶装
置12とが設けられ、文字列による文書検索後、その結
果をクライアント機4の表示部13に表示することが可
能となっている。
As shown in FIGS. 2 and 5, the server 1 retrieves a certain character string from the above autocorrelation information,
In order to determine the degree of coincidence, a search unit 11 for collating the above character strings with all the documents to determine the degree of coincidence, if necessary, and when storing a new document in the auxiliary storage device 2 The main storage device 12 including a semiconductor memory in which a sub-index 32 for registering the autocorrelation information of each character is formed is provided, and after the document is searched by the character string, the result is displayed on the display unit 13 of the client machine 4. It is possible to do.

【0013】以下に、本実施例の作動要領の概略につい
て図3のフローチャートを参照して説明する。
The outline of the operating procedure of this embodiment will be described below with reference to the flow chart of FIG.

【0014】まず、或るクライアント機4からコマンド
を入力して文書の検索を行うのか登録を行うのかを選択
する(ステップ1、2)。そして、文書の登録を行う場
合にはステップ3に進み、登録すべき文書を補助記憶装
置2に記憶させると共に主記憶装置12の副インデック
ス32にその文書の自己相関情報を登録する。そして、
その結果をクライアント機4側に出力して(ステップ
4)処理を終了する。
First, a command is input from a client machine 4 to select whether to search or register a document (steps 1 and 2). When the document is to be registered, the process proceeds to step 3, where the document to be registered is stored in the auxiliary storage device 2 and the autocorrelation information of the document is registered in the sub index 32 of the main storage device 12. And
The result is output to the client machine 4 side (step 4), and the process ends.

【0015】一方、文書の検索を行う場合、クライアン
ト機4から例えば文字列「フィードフォワード」の検索
を記憶装置2に記憶された全文書に対して行う。これは
クライアント機4から上記文字列を「検索キー」として
入力すると共にマウスなどのポインティングデバイスを
もって表示部13に表示された閾値設定スライダ21の
一致度の閾値を例えば70%以上と設定する。そして、
このクライアント機4がサーバ1にアクセスし、サーバ
1の検索部11にてまず主インデックスをもって検索を
行い(ステップ5)、続いて副インデックスをもって検
索を行い(ステップ6)、それらの結果を合成する(ス
テップ7)。その処理の概念図を図5に示す。ここで、
上記したように予め各文書の自己相関情報がマップ化さ
れた主インデックス及び副インデックスをもって検索を
行うことから、文字列「フィードフォワード」について
も自己相関情報を作成して上記マップに照合するのみで
高速な検索を行うことができるようになっている。この
検索の速度は全文書の容量には殆ど依存せず、検索する
文字列の長さに依存するものである。
On the other hand, when searching for a document, the client machine 4 searches for, for example, the character string "feedforward" for all the documents stored in the storage device 2. This sets the matching threshold of the threshold setting slider 21 displayed on the display unit 13 with a pointing device such as a mouse to, for example, 70% or more while inputting the character string as a "search key" from the client machine 4. And
This client machine 4 accesses the server 1, and the search unit 11 of the server 1 first searches using the main index (step 5), then searches using the sub index (step 6), and combines the results. (Step 7). A conceptual diagram of the processing is shown in FIG. here,
As described above, since the search is performed using the main index and the sub-index in which the autocorrelation information of each document is mapped in advance, it is only necessary to create the autocorrelation information for the character string "feedforward" and collate it with the above map. It is possible to perform high-speed search. The speed of this search hardly depends on the capacity of the entire document, but depends on the length of the character string to be searched.

【0016】検索部11にて行われた検索結果はそのま
まクライアント機4に送られ、そのディスプレイに上記
設定閾値以上の一致度の文書タイトルをその件数と共に
図4に示すように一括表示する(ステップ4)。そし
て、操作者が例えば図4に於ける「ソート」キー22を
ポインティングデバイスによりクリックすることにより
一致度の高い順に並べ換えて表示する。
The search result obtained by the search unit 11 is sent to the client machine 4 as it is, and the document titles having the degree of coincidence equal to or more than the above-mentioned set threshold value are collectively displayed on the display as shown in FIG. 4 (step). 4). Then, the operator, for example, clicks the "sort" key 22 in FIG. 4 with a pointing device to rearrange and display the images in descending order of coincidence.

【0017】次に、操作者が図4に於ける表示された文
書のうちの一つ、例えば「浮上支持装置」を選択(クリ
ック)した場合、その内容を表示して操作者の指示によ
り処理を終了する。
Next, when the operator selects (clicks) one of the documents displayed in FIG. 4, for example, "levitation supporting device", the content is displayed and processed according to the operator's instruction. To finish.

【0018】尚、図示されていないが、サーバ1側では
各種処理のリクエストが少ない時を選んで、また検索に
必要な時間或いは副インデックス32の大きさに応じて
適宜、主インデックス31に副インデックス32を併合
するようになっている。これにより常に副インデックス
32の大きさを抑えて新規文書の登録時間を短縮するこ
とができる。
Although not shown in the figure, the server 1 side chooses a time when there are few requests for various processes, and appropriately selects the sub index in the main index 31 depending on the time required for the search or the size of the sub index 32. It is designed to merge 32. As a result, the size of the sub-index 32 can be always suppressed and the registration time of a new document can be shortened.

【0019】[0019]

【発明の効果】以上の説明により明らかなように、本発
明による文書検索装置及び方法によれば、新規文書をイ
ンデックスに登録する際に、主インデックスよりも小さ
な副インデックスに登録し、検索時には各インデックス
にアクセスして検索し、その結果を合わせて検索結果と
することで、新規文書の登録が早期にでき、登録後すぐ
に検索することもできる。特に、副インデックスを高速
な主記憶装置に設けることで検索処理速度が低下する心
配もない。また、副インデックスが大きくなった場合、
検索処理を行っていないときなどに適宜、主インデック
スに副インデックスを併合して副インデックスの大きさ
を抑えるようにすれば、新規文書の登録時間も短縮され
て検索処理を阻害する心配がない。
As is clear from the above description, according to the document search apparatus and method of the present invention, when a new document is registered in the index, it is registered in the sub-index smaller than the main index, and each document is searched in the index. By accessing the index and performing a search, and combining the results as a search result, a new document can be registered at an early stage and can be searched immediately after the registration. In particular, by providing the sub-index in the high-speed main storage device, there is no fear that the search processing speed will decrease. Also, if the secondary index becomes large,
If the sub-index is merged with the main index to suppress the size of the sub-index when the search process is not performed, the registration time of a new document is shortened and there is no fear of hindering the search process.

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

【図1】本発明が適用されたサーバ・クライアント型の
ワークステーションのシステム構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing a system configuration of a server / client type workstation to which the present invention is applied.

【図2】本発明が適用されたサーバ・クライアント型の
ワークステーションに於けるサーバ及びクライアント機
の機能構成の一部を示すブロック図である。
FIG. 2 is a block diagram showing a part of a functional configuration of a server and a client machine in a server / client type workstation to which the present invention is applied.

【図3】本発明が適用されたサーバ・クライアント型の
ワークステーションに於ける文書の登録及び検索手順を
示すフローチャートである。
FIG. 3 is a flowchart showing a document registration and retrieval procedure in a server / client type workstation to which the present invention is applied.

【図4】クライアント機のディスプレイ画面の表示状態
を示す説明図である。
FIG. 4 is an explanatory diagram showing a display state of a display screen of a client machine.

【図5】文書検索処理の概念図である。FIG. 5 is a conceptual diagram of document search processing.

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

1 サーバ 2 補助記憶装置 3 ネットワーク 4 クライアント機 11 検索部 12 主記憶装置 13 表示部 21 閾値設定スライダ 22 「ソート」キー 31 主インデックスファイル 32 副インデックス 1 Server 2 Auxiliary Storage Device 3 Network 4 Client Device 11 Search Unit 12 Main Storage Device 13 Display Unit 21 Threshold Setting Slider 22 “Sort” Key 31 Main Index File 32 Sub Index

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 記憶装置に記憶された複数の文書に対
して各文書中の各文字間の自己相関情報をマップ化して
なるインデックスをもって或る文字列の不完全一致をも
含むあいまい検索を行うための文書検索装置であって、 前記インデックスが、既に記憶されている文書中の各文
字間の自己相関情報をマップ化してなる主インデックス
と、新規に記憶される文書のみの各文字間の自己相関情
報をマップ化してなる副インデックスとから構成され、 前記各インデックスに別々にアクセスすることにより全
文書を対象として前記文字列を検索することを特徴とす
る文書検索装置。
1. A fuzzy search including an incomplete match of a certain character string is performed with an index formed by mapping autocorrelation information between respective characters in each document with respect to a plurality of documents stored in a storage device. And a main index formed by mapping autocorrelation information between characters in a document that is already stored, and a self index between characters in a newly stored document only. A document retrieving apparatus comprising: a sub index formed by mapping correlation information; and retrieving the character string for all documents by individually accessing each index.
【請求項2】 前記記憶装置が、高速なデータの授受
が可能な小容量の主記憶装置と、前記主記憶装置よりも
データの授受が低速であるが大容量の補助記憶装置とを
有し、 前記主インデックスが前記補助記憶装置に記憶されると
共に前記副インデックスが主記憶装置に記憶されている
ことを特徴とする請求項1に記載の文書検索装置。
2. The storage device has a small-capacity main storage device capable of high-speed data transfer, and a large-capacity auxiliary storage device which transfers data at a lower speed than the main storage device. The document search device according to claim 1, wherein the main index is stored in the auxiliary storage device and the sub-index is stored in the main storage device.
【請求項3】 既に記憶装置に記憶されている文書中
の各文字間の自己相関情報をマップ化してなる主インデ
ックスと、前記主インデックスよりも小さな副インデッ
クスとから構成されたインデックスをもって前記記憶装
置に記憶されている全文書に対して或る文字列の不完全
一致をも含むあいまい検索を行うための文書検索方法で
あって、 新規に記憶される文書の各文字間の自己相関情報は前記
副インデックスに登録し、 前記主インデックスと前記副インデックスとに別々にア
クセスすることにより登録された全文書を対象として前
記文字列を検索することを特徴とする文書検索方法。
3. The storage device having an index composed of a main index formed by mapping autocorrelation information between characters in a document already stored in the storage device and a sub-index smaller than the main index. A document search method for performing a fuzzy search including an incomplete match of a certain character string with respect to all documents stored in, wherein the autocorrelation information between characters of a newly stored document is A document search method characterized in that the character string is searched for for all the registered documents by registering in a sub index and separately accessing the main index and the sub index.
【請求項4】 前記主インデックスに対する前記副イ
ンデックスの大きさ及び検索速度に応じて検索処理の頻
度が低いときに前記主インデックスに前記副インデック
スを併合して主インデックスを更新することを特徴とす
る請求項3に記載の文書検索方法。
4. The main index is merged with the main index to update the main index when the frequency of the search process is low according to the size of the sub index with respect to the main index and the search speed. The document search method according to claim 3.
JP5317289A 1993-11-22 1993-11-22 Document retrieval apparatus and method Pending JPH07146880A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5317289A JPH07146880A (en) 1993-11-22 1993-11-22 Document retrieval apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5317289A JPH07146880A (en) 1993-11-22 1993-11-22 Document retrieval apparatus and method

Publications (1)

Publication Number Publication Date
JPH07146880A true JPH07146880A (en) 1995-06-06

Family

ID=18086573

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5317289A Pending JPH07146880A (en) 1993-11-22 1993-11-22 Document retrieval apparatus and method

Country Status (1)

Country Link
JP (1) JPH07146880A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1166086A (en) * 1997-08-19 1999-03-09 Fujitsu Ltd Similar document search device and similar document search method
JP2007299021A (en) * 2006-04-27 2007-11-15 Hitachi Ltd Index updating method and system
JP2008158993A (en) * 2006-12-26 2008-07-10 Hitachi Ltd Storage system
US7644097B2 (en) 2002-06-06 2010-01-05 Ricoh Company, Ltd. Full-text search device performing merge processing by using full-text index-for-registration/deletion storage part with performing registration/deletion processing by using other full-text index-for-registration/deletion storage part
US8301603B2 (en) 2006-10-06 2012-10-30 Nec Corporation Information document search system, method and program for partitioned indexes on a time series in association with a backup document storage
US8452788B2 (en) 2007-10-05 2013-05-28 Nec Corporation Information retrieval system, registration apparatus for indexes for information retrieval, information retrieval method and program
JP2013200861A (en) * 2012-03-23 2013-10-03 Nec (China) Co Ltd Data indexing system, data indexing method and data querying method
JP2015518223A (en) * 2012-06-06 2015-06-25 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Memory search, real-time search system and method, and computer storage medium

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1166086A (en) * 1997-08-19 1999-03-09 Fujitsu Ltd Similar document search device and similar document search method
US7644097B2 (en) 2002-06-06 2010-01-05 Ricoh Company, Ltd. Full-text search device performing merge processing by using full-text index-for-registration/deletion storage part with performing registration/deletion processing by using other full-text index-for-registration/deletion storage part
US7702666B2 (en) 2002-06-06 2010-04-20 Ricoh Company, Ltd. Full-text search device performing merge processing by using full-text index-for-registration/deletion storage part with performing registration/deletion processing by using other full-text index-for-registration/deletion storage part
US7730069B2 (en) 2002-06-06 2010-06-01 Ricoh Company, Ltd. Full-text search device performing merge processing by using full-text index-for-registration/ deletion storage part with performing registration/deletion processing by using other full-text index-for-registration/deletion storage part
JP2007299021A (en) * 2006-04-27 2007-11-15 Hitachi Ltd Index updating method and system
US8301603B2 (en) 2006-10-06 2012-10-30 Nec Corporation Information document search system, method and program for partitioned indexes on a time series in association with a backup document storage
JP2008158993A (en) * 2006-12-26 2008-07-10 Hitachi Ltd Storage system
US8452788B2 (en) 2007-10-05 2013-05-28 Nec Corporation Information retrieval system, registration apparatus for indexes for information retrieval, information retrieval method and program
JP2013200861A (en) * 2012-03-23 2013-10-03 Nec (China) Co Ltd Data indexing system, data indexing method and data querying method
US9275131B2 (en) 2012-03-23 2016-03-01 Nec (China) Co., Ltd. Data indexing system, data indexing method and data querying method
JP2015518223A (en) * 2012-06-06 2015-06-25 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Memory search, real-time search system and method, and computer storage medium
US9619512B2 (en) 2012-06-06 2017-04-11 Tencent Technology (Shenzhen) Company Limited Memory searching system and method, real-time searching system and method, and computer storage medium

Similar Documents

Publication Publication Date Title
US5752020A (en) Structured document retrieval system
KR100330576B1 (en) System and method for locating pages on the world wide web and locating documents from a network of computers
JPH07146880A (en) Document retrieval apparatus and method
JPH11224258A (en) Device and method for image retrieval and computer-readable memory
JPH02244274A (en) Method and apparatus for extracting keyward from text
US20170242880A1 (en) B-tree index structure with grouped index leaf pages and computer-implemented method for modifying the same
JPH09305622A (en) Database management method and system having document retrieval function
JP2001005830A (en) Information processor, its method and computer readable memory
JP2001147923A (en) Device and method for retrieving similar document and recording medium
JP4219125B2 (en) Full-text search device, full-text search method, program, and recording medium
JP2002132789A (en) Document search method
JPH07146872A (en) Document retrieval device
JPH09146968A (en) Document search method
JP2938047B1 (en) Data buffering system
JPH1185585A (en) Method and device for complete memory resident index
JP3294966B2 (en) Machine translation equipment
JP2003006214A (en) Document retrieval processing method, system, and storage medium
JP2601139B2 (en) String search device
JPH06337897A (en) Device and method for retrieving document
JPH09212524A (en) Entire sentence retrieval method and electronic dictionary formation device
JPS633351A (en) Buffer search control method
JPH07129467A (en) Memory management method for information processing apparatus
JPH06186953A (en) Character processor
JPH04256041A (en) Data base retrieving device
JPS60189547A (en) Information search method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20021203