JP4011662B2 - Electronic filing method and apparatus - Google Patents

Electronic filing method and apparatus Download PDF

Info

Publication number
JP4011662B2
JP4011662B2 JP35711496A JP35711496A JP4011662B2 JP 4011662 B2 JP4011662 B2 JP 4011662B2 JP 35711496 A JP35711496 A JP 35711496A JP 35711496 A JP35711496 A JP 35711496A JP 4011662 B2 JP4011662 B2 JP 4011662B2
Authority
JP
Japan
Prior art keywords
file
management
database
identification information
management identification
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
JP35711496A
Other languages
Japanese (ja)
Other versions
JPH10187508A (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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP35711496A priority Critical patent/JP4011662B2/en
Publication of JPH10187508A publication Critical patent/JPH10187508A/en
Application granted granted Critical
Publication of JP4011662B2 publication Critical patent/JP4011662B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、文書等のファイルの記憶(または登録)時に、ファイルの記憶先や分類等の属性を示す属性情報を管理識別情報(以下「管理ID」という)と共にデータベース化し、この属性情報に基づいて文書ファイルを検索する電子ファイリング方法及び装置に関する。
【0002】
【従来の技術】
文書等のファイルを外部記憶媒体等に記憶する際、ディスク名あるいはボリューム名、パス名、ディレクトリ等のファイルの記憶先や分類を表す属性情報と、該属性情報に対応する管理IDにより管理データベースを作成し、ハードディスク等のメモリにこの管理データベースを格納するようにした電子ファイリング装置が従来より知られている。この装置ではさらに、ファイル中のキーワードを自動的に切り出し、該切り出したキーワードをファイルの管理IDに対応させたキーワードデータベースを別途作成し、これを用いてあるキーワードを含むファイルの管理IDが容易に判るようにしている。ファイルの検索時には、キーワードを手掛かりに上記キーワードデータベースから管理IDを知り、この管理IDを基に上記管理データベースから属性情報を取得する。これにより、所望のファイルを検索することができる。
【0003】
【発明が解決しようとする課題】
しかしながら、上記従来の電子ファイリング装置では、記憶されたファイルの削除、追加、複写等の改廃処理を行うときは、上記管理データベースはもちろんのこと、上記キーワードデータベースの内容をその都度、直接変更するようにしていたため、上記キーワードデータベースのデータ量が大きくなるとファイルの改廃処理のレスポンスが著しく悪くなるという問題があった。例えばあるファイル(管理IDが「100」とする)を削除する場合、上記キーワードデータベースに登録された「100」という管理IDのすべてを削除する必要がある。1つの管理IDは多数のキーワードに対応しているのが通常であり、登録数が多い場合には処理に時間がかかる。これはファイルの追加、複写の場合も同様である。
【0004】
本発明は、上記従来技術の問題を解決するためになされたものであり、その目的は、ファイル検索処理の正確性を確保しつつファイルの改廃等の処理のレスポンスを向上することができる電子ファイリング方法及び装置を提供することにある。
【0005】
【課題を解決するための手段】
上記目的を達成するために本発明は、キーワード該キーワードを含むファイルを識別する管理識別情報とを対応付けて格納する第1のデータベースと、前記ファイルを識別する管理識別情報と前記ファイルの属性を示す属性情報とを対応付けて格納する第2のデータベースと、重複度数記憶手段と、不要情報記憶手段と、プログラムメモリとCPUとを備え、該CPUが前記プログラムメモリに記憶されたプログラムを実行することで、複写ファイル指定手段と、追加手段と、重複度数登録手段と、削除手段と、不要情報登録手段と、入力手段と、検索手段と、一括削除手段とを実現する電子ファイリング装置における電子ファイリング方法において、前記複写ファイル指定手段が、複写するファイルを指定する複写ファイル指定工程と、前記追加手段が、前記複写ファイル指定工程において指定されたファイルに新たな属性情報を付与すると共に、該新たな属性情報に該指定されたファイルの管理識別情報と同一の管理識別情報を対応付けて前記第2のデータベースに追加する追加工程と、前記重複度数登録手段が、前記追加手段において追加された管理識別情報の前記第2のデータベースにおける登録の重複度数を前記重複度数記憶手段に登録する重複度数登録工程と、前記削除手段が、前記ファイルが削除された場合に、前記重複度数記憶手段に登録される該ファイルの管理識別情報の重複度数が重複を示さない場合は、前記第2のデータベースから該ファイルの管理識別情報及び該ファイルの属性情報を削除する一方、重複を示す場合は該ファイルの管理識別情報及び該ファイルの属性情報を削除せずに、該重複度数を減算する削除工程と、前記不要情報登録手段が、前記削除工程で削除された管理識別情報を前記不要情報記憶手段に登録する不要情報登録工程と、前記入力手段が、キーワードを入力する入力工程と、前記検索手段が、前記入力工程で入力されたキーワードを用いて前記第1のデータベースから対応する管理識別情報を取得し、該取得した管理識別情報を用いて前記第2のデータベースから対応する属性情報を取得してファイルを検索する検索工程と、前記一括削除手段が、前記不要情報記憶手段に登録された管理識別情報を前記第1のデータベースから所定時に一括して削除する一括削除工程とを有することを特徴とする。
【0007】
同じ目的を達成するため本発明は、キーワード該キーワードを含むファイルを識別する管理識別情報とを対応付けて格納する第1のデータベースと、前記ファイルを識別する管理識別情報と前記ファイルの属性を示す属性情報とを対応付けて格納する第2のデータベースとを管理する電子ファイリング装置であって、複写するファイルを指定する複写ファイル指定手段と、前記複写ファイル指定手段において指定されたファイルに新たな属性情報を付与すると共に、該新たな属性情報に該指定されたファイルの管理識別情報と同一の管理識別情報を対応付けて前記第2のデータベースに追加する追加手段と、前記追加手段において追加された管理識別情報の前記第2のデータベースにおける登録の重複度数を記憶する重複度数記憶手段と、前記ファイルが削除された場合に、前記重複度数記憶手段において記憶される該ファイルの管理識別情報の重複度数が重複を示さない場合は、前記第2のデータベースから該ファイルの管理識別情報及び該ファイルの属性情報を削除する一方、重複を示す場合は該ファイルの管理識別情報及び該ファイルの属性情報を削除せずに、該重複度数を減算する削除手段と、前記削除手段で削除された管理識別情報を記憶する不要情報記憶手段と、キーワードを入力する入力手段と、前記入力手段で入力されたキーワードを用いて前記第1のデータベースから対応する管理識別情報を取得し、該取得した管理識別情報を用いて前記第2のデータベースから対応する属性情報を取得してファイルを検索する検索手段と、前記不要情報記憶手段に記憶された管理識別情報を前記第1のデータベースから所定時に一括して削除する一括削除手段とを有することを特徴とする。
【0024】
【発明の実施の形態】
以下、本発明の実施の形態を図面を参照して説明する。
【0025】
(実施の第1形態)
図1は、本発明の実施の第1形態に係る電子ファイリング装置の全体構成を示すブロック図である。
【0026】
本電子ファイリング装置は、CPU1、ROM2、RAM3、単漢字辞書部4、かな漢字辞書部5、外部記憶装置7、キーボードバッファ8、文書バッファ10、カーソルレジスタ12及びビデオバッファ13がコントロールバス16、データバス17及びアドレスバス18で互いに接続されて構成されている。また、キーボードバッファ8にはキーボード9が接続され、文書バッファ10にはデータベースバッファ11が接続されている。さらに、ビデオバッファ13にはD/Aコンバータ(RAMDAC)14を介してCRT(ディスプレイ)15が接続されている。
【0027】
本電子ファイリング装置には、コントロールバス16、データバス17及びアドレスバス18を介して外部コンピュータの格納部6(第1、第2の格納手段)が接続されている。
【0028】
CPU1は、電子ファイリング処理のための各種演算、論理判断等を実行し、本電子ファイリング装置の構成要素の動作を制御する。その際、CPU1は、制御対象となる各構成要素にコントロールバス信号をコントロールバス16を介して送信する。また、CPU1は、CPU1のメモリ内における各構成要素の対応アドレスを指定するための信号をアドレスバス18を介して各構成要素に送信する。データバス17は、各構成要素相互のデータの送受信に用いられる。
【0029】
ROM2は、読み出し専用の固定メモリであり、CPU1が実行するための制御プログラムを格納している。RAM3は、ランダムアクセスが可能なメモリである。単漢字辞書部4は、漢字を入力する際に部首、画数、単漢字を指定するのに用いられる。かな漢字辞書部5は、かな漢字変換を行う際に用いられる。
【0030】
外部記憶装置7は、フロッピディスクを挿入可能なように構成されており、文書データ等のファイルをフロッピディスクに記憶させる。キーボード9は、ユーザが各種指示を入力するのに用いられる。キーボードバッファ8は、キーボード9から送信されるスキャンコードを一時的に蓄えるためのメモリである。文書バッファ10は、ファイル登録処理においてテキストデータを一時的に蓄えル。データベースバッファ11は、ファイル登録処理において各種データベースを一時的に蓄えるほか、ファイル検索処理で取得された管理ID及び属性情報を保存する。
【0031】
カーソルレジスタ12は、CRT15の表示画面におけるカーソルのアドレスを保持し、その内容はCPU1によって読み書きされる。ビデオバッファ13は、文書バッファ10内の文字コードがビット展開されることにより得られるCRT15の一画面分の画素データを蓄える。D/Aコンバータ14は、ビデオバッファ13に蓄えられたデジタル符号の画素データをアナログデータに変換する。CRT15はこのアナログデータに変換された画素データを可視表示する。またCRT15は、カーソルレジスタ12からカーソルのアドレスを入力し、これに対応する位置にカーソルを表示する。
【0032】
格納部6は、本電子ファイリング装置と通信可能な外部コンピュータに備えられ、ハードディスク等で構成される。格納部6は、後述する各種データベースをデータベースフォーマットで格納すると共に、必要に応じてRAM3にデータベースを送信する。なお、格納部6には、本電子ファイリング装置と同様の構成の装置が複数接続されていてもよく、その場合には、格納部6がいわゆるサーバ、本電子ファイリング装置等がいわゆるクライアントという関係になる。
【0033】
かかる構成において、ファイルの登録、削除、複写等のファイリング処理時は、キーボード9からの指示により、インタラプト信号がキーボードバッファ8からCPU1に送信され、CPU1はROM2内の各種制御信号を読み出し、これらの制御信号に従って各種の制御を実行する。
【0034】
図2は、本実施の第1形態に係る電子ファイリング装置における格納部6に格納されるデータベースを示す概念図である。
【0035】
本実施の第1形態で用いるデータベースには、同図(a)に示すキーワードデータベース30(第1のデータベース)、同図(b)に示す管理データベース31(第2のデータベース)、同図(c)に示す不要管理IDデータ32、同図(d)に示す欠番管理IDデータ33がある。
【0036】
キーワードデータベース30は、公知の手法によりファイル中から自動的に切り出したキーワードをデータベース化したものであり、キーワードと管理IDのリストによるインデックスである。管理IDは、登録したファイルを特定するための情報であり、ファイル登録時に各ファイルに付与される。キーワードデータベース30では、同図(a)に示すように、各キーワード(「キャノン」等)を含むファイルの管理IDが全て(No7、100、305、1942等)が対応するように、同一レコードに記憶されている。キーワードデータベース30はファイル登録時に作成され、ファイル検索時にはキーワードから管理IDを得るために用いられる。また管理IDの削除は、後述するキーワードデータベースクリーニング処理により行われる。
【0037】
管理データベース31は、管理IDに対し、文書ID、ファイルID、ファイル名等の属性情報をデータベース化したものである。管理データベース31では、例えば管理ID「2」に対し、文書IDが「88」、ファイルIDが「1」等というように同一レコードにおいて対応している。この管理データベース31は、ファイルの登録時に作成され、ファイルの検索時には管理IDから属性情報を得るために用いられる。また管理データベース31内の各レコードは、後述するファイル削除処理により削除される。
【0038】
不要管理IDデータ32には、後述するファイル削除処理で指定された不要な管理IDが登録され(詳細は後述する)、不要管理IDデータ32は格納部6内に記憶される。
【0039】
欠番管理IDデータ33には、後述するキーワードデータベースクリーニング処理で削除された管理IDが登録され(詳細は後述する)、欠番管理IDデータ33は格納部6内に記憶される。
【0040】
図3は、本実施の第1形態に係る電子ファイリング装置によるファイル削除処理のフローチャートである。本処理はCPU1により実行される。
【0041】
まず、削除すべき不要なファイルの文書ID及びファイルIDをキーボード9にて指定し(ステップS301)、指定した文書ID及びファイルIDが管理データベース31に含まれているか否を判別する(ステップS302)。その判別の結果、指定した文書ID及びファイルIDが管理データベース31に含まれていない場合は直ちに本処理を終了する一方、指定した文書ID及びファイルIDが管理データベース31に含まれている場合は、該指定した文書ID及びファイルIDに対応する管理IDを管理データベース31から取得し(ステップS303)、該取得した管理IDに対応するレコード(管理ID及び属性情報)を管理データベース31から削除して(ステップS304)、上記取得した管理IDを不要管理IDデータ32に登録し(ステップS305)、本処理を終了する。
【0042】
例えば図2に示す状態を初期状態として、文書IDを「90」、ファイルIDを「2」と指定して本処理を実行した場合は、図2(b)に示す管理データベース31から管理ID「100」のレコードが削除されることにより、管理データベース31は図4(b)に示すような状態になる。また、不要管理IDデータ32については、図2(c)では未登録であった管理ID「100」が、図4(c)に示すように新たに登録される。なお、キーワードデータベース30については何ら変更されないため、本処理の負荷は非常に小さくて済むという利点がある。また、欠番管理IDデータ33は変更されていない。
【0043】
図3の処理によれば、不要なファイルの管理ID及び属性情報から成るレコードが管理データベース31から削除されると共に、そのファイルの管理IDが不要管理IDデータ32に登録される。
【0044】
図5は、本実施の第1形態に係る電子ファイリング装置によるファイル検索処理のフローチャートである。本処理はCPU1により実行される。
【0045】
まずキーワードをキーボード9にて指定し(ステップS501)、該指定したキーワードがキーワードデータベース30に登録されているか否を判別する(ステップS502)。その判別の結果、指定したキーワードがキーワードデータベース30に登録されていない場合は直ちに本処理を終了する一方、指定したキーワードがキーワードデータベース30に登録されている場合は、指定したキーワードに対応する管理IDをキーワードデータベース30から取得し(ステップS503)、後述する図6の属性情報取得処理により、上記取得した管理IDに対応する文書ID、ファイルID及びファイル名を管理データベース31から取得して(ステップS504)、本処理を終了する。
【0046】
図6は、上述した図5のステップS504で実行される属性情報取得処理のフローチャートである。
【0047】
まず、図5のステップS503で取得された管理IDが管理データベース31に登録されているか否かを判別し(ステップS601)、その判別の結果、取得された管理IDが管理データベース31に登録されていない場合は直ちにステップS603に進む。これにより、不要なファイルの管理IDがキーワードデータベース30に残存している状態であっても、管理データベース31から削除されていれば、その不要なファイルの属性情報が検索結果として取得されることを回避することができる。
【0048】
一方、前記ステップS601の判別の結果、取得された管理IDが管理データベース31に登録されている場合は、該取得された管理IDに対応する属性情報(文書ID、ファイルID及びファイル名)を取得すると共に、これらをデータベースバッファ11内に保存して(ステップS602)、ステップS603に進む。
【0049】
ステップS603では、上記取得された管理IDの全てついて処理が終了したか否かを判別し、全てついて処理が終了していない場合は前記ステップS601へ戻る一方、上記取得された管理IDの全てついて処理が終了した場合は本処理を終了する。
【0050】
図5及び図6の処理によれば、指定したキーワードを含むファイルの管理IDが管理データベース31に登録されている場合には、そのファイルの属性情報が取得される。
【0051】
図7は、本実施の第1形態に係る電子ファイリング装置によるキーワードデータベースクリーニング処理のフローチャートである。本処理はCPU1により所定時(例えばシステムの立ち上げ時、終了時、またはユーザによる任意の指示時等)毎に実行される。
【0052】
まず、不要管理IDデータ32に何らかの管理IDが登録されているか否かを判別し(ステップS701)、管理IDが何ら登録されていない場合は直ちに本処理を終了する一方、不要管理IDデータ32に何らかの管理IDが登録されている場合は、当該登録されている管理IDを不要管理IDデータ32から削除し(ステップS702)、該削除した管理IDと同一の管理IDを、キーワードデータベース30の先頭のインデックスレコードから最後のインデックスレコードについて全て削除して(ステップS703)、該管理IDを欠番管理IDデータ33に登録し(ステップS704)、前記ステップS701に戻る。なお、欠番管理IDデータ33に登録された管理IDは、後に再利用することができる。
【0053】
本処理を、例えば図4に示す状態を初期状態として実行した場合は、図8に示す状態になる。すなわち、不要管理IDデータ32に登録されている管理ID「100」が不要管理IDデータ32から削除されると共に、キーワードデータベース30からも順々に削除される。不要管理IDデータ32は管理ID「100」が削除されることにより、管理IDの登録がない状態(図8(c))となり、キーワードデータベース30は図8(a)に示す状態となる。また、欠番管理IDデータ33は未登録状態(図4(d))から管理ID「100」が登録された状態(図8(d))となる。なお、管理データベース31は変更されていない。
【0054】
図7の処理によれば、不要なファイルの管理IDがキーワードデータベース30から削除され、管理データベース31及び不要管理IDデータ32による表される管理IDの改廃状況とキーワードデータベース30内における管理IDの実際の改廃状況との整合を図ることができる。
【0055】
本実施の第1形態によれば、不要なファイルのレコードは、図3のファイル削除処理により管理データベース31から削除され、図5及び図6のファイル検索処理は管理データベース31に基づいて行われるので、図7のキーワードデータベースクリーニング処理をしていない状態であっても、不要なファイルの属性情報は図5及び図6のファイル検索処理の際に取得されることがない。すなわち検索が阻止される。従って、不要なファイルの管理IDをキーワードデータベース30内から実際に削除する処理(図7)をその都度行わなくても、ファイル検索処理に際してはそのファイルが削除されたものとして処理される。さらに、不要なファイルはキーワードデータベース30から所定時に一括して削除するようにしたので、ファイル削除処理の負荷を適当な時に吸収することができる。よって、ファイル削除処理のレスポンスを向上することができる。その効果はキーワードデータベース30のデータ量が大きくなるほど大きい。
【0056】
また、ファイル検索処理ではキーワードデータベース30をアクセスしないので、ファイル検索処理自体のレスポンスを向上することができる。
【0057】
また、不要なファイルをキーワードデータベース30から所定時に一括して削除することにより、キーワードデータベース30と管理データベース31との整合を任意に採ることができる。しかも、両者の整合がとれていないときであっても、上述したようにファイル検索結果に影響を与えることがないので、キーワードデータベース30内の不要ファイルの一括削除の処理は、適当な時に行えばよい。
【0058】
なお、図7のキーワードデータベースクリーニング処理の際に、他の手段により不要なファイルの管理IDを特定することができれば、不要管理IDデータ32は必ずしも設けなくてもよい。
【0059】
(実施の第2形態)
以下に、本発明の実施の第2形態に係る電子ファイリング装置を説明する。本実施の第2形態に係る電子ファイリング装置は、実施の第1形態に係る電子ファイリング装置とその構成が同一であり、図1の通りである。従って、実施の第1形態と同一の構成要素には同一の符号を用いる。本実施の第2形態では、実施の第1形態に対してファイル複写処理が行えるようにすると共に、これに伴いファイル削除処理の一部を変更した。従って、ファイル複写処理については図9を新たに用い、ファイル削除処理については図3に替え図11を用いて、本実施の第2形態を説明する。
【0060】
図9は、本発明の実施の第2形態に係る電子ファイリング装置によるファイル複写処理のフローチャートである。本処理はCPU1により実行される。
【0061】
まず、複写すべきファイルの文書ID及びファイルIDを指定し(ステップS901)、指定した文書ID及びファイルIDが管理データベース31に登録されているか否かを判別する(ステップS902)。その判別の結果、指定した文書ID及びファイルIDが管理データベース31に登録されていない場合は直ちに本処理を終了する一方、指定した文書ID及びファイルIDが管理データベース31に登録されている場合は、指定した文書ID及びファイルIDに対応する管理IDを管理データベース31から取得し(ステップS903)、該取得した管理IDに新規の文書ID、ファイルID及びファイル名等の属性情報を割り振ったレコードを新規に作成し、この新規のレコードを管理データベース31に追加登録する(ステップS904)。ここで、同一の管理IDを用いるのは、ファイルの内容は複写前後で変更されないからである。
【0062】
次いで、重複管理IDデータ34の上記管理IDについての登録の重複度数をカウントアップして(ステップS905)、本処理を終了する。ここで、重複管理IDデータ34は、本実施の第2形態において用いる情報であって、図10(e)に示すように、管理データベース31に重複して登録された管理IDとその登録数を記憶した情報であり、格納部6に格納されている。なお、管理IDは、その重複登録がない、すなわち重複度数が「1」のときは、重複管理IDデータ34に登録されず、重複度数が「2」以上になったときに新規に登録される。従って、前記ステップS905では、複写前のレコードの登録数が「1」であったときは管理IDが新規に登録され、複写前のレコードの登録数が「2」以上であったときは、当該管理IDの重複度数が「1」だけカウントアップされる。
【0063】
本処理を、例えば図2に示す状態を初期状態として、文書IDを「90」、ファイルIDを「2」と指定して実行した場合には、図10に示す状態となる。すなわち、図2(b)に示す管理データベース31には、管理ID「100」に新たな文書ID「1000」及びファイルID「1」が割り振られたレコードが追加され、管理ID「100」のレコードが2つになる(図10(b))。また、重複管理IDデータ34には、管理ID「100」が新規に登録され、その重複度数は「2」とされる(図10(e))。なお、キーワードデータベース30、不要管理IDデータ32及び欠番管理IDデータ33には変動がない。
【0064】
本処理によれば、キーワードデータベース30内のデータを改廃することなく、所望のファイルを複写することができる。ファイル検索処理は、管理データベース31に基づいてなされるので、キーワードデータベース30と管理データベース31との整合が採れていなくても、検索結果に影響を与えることがない。
【0065】
図11は、本実施の第2形態に係る電子ファイリング装置によるファイル削除処理のフローチャートである。本処理はCPU1により実行される。
【0066】
まず、ステップS1101〜ステップS1104では、図3のステップS301〜ステップS304と同様の処理を実行する。
【0067】
ステップS1105では、前記ステップS1103で取得した管理ID(不要なファイルの管理ID)が重複管理IDデータ34に登録されているか否かを判別し、その判別の結果、上記取得した管理IDが重複管理IDデータ34に登録されている場合は、当該管理IDの重複度数をカウントダウンして(ステップS1107)、本処理を終了する。このように処理することで、当該管理IDの不要管理IDデータ32への登録も禁止されることになる。ここで、当該管理IDの重複度数がカウントダウンにより「1」になった場合は、当該管理IDの登録自体を重複管理IDデータ34から抹消する。
【0068】
一方、前記ステップS1105の判別の結果、上記取得した管理IDが重複管理IDデータ34に登録されていない場合は、ステップS1106で図3のステップS305と同様の処理を実行し、本処理を終了する。すなわち、削除すべきファイルが重複登録されていないときは、管理IDの管理データベース31からの削除及び不要管理IDデータ32への登録が通常通りなされる。
【0069】
本実施の第2形態によれば、ファイルの複写処理では、同一内容のファイルに同一管理IDを用いて管理データベース31内においてレコードを追加するだけで処理が完了し、キーワードデータベース30をアクセスしないので、ファイル複写処理のレスポンスを向上することができる。
【0070】
また、重複して登録された管理IDの属性情報は、ファイル検索処理において全て取得されるので、検索結果の正確性を確保することができる。
【0071】
また、ファイル削除処理では、削除すべきファイルが重複登録されていないときは実施の第1形態と同様の処理がなされ、削除すべきファイルが重複登録されているときは重複度数のカウントダウンを行うのみで足りるので、実施の第1形態におけるファイル削除処理のレスポンス向上の効果を維持しつつ、ファイルの複写が可能となる。
【0072】
(実施の第3形態)
以下に、本発明の実施の第3形態に係る電子ファイリング装置を説明する。本実施の第3形態に係る電子ファイリング装置は、実施の第1形態に係る電子ファイリング装置とその構成が同一であり、図1の通りである。従って、実施の第1形態と同一の構成要素には同一の符号を用いる。本実施の第3形態では、実施の第1形態に対してファイル削除処理の一部及びファイル検索処理の一部が異なる。また、本実施の第3形態では、ファイルの復元処理を新たに加えた。従って、ファイルの復元処理については図14を新たに用い、ファイル削除処理については図3に替え図12を用い、ファイル検索処理については図5に替え図13を用いて、本実施の第3形態を説明する。
【0073】
図12は、本実施の第3形態に係る電子ファイリング装置によるファイル削除処理のフローチャートである。本処理はCPU1により実行される。
【0074】
まず、ステップS1201、ステップS1202では、図3のステップS301、ステップS302と同様の処理を実行する。
【0075】
次いでステップS1203では、図3のステップS305と同様の処理を実行し、本処理を終了する。
【0076】
すなわち、本処理では、不要なファイルの管理IDは、実施の第1形態と同様に不要管理IDデータ32に登録されるが、不要ファイルのレコードは管理データベース31から削除されずに残る。
【0077】
図13は、本実施の第3形態に係る電子ファイリング装置によるファイル検索処理のフローチャートである。本処理はCPU1により実行される。
【0078】
まず、ステップS1301〜ステップS1303では、図5のステップS501〜ステップS503と同様の処理を実行する。
【0079】
次いで、ステップS1304では、前記ステップS1303で取得した管理IDが不要管理IDデータ32に登録されているか否かを判別し、その判別の結果、上記取得した管理IDが不要管理IDデータ32に登録されている場合は、当該管理IDを検索結果から除外し(ステップS1305)、ステップS1306に進む。すなわち、当該管理IDは検索されず当該管理IDに対応する属性情報は取得しなかったこととして後の処理を行う。これにより、不要なファイルの管理IDが管理データベース31に残存していても、ファイル検索処理においてその不要なファイルの属性情報が取得されることを回避することができる。
【0080】
一方、前記ステップS1304の判別の結果、上記取得した管理IDが不要管理IDデータ32に登録されていない場合は、直ちに前記ステップS1306に進む。
【0081】
ステップS1306では、図5のステップS504と同様の処理を実行して、本処理を終了する。
【0082】
図14は、本実施の第3形態に係る電子ファイリング装置によるファイル復元処理のフローチャートである。本処理はCPU1により実行される。
【0083】
まず、復元すべきファイルの管理IDを指定し(ステップS1401)、指定した管理IDが重複管理IDデータ34に登録されているか否かを判別する(ステップS1402)。その判別の結果、上記指定した管理IDが重複管理IDデータ34に登録されている場合はステップS1403に進み、当該管理IDの重複度数をカウントアップする。これにより、重複度数が「3」以上の状態から削除されたファイルのレコードが、検索処理上復元される。すなわち削除前の状態荷戻る。
【0084】
次いで、指定した管理IDのすべてに対して処理を行ったか否かを判別し(ステップS1407)、その判別の結果、未処理の管理IDがある場合は前記ステップS1401に戻る一方、指定した管理IDのすべてに対して処理を行った場合は、本処理を終了する。
【0085】
前記ステップS1402の判別の結果、上記指定した管理IDが重複管理IDデータ34に登録されていない場合は、上記指定した管理IDが不要管理IDデータ32に登録されているか否かを判別する(ステップS1404)。その判別の結果、上記指定した管理IDが不要管理IDデータ32に登録されている場合は、当該管理IDを不要管理IDデータ32から抹消し(ステップS1405)、前記ステップS1407に進む。これにより、重複登録されていない状態で不要として一旦削除されたファイルのレコードが検索処理上復元される。一方、上記指定した管理IDが不要管理IDデータ32に登録されていない場合は、上記指定した管理IDを重複管理IDデータ34に新規に登録すると共にその重複度数を「2」として(ステップS1406)、ステップS1407に進む。これにより、重複登録されていない状態(重複度数が「1」)の状態で削除されたファイルのレコードが検索処理上復元される。
【0086】
本処理により、削除されたファイルを任意に且つ容易に復元することができる。
【0087】
本実施の第3形態によれば、ファイル削除処理では、不要管理IDデータ32に削除すべきファイルの管理IDを登録するのみで足り、キーワードデータベース30及び管理データベース31にアクセスする必要がないので、ファイル削除処理のレスポンスを一層向上することができる。
【0088】
また、ファイル検索処理では、管理データベース31内に不要なファイルのレコードが残存しているために該レコードが一旦取得されるが、後の処理で検索結果から除外されるので、結果的に検索の正確性に影響を与えず、ファイル検索処理について実施の第1形態と同様の効果を得ることができる。
【0089】
また、不要なファイルのレコードは管理データベース31から実際に削除されずに残るため、ファイルの復元が容易に行うことができる。さらに、そのファイルの登録の重複状態に応じて、削除前の状態に適切に復帰させることができる。
【0090】
なお、本実施の第3形態では、キーワードデータベースクリーニング処理において、管理データベース31内に残存した不要なファイルの管理IDも一括削除するように構成することが好ましい。これにより、キーワードデータベース30と管理データベース31との整合を常に維持することができる。
【0091】
なお、本実施の第3形態に、実施の第2形態のファイル複写処理を結合してもよい。
【0092】
なお、本発明を達成するためのソフトウェアによって表される制御プログラムを格納したフロッピディスク(FD)等のメモリを、本発明の電子ファイリング装置における外部記憶装置7を介して読み出すことによっても、同様の効果を奏することができる。
【0093】
以下に、本発明の電子ファイリング装置に用いることが可能な記憶媒体を図15を用いて説明する。
【0094】
キーワードに基づいて属性情報を取得し、該取得した属性情報に基づいて所望のファイルを、記憶されたファイルの中から検索する電子ファイリング装置を制御するためのプログラムを格納する記憶媒体には、図15に示すように、「第1の格納モジュール」、「第2の格納モジュール」、「管理識別情報取得モジュール」、「属性情報取得モジュール」、「不要管理識別情報指定モジュール」、「阻止モジュール」の各モジュールのプログラムを格納すればよい。
【0095】
ここで、「第1の格納モジュール」は、ファイル中に含まれるキーワードと管理識別情報(管理ID)とを対応付けた第1のデータベース(キーワードデータベース30)を格納するためのモジュールである。
【0096】
「第2の格納モジュール」は、前記管理識別情報と前記ファイルの属性を示す属性情報とを対応付けた第2のデータベース(管理データベース31)を格納するためのモジュールである。
【0097】
「管理識別情報取得モジュール」は、キーワードを指定し、該指定したキーワードに対応する管理識別情報を前記第1のデータベースから取得するためのモジュールである。
【0098】
「属性情報取得モジュール」は、前記管理識別情報取得モジュールにより取得した管理識別情報に対応する属性情報を前記第2のデータベースから取得するためのモジュールである。
「不要管理識別情報指定モジュール」は、不要なファイルの管理識別情報を指定するためのモジュールである。
「阻止モジュール」は、前記不要管理識別情報指定モジュールにおいて指定された管理識別情報に対応する属性情報の前記属性情報取得モジュールによる前記第2のデータベースからの取得を阻止するためのモジュールである。
【0099】
ここで、「阻止モジュール」は、前記不要管理識別情報指定モジュールにより指定された管理識別情報を前記第2のデータベースから削除する削除モジュールを含むようにしてもよい。また、「阻止モジュール」は、前記不要管理識別情報指定モジュールにより指定された管理識別情報を登録する不要管理識別情報登録モジュールと、前記属性情報取得モジュールにより取得された属性情報の中から前記不要管理識別情報登録モジュールにより登録された管理識別情報に対応する属性情報を除外する属性情報除外モジュールとを含むようにしてもよい。
【0100】
なお、実施の第1、第2、第3形態において、各種データベースは格納部6に格納されるとしたが、これに限るものでなく、例えばRAM3に格納してもよい。特に、アクセスする頻度が高い管理データベース31、不要管理IDデータ32、重複管理IDデータ34は、ランダムアクセス可能なRAM3等に格納した方が、処理のレスポンス向上のためには一層好ましい。
【0101】
なお、本実施の形態では、格納部6は外部コンピュータのハードディスクとしたが、これに限るものでなく、本電子ファイリング装置に設けたハードディスクとしてもよい。
【0102】
なお、文書等のファイルの記憶先は、外部記憶装置7に限らず、例えば、格納部6であってもよい。
【0103】
【発明の効果】
以上説明したように、本発明によれば、ファイル検索処理の正確性を確保しつつファイルの改廃等の処理のレスポンスを向上することができる。また、例えば不要なファイルの管理識別情報を、処理に余裕のあるときに一括して削除すれば、ファイルの改廃処理の実質的負荷を軽減することができる。また、ファイル検索の正確性を確保しつつファイルの複写処理を可能にすると共に、複写したファイルの削除処理のレスポンスを一層向上することができる。
【図面の簡単な説明】
【図1】本発明の実施の第1形態に係る電子ファイリング装置の全体構成を示すブロック図である。
【図2】同形態に係る電子ファイリング装置における格納部に格納されるデータベースを示す概念図である。
【図3】同形態に係る電子ファイリング装置によるファイル削除処理のフローチャートである。
【図4】同形態においてファイル削除処理後のデータベースを示す概念図である。
【図5】同形態に係る電子ファイリング装置によるファイル検索処理のフローチャートである。
【図6】図5のステップS504で実行される属性情報取得処理のフローチャートである。
【図7】同形態に係る電子ファイリング装置によるキーワードデータベースクリーニング処理のフローチャートである。
【図8】同形態においてキーワードデータベースクリーニング処理後のデータベースを示す概念図である。
【図9】本発明の実施の第2形態に係る電子ファイリング装置によるファイル複写処理のフローチャートである。
【図10】同形態においてファイル複写処理後のデータベースを示す概念図である。
【図11】同形態に係る電子ファイリング装置によるファイル削除処理のフローチャートである。
【図12】本発明の実施の第3形態に係る電子ファイリング装置によるファイル削除処理のフローチャートである。
【図13】同形態に係る電子ファイリング装置によるファイル検索処理のフローチャートである。
【図14】同形態に係る電子ファイリング装置によるファイル復元処理のフローチャートである。
【図15】本発明の電子ファイリング装置に用いることが可能な記憶媒体に格納されるプログラムモジュールを示す図である。
【符号の説明】
1 CPU
3 RAM
6 格納部
7 外部記憶装置
9 キーボード
11 データベースバッファ
30 キーワードデータベース
31 管理データベース
32 不要管理IDデータ
33 欠番管理IDデータ33
34 重複管理IDデータ34
[0001]
BACKGROUND OF THE INVENTION
  According to the present invention, when storing (or registering) a file such as a document, attribute information indicating attributes such as the storage destination and classification of the file is made into a database together with management identification information (hereinafter referred to as “management ID”). Electronic filing method and device for searching document filesIn placeRelated.
[0002]
[Prior art]
When storing a file such as a document in an external storage medium or the like, a management database is created by attribute information indicating the storage destination or classification of the file such as a disk name or volume name, path name, or directory, and a management ID corresponding to the attribute information. 2. Description of the Related Art Conventionally, an electronic filing apparatus that is created and stores this management database in a memory such as a hard disk is known. In this apparatus, keywords in the file are automatically cut out, a keyword database in which the cut out keywords are associated with the file management ID is created separately, and the management ID of a file including a keyword can be easily created using this keyword database. I try to understand. When searching for a file, the management ID is obtained from the keyword database using the keyword as a clue, and attribute information is acquired from the management database based on the management ID. Thereby, a desired file can be searched.
[0003]
[Problems to be solved by the invention]
However, in the conventional electronic filing apparatus, when the stored file is deleted, added, copied, etc., the contents of the keyword database as well as the management database are directly changed each time. Therefore, when the data amount of the keyword database is increased, there is a problem that the response of the file revision / removal processing is remarkably deteriorated. For example, when deleting a certain file (with management ID “100”), it is necessary to delete all management IDs “100” registered in the keyword database. One management ID usually corresponds to many keywords, and when the number of registrations is large, processing takes time. The same applies to file addition and copying.
[0004]
  The present invention has been made in order to solve the above-described problems of the prior art, and an object of the present invention is to provide electronic filing capable of improving the response of processing such as file revision / decommissioning while ensuring the accuracy of the file search processing. Methods and equipmentPlaceIt is to provide.
[0005]
[Means for Solving the Problems]
  To achieve the above object, the present inventionIs a keywordWhenContains the keywordA first database that stores management identification information that identifies a file in association with it, and a second database that stores management identification information that identifies the file and attribute information indicating the attribute of the file in association with each otherAnd a duplication frequency storage means, an unnecessary information storage means, a program memory and a CPU, and when the CPU executes a program stored in the program memory, a copy file designation means, an addition means, Realization of frequency registration means, deletion means, unnecessary information registration means, input means, search means, and batch deletion meansDoIn electronic filing equipmentIn the electronic filing method,The copy file designating unit designates a file to be copied, and the adding unit assigns new attribute information to the file designated in the copy file designating step, and adds the new attribute information to the new attribute information. An additional step of associating and adding the same management identification information as the management identification information of the specified file to the second database; and the duplication frequency registration means includes the management identification information added by the addition means. The duplication frequency registration step of registering the duplication frequency of registration in the second database in the duplication frequency storage means, and the deletion means,If the file is deleted,When the duplication frequency of the management identification information of the file registered in the duplication frequency storage means does not indicate duplication,Delete the management identification information of the file and the attribute information of the file from the second databaseOn the other hand, if it indicates duplication, the duplication frequency is subtracted without deleting the management identification information of the file and the attribute information of the file.Delete process,The unnecessary information registration meansManagement identification information deleted in the deletion stepUnnecessary informationIn memoryRegistrationDoRegistration of unnecessary informationProcess andThe input unit inputs a keyword, and the search unit acquires the corresponding management identification information from the first database using the keyword input in the input step, and the acquired management identification A search step of retrieving corresponding attribute information from the second database using information and searching for a file; and the collective deletion means uses the management identification information registered in the unnecessary information storage means as the first database. A batch deletion process that deletes batches fromIt is characterized by having.
[0007]
  To achieve the same purpose, the present inventionIs a keywordWhenContains the keywordA first database for storing management identification information for identifying files in association with each other; and a second database for storing management identification information for identifying the files and attribute information indicating attributes of the files in association with each other. An electronic filing device to manage,A copy file designating unit for designating a file to be copied, and new attribute information is given to the file designated by the copy file designating unit, and the new attribute information is identical to the management identification information of the designated file Adding means for associating management identification information with the second database; and duplication frequency storage means for storing the duplication frequency of registration in the second database of the management identification information added by the adding means;If the file is deleted,When the duplication frequency of the management identification information of the file stored in the duplication frequency storage means does not indicate duplication,Delete the management identification information of the file and the attribute information of the file from the second databaseOn the other hand, if it indicates duplication, the duplication frequency is subtracted without deleting the management identification information of the file and the attribute information of the file.Deletion means and management identification information deleted by the deletion means are storedUnnecessary informationStorage meansThe corresponding management identification information is acquired from the first database using the keyword input by the input means and the keyword input by the input means, and from the second database using the acquired management identification information Search means for acquiring corresponding attribute information and searching for a file; batch deletion means for collectively deleting management identification information stored in the unnecessary information storage means from the first database at a predetermined time;It is characterized by having.
[0024]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0025]
(First embodiment)
FIG. 1 is a block diagram showing an overall configuration of an electronic filing device according to a first embodiment of the present invention.
[0026]
The electronic filing apparatus includes a CPU 1, a ROM 2, a RAM 3, a single kanji dictionary unit 4, a kana / kanji dictionary unit 5, an external storage device 7, a keyboard buffer 8, a document buffer 10, a cursor register 12, and a video buffer 13 as a control bus 16 and a data bus. 17 and an address bus 18 are connected to each other. A keyboard 9 is connected to the keyboard buffer 8, and a database buffer 11 is connected to the document buffer 10. Further, a CRT (display) 15 is connected to the video buffer 13 via a D / A converter (RAMDAC) 14.
[0027]
The electronic filing apparatus is connected to a storage unit 6 (first and second storage means) of an external computer via a control bus 16, a data bus 17 and an address bus 18.
[0028]
The CPU 1 executes various calculations for the electronic filing process, logic judgment, and the like, and controls the operation of the components of the electronic filing apparatus. At that time, the CPU 1 transmits a control bus signal to each component to be controlled via the control bus 16. Further, the CPU 1 transmits a signal for designating the corresponding address of each component in the memory of the CPU 1 to each component via the address bus 18. The data bus 17 is used for transmission / reception of data between components.
[0029]
The ROM 2 is a read-only fixed memory, and stores a control program to be executed by the CPU 1. The RAM 3 is a memory that can be randomly accessed. The single kanji dictionary unit 4 is used for designating radicals, number of strokes, and single kanji when inputting kanji. The kana-kanji dictionary unit 5 is used when performing kana-kanji conversion.
[0030]
The external storage device 7 is configured to be able to insert a floppy disk, and stores a file such as document data on the floppy disk. The keyboard 9 is used for the user to input various instructions. The keyboard buffer 8 is a memory for temporarily storing scan codes transmitted from the keyboard 9. The document buffer 10 temporarily stores text data in the file registration process. The database buffer 11 temporarily stores various databases in the file registration process, and stores the management ID and attribute information acquired in the file search process.
[0031]
The cursor register 12 holds the address of the cursor on the display screen of the CRT 15, and the contents are read and written by the CPU 1. The video buffer 13 stores pixel data for one screen of the CRT 15 obtained by bit development of the character code in the document buffer 10. The D / A converter 14 converts the digital code pixel data stored in the video buffer 13 into analog data. The CRT 15 visually displays the pixel data converted into the analog data. Further, the CRT 15 inputs the cursor address from the cursor register 12 and displays the cursor at a position corresponding thereto.
[0032]
The storage unit 6 is provided in an external computer that can communicate with the electronic filing device, and includes a hard disk or the like. The storage unit 6 stores various databases, which will be described later, in a database format, and transmits the databases to the RAM 3 as necessary. The storage unit 6 may be connected to a plurality of devices having the same configuration as the electronic filing device. In this case, the storage unit 6 is a so-called server and the electronic filing device is a so-called client. Become.
[0033]
In such a configuration, at the time of filing processing such as file registration, deletion, and copying, an interrupt signal is transmitted from the keyboard buffer 8 to the CPU 1 according to an instruction from the keyboard 9, and the CPU 1 reads various control signals in the ROM 2, Various controls are executed according to the control signal.
[0034]
FIG. 2 is a conceptual diagram showing a database stored in the storage unit 6 in the electronic filing device according to the first embodiment.
[0035]
The database used in the first embodiment includes a keyword database 30 (first database) shown in FIG. 5A, a management database 31 (second database) shown in FIG. ) And unnecessary number management ID data 33 shown in FIG.
[0036]
The keyword database 30 is a database of keywords automatically extracted from a file by a known method, and is an index based on a list of keywords and management IDs. The management ID is information for specifying the registered file, and is assigned to each file at the time of file registration. In the keyword database 30, as shown in FIG. 5A, the same record is recorded so that all the management IDs (Nos. 7, 100, 305, 1942, etc.) of the files including each keyword (“Canon”, etc.) correspond. It is remembered. The keyword database 30 is created when a file is registered, and is used to obtain a management ID from the keyword when searching for a file. The management ID is deleted by a keyword database cleaning process described later.
[0037]
The management database 31 is a database of attribute information such as a document ID, a file ID, and a file name with respect to the management ID. In the management database 31, for example, the management ID “2” corresponds to the same record such that the document ID is “88”, the file ID is “1”, and the like. The management database 31 is created when a file is registered, and is used for obtaining attribute information from the management ID when searching for a file. Each record in the management database 31 is deleted by a file deletion process described later.
[0038]
In the unnecessary management ID data 32, an unnecessary management ID designated in a file deletion process described later is registered (details will be described later), and the unnecessary management ID data 32 is stored in the storage unit 6.
[0039]
In the missing number management ID data 33, a management ID deleted in a keyword database cleaning process described later is registered (details will be described later), and the missing number management ID data 33 is stored in the storage unit 6.
[0040]
FIG. 3 is a flowchart of file deletion processing by the electronic filing device according to the first embodiment. This process is executed by the CPU 1.
[0041]
First, the document ID and file ID of an unnecessary file to be deleted are designated by the keyboard 9 (step S301), and it is determined whether or not the designated document ID and file ID are included in the management database 31 (step S302). . As a result of the determination, if the specified document ID and file ID are not included in the management database 31, the present process is immediately terminated. On the other hand, if the specified document ID and file ID are included in the management database 31, A management ID corresponding to the designated document ID and file ID is acquired from the management database 31 (step S303), and a record (management ID and attribute information) corresponding to the acquired management ID is deleted from the management database 31 ( In step S304, the acquired management ID is registered in the unnecessary management ID data 32 (step S305), and this process ends.
[0042]
For example, when the processing shown in FIG. 2 is performed with the document ID “90” and the file ID “2” specified as the initial state, the management ID “3” is retrieved from the management database 31 shown in FIG. When the record “100” is deleted, the management database 31 is in a state as shown in FIG. As for the unnecessary management ID data 32, the management ID “100” that has not been registered in FIG. 2C is newly registered as shown in FIG. 4C. Since the keyword database 30 is not changed at all, there is an advantage that the load of this process can be very small. Further, the missing number management ID data 33 is not changed.
[0043]
According to the processing of FIG. 3, a record composed of an unnecessary file management ID and attribute information is deleted from the management database 31, and the management ID of the file is registered in the unnecessary management ID data 32.
[0044]
FIG. 5 is a flowchart of file search processing by the electronic filing device according to the first embodiment. This process is executed by the CPU 1.
[0045]
First, a keyword is designated on the keyboard 9 (step S501), and it is determined whether or not the designated keyword is registered in the keyword database 30 (step S502). As a result of the determination, if the specified keyword is not registered in the keyword database 30, this processing is immediately terminated. On the other hand, if the specified keyword is registered in the keyword database 30, the management ID corresponding to the specified keyword Is acquired from the keyword database 30 (step S503), and the document ID, file ID, and file name corresponding to the acquired management ID are acquired from the management database 31 by the attribute information acquisition process of FIG. 6 described later (step S504). ), This process is terminated.
[0046]
FIG. 6 is a flowchart of the attribute information acquisition process executed in step S504 of FIG. 5 described above.
[0047]
First, it is determined whether or not the management ID acquired in step S503 in FIG. 5 is registered in the management database 31 (step S601). As a result of the determination, the acquired management ID is registered in the management database 31. If not, the process immediately proceeds to step S603. As a result, even if the management ID of the unnecessary file remains in the keyword database 30, if it is deleted from the management database 31, the attribute information of the unnecessary file is acquired as the search result. It can be avoided.
[0048]
On the other hand, if the acquired management ID is registered in the management database 31 as a result of the determination in step S601, the attribute information (document ID, file ID, and file name) corresponding to the acquired management ID is acquired. At the same time, these are stored in the database buffer 11 (step S602), and the process proceeds to step S603.
[0049]
In step S603, it is determined whether or not the process has been completed for all of the acquired management IDs. If the process has not been completed for all of the acquired management IDs, the process returns to step S601, while all of the acquired management IDs are determined. When the process is finished, this process is finished.
[0050]
According to the processing of FIGS. 5 and 6, when the management ID of the file including the specified keyword is registered in the management database 31, the attribute information of the file is acquired.
[0051]
FIG. 7 is a flowchart of the keyword database cleaning process by the electronic filing device according to the first embodiment. This processing is executed by the CPU 1 every predetermined time (for example, at the time of starting up the system, at the time of termination, or at any instruction by the user).
[0052]
First, it is determined whether or not any management ID is registered in the unnecessary management ID data 32 (step S701). If no management ID is registered, this process is immediately terminated, while the unnecessary management ID data 32 is updated. If any management ID is registered, the registered management ID is deleted from the unnecessary management ID data 32 (step S702), and the same management ID as the deleted management ID is added to the head of the keyword database 30. All the last index records are deleted from the index record (step S703), the management ID is registered in the missing management ID data 33 (step S704), and the process returns to step S701. The management ID registered in the missing management ID data 33 can be reused later.
[0053]
For example, when this process is executed with the state shown in FIG. 4 as an initial state, the state shown in FIG. 8 is obtained. That is, the management ID “100” registered in the unnecessary management ID data 32 is deleted from the unnecessary management ID data 32 and is also deleted sequentially from the keyword database 30. When the management ID “100” is deleted from the unnecessary management ID data 32, the management ID is not registered (FIG. 8C), and the keyword database 30 is in the state shown in FIG. Further, the missing management ID data 33 is changed from an unregistered state (FIG. 4D) to a state where the management ID “100” is registered (FIG. 8D). The management database 31 is not changed.
[0054]
According to the processing of FIG. 7, the management ID of the unnecessary file is deleted from the keyword database 30, the management ID revision status based on the management database 31 and the unnecessary management ID data 32, and the actual management ID in the keyword database 30. It is possible to achieve consistency with the status of reforms.
[0055]
According to the first embodiment, unnecessary file records are deleted from the management database 31 by the file deletion process of FIG. 3, and the file search processes of FIGS. 5 and 6 are performed based on the management database 31. Even when the keyword database cleaning process of FIG. 7 is not performed, unnecessary file attribute information is not acquired in the file search process of FIGS. That is, the search is blocked. Therefore, even if the process of actually deleting unnecessary file management IDs from the keyword database 30 (FIG. 7) is not performed each time, the file search process is performed assuming that the file has been deleted. Furthermore, unnecessary files are deleted from the keyword database 30 at a predetermined time, so that the load of file deletion processing can be absorbed at an appropriate time. Therefore, the response of the file deletion process can be improved. The effect increases as the data amount of the keyword database 30 increases.
[0056]
Further, since the keyword database 30 is not accessed in the file search process, the response of the file search process itself can be improved.
[0057]
Further, by deleting unnecessary files from the keyword database 30 at a predetermined time, it is possible to arbitrarily match the keyword database 30 and the management database 31. In addition, even when the two are not matched, the file search result is not affected as described above. Therefore, the unnecessary file batch deletion processing in the keyword database 30 can be performed at an appropriate time. Good.
[0058]
If the management ID of an unnecessary file can be specified by other means during the keyword database cleaning process of FIG. 7, the unnecessary management ID data 32 is not necessarily provided.
[0059]
(Second embodiment)
The electronic filing device according to the second embodiment of the present invention will be described below. The electronic filing device according to the second embodiment has the same configuration as the electronic filing device according to the first embodiment, and is as shown in FIG. Therefore, the same reference numerals are used for the same components as those in the first embodiment. In the second embodiment, the file copy process can be performed as compared with the first embodiment, and a part of the file deletion process is changed accordingly. Accordingly, the second embodiment of the present invention will be described with reference to FIG. 9 newly used for the file copying process and FIG. 11 instead of FIG. 3 for the file deletion process.
[0060]
FIG. 9 is a flowchart of file copying processing by the electronic filing device according to the second embodiment of the present invention. This process is executed by the CPU 1.
[0061]
First, the document ID and file ID of a file to be copied are designated (step S901), and it is determined whether or not the designated document ID and file ID are registered in the management database 31 (step S902). As a result of the determination, if the designated document ID and file ID are not registered in the management database 31, the present process is immediately terminated. On the other hand, if the designated document ID and file ID are registered in the management database 31, A management ID corresponding to the designated document ID and file ID is acquired from the management database 31 (step S903), and a record in which attribute information such as a new document ID, file ID, and file name is assigned to the acquired management ID is newly created. The new record is additionally registered in the management database 31 (step S904). Here, the same management ID is used because the contents of the file are not changed before and after copying.
[0062]
Next, the number of registration duplications for the management ID in the duplication management ID data 34 is counted up (step S905), and this process ends. Here, the duplicate management ID data 34 is information used in the second embodiment, and as shown in FIG. 10 (e), the duplicate management ID data 34 and the number of registrations are registered in the management database 31. The stored information is stored in the storage unit 6. The management ID is not registered in the duplicate management ID data 34 when there is no duplication registration, that is, when the duplication frequency is “1”, and is newly registered when the duplication frequency is “2” or more. . Therefore, in step S905, when the registration number of the record before copying is “1”, the management ID is newly registered, and when the registration number of the record before copying is “2” or more, The management ID overlap count is incremented by “1”.
[0063]
For example, when this process is executed by specifying the document ID as “90” and the file ID as “2” with the state shown in FIG. 2 as the initial state, the state shown in FIG. 10 is obtained. That is, a record in which a new document ID “1000” and a file ID “1” are allocated to the management ID “100” is added to the management database 31 shown in FIG. Becomes two (FIG. 10B). Further, the management ID “100” is newly registered in the duplication management ID data 34, and the duplication frequency is set to “2” (FIG. 10E). The keyword database 30, unnecessary management ID data 32, and missing number management ID data 33 are not changed.
[0064]
According to this processing, it is possible to copy a desired file without revising the data in the keyword database 30. Since the file search process is performed based on the management database 31, even if the keyword database 30 and the management database 31 are not matched, the search result is not affected.
[0065]
FIG. 11 is a flowchart of file deletion processing by the electronic filing device according to the second embodiment. This process is executed by the CPU 1.
[0066]
First, in steps S1101 to S1104, processing similar to that in steps S301 to S304 in FIG. 3 is executed.
[0067]
In step S1105, it is determined whether or not the management ID (unnecessary file management ID) acquired in step S1103 is registered in the duplicate management ID data 34. As a result of the determination, the acquired management ID is duplicate management. If it is registered in the ID data 34, the frequency of duplication of the management ID is counted down (step S1107), and this process is terminated. By processing in this way, registration of the management ID in the unnecessary management ID data 32 is also prohibited. Here, when the frequency of duplication of the management ID becomes “1” due to the countdown, the management ID registration itself is deleted from the duplication management ID data 34.
[0068]
On the other hand, if the acquired management ID is not registered in the duplicate management ID data 34 as a result of the determination in step S1105, the same processing as step S305 in FIG. 3 is executed in step S1106, and this processing is terminated. . That is, when the file to be deleted is not registered redundantly, the management ID is deleted from the management database 31 and registered in the unnecessary management ID data 32 as usual.
[0069]
According to the second embodiment, in the file copying process, the process is completed simply by adding a record in the management database 31 using the same management ID to the file having the same contents, and the keyword database 30 is not accessed. The response of the file copying process can be improved.
[0070]
In addition, since all the attribute information of the management ID registered in duplicate is acquired in the file search process, the accuracy of the search result can be ensured.
[0071]
In the file deletion process, when the file to be deleted is not registered redundantly, the same process as in the first embodiment is performed, and when the file to be deleted is registered redundantly, only the count of the duplication frequency is performed. Therefore, the file can be copied while maintaining the effect of improving the response of the file deletion process in the first embodiment.
[0072]
(Third embodiment)
The electronic filing device according to the third embodiment of the present invention will be described below. The electronic filing device according to the third embodiment has the same configuration as the electronic filing device according to the first embodiment, and is as shown in FIG. Therefore, the same reference numerals are used for the same components as those in the first embodiment. In the third embodiment, a part of the file deletion process and a part of the file search process are different from the first embodiment. In the third embodiment, a file restoration process is newly added. Accordingly, FIG. 14 is newly used for file restoration processing, FIG. 12 is used for file deletion processing instead of FIG. 3, and FIG. 13 is used for file search processing instead of FIG. Will be explained.
[0073]
FIG. 12 is a flowchart of file deletion processing by the electronic filing device according to the third embodiment. This process is executed by the CPU 1.
[0074]
First, in steps S1201 and S1202, processing similar to that in steps S301 and S302 in FIG. 3 is executed.
[0075]
Next, in step S1203, the same process as in step S305 in FIG. 3 is executed, and this process ends.
[0076]
That is, in this process, the management ID of the unnecessary file is registered in the unnecessary management ID data 32 as in the first embodiment, but the record of the unnecessary file remains without being deleted from the management database 31.
[0077]
FIG. 13 is a flowchart of file search processing by the electronic filing device according to the third embodiment. This process is executed by the CPU 1.
[0078]
First, in steps S1301 to S1303, processing similar to that in steps S501 to S503 in FIG. 5 is executed.
[0079]
In step S1304, it is determined whether the management ID acquired in step S1303 is registered in the unnecessary management ID data 32. As a result of the determination, the acquired management ID is registered in the unnecessary management ID data 32. If yes, the management ID is excluded from the search result (step S1305), and the process proceeds to step S1306. That is, the management ID is not searched and attribute information corresponding to the management ID is not acquired, and the subsequent processing is performed. Thereby, even if the management ID of an unnecessary file remains in the management database 31, it is possible to avoid the attribute information of the unnecessary file being acquired in the file search process.
[0080]
On the other hand, if it is determined in step S1304 that the acquired management ID is not registered in the unnecessary management ID data 32, the process immediately proceeds to step S1306.
[0081]
In step S1306, processing similar to that in step S504 in FIG. 5 is executed, and this processing ends.
[0082]
FIG. 14 is a flowchart of file restoration processing by the electronic filing device according to the third embodiment. This process is executed by the CPU 1.
[0083]
First, the management ID of the file to be restored is designated (step S1401), and it is determined whether or not the designated management ID is registered in the duplicate management ID data 34 (step S1402). As a result of the determination, if the designated management ID is registered in the duplicate management ID data 34, the process proceeds to step S1403, and the number of duplicates of the management ID is counted up. Thereby, the record of the file deleted from the state where the duplication degree is “3” or more is restored in the search process. That is, the state before the deletion is returned.
[0084]
Next, it is determined whether or not processing has been performed for all the specified management IDs (step S1407). If there is an unprocessed management ID as a result of the determination, the process returns to step S1401, while the specified management ID is determined. If the process has been performed for all of the above, this process ends.
[0085]
If the specified management ID is not registered in the duplicate management ID data 34 as a result of the determination in step S1402, it is determined whether or not the specified management ID is registered in the unnecessary management ID data 32 (step S1404). As a result of the determination, if the designated management ID is registered in the unnecessary management ID data 32, the management ID is deleted from the unnecessary management ID data 32 (step S1405), and the process proceeds to step S1407. As a result, the record of the file once deleted as unnecessary in the state where the duplicate registration is not performed is restored in the search process. On the other hand, if the designated management ID is not registered in the unnecessary management ID data 32, the designated management ID is newly registered in the duplicate management ID data 34 and the duplication frequency is set to “2” (step S1406). The process proceeds to step S1407. Thereby, the record of the file deleted in a state where duplication registration is not performed (the duplication degree is “1”) is restored in the search process.
[0086]
By this processing, the deleted file can be restored arbitrarily and easily.
[0087]
According to the third embodiment, in the file deletion process, it is only necessary to register the management ID of the file to be deleted in the unnecessary management ID data 32, and it is not necessary to access the keyword database 30 and the management database 31. The response of the file deletion process can be further improved.
[0088]
In the file search process, since unnecessary file records remain in the management database 31, the records are acquired once, but are excluded from the search results in the subsequent process. The same effect as that of the first embodiment can be obtained for the file search process without affecting the accuracy.
[0089]
In addition, since unnecessary file records are not actually deleted from the management database 31, the files can be easily restored. Furthermore, it is possible to appropriately restore the state before deletion according to the overlapping state of registration of the file.
[0090]
In the third embodiment, it is preferable that the management IDs of unnecessary files remaining in the management database 31 are also deleted collectively in the keyword database cleaning process. Thereby, matching with the keyword database 30 and the management database 31 can always be maintained.
[0091]
Note that the file copying process of the second embodiment may be combined with the third embodiment.
[0092]
It is to be noted that the same can be achieved by reading out a memory such as a floppy disk (FD) storing a control program represented by software for achieving the present invention through the external storage device 7 in the electronic filing device of the present invention. There is an effect.
[0093]
Hereinafter, a storage medium that can be used in the electronic filing apparatus of the present invention will be described with reference to FIG.
[0094]
A storage medium for storing a program for controlling an electronic filing device that acquires attribute information based on a keyword and searches a stored file for a desired file based on the acquired attribute information. 15, “first storage module”, “second storage module”, “management identification information acquisition module”, “attribute information acquisition module”, “unnecessary management identification information designation module”, “blocking module” The program of each module may be stored.
[0095]
Here, the “first storage module” is a module for storing a first database (keyword database 30) in which keywords included in a file are associated with management identification information (management ID).
[0096]
The “second storage module” is a module for storing a second database (management database 31) in which the management identification information is associated with attribute information indicating the attribute of the file.
[0097]
The “management identification information acquisition module” is a module for specifying a keyword and acquiring management identification information corresponding to the specified keyword from the first database.
[0098]
The “attribute information acquisition module” is a module for acquiring attribute information corresponding to the management identification information acquired by the management identification information acquisition module from the second database.
The “unnecessary management identification information designation module” is a module for designating management identification information of unnecessary files.
The “blocking module” is a module for blocking the attribute information acquisition module from acquiring the attribute information corresponding to the management identification information specified in the unnecessary management identification information specifying module from the second database.
[0099]
Here, the “blocking module” may include a deletion module that deletes the management identification information designated by the unnecessary management identification information designation module from the second database. The “blocking module” includes an unnecessary management identification information registration module for registering the management identification information designated by the unnecessary management identification information designation module, and the unnecessary management among the attribute information acquired by the attribute information acquisition module. An attribute information exclusion module that excludes attribute information corresponding to the management identification information registered by the identification information registration module may be included.
[0100]
In the first, second, and third embodiments, the various databases are stored in the storage unit 6. However, the present invention is not limited to this, and may be stored in the RAM 3, for example. In particular, it is more preferable to store the management database 31, the unnecessary management ID data 32, and the duplicate management ID data 34, which are frequently accessed, in the RAM 3 or the like that can be accessed at random, in order to improve processing response.
[0101]
In the present embodiment, the storage unit 6 is a hard disk of an external computer, but is not limited to this, and may be a hard disk provided in the electronic filing apparatus.
[0102]
Note that the storage destination of a file such as a document is not limited to the external storage device 7 and may be, for example, the storage unit 6.
[0103]
【The invention's effect】
  As explained above, the present inventionAccording toIt is possible to improve the response of processing such as file renovation or the like while ensuring the accuracy of the file search processing.For example, if the management identification information of unnecessary files is deleted in a lump when there is room for processing, the substantial load of the file renovation processing can be reduced. In addition, it is possible to copy a file while ensuring the accuracy of file search, and to further improve the response of the deleted process of the copied file.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an overall configuration of an electronic filing device according to a first embodiment of the present invention.
FIG. 2 is a conceptual diagram showing a database stored in a storage unit in the electronic filing device according to the embodiment.
FIG. 3 is a flowchart of file deletion processing by the electronic filing device according to the embodiment;
FIG. 4 is a conceptual diagram showing a database after file deletion processing in the same form.
FIG. 5 is a flowchart of file search processing by the electronic filing device according to the embodiment;
6 is a flowchart of attribute information acquisition processing executed in step S504 of FIG.
FIG. 7 is a flowchart of keyword database cleaning processing by the electronic filing device according to the embodiment;
FIG. 8 is a conceptual diagram showing a database after a keyword database cleaning process in the same embodiment.
FIG. 9 is a flowchart of file copying processing by the electronic filing device according to the second embodiment of the present invention.
FIG. 10 is a conceptual diagram showing a database after file copy processing in the same embodiment;
FIG. 11 is a flowchart of file deletion processing by the electronic filing device according to the embodiment;
FIG. 12 is a flowchart of file deletion processing by the electronic filing device according to the third embodiment of the present invention.
FIG. 13 is a flowchart of file search processing by the electronic filing device according to the embodiment;
FIG. 14 is a flowchart of file restoration processing by the electronic filing device according to the embodiment;
FIG. 15 is a diagram showing program modules stored in a storage medium that can be used in the electronic filing device of the present invention.
[Explanation of symbols]
1 CPU
3 RAM
6 storage
7 External storage device
9 Keyboard
11 Database buffer
30 Keyword Database
31 Management database
32 Unnecessary management ID data
33 Missing management ID data 33
34 Duplicate management ID data 34

Claims (2)

キーワード該キーワードを含むファイルを識別する管理識別情報とを対応付けて格納する第1のデータベースと、前記ファイルを識別する管理識別情報と前記ファイルの属性を示す属性情報とを対応付けて格納する第2のデータベースと、重複度数記憶手段と、不要情報記憶手段と、プログラムメモリとCPUとを備え、該CPUが前記プログラムメモリに記憶されたプログラムを実行することで、複写ファイル指定手段と、追加手段と、重複度数登録手段と、削除手段と、不要情報登録手段と、入力手段と、検索手段と、一括削除手段とを実現する電子ファイリング装置における電子ファイリング方法において、
前記複写ファイル指定手段が、複写するファイルを指定する複写ファイル指定工程と、
前記追加手段が、前記複写ファイル指定工程において指定されたファイルに新たな属性情報を付与すると共に、該新たな属性情報に該指定されたファイルの管理識別情報と同一の管理識別情報を対応付けて前記第2のデータベースに追加する追加工程と、
前記重複度数登録手段が、前記追加手段において追加された管理識別情報の前記第2のデータベースにおける登録の重複度数を前記重複度数記憶手段に登録する重複度数登録工程と、
前記削除手段が、前記ファイルが削除された場合に、前記重複度数記憶手段に登録される該ファイルの管理識別情報の重複度数が重複を示さない場合は、前記第2のデータベースから該ファイルの管理識別情報及び該ファイルの属性情報を削除する一方、重複を示す場合は該ファイルの管理識別情報及び該ファイルの属性情報を削除せずに、該重複度数を減算する削除工程と、
前記不要情報登録手段が、前記削除工程で削除された管理識別情報を前記不要情報記憶手段に登録する不要情報登録工程と
前記入力手段が、キーワードを入力する入力工程と、
前記検索手段が、前記入力工程で入力されたキーワードを用いて前記第1のデータベースから対応する管理識別情報を取得し、該取得した管理識別情報を用いて前記第2のデータベースから対応する属性情報を取得してファイルを検索する検索工程と、
前記一括削除手段が、前記不要情報記憶手段に登録された管理識別情報を前記第1のデータベースから所定時に一括して削除する一括削除工程とを有することを特徴とする電子ファイリング方法。
A first database for storing a keyword and management identification information for identifying a file including the keyword in association with each other, and a management identification information for identifying the file and attribute information indicating an attribute of the file are stored in association with each other. A second database , a duplication frequency storage means, an unnecessary information storage means, a program memory, and a CPU, wherein the CPU executes a program stored in the program memory, thereby adding a copy file specifying means, In an electronic filing method in an electronic filing apparatus that realizes means, duplication frequency registration means, deletion means, unnecessary information registration means, input means, search means, and batch deletion means ,
A copy file specifying step in which the copy file specifying means specifies a file to be copied; and
The adding means adds new attribute information to the file specified in the copy file specifying step, and associates the new attribute information with the same management identification information as the management identification information of the specified file. An additional step of adding to the second database;
A duplication frequency registration step in which the duplication frequency registration means registers the duplication frequency of registration in the second database of the management identification information added by the adding means in the duplication frequency storage means;
When the deletion unit does not indicate duplication when the file is deleted and the duplication frequency of the management identification information of the file registered in the duplication frequency storage unit does not indicate duplication, the file management is performed from the second database. Deleting the identification information and the attribute information of the file, while deleting the management identification information of the file and the attribute information of the file, without deleting the attribute information of the file, to delete the duplication frequency ,
The unnecessary information registration means, and unnecessary information registration step of registering the management identification information that has been deleted in the deletion step in the unnecessary information storage means,
An input step in which the input means inputs a keyword;
The search means acquires corresponding management identification information from the first database using the keyword input in the input step, and uses the acquired management identification information to correspond attribute information from the second database. A search process that retrieves files and retrieves
The electronic filing method characterized in that the collective deletion unit includes a collective deletion step of deleting the management identification information registered in the unnecessary information storage unit from the first database at a predetermined time .
キーワード該キーワードを含むファイルを識別する管理識別情報とを対応付けて格納する第1のデータベースと、前記ファイルを識別する管理識別情報と前記ファイルの属性を示す属性情報とを対応付けて格納する第2のデータベースとを管理する電子ファイリング装置であって、
複写するファイルを指定する複写ファイル指定手段と、
前記複写ファイル指定手段において指定されたファイルに新たな属性情報を付与すると共に、該新たな属性情報に該指定されたファイルの管理識別情報と同一の管理識別情報を対応付けて前記第2のデータベースに追加する追加手段と、
前記追加手段において追加された管理識別情報の前記第2のデータベースにおける登録の重複度数を記憶する重複度数記憶手段と、
前記ファイルが削除された場合に、前記重複度数記憶手段において記憶される該ファイルの管理識別情報の重複度数が重複を示さない場合は、前記第2のデータベースから該ファイルの管理識別情報及び該ファイルの属性情報を削除する一方、重複を示す場合は該ファイルの管理識別情報及び該ファイルの属性情報を削除せずに、該重複度数を減算する削除手段と、
前記削除手段で削除された管理識別情報を記憶する不要情報記憶手段と
キーワードを入力する入力手段と、
前記入力手段で入力されたキーワードを用いて前記第1のデータベースから対応する管理識別情報を取得し、該取得した管理識別情報を用いて前記第2のデータベースから対応する属性情報を取得してファイルを検索する検索手段と、
前記不要情報記憶手段に記憶された管理識別情報を前記第1のデータベースから所定時に一括して削除する一括削除手段とを有することを特徴とする電子ファイリング装置。
A first database for storing a keyword and management identification information for identifying a file including the keyword in association with each other, and a management identification information for identifying the file and attribute information indicating an attribute of the file are stored in association with each other. An electronic filing device for managing a second database,
A copy file specifying means for specifying a file to be copied;
New attribute information is given to the file specified by the copy file specifying means, and the second database is associated with the new attribute information and the same management identification information as the management identification information of the specified file. Additional means to add to
A duplication frequency storage unit for storing the duplication frequency of registration in the second database of the management identification information added by the adding unit;
When the file is deleted, if the duplication frequency of the management identification information of the file stored in the duplication frequency storage means does not indicate duplication, the management identification information of the file and the file from the second database Delete means for subtracting the degree of duplication without deleting the management identification information of the file and the attribute information of the file when indicating the duplication ,
Unnecessary information storage means for storing management identification information deleted by the deletion means ;
An input means for inputting a keyword;
The management identification information corresponding to the first database is obtained using the keyword input by the input means, and the corresponding attribute information is obtained from the second database using the acquired management identification information. A search means for searching for,
An electronic filing apparatus comprising: a collective deletion unit that collectively deletes management identification information stored in the unnecessary information storage unit from the first database at a predetermined time .
JP35711496A 1996-12-25 1996-12-25 Electronic filing method and apparatus Expired - Fee Related JP4011662B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35711496A JP4011662B2 (en) 1996-12-25 1996-12-25 Electronic filing method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35711496A JP4011662B2 (en) 1996-12-25 1996-12-25 Electronic filing method and apparatus

Publications (2)

Publication Number Publication Date
JPH10187508A JPH10187508A (en) 1998-07-21
JP4011662B2 true JP4011662B2 (en) 2007-11-21

Family

ID=18452456

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35711496A Expired - Fee Related JP4011662B2 (en) 1996-12-25 1996-12-25 Electronic filing method and apparatus

Country Status (1)

Country Link
JP (1) JP4011662B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1402413A2 (en) * 2001-03-30 2004-03-31 Canon Kabushiki Kaisha File management method
JP4965997B2 (en) * 2006-12-22 2012-07-04 キヤノン株式会社 Image data management apparatus, image data management method, and computer program

Also Published As

Publication number Publication date
JPH10187508A (en) 1998-07-21

Similar Documents

Publication Publication Date Title
JP4308587B2 (en) Document group management device
JP5149570B2 (en) File management apparatus, file management apparatus control method, and program
US6553382B2 (en) Data management system for retrieving data based on hierarchized keywords associated with keyword names
JP5284030B2 (en) Search condition specifying device, search condition specifying method and program
JP2001337994A (en) Thumbnail display system and method and recording medium with processing program therefor recorded therein
JP5448412B2 (en) Information processing apparatus and method, program, and recording medium
JP2001154893A (en) File retrieving device and computer readable recording medium
JP4011662B2 (en) Electronic filing method and apparatus
JP2008234078A (en) Information processor, information processing method, information processing program, and recording medium in which information processing program is recorded
JPH07319897A (en) Method and device for processing information
JPH10240724A (en) Document managing device and system and method therefor
JP2001056809A (en) Document managing system
JP2002342137A (en) Device and method for managing document and recording medium
JP3198941B2 (en) Information processing device and recording medium
JP2000099234A (en) Image retrieval device, image retrieval method and computer-readable memory
JP3444620B2 (en) Filing system equipment
JP2888458B2 (en) File storage device
JP6283321B2 (en) Image management server and image management method
JPH09179761A (en) Data base management system and its method
JP4250232B2 (en) File management apparatus, method, and storage medium
JP2023167310A (en) Attribute data storage device, method and program
JP2001075847A (en) Electronic filing system and file managing method
JP3047400B2 (en) Data processing device
JP2001160052A (en) System and method for managing document, and recording medium
JPH06223106A (en) Document managing device

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20031212

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20031212

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20060203

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070529

RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20070626

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070730

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070828

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070906

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20100914

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20100914

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110914

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110914

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120914

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20120914

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130914

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees