JP2008243147A - Client server system, retrieval server, retrieval method, and retrieval program - Google Patents
Client server system, retrieval server, retrieval method, and retrieval program Download PDFInfo
- Publication number
- JP2008243147A JP2008243147A JP2007086865A JP2007086865A JP2008243147A JP 2008243147 A JP2008243147 A JP 2008243147A JP 2007086865 A JP2007086865 A JP 2007086865A JP 2007086865 A JP2007086865 A JP 2007086865A JP 2008243147 A JP2008243147 A JP 2008243147A
- Authority
- JP
- Japan
- Prior art keywords
- data
- search
- server
- index
- client
- 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.)
- Withdrawn
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
本発明は、データ管理サーバ上のデータをネットワークを介して接続されたクライアント端末が取得するクライアント・サーバシステム、検索サーバ、検索方法及び検索プログラムに関するものである。 The present invention relates to a client / server system, a search server, a search method, and a search program in which a client terminal connected via a network acquires data on a data management server.
従来、クライアント・サーバシステムは、特許文献1(特開2004−356907号公報)にも一例が記載されているように、その都度逐次型の検索を行うか、又は、Google Desk Top Searchなど、クライアントマシン上に検索エンジン、インデックスエンジンを構築することによって、クライアントマシン上のメール本体の本文を検索する。すなわち、従来、ローカルマシン上に検索エンジンやインデックスエンジンを持つことによって、索引型検索方法においてローカルマシン上のメール本文の検索を行い、また、検索を実行するたびに検索対象の中身を走査することによって、逐次型検索を行う。
しかし、従来のクライアント・サーバシステムは、クライアントマシン上のメール本文に対する全文検索機能を提供する際に、以下のような課題を有していた。 However, the conventional client / server system has the following problems in providing a full-text search function for the mail text on the client machine.
第1に、従来の逐次型検索方法は、検索を実行するたびに検索対象の中身を走査するため、高い負荷がクライアントマシンにかかり処理に時間がかかっていた。 First, the conventional sequential search method scans the contents of the search target each time the search is executed, so that a heavy load is applied to the client machine and processing takes time.
第2に、従来の索引型検索方法において、クライアントマシン上のメール本文の検索を行う場合には、クライアントマシン上に検索エンジンやインデックスエンジンを持つ必要があるため、構築に手間がかかっていた。 Secondly, in the conventional index type search method, when searching for the mail text on the client machine, it is necessary to have a search engine and an index engine on the client machine, which takes time and effort.
第3に、従来の索引方検索方法は、クライアントマシン上にインデックス(索引)を持つため、クライアントマシン上にあるインデックスと、サーバサイドに存在するインデックスとの串刺し検索を実現することが困難であった。 Third, since the conventional index method has an index (index) on the client machine, it is difficult to implement a skew search between the index on the client machine and the index existing on the server side. It was.
(目的)
本発明の目的は、クライアントマシンにかかる負荷を抑制して逐次型検索や索引型検索を行うことを可能とするクライアント・サーバシステムを提供することである。
(the purpose)
An object of the present invention is to provide a client / server system capable of performing sequential type search and index type search while suppressing a load on a client machine.
上記目的を達成するため本発明は、データ管理サーバ上のデータをネットワークを介して接続されたクライアント端末が取得するクライアント・サーバシステムにおいて、前記データ管理サーバ上にデータが存在する間に、当該データの索引情報を生成し、前記索引情報に前記クライアント端末による当該データに対する処理内容を反映させる検索サーバを備えることを特徴とする。 To achieve the above object, the present invention provides a client / server system in which data on a data management server is acquired by a client terminal connected via a network, while the data exists on the data management server. And a search server that reflects the processing contents for the data by the client terminal in the index information.
より詳細には、メールサーバ上、及びクライアントマシン上でのデータに対する操作(移動、複製、削除)の履歴とデータの所在位置を記録しておき、あるタイミングで、サーバサイドのインデックス(索引)にこれらの記録を反映させることで、外部にある検索サーバを用いたデータへの索引型全文検索機能を提供することを特徴とする。 More specifically, the history of data operations (move, copy, delete) on the mail server and the client machine and the location of the data are recorded, and at a certain timing, the server side index (index) is recorded. By reflecting these records, an index-type full-text search function for data using an external search server is provided.
(作用)
上記構成により、データ管理サーバ上にデータが存在する間に、当該データの索引情報を生成し、当該索引情報にクライアント端末による当該データに対する処理内容を反映させる。
(Function)
With the above configuration, while data exists on the data management server, index information of the data is generated, and processing contents for the data by the client terminal are reflected in the index information.
本発明によれば、クライアントマシン上に検索エンジンやインデックスエンジンを持たずとも、クライアントマシン上のデータに対して、逐次型検索に比べ大量の文書を高速に検索できる索引型検索を実現できる。 According to the present invention, it is possible to realize an index type search that can search a large amount of documents at high speed for data on a client machine as compared with a sequential type search without having a search engine or an index engine on the client machine.
その理由は、メールサーバ上にデータが存在する間に、検索サーバにてデータのインデックス(索引)を作成してしまい、クライアントマシンからはこの検索サーバに検索処理の要求を投げることによって、データの索引型の全文検索を行えるため、クライアントマシンにかかる負荷を抑制できるからである。 The reason is that while the data exists on the mail server, the search server creates an index of the data, and the client machine throws a search processing request to the search server. This is because an index-type full-text search can be performed, and the load on the client machine can be suppressed.
(第1の実施の形態)
以下、本発明の第1の実施の形態について図を参照して詳細に説明する。
(First embodiment)
Hereinafter, a first embodiment of the present invention will be described in detail with reference to the drawings.
(第1の実施の形態の構成)
図1は、本実施の形態によるクライアント・サーバシステムの構成を示すブロック図である。
(Configuration of the first embodiment)
FIG. 1 is a block diagram showing a configuration of a client / server system according to the present embodiment.
図1を参照すると、本実施の形態によるクライアント・サーバシステムは、メールの配信処理を行うメールサーバ10と、実際にメールを受信するクライアントマシン20と、メール本体を全文検索処理するための検索サーバ30とが、データ転送路40を介して相互に接続されている。
Referring to FIG. 1, a client / server system according to the present embodiment includes a
メールサーバ10は、プログラム制御により動作する中央演算処理装置11と、メールの受信処理を行うメール受信処理部12と、メールの配信処理を行うメール配信処理部13と、メールを利用するユーザを管理するユーザ管理処理部14と、記憶装置15と、メールサーバ10上でメール本体に行われた処理および各ユーザがクライアントマシン20上でメール本体に行った処理を管理する履歴管理処理部16とを備える。
The
また、記憶装置15は、メール本体に行われた処理の履歴そのものを記録しておく履歴管理データベース(DB)151を備え、さらに、未同期のメール本体及び同期済みのメール本体を各ユーザごとにメール本体保存領域152に記憶する(メール本体保存領域152a(ユーザA)、メール本体保存領域152b(ユーザB))。
In addition, the
また、履歴管理処理部16は、メールj本体に対する処理内容(操作(登録・削除・移動等))そのもの、すなわち、どのような操作が行われたのかを履歴管理データベース151に記録する。
Further, the history
クライアントマシン20は、プログラム制御により動作する中央演算処理装置21と、メール本体を保存する記憶装置22と、メール本体をメールサーバから受信するメール受信処理部23と、ユーザがメール本体に行った操作(移動、複製、削除)を管理する操作管理部24と、ユーザが行った操作をメールサーバ上の履歴管理処理部に通知するための通信部25と、メールサーバからメールを受信したかどうかを管理する同期管理部26とを備える。なお、クライアントマシン20の台数は特に規制されない。
The
また、記憶装置22が、各ユーザがクライアントマシン20上でメール本体に行った処理の履歴を記録しておく操作履歴テーブル221と、未同期のメール本体及び同期済みのメール本体を記憶するメール本体記憶部222とを備える。
Further, the
検索サーバ30は、プログラム制御により動作する中央演算処理装置31と、インデックス(索引)を作成、更新する索引処理部32と、インデックス(索引)の更新処理を行った時間を記憶する機能を有する索引更新処理管理部33と、実際に作成されたインデックス(索引)341を記録しておく記録装置34と、検索処理を行う検索処理部35と、ユーザからの検索要求を処理する検索要求入力部36とを備える。
The
検索サーバ30によって管理されているインデックス(索引)は、メール本文を索引処理したものだけとは限らず、他の文書管理システムやRDB(relational database)システム上のコンテンツを索引処理したものも含む。
The indexes (indexes) managed by the
検索処理部35は、これらのすべてのインデックス(索引)を横串に刺し、横断的に検索処理を実行する機能を有する。
The
このように本実施の形態は、メールサーバ10上、およびクライアントマシン20上でのメール本体に対する操作(移動、複製、削除)(処理内容)の履歴とメール本体の所在位置を記録しておき、あるタイミングで、検索サーバ30のインデックス(索引)にこれらの記録を反映させるものである。
As described above, the present embodiment records the history of operations (movement, duplication, deletion) (processing contents) on the mail body on the
図2は、本実施の形態によるクライアント・サーバシステムのメール本体に対する処理の内容を示す図であり、図3は、当該処理によって生成された情報の履歴を記憶する履歴管理データベース151の構成を示す図である。
FIG. 2 is a diagram showing the contents of processing on the mail body of the client / server system according to the present embodiment, and FIG. 3 shows the configuration of the
すなわち、本実施の形態におけるメール本体に対する処理は、図2に示すような6つのパターンに定義されるとし、図3に示すような履歴管理データベース151を生成するものとする。
That is, it is assumed that the processing for the mail body in the present embodiment is defined in six patterns as shown in FIG. 2, and the
図3を参照すると、履歴管理データベース151は、メールID1511ごとに、FQDN(Fully Qualified Domain Name)に相当するアドレス情報を含むメッセージIDと、処理内容と、処理時間とが対応付けられて記録されている。
Referring to FIG. 3, the
図4は、クライアントマシン20上におけるメール本体への操作を管理するための操作履歴テーブル221の構成を示すであり、図4を参照すると、操作履歴テーブル221は、メッセージIDと、メッセージIDに基づいて生成された、メール本体の所在を示す所在情報と、処理内容と、処理時間とが対応付けられて記録されている。
FIG. 4 shows the configuration of the operation history table 221 for managing operations on the mail body on the
図5は、インデックス(索引)341の1例である転置ファイルの例を示す図であり、図5を参照すると、インデックス(索引)341は、単語ごと(索引・インデックス・メール・サーバ・伝送路・ファイル)に、対応するメールID1511が記録されている。 FIG. 5 is a diagram showing an example of an inverted file which is an example of the index (index) 341. Referring to FIG. 5, the index (index) 341 is a word (index / index / mail / server / transmission path). -Corresponding mail ID 1511 is recorded in (File).
ここで、検索サーバ30のハードウェア構成の説明をする。
Here, the hardware configuration of the
図6は、本実施の形態によるクライアント・サーバシステムの検索サーバ30のハードウェア構成例を示すブロック図である。
FIG. 6 is a block diagram illustrating a hardware configuration example of the
図6を参照すると、本発明による検索サーバ30は、一般的なコンピュータ装置と同様のハードウェア構成によって実現することができ、CPU(Central Processing Unit)1001、RAM(Random Access Memory)等のメインメモリであり、データの作業領域やデータの一時退避領域に用いられる主記憶部1002、データ転送路40を介してデータの送受信を行う通信制御部1003、液晶ディスプレイ、プリンタやスピーカ等の提示部1004、キーボードやマウス等の入力部1005、周辺機器と接続してデータの送受信を行うインタフェース部1006、ROM(Read Only Memory)、磁気ディスク、半導体メモリ等の不揮発性メモリから構成されるハードディスク装置である補助記憶部1007、本情報処理装置の上記各構成要素を相互に接続するシステムバス1008等を備えている。
Referring to FIG. 6, the
本発明による検索サーバ30は、その動作を、検索サーバ30内部にそのような機能を実現するプログラムを組み込んだ、LSI(Large Scale Integration)等のハードウェア部品からなる回路部品を実装してハードウェア的に実現することは勿論として、上述した各構成要素の各機能を提供するプログラムを、コンピュータ処理装置上のCPU1001で実行することにより、ソフトウェア的に実現することができる。
The
すなわち、CPU1001は、補助記憶部1007に格納されているプログラムを、主記憶部1002にロードして実行し、検索サーバ30の動作を制御することにより、上述した各機能をソフトウェア的に実現する。
That is, the
なお、メールサーバ10やクライアントマシン20が上述のような構成を有し、上述した各機能をハードウェア的又はソフトウェア的に実現してもよい。
Note that the
(第1の実施の形態の動作)
次に、本実施の形態によるクライアント・サーバシステムの動作を図を用いて詳細に説明する。
(Operation of the first embodiment)
Next, the operation of the client / server system according to the present embodiment will be described in detail with reference to the drawings.
本実施の形態によるクライアント・サーバシステムは、大きく以下のような処理を任意のタイミングで行う。
(1) メールサーバ10が新規にメールを受信する処理。
(2) クライアントマシン20がメールサーバ10からメールを受信する処理。
(3) 検索サーバ30がメールサーバ10上のメールに対して行う索引作成処理。
(4) クライアントマシン20上でのメール本体に対する操作のインデックス(索引)への反映を行う処理。
(5) 検索処理。
The client / server system according to the present embodiment largely performs the following processing at an arbitrary timing.
(1) A process in which the
(2) Processing in which the
(3) Index creation processing performed by the
(4) A process of reflecting the operation on the mail body on the
(5) Search processing.
以下、順番に上記処理の内容を詳細に説明する。 Hereinafter, the contents of the above processes will be described in detail in order.
(1) メールサーバ10が新規にメールを受信する処理
(1) Process in which the
図7は、本実施の形態のメールサーバ10が新規にメールを受信する処理を示すフローチャートである。
FIG. 7 is a flowchart showing a process in which the
メールサーバ10上のメール受信処理部12がメールを受信すると、記憶装置15上のユーザのメール本体保存領域152に、メール本体を格納する(ステップS101)。
When the mail
その後、履歴管理処理部16が、そのメール本体に対し、一意なID(メールID1511)を割り当てるとともに(ステップS102)、そのメールID1511と、処理内容(ここではメールサーバ10へのメール本体の到着:処理内容1)と、処理時間とを履歴管理データベース151に記録する(ステップS103)。
Thereafter, the history
このように、履歴管理処理部16は、メールj本体に対する処理内容(操作(登録・削除・移動等))そのもの、すなわち、どのような操作を行ったのかを履歴管理データベース151に記録する。
As described above, the history
また、履歴管理処理部16は、ファイルの位置情報をトリガーにしているのではなく、どのような操作が行われたかという点をトリガーにし、データの位置情報の格納処理を行っている。
In addition, the history
(2) クライアントマシン20がメールサーバ10からメールを受信する処理。
(2) Processing in which the
図8は、本実施の形態のクライアントマシン20がメールサーバ10からメールを受信する処理を示すフローチャートである。
FIG. 8 is a flowchart illustrating processing in which the
クライアントマシン20からメールサーバ10に対し、メール本体のダウンロード要求があった場合、メールサーバ10はその要求に従ってメール本体をクライアントマシン20に転送する(ステップS201)。
When there is a mail body download request from the
このときクライアントマシン20は、同期管理部26の機能によって、過去に取得したメールをメールサーバ20から新たに取得することはない。
At this time, the
次いで、メールサーバ10上の履歴管理処理部16が、クライアントマシン20に転送したメールに対し、メールID1511に基づいて履歴管理データベース151の更新を行う(ステップS202)。
Next, the history
このとき対象となったメールID1511を持つものの処理内容は、クライアントマシン20からの要求が単にメール本体の転送だけであった場合、処理内容2(メールサーバ10からクライアントマシン20へのメール本体への複製)とその処理時間とともに履歴管理データベース151に記録される(ステップS203)。
If the request from the
これとは違い、クライアントマシン20からの要求がメール本体のメールの削除も含まれていた場合、先ほどのメールID1511に対し、履歴管理データベース151に処理内容2の内容を記録した後、さらに処理内容3(メールサーバからメール本体の削除)が、処理時間とともに履歴管理データベース151に記録される(ステップS203)。
On the other hand, if the request from the
このとき、クライアントマシン20からメール削除の要求があったとしても、メールサーバ10はメール本体を即時に削除することはなく、後述される(3)の処理の後、メール本体の削除処理を実行する。
At this time, even if there is a mail deletion request from the
(3) 検索サーバ30がメールサーバ10上のメールに対して行う索引作成処理。
(3) Index creation processing performed by the
図9は、本実施の形態の検索サーバ30がメールサーバ10上のメールに対して行う索引作成処理を示すフローチャートである。
FIG. 9 is a flowchart showing index creation processing performed by the
検索サーバ30がインデックス(索引)作成を行う際に、まず自身のインデックス(索引)の更新時間とメールサーバ10上の履歴管理データベース151に記録されている処理時間を比較し(ステップS301)、インデックス(索引)の更新時間よりも新しい履歴に対し、インデックス(索引)作成処理を行う(ステップS302)。
When the
具体定期には、検索サーバ30は、履歴管理データベース151における処理内容に基づいて以下のように処理を行う。
Specifically, the
履歴管理データベース151において処理内容1となっているもの:新規にインデックス(索引)処理を行う。
履歴管理データベース151において処理内容2となっているもの:クライアントマシン20から通知されているメール本体の所在にあわせて転置ファイルを更新する。
履歴管理データベース151において処理内容3となっているもの:インデックス(索引)への処理なし。
履歴管理データベース151において処理内容4となっているもの:クライアントマシン20から通知されているメール本体の所在にあわせて転置ファイルを更新する。
履歴管理データベース151において処理内容5となっているもの:クライアントマシン20から通知されているメール本体の所在にあわせて転置ファイルを更新する。
履歴管理データベース151において処理内容6となっているもの:インデックス(索引)から対象メールID1511を持つものを削除する。
Process contents 1 in the history management database 151: A new index process is performed.
Processing contents 2 in the history management database 151: The transposed file is updated in accordance with the location of the mail body notified from the
What is processing content 3 in the history management database 151: No processing to the index.
Processing contents 4 in the history management database 151: The transposed file is updated in accordance with the location of the mail body notified from the
Processing contents 5 in the history management database 151: The transposed file is updated in accordance with the location of the mail body notified from the
What is processing content 6 in the history management database 151: Delete the one having the target mail ID 1511 from the index.
また、インデックス(索引)作成処理が終了した後、クライアントマシン20からメールサーバ10からの削除要求が出ているメール本体に関して、削除処理を行う(ステップS303)。
In addition, after the index creation process is completed, a deletion process is performed on the mail body for which a deletion request is issued from the
(4) クライアントマシン20上でのメール本体に対する操作のインデックス(索引)への反映を行う処理。
(4) A process of reflecting the operation on the mail body on the
図10は、本実施の形態のクライアントマシン20上でのメール本体に対する操作のインデックス(索引)への反映を行う処理を示すフローチャートである。
FIG. 10 is a flowchart showing processing for reflecting an operation on the mail body on the
クライアントマシン20上で行われた、メール本体への移動、複製、削除などの処理は、すべて操作管理部24により管理されており(ステップS401)、メール本体の所在を通信部25を介して、メールサーバ10上の履歴管理処理部16に通知できるようになっている(ステップS402)。
All operations performed on the
(5) 検索処理。
検索処理は、クライアントマシン20から、検索サーバ30に対して行われる。これは従来からある、インデックス(索引)型検索と同じ方法であるため説明を省略する。
(5) Search processing.
The search process is performed on the
(第1の実施の形態の効果)
本実施の形態によれば、以下の効果を達成することができる。
(Effects of the first embodiment)
According to the present embodiment, the following effects can be achieved.
第1に、クライアントマシン20上に検索エンジンやインデックスエンジンを持たずとも、クライアントマシン20上のメール本文に対して、逐次型検索に比べ大量の文書を高速に検索できる索引型検索を実現できる。
First, even if the
その理由は、メールサーバ10上にメール本体があるうちに、検索サーバ30においてメール本体のインデックス(索引)を作成するため、クライアントマシン20は、検索サーバ30に対して検索処理の要求を投げることによって、メール本体の索引型の全文検索を行えるからである。
The reason is that the
第2に、検索サーバ30側で索引型の検索処理を提供することによって、クライアントマシン側で索引型の検索機能を提供する従来の場合に対し、メール本体の本文だけでなく、他の文書管理システムやRDBシステムを横串に指した、横断的な全文検索機能を提供できることである。
Secondly, by providing an index type search process on the
その理由は、インデックス(索引)をクライアントマシン20上に持つのではなく、文書管理システムやRDBシステムのインデックス(索引)の存在する検索サーバ30上にメールのインデックス(索引)を設置するからである。
The reason is that the mail index (index) is set on the
第3に、FQDN(Fully Qualified Domain Name)に相当するアドレス記録方法を用いることから、外部のマシンからアドレスをたどることによって、適当なアクセス制御下にあるデータを保存しているマシン上における格納場所を知ることができる。 Third, since an address recording method corresponding to FQDN (Fully Qualified Domain Name) is used, a storage location on a machine storing data under appropriate access control by tracing an address from an external machine Can know.
以上好ましい実施の形態をあげて本発明を説明したが、本発明は必ずしも、上記実施の形態に限定されるものでなく、その技術的思想の範囲内において様々に変形して実施することができる。 Although the present invention has been described with reference to the preferred embodiments, the present invention is not necessarily limited to the above embodiments, and various modifications can be made within the scope of the technical idea. .
10:メールサーバ
11:中央演算処理装置
12:メール受信処理部
13:メール配信処理部
14:ユーザ管理処理部
15:記憶装置
151:履歴管理データベース
1511:メールID
152:メール本体保存領域
16:履歴管理処理部
20:クライアントマシン
21:中央演算処理装置
22:記憶装置
221:操作履歴テーブル
222:メール本体記憶部
23:メール受信処理部
24:操作管理部
25:通信部
26:同期管理部
30:検索サーバ
31:中央演算処理装置
32:索引処理部
33:索引更新処理管理部
34:記録装置
341:インデックス(索引)
35:検索処理部
36:検索要求入力部
1001:CPU
1002:主記憶部
1003:通信制御部
1004:提示部
1005:入力部
1006:インタフェース部
1007:補助記憶部
1008:システムバス
10: mail server 11: central processing unit 12: mail reception processing unit 13: mail distribution processing unit 14: user management processing unit 15: storage device 151: history management database 1511: mail ID
152: Mail main body storage area 16: History management processing unit 20: Client machine 21: Central processing unit 22: Storage device 221: Operation history table 222: Mail main body storage unit 23: Mail reception processing unit 24: Operation management unit 25: Communication unit 26: Synchronization management unit 30: Search server 31: Central processing unit 32: Index processing unit 33: Index update processing management unit 34: Recording device 341: Index (index)
35: Search processing unit 36: Search request input unit 1001: CPU
1002: Main storage unit 1003: Communication control unit 1004: Presentation unit 1005: Input unit 1006: Interface unit 1007: Auxiliary storage unit 1008: System bus
Claims (16)
前記データ管理サーバ上にデータが存在する間に、当該データの索引情報を生成し、前記索引情報に前記クライアント端末による当該データに対する処理内容を反映させる検索サーバを備えることを特徴とするクライアント・サーバシステム。 In a client / server system in which a client terminal connected via a network acquires data on a data management server,
A client server comprising: a search server that generates index information of the data while the data is present on the data management server, and reflects a processing content for the data by the client terminal in the index information system.
前記データ管理サーバ上でのデータに対する処理内容の履歴及びデータの所在位置と、前記クライアント端末上でのデータに対する処理内容の履歴及びデータの所在位置を反映させることを特徴とする請求項1又は請求項2に記載のクライアント・サーバシステム。 In the index information of the search server,
The history of processing contents for data on the data management server and the location of the data and the history of processing contents for data on the client terminal and the location of the data are reflected. Item 3. The client / server system according to Item 2.
FQDN(Fully Qualified Domain Name)に相当するアドレス情報を用いて記録されることを特徴とする請求項1から請求項3のいずれか1項に記載のクライアント・サーバシステム。 The location of the data is
4. The client / server system according to claim 1, wherein the client / server system is recorded by using address information corresponding to FQDN (Fully Qualified Domain Name). 5.
前記データ管理サーバ上にデータが存在する間に、当該データの索引情報を生成し、前記索引情報に前記クライアント端末による当該データに対する処理内容を反映させる手段を備えたことを特徴とする検索サーバ。 A client / server system in which a client terminal connected via a network acquires data on a data management server, wherein the search server executes a search function for data on the client terminal,
A search server comprising means for generating index information of the data while the data is present on the data management server, and reflecting a processing content of the client terminal on the data in the index information.
前記データ管理サーバ上でのデータに対する処理内容の履歴及びデータの所在位置と、前記クライアント端末上でのデータに対する処理内容の履歴及びデータの所在位置を反映させることを特徴とする請求項5又は請求項6に記載の検索サーバ。 In the index information,
6. The processing content history and the data location on the data on the data management server, and the processing content history and data location on the client terminal are reflected. Item 7. The search server according to item 6.
FQDN(Fully Qualified Domain Name)に相当するアドレス情報を用いて記録されることを特徴とする請求項5から請求項7のいずれか1項に記載の検索サーバ。 The location of the data is
The search server according to any one of claims 5 to 7, wherein the search server is recorded using address information corresponding to FQDN (Fully Qualified Domain Name).
前記データ管理サーバ上にデータが存在する間に、当該データの索引情報を生成し、前記索引情報に前記クライアント端末による当該データに対する処理内容を反映させる検索ステップを有することを特徴とする検索方法。 A search method in a client / server system in which a client terminal connected via a network acquires data on a data management server,
A search method, comprising: a search step of generating index information of the data while the data is present on the data management server, and reflecting a processing content for the data by the client terminal in the index information.
前記索引情報に、前記データ管理サーバ上でのデータに対する処理内容の履歴及びデータの所在位置と、前記クライアント端末上でのデータに対する処理内容の履歴及びデータの所在位置を反映させることを特徴とする請求項9又は請求項10に記載の検索方法。 In the search step,
The index information reflects a history of processing contents and data location for data on the data management server and a history of processing contents and data location for data on the client terminal. The search method according to claim 9 or 10.
FQDN(Fully Qualified Domain Name)に相当するアドレス情報を用いて記録されることを特徴とする請求項9から請求項11のいずれか1項に記載の検索方法。 The location of the data is
The search method according to any one of claims 9 to 11, wherein the search method is recorded using address information corresponding to FQDN (Fully Qualified Domain Name).
前記検索サーバに、
前記データ管理サーバ上にデータが存在する間に、当該データの索引情報を生成し、前記索引情報に前記クライアント端末による当該データに対する処理内容を反映させる機能を実現させることを特徴とする検索プログラム。 A client / server system for acquiring data on a data management server by a client terminal connected via a network, a search program executed on a search server having a search function for data on the client terminal,
In the search server,
A search program for generating index information of the data while the data exists on the data management server, and realizing a function of reflecting processing contents for the data by the client terminal in the index information.
前記処理内容を反映させた前記索引情報に基づいて、前記クライアント端末上に存在するデータに対して索引型の全文検索機能を実行させることを特徴とする請求項13に記載の検索プログラム。 In the search server,
The search program according to claim 13, wherein an index-type full-text search function is executed on data existing on the client terminal based on the index information reflecting the processing content.
前記データ管理サーバ上でのデータに対する処理内容の履歴及びデータの所在位置と、前記クライアント端末上でのデータに対する処理内容の履歴及びデータの所在位置を反映させる機能を実現させることを特徴とする請求項13又は請求項14に記載の検索プログラム。 In the index information,
A function of reflecting a history of processing contents and data location on data on the data management server and a history of processing contents and data location on data on the client terminal is realized. Item 15. The search program according to item 13 or claim 14.
FQDN(Fully Qualified Domain Name)に相当するアドレス情報を用いて記録されることを特徴とする請求項13から請求項15のいずれか1項に記載の検索プログラム。 The location of the data is
The search program according to any one of claims 13 to 15, wherein the search program is recorded using address information corresponding to FQDN (Fully Qualified Domain Name).
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007086865A JP2008243147A (en) | 2007-03-29 | 2007-03-29 | Client server system, retrieval server, retrieval method, and retrieval program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007086865A JP2008243147A (en) | 2007-03-29 | 2007-03-29 | Client server system, retrieval server, retrieval method, and retrieval program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008243147A true JP2008243147A (en) | 2008-10-09 |
Family
ID=39914355
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007086865A Withdrawn JP2008243147A (en) | 2007-03-29 | 2007-03-29 | Client server system, retrieval server, retrieval method, and retrieval program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008243147A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE102009042509A1 (en) | 2008-09-22 | 2010-03-25 | Denso Corporation, Kariya-City | Antenna device with lens or passive element acting as a lens |
CN102682036A (en) * | 2011-03-18 | 2012-09-19 | 新奥特(北京)视频技术有限公司 | Non-editing based method and system for searching media assets |
JP2013012155A (en) * | 2011-06-30 | 2013-01-17 | Toshiba Corp | Information processing device, client management method and client management system |
JP2014134876A (en) * | 2013-01-08 | 2014-07-24 | Aplix Ip Holdings Corp | Communication terminal and synchronization method |
JP5629913B1 (en) * | 2014-03-25 | 2014-11-26 | 山根 久典 | Mail deletion server, mail deletion method, and mail deletion program |
-
2007
- 2007-03-29 JP JP2007086865A patent/JP2008243147A/en not_active Withdrawn
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE102009042509A1 (en) | 2008-09-22 | 2010-03-25 | Denso Corporation, Kariya-City | Antenna device with lens or passive element acting as a lens |
CN102682036A (en) * | 2011-03-18 | 2012-09-19 | 新奥特(北京)视频技术有限公司 | Non-editing based method and system for searching media assets |
JP2013012155A (en) * | 2011-06-30 | 2013-01-17 | Toshiba Corp | Information processing device, client management method and client management system |
JP2014134876A (en) * | 2013-01-08 | 2014-07-24 | Aplix Ip Holdings Corp | Communication terminal and synchronization method |
JP5629913B1 (en) * | 2014-03-25 | 2014-11-26 | 山根 久典 | Mail deletion server, mail deletion method, and mail deletion program |
WO2015145490A1 (en) * | 2014-03-25 | 2015-10-01 | 山根 久典 | Mail server, mail transmission/reception method, and mail transmission/reception program |
CN105359117A (en) * | 2014-03-25 | 2016-02-24 | 山根久典 | Mail server, mail transmission/reception method, and mail transmission/reception program |
US9590939B2 (en) | 2014-03-25 | 2017-03-07 | Hisanori Yamane | Mail server, mail transmitting/receiving method, and mail transmitting/receiving program |
CN105359117B (en) * | 2014-03-25 | 2017-07-14 | 山根久典 | Mail server, mail transmission/method of reseptance and mail send/reception program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20210203742A1 (en) | Providing access to managed content | |
US7680852B2 (en) | Search processing method and search system | |
US12045196B2 (en) | Architecture for management of digital files across distributed network | |
US20140358859A1 (en) | File sharing system and file sharing method | |
JP2019519025A (en) | Division and movement of ranges in distributed systems | |
JP5724735B2 (en) | Database update control device, database management system, and database update control program | |
JP2007041859A (en) | File management program, file management apparatus and file management method | |
JP5271925B2 (en) | Cache information update method, computer, program, and storage medium | |
JP2008243147A (en) | Client server system, retrieval server, retrieval method, and retrieval program | |
JP2012234333A (en) | Cluster system, synchronization control method, server device and synchronization control program | |
US20080307013A1 (en) | Updating an inverted index | |
CN106354732A (en) | Offline data version conflict resolution method for supporting concurrent cooperation | |
CN110795920A (en) | Document generation method and device | |
JP4189332B2 (en) | Database management system, database management method, database registration request program, and database management program | |
JP2015036860A (en) | Information processing device, information processing method, information processing system, and program | |
WO2006100499A1 (en) | Automatic intranet service publishing and service access | |
CN105653566B (en) | A kind of method and device for realizing database write access | |
CN111273902B (en) | Project and directory architecture generation method and device | |
JP2018067084A (en) | Cooperative work system, editing management program and editing management method | |
JP2014059686A (en) | Information management system and input support program | |
JP2001273279A (en) | Electronic filing system and document preparing method | |
JP5316015B2 (en) | Information processing apparatus and program | |
JP6398786B2 (en) | Database system, database server, database server program, database client, and database client program | |
JP2019046280A (en) | Information processor and program | |
JP5545319B2 (en) | Program and control method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A761 | Written withdrawal of application |
Free format text: JAPANESE INTERMEDIATE CODE: A761 Effective date: 20100401 |