JP2006127123A - Application server, database server, web retrieval system, retrieval result acquisition method, retrieval result response method, retrieval result acquisition program and retrieval result response program - Google Patents

Application server, database server, web retrieval system, retrieval result acquisition method, retrieval result response method, retrieval result acquisition program and retrieval result response program Download PDF

Info

Publication number
JP2006127123A
JP2006127123A JP2004314049A JP2004314049A JP2006127123A JP 2006127123 A JP2006127123 A JP 2006127123A JP 2004314049 A JP2004314049 A JP 2004314049A JP 2004314049 A JP2004314049 A JP 2004314049A JP 2006127123 A JP2006127123 A JP 2006127123A
Authority
JP
Japan
Prior art keywords
search
data
page
application server
search result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004314049A
Other languages
Japanese (ja)
Inventor
Masafumi Harada
雅史 原田
Masataka Kawaguchi
正高 川口
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2004314049A priority Critical patent/JP2006127123A/en
Publication of JP2006127123A publication Critical patent/JP2006127123A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To perform retrieval and display of latest data, and to reduce access to a database, in a Web retrieval system. <P>SOLUTION: In this application server 130, a cache management part 132 associates, stores and manages a page ID of a retrieving Web page, inputted retrieval condition data, and retrieval result data, and a change information reception part 134 receives a table ID of a changed table from a DB server 140, and deletes the related retrieval result data from the cache management part 132 on the basis of association of the table ID and the page ID stored in an AP property storage part 133. In the DB server 140, a change detection part 142 detects the change of the data table, and outputs the table ID of the data table to the database 141, and a change information transmission part 144 transmits the table ID of the changed data table to each application server 130 in each time interval stored by a DB property storage part 143. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ウェブ検索におけるアプリケーションサーバ、データベースサーバ、ウェブ検索システム、検索結果取得方法、検索結果応答方法、検索結果取得プログラムおよび検索結果応答プログラムに関するものである。   The present invention relates to an application server, a database server, a web search system, a search result acquisition method, a search result response method, a search result acquisition program, and a search result response program in web search.

近年のインターネットまたはイントラネットの普及とJava(登録商標)技術の進展により、アプリケーションサーバを使用したWWW(World Wide Web)多階層システムでの構築が一般的になってきている。
つまり、図1に示すようにWWWサーバ120、アプリケーションサーバ130、DB(データベース)サーバ140から構成されるシステムである。
プレゼンテーション層、ビジネスロジック層、データベース層の各層を構成するWWWサーバ120、アプリケーションサーバ130、RDBMSを備えたDBサーバ140といったミドルウェアは、応答時間を短縮したり、ネットワークトラフィックを削減するためにキャッシュ機能を保持している。各ミドルウェアが提供する個別のキャッシュ機能については、各ミドルウェアベンダーが提供する説明書に詳細な記述がある。
また、プロキシサーバが蓄積データをキャッシュし、蓄積データを有するサーバが変更した蓄積データをプロキシサーバに通知するものもある(特許文献1)。
特開平11−249950号公報
With the spread of the Internet or Intranet in recent years and the advancement of Java (registered trademark) technology, the construction of a WWW (World Wide Web) multi-tier system using an application server has become common.
That is, as shown in FIG. 1, the system includes a WWW server 120, an application server 130, and a DB (database) server 140.
Middleware such as the WWW server 120, application server 130, and DB server 140 with RDBMS that make up each layer of the presentation layer, business logic layer, and database layer has a cache function to reduce response time and network traffic. keeping. The individual cache function provided by each middleware is described in detail in a manual provided by each middleware vendor.
In addition, there is a proxy server that caches accumulated data and notifies the proxy server of the changed accumulated data by the server having the accumulated data (Patent Document 1).
JP-A-11-249950

上記の従来の技術には以下のような課題がある。
各ミドルウェア(WWWサーバ120、アプリケーションサーバ130、DBサーバ140)が提供するキャッシュ機能は、ユーザビリティを考慮してアプリケーションに対して透過になっており、アプリケーションから明示的にキャッシュ機能を制御することが出来ない。
各ミドルウェア(WWWサーバ120、アプリケーションサーバ130、DBサーバ140)が提供するキャッシュ機能は、主に静的なデータを対象にしている。
一部のミドルウェアは、動的に生成されるデータをキャッシュデータとして管理制御する機能を持つものもあるが、キャッシュデータの生存期間の制御を時間やキャッシュデータへのアクセス回数を元に行っており、状況によっては無効なデータをクライアントに返すことがある。
The above conventional techniques have the following problems.
The cache function provided by each middleware (WWW server 120, application server 130, DB server 140) is transparent to the application in consideration of usability, and the cache function can be explicitly controlled from the application. Absent.
The cache function provided by each middleware (WWW server 120, application server 130, DB server 140) mainly targets static data.
Some middleware has a function to manage and control dynamically generated data as cache data, but the lifetime of cache data is controlled based on time and the number of accesses to the cache data. In some situations, invalid data may be returned to the client.

このように各ミドルウェアが提供するキャッシュ機能は、それぞれが単独で動作し、連携して動作するものではないため、システムとして見た場合、一貫性が取れていない。
一般にWWW多階層システムでは、システム全体のスケーラビリティとアベイラビリティを向上させるために、中〜大規模システムではクラスタ構成となるが、各層を構成するサーバ間ではセッション情報の共有などは行えているが、キャッシュデータの共有は行えていない。
情報系システムや監視系システムにWWW多階層システムを適用した場合、接続可能な全てのクライアントから定常的且つ比較的短い周期(30秒〜1分間隔)でサーバ側にアクセスが発生する。
例えば、航空機の追跡・表示システムやオークションの監視システムなど。
このようなシステムの場合、すべてのアクセスが毎回DBサーバまで起動することになると、処理性能の高い高価なサーバが必要になる。
また、情報を取得するための検索用ウェブページ毎にキャッシュデータを管理できない。
As described above, since the cache functions provided by each middleware operate independently and do not operate in cooperation with each other, they are not consistent when viewed as a system.
In general, in a WWW multi-tier system, in order to improve the scalability and availability of the entire system, a medium to large-scale system has a cluster configuration, but session information can be shared among servers constituting each layer. Data sharing is not possible.
When the WWW multi-tier system is applied to an information system or a monitoring system, access to the server side occurs from all connectable clients at regular and relatively short intervals (30 seconds to 1 minute intervals).
For example, aircraft tracking / display systems and auction monitoring systems.
In the case of such a system, if all accesses are started up to the DB server each time, an expensive server with high processing performance is required.
Also, cache data cannot be managed for each search web page for acquiring information.

本発明は、上記の課題を踏まえ、例えば、WWW多階層システムにおいて、システムに接続可能なすべてのクライアントから定常的に且つ比較的短い周期でアクセスがある場合、常に最新のデータが検索表示されることを保障すると共に、データベース層へのアクセスを大幅に削減することなどをできるようにすることを目的とする。
また例えば、検索用ウェブページ毎にキャッシュデータを管理できるようにすることを目的とする。
Based on the above problems, for example, in the WWW multi-tier system, the present data is always searched and displayed when there is access from all clients that can be connected to the system regularly and in a relatively short cycle. The purpose is to make it possible to greatly reduce access to the database layer.
Another object is to enable cache data to be managed for each search web page.

本発明のアプリケーションサーバは、検索用ウェブページを識別するページID(IDentification)と、検索用ウェブページで指定された検索条件データとに基づいてデータベースサーバから検索結果データを取得する検索結果取得部と、ページIDと検索条件データと、検索結果取得部が取得した検索結果データとを関連付けて記憶管理するキャッシュ管理部と、ページIDと検索条件データと、データベースサーバが管理するデータベースに含まれるテーブルを識別するテーブルIDとを関連付けて記憶するAP(アプリケーション)プロパティ記憶部と、データベースサーバから変更のあったテーブルのテーブルIDを受信し、受信したテーブルIDに関連付けられたページIDと検索条件データとをAPプロパティ記憶部から取得し、APプロパティ記憶部から取得したページIDと検索条件データとに関連付けられた検索結果データを削除させる命令信号をキャッシュ管理部に出力する変更情報受信部とを備えたことを特徴とする。   An application server of the present invention includes a search result acquisition unit that acquires search result data from a database server based on a page ID (IDentification) for identifying a search web page and search condition data specified on the search web page; A cache management unit that stores and manages the page ID, the search condition data, and the search result data acquired by the search result acquisition unit, a page ID, the search condition data, and a table included in the database managed by the database server. An AP (application) property storage unit that associates and stores a table ID to be identified, a table ID of a table that has been changed from the database server, and a page ID and search condition data associated with the received table ID. AP property description And a change information receiving unit that outputs a command signal for deleting the search result data associated with the page ID and the search condition data acquired from the AP property storage unit to the cache management unit. To do.

本発明によれば、例えば、WWW多階層システムにおいて、システムに接続可能なすべてのクライアントから定常的に且つ比較的短い周期でアクセスがある場合、常に最新のデータが検索表示されることを保障すると共に、データベース層へのアクセスを大幅に削減することができる。
つまり、クライアントへの応答時間を短縮すると共にデータベース層に比較的安価なサーバを用いることが出来、コストパフォーマンスの高いシステム構築が可能になるプッシュ型キャッシュ管理機構を有するWWW多階層システムを提供することなどができる。
また例えば、検索用ウェブページ毎にキャッシュデータを管理できる。
According to the present invention, for example, in a WWW multi-tier system, when access is constantly made from all clients that can be connected to the system in a relatively short cycle, it is guaranteed that the latest data is always searched and displayed. At the same time, access to the database layer can be greatly reduced.
That is, it is possible to provide a WWW multi-tier system having a push-type cache management mechanism that can shorten a response time to a client, use a relatively inexpensive server for a database layer, and enable a cost-effective system construction. Etc.
Also, for example, cache data can be managed for each search web page.

実施の形態1.
図2は、実施の形態1におけるウェブ検索システムの備える各装置の外観を示す図である。
図2において、ユーザ端末100、WWWサーバ120、アプリケーションサーバ130、DBサーバ140は、システムユニット910、CRT(Cathode Ray Tube)表示装置901、キーボード(K/B)902、マウス903、コンパクトディスク装置(CDD)905、プリンタ装置906、スキャナ装置907を備え、これらはケーブルで接続されている。
さらに、ユーザ端末100、WWWサーバ120、アプリケーションサーバ130、DBサーバ140は、FAX機932、電話器931とケーブルで接続され、また、イントラネットのようなローカルエリアネットワーク(LAN)942、プロキシサーバ941を介してインターネット940に接続されている。
Embodiment 1 FIG.
FIG. 2 is a diagram illustrating an appearance of each device included in the web search system according to the first embodiment.
2, a user terminal 100, a WWW server 120, an application server 130, and a DB server 140 are a system unit 910, a CRT (Cathode Ray Tube) display device 901, a keyboard (K / B) 902, a mouse 903, a compact disk device ( CDD) 905, a printer device 906, and a scanner device 907, which are connected by a cable.
Further, the user terminal 100, the WWW server 120, the application server 130, and the DB server 140 are connected to the FAX machine 932 and the telephone 931 with a cable, and are also provided with a local area network (LAN) 942 such as an intranet and a proxy server 941. Via the Internet 940.

図3は、実施の形態1におけるウェブ検索システムの備える各装置のハードウェア構成図である。
図3において、ユーザ端末100、WWWサーバ120、アプリケーションサーバ130、DBサーバ140は、プログラムを実行するCPU(Central Processing Unit)911を備えている。CPU911は、バス912を介してROM913、RAM914、通信ボード915、CRT表示装置901、K/B902、マウス903、FDD(Flexible Disk Drive)904、磁気ディスク装置920、CDD905、プリンタ装置906、スキャナ装置907と接続されている。
RAM914は、揮発性メモリの一例である。ROM913、FDD904、CDD905、磁気ディスク装置920、光ディスク装置は、不揮発性メモリの一例である。これらは、記憶装置あるいは記憶部の一例である。
通信ボード915は、FAX機932、電話器931、LAN942等に接続されている。
例えば、通信ボード915、K/B902、スキャナ装置907、FDD904などは、情報入力部の一例である。
また、例えば、通信ボード915、CRT表示装置901などは、出力部の一例である。
FIG. 3 is a hardware configuration diagram of each device included in the web search system according to the first embodiment.
In FIG. 3, the user terminal 100, the WWW server 120, the application server 130, and the DB server 140 include a CPU (Central Processing Unit) 911 that executes a program. The CPU 911 includes a ROM 913, a RAM 914, a communication board 915, a CRT display device 901, a K / B 902, a mouse 903, an FDD (Flexible Disk Drive) 904, a magnetic disk device 920, a CDD 905, a printer device 906, and a scanner device 907 via a bus 912. Connected with.
The RAM 914 is an example of a volatile memory. The ROM 913, the FDD 904, the CDD 905, the magnetic disk device 920, and the optical disk device are examples of nonvolatile memories. These are examples of a storage device or a storage unit.
The communication board 915 is connected to a FAX machine 932, a telephone 931, a LAN 942, and the like.
For example, the communication board 915, the K / B 902, the scanner device 907, the FDD 904, and the like are examples of the information input unit.
Further, for example, the communication board 915, the CRT display device 901, and the like are examples of the output unit.

ここで、通信ボード915は、LAN942に限らず、直接、インターネット940、或いはISDN等のWAN(ワイドエリアネットワーク)に接続されていても構わない。直接、インターネット940、或いはISDN等のWANに接続されている場合、ユーザ端末100、WWWサーバ120、アプリケーションサーバ130、DBサーバ140は、インターネット940、或いはISDN等のWANに接続され、プロキシサーバ941は不用となる。
磁気ディスク装置920には、オペレーティングシステム(OS)921、ウィンドウシステム922、プログラム群923、ファイル群924が記憶されている。プログラム群923は、CPU911、OS921、ウィンドウシステム922により実行される。
Here, the communication board 915 is not limited to the LAN 942 and may be directly connected to the Internet 940 or a WAN (Wide Area Network) such as ISDN. When directly connected to the Internet 940 or a WAN such as ISDN, the user terminal 100, the WWW server 120, the application server 130, and the DB server 140 are connected to the Internet 940 or a WAN such as ISDN, and the proxy server 941 It becomes useless.
The magnetic disk device 920 stores an operating system (OS) 921, a window system 922, a program group 923, and a file group 924. The program group 923 is executed by the CPU 911, the OS 921, and the window system 922.

上記プログラム群923には、以下に述べる実施の形態の説明において「〜部」として説明する機能を実行するプログラムが記憶されている。プログラムは、CPU911により読み出され実行される。
ファイル群924には、以下に述べる実施の形態の説明において、「〜の判定結果」、「〜の計算結果」、「〜の処理結果」として説明するものが、「〜ファイル」として記憶されている。
また、以下に述べる実施の形態の説明において説明するフローチャートの矢印の部分は主としてデータの入出力を示し、そのデータの入出力のためにデータは、磁気ディスク装置920、FD(Flexible Disk cartridge)、光ディスク、CD(コンパクトディスク)、MD(ミニディスク)、DVD(Digital Versatile Disk)等のその他の記録媒体に記録される。あるいは、信号線やその他の伝送媒体により伝送される。
The program group 923 stores programs that execute functions described as “˜units” in the description of the embodiments described below. The program is read and executed by the CPU 911.
In the file group 924, what is described as “determination result of”, “calculation result of”, and “processing result of” in the description of the embodiment described below is stored as “˜file”. Yes.
In addition, the arrow portion of the flowchart described in the description of the embodiment described below mainly indicates input / output of data, and for the input / output of the data, the data is the magnetic disk device 920, FD (Flexible Disk cartridge), It is recorded on other recording media such as an optical disc, CD (compact disc), MD (mini disc), and DVD (Digital Versatile Disk). Alternatively, it is transmitted through a signal line or other transmission medium.

また、以下に述べる実施の形態の説明において「〜部」として説明するものは、ROM913に記憶されたファームウェアで実現されていても構わない。或いは、ソフトウェアのみ、或いは、ハードウェアのみ、或いは、ソフトウェアとハードウェアとの組み合わせ、さらには、ファームウェアとの組み合わせで実施されても構わない。   In addition, what is described as “unit” in the description of the embodiment described below may be realized by firmware stored in the ROM 913. Alternatively, it may be implemented by software alone, hardware alone, a combination of software and hardware, or a combination of firmware.

また、以下に述べる実施の形態を実施するプログラムは、磁気ディスク装置920、FD、光ディスク、CD、MD、DVD等のその他の記録媒体による記録装置を用いて記憶されても構わない。   In addition, a program that implements the embodiment described below may be stored using a recording device using another recording medium such as a magnetic disk device 920, FD, optical disk, CD, MD, or DVD.

図4は、実施の形態1におけるウェブ検索システムの構成図である。
図4において、ウェブ検索システムは、ユーザ端末100、WWWサーバ120、アプリケーションサーバ130、DBサーバ140がネットワーク110に接続されている。
ユーザ端末100は、WWWブラウザ、Java(登録商標)アプレット、Java(登録商標)アプリケーションなどから構成される。
ユーザ端末100は、WWW多階層システムであるウェブ検索システムのプレゼンテーション層に位置付けられ、サーバに対してリクエスト出すと共に、サーバからのレスポンスを受け取り、その結果を表示する。
例えば、検索用ウェブページで検索条件データを入力してサーバに検索を要求し、サーバから検索結果データを受け取り、検索結果ウェブページとして表示する。
ネットワーク110は、インターネット、イントラネットなどであり、クライアントとサーバ間の通信路を提供する。
WWWサーバ120は、ユーザ端末100と共にプレゼンテーション層に位置付けられ、クライアントからのリクエストを受け付け、そのリクエストをアプリケーションサーバ130に渡すと共に、アプリケーションサーバ130で処理された結果をレスポンスとしてユーザ端末100に返す。
例えば、検索用ウェブページのページデータをユーザ端末100に出力し、出力したページデータの示す検索用ウェブページを使用して入力された検索条件データとその検索用ウェブページのページID(IDentification)とを入力し、入力したページIDと検索条件データとをアプリケーションサーバ130に送信し、アプリケーションサーバ130から検索結果データを受信し、受信した検索結果データに基づく検索結果ウェブページのページデータをユーザ端末100に出力する。
FIG. 4 is a configuration diagram of the web search system in the first embodiment.
4, in the web search system, a user terminal 100, a WWW server 120, an application server 130, and a DB server 140 are connected to a network 110.
The user terminal 100 includes a WWW browser, a Java (registered trademark) applet, a Java (registered trademark) application, and the like.
The user terminal 100 is positioned in the presentation layer of the web search system, which is a WWW multi-tier system, and issues a request to the server, receives a response from the server, and displays the result.
For example, search condition data is input on a search web page to request a search from the server, and search result data is received from the server and displayed as a search result web page.
The network 110 is the Internet, an intranet, or the like, and provides a communication path between the client and the server.
The WWW server 120 is positioned in the presentation layer together with the user terminal 100, receives a request from a client, passes the request to the application server 130, and returns the result processed by the application server 130 to the user terminal 100 as a response.
For example, the page data of the search web page is output to the user terminal 100, the search condition data input using the search web page indicated by the output page data, and the page ID (IDentification) of the search web page , The input page ID and the search condition data are transmitted to the application server 130, the search result data is received from the application server 130, and the page data of the search result web page based on the received search result data is transmitted to the user terminal 100. Output to.

アプリケーションサーバ130は以下のものを備えて検索結果データをDBサーバ140から取得する。
検索用ウェブページを識別するページIDと、検索用ウェブページで指定された検索条件データとに基づいてDBサーバ140から検索結果データを取得する検索結果取得部131。
ページIDと検索条件データと、検索結果取得部が取得した検索結果データとを関連付けて記憶管理するキャッシュ管理部132。
ページIDと検索条件データと、DBサーバ140が管理するデータベースに含まれるテーブルを識別するテーブルIDとを関連付けて記憶するAP(アプリケーション)プロパティ記憶部133。
DBサーバ140から変更のあったテーブルのテーブルIDを受信し、受信したテーブルIDに関連付けられたページIDと検索条件データとをプロパティ記憶部から取得し、プロパティ記憶部から取得したページIDと検索条件データとに関連付けられた検索結果データを削除させる命令信号をキャッシュ管理部に出力する変更情報受信部134。
The application server 130 includes the following, and acquires search result data from the DB server 140.
A search result acquisition unit 131 that acquires search result data from the DB server 140 based on a page ID for identifying a search web page and search condition data specified on the search web page.
A cache management unit 132 that stores and manages the page ID, the search condition data, and the search result data acquired by the search result acquisition unit in association with each other.
An AP (application) property storage unit 133 that stores a page ID, search condition data, and a table ID for identifying a table included in a database managed by the DB server 140 in association with each other.
The table ID of the changed table is received from the DB server 140, the page ID and the search condition data associated with the received table ID are acquired from the property storage unit, and the page ID and the search condition acquired from the property storage unit A change information receiving unit 134 that outputs a command signal for deleting search result data associated with data to the cache management unit.

DBサーバ140は以下のものを備えて検索結果データをアプリケーションサーバ130に出力する。
アプリケーションサーバ130から検索される各種データを保持するデータテーブルと、変更されたデータテーブルを識別するテーブルIDを保持する管理テーブルとを記憶するデータベース141。
アプリケーションサーバ130から検索要求を受信し、データベース141から検索結果データを取得し、検索結果データをアプリケーションサーバ130に送信する検索結果送信部145。
データベースに記憶されたデータテーブルの変更を検知し、変更されたデータテーブルのテーブルIDをデータベースに記憶された管理テーブルに出力する変更検出部142。
管理テーブルを監視する時間間隔と、アプリケーションサーバの位置を示すアプリケーションサーバアドレスとを記憶するDBプロパティ記憶部143。
プロパティ記憶部に記憶された時間間隔毎に、管理テーブルの示すテーブルIDを、プロパティ記憶部に記憶されたアプリケーションサーバアドレスの示すアプリケーションサーバに送信する変更情報送信部144。
The DB server 140 includes the following, and outputs search result data to the application server 130.
A database 141 that stores a data table that holds various types of data searched from the application server 130 and a management table that holds a table ID for identifying the changed data table.
A search result transmission unit 145 that receives a search request from the application server 130, acquires search result data from the database 141, and transmits the search result data to the application server 130.
A change detection unit 142 that detects a change in the data table stored in the database and outputs the table ID of the changed data table to the management table stored in the database.
A DB property storage unit 143 that stores a time interval for monitoring the management table and an application server address indicating the location of the application server.
A change information transmission unit 144 that transmits the table ID indicated by the management table to the application server indicated by the application server address stored in the property storage unit for each time interval stored in the property storage unit.

ここで、WWWサーバ120、アプリケーションサーバ130、DBサーバ140は、それぞれ別筐体に分離して配備してもよく、一つの筐体にまとめて配備してもよい。WWWサーバ120とアプリケーションサーバ130を同一筐体に配備し、DBサーバ140を別筐体に配備してもよい。   Here, the WWW server 120, the application server 130, and the DB server 140 may be separately provided in separate cases, or may be provided in a single case. The WWW server 120 and the application server 130 may be deployed in the same casing, and the DB server 140 may be deployed in a separate casing.

図5は、実施の形態1におけるアプリケーションサーバ130の処理の流れを示すフローチャートである。
実施の形態1におけるアプリケーションサーバ130が、WWWサーバ120から受信したページIDと検索条件データとに基づいて検索結果データをWWWサーバ120に送信する処理の流れについて、図5に基づいて説明する。
FIG. 5 is a flowchart showing the flow of processing of the application server 130 in the first embodiment.
A flow of processing in which the application server 130 according to the first embodiment transmits search result data to the WWW server 120 based on the page ID and search condition data received from the WWW server 120 will be described with reference to FIG.

検索結果取得部131は、WWWサーバ120からページIDと検索条件データとを受信し、受信したページIDと検索条件データとをキャッシュ管理部132に出力する(S101)。   The search result acquisition unit 131 receives the page ID and search condition data from the WWW server 120, and outputs the received page ID and search condition data to the cache management unit 132 (S101).

キャッシュ管理部132は、受信したページIDと検索条件データとに対応する検索結果データを記憶しているか検索する、つまり対応するキャッシュデータが存在するか検索する(S102)。   The cache management unit 132 searches whether the search result data corresponding to the received page ID and search condition data is stored, that is, searches for the corresponding cache data (S102).

図6は、実施の形態1におけるキャッシュ管理部132が記憶管理するデータ形式を示す図である。
S102の処理について図6に基づいて説明する。
キャッシュ管理部132は、ページIDと検索条件名とキーワードとに対応して検索結果データの記憶位置を示すアドレスを記憶し、アドレスが示す記憶位置に検索結果データを記憶している。
検索条件名とは検索条件の形式を識別する形式名データのことである。例えば、検索用ウェブページには「価格」、「サイズ」、「色」という検索条件があるとする。この場合、「価格」と「サイズ」と「色」とが指定された形式と、「価格」と「サイズ」とが指定された形式と、「価格」と「色」とが指定された形式と、「サイズ」と「色」とが指定された形式と、「価格」と「サイズ」と「色」とのいずれか1つが指定された形式との計7つの形式がある。これらの形式を識別する形式名データが検索条件名である。
キーワードとは検索条件に指定された条件データのことである。例えば、「価格」条件である10000円台を示すデータや、「サイズ」条件であるMサイズを示すデータがキーワードである。
検索条件データにはキーワードと検索条件名とが含まれる。
キャッシュ管理部132は、ページIDと、検索条件データに含まれるキーワードおよび検索条件名とを検索キーにして対応する検索結果データが記憶されているか検索する。
ページIDを検索キーとすることで、検索用ウェブページ毎のキャッシュを管理することができる。
FIG. 6 is a diagram illustrating a data format stored and managed by the cache management unit 132 according to the first embodiment.
The process of S102 will be described with reference to FIG.
The cache management unit 132 stores an address indicating the storage position of the search result data corresponding to the page ID, the search condition name, and the keyword, and stores the search result data at the storage position indicated by the address.
The search condition name is format name data that identifies the format of the search condition. For example, the search web page has search conditions of “price”, “size”, and “color”. In this case, a format in which "Price", "Size" and "Color" are specified, a format in which "Price" and "Size" are specified, and a format in which "Price" and "Color" are specified There are a total of seven formats: a format in which “size” and “color” are designated, and a format in which any one of “price”, “size”, and “color” is designated. The format name data for identifying these formats is the search condition name.
A keyword is condition data specified as a search condition. For example, data indicating the 10000 yen range that is the “price” condition and data indicating the M size that is the “size” condition are keywords.
The search condition data includes a keyword and a search condition name.
The cache management unit 132 searches the corresponding search result data using the page ID, the keyword included in the search condition data, and the search condition name as search keys.
By using the page ID as a search key, the cache for each search web page can be managed.

図7は、実施の形態1におけるキャッシュ管理部132が記憶するキャッシュログを示す図である。
キャッシュ管理部132は、図7に示すようなキャッシュログを記憶管理してもよい。キャッシュログを記憶管理することにより、システム管理者はキャッシュ状況を把握することができる。
例えば、キャッシュにアクセスした日時、アクセスした時のページIDと検索条件名、アクセス結果を記憶管理するとよい。
ページIDを含むことにより、検索用ウェブページ毎のキャッシュ状況を把握することができる。
アクセス結果は、有効なキャッシュが存在したことを示すhit、有効なキャッシュが存在しなかったことを示すmiss、キャッシュが登録されたことを示すregister、キャッシュがクリアされたことを示すclearなどにより識別するとよい。
FIG. 7 is a diagram illustrating a cache log stored by the cache management unit 132 according to the first embodiment.
The cache management unit 132 may store and manage a cache log as shown in FIG. By storing and managing the cache log, the system administrator can grasp the cache status.
For example, the date and time when the cache was accessed, the page ID and search condition name when accessed, and the access result may be stored and managed.
By including the page ID, it is possible to grasp the cache status for each search web page.
The access result is identified by hit indicating that a valid cache exists, miss indicating that no valid cache exists, register indicating that the cache has been registered, clear indicating that the cache has been cleared, and the like. Good.

図5において、キャッシュ管理部132が対応する検索結果データを記憶していると判定した場合、キャッシュ管理部132は対応する検索結果データを記憶部から取得し、検索結果取得部131に出力する、つまりキャッシュデータの取り出しを行う(S103)。
検索結果取得部131は、WWWサーバ120に検索結果データを送信する、つまりキャッシュデータの返却を行う(S104)。
In FIG. 5, when it is determined that the cache management unit 132 stores the corresponding search result data, the cache management unit 132 acquires the corresponding search result data from the storage unit and outputs it to the search result acquisition unit 131. That is, the cache data is extracted (S103).
The search result acquisition unit 131 transmits search result data to the WWW server 120, that is, returns cache data (S104).

また、キャッシュ管理部132が対応する検索結果データを記憶していないと判定した場合、検索結果取得部131は、検索条件データに含まれるキーワードをDBサーバ140の検索結果送信部145に送信して検索要求し、DBサーバ140の検索結果送信部145から検索結果データを受信する(S105)。
検索結果取得部131は受信した検索結果データと検索結果データに対する検索条件データ及びページIDとをキャッシュ管理部132に出力し、キャッシュ管理部132はページIDと、検索条件データに含まれる検索条件名およびキーワードとに対応させて検索結果データを記憶する、つまり検索結果データをキャッシュデータとして登録する(S106)。
検索結果取得部131は、WWWサーバ120に検索結果データを送信する(S104)。
When the cache management unit 132 determines that the corresponding search result data is not stored, the search result acquisition unit 131 transmits the keyword included in the search condition data to the search result transmission unit 145 of the DB server 140. A search request is made, and search result data is received from the search result transmission unit 145 of the DB server 140 (S105).
The search result acquisition unit 131 outputs the received search result data, the search condition data for the search result data, and the page ID to the cache management unit 132. The cache management unit 132 outputs the page ID and the search condition name included in the search condition data. The search result data is stored in association with the keywords, that is, the search result data is registered as cache data (S106).
The search result acquisition unit 131 transmits the search result data to the WWW server 120 (S104).

また、キャッシュ管理部132は、検索結果データをキャッシュデータとして登録する際、検索結果データと共に登録時刻も記憶し、S102で対応する検索結果データを記憶していると判定した場合に、その検索結果データの登録時刻を判定し、登録時刻が古い場合にその検索結果データを無効なキャッシュデータと判定して削除し、DBサーバ140から新たに検索結果データを取得(S105、S106)してもよい。これにより、キャッシュデータの整合性を高めることができる。   In addition, when registering the search result data as cache data, the cache management unit 132 stores the registration time together with the search result data, and if it is determined that the corresponding search result data is stored in S102, The registration time of data may be determined. If the registration time is old, the search result data may be determined as invalid cache data and deleted, and new search result data may be acquired from the DB server 140 (S105, S106). . Thereby, the consistency of cache data can be improved.

上記説明において、アプリケーションサーバ130は、ユーザ端末100からの要求に対応して、キャッシュ管理部132がキャッシュデータを保持している場合は、それをユーザ端末100にWWWサーバ120経由で返却し、キャッシュデータが存在しない場合は、DBサーバ140に問い合わせを行ってデータを取り出し、キャッシュデータとして登録すると共にユーザ端末100に返却する。   In the above description, in response to a request from the user terminal 100, the application server 130 returns the cache data to the user terminal 100 via the WWW server 120 when the cache management unit 132 holds the cache data. If the data does not exist, the DB server 140 is inquired to retrieve the data, register it as cache data, and return it to the user terminal 100.

次に、DBサーバ140でのデータテーブルの変更に関する変更情報の送信と、アプリケーションサーバ130での変更情報に基づくキャッシュ管理とについて説明する。   Next, transmission of change information related to the change of the data table in the DB server 140 and cache management based on the change information in the application server 130 will be described.

DBサーバ140は、データベース141のデータテーブルに何らかの変更、例えばレコードの追加、変更、削除が発生した場合は、変更検出部142がそれを検知し、データベース141の管理テーブルに格納すると共に、定期的に管理テーブルを監視し、変更があれば変更情報送信部144に通知する。変更情報送信部144は、その変更内容をDBプロパティ記憶部143に記憶されたアプリケーションサーバアドレスの示す各アプリケーションサーバに対して送信する。   In the DB server 140, when any change, for example, addition, change, or deletion of a record occurs in the data table of the database 141, the change detection unit 142 detects it and stores it in the management table of the database 141. The management table is monitored, and if there is a change, the change information transmission unit 144 is notified. The change information transmission unit 144 transmits the change contents to each application server indicated by the application server address stored in the DB property storage unit 143.

図8は、実施の形態1における管理テーブルに変更されたデータテーブルの情報を格納するトリガーの定義文を示す図である。
データベース141としてリレーショナルデータベースを使用する場合、図8に示すような定義文により、データテーブルに変更があった時にトリガーを発生し、TBL_UPDATE_TIMEで識別される管理テーブルに、変更されたデータテーブルの情報を格納することができる。
FIG. 8 is a diagram illustrating a trigger definition sentence that stores information of the data table changed to the management table in the first embodiment.
When a relational database is used as the database 141, a trigger is generated when the data table is changed by a definition statement as shown in FIG. 8, and the information of the changed data table is added to the management table identified by TBL_UPDATE_TIME. Can be stored.

図9は、実施の形態1における管理テーブルのテーブル形式を示す図である。
TBL_UPDATE_TIMEで識別される管理テーブルは、例えば、図9に示すようなテーブル形式を持つとよい。
TBL_IDは変更されたデータテーブルを識別するテーブルIDを示し、UPDATE_TIMEは変更された時刻を示し、ACTIONは変更内容を示す。
FIG. 9 is a diagram showing a table format of the management table in the first embodiment.
The management table identified by TBL_UPDATE_TIME may have a table format as shown in FIG. 9, for example.
TBL_ID indicates a table ID for identifying the changed data table, UPDATE_TIME indicates the time when the data is changed, and ACTION indicates the contents of the change.

図10は、実施の形態1におけるDBサーバ140の処理の流れを示すフローチャートである。
実施の形態1におけるDBサーバ140が行うデータテーブルの変更情報をアプリケーションサーバ130に送信する処理について、図10に基づいて説明する。
FIG. 10 is a flowchart showing the flow of processing of the DB server 140 in the first embodiment.
Processing for transmitting the data table change information performed by the DB server 140 in the first embodiment to the application server 130 will be described with reference to FIG.

変更情報送信部144は、DBプロパティ記憶部143に記憶された監視時間間隔ごとに、データベース141に記憶された管理テーブルを参照し、管理テーブルの内容が変更されたか判定する(S201)。
管理テーブルの変更は、データテーブルに新たな変更があったことを示す。
管理テーブルの内容が変更されていないと判定した場合は次に監視時間が経ったときに再び管理テーブルの内容変更について判定を行う。
The change information transmission unit 144 refers to the management table stored in the database 141 for each monitoring time interval stored in the DB property storage unit 143, and determines whether the content of the management table has been changed (S201).
A change in the management table indicates that there is a new change in the data table.
If it is determined that the contents of the management table have not been changed, the contents of the management table are again determined when the monitoring time elapses.

管理テーブルの内容が変更されたと判定した場合、変更情報送信部144は、データベース141に記憶された管理テーブルを参照し、変更されたテーブルIDを取得する(S202)。   When it is determined that the contents of the management table have been changed, the change information transmission unit 144 refers to the management table stored in the database 141 and acquires the changed table ID (S202).

変更情報送信部144は、DBプロパティ記憶部143に記憶されたアプリケーションサーバアドレス宛に取得したテーブルIDを含む変更情報を送信する(S203)。   The change information transmission unit 144 transmits the change information including the acquired table ID addressed to the application server address stored in the DB property storage unit 143 (S203).

図11は、実施の形態1におけるDBプロパティ記憶部143の記憶内容を示す図である。
図11において172.16.192.50、172.16.192.51は変更情報を送信するアプリケーションサーバのIP(Internet Protocol)アドレスで、APP01、APP02は変更情報を送信するアプリケーションサーバのホスト名である。また、intervalは管理テーブルを監視する時間間隔である。
図11に示す記憶内容のDBプロパティ記憶部143をDBサーバ140が備える場合、変更情報送信部144は30秒ごとに管理テーブルの内容が変更されたか判定し(S201)、172.16.192.50をアドレスとするAPP01で識別されるアプリケーションサーバと172.16.192.51をアドレスとするAPP02で識別されるアプリケーションサーバとに変更されたテーブルIDを含む変更情報を送信する(S202、S203)。
intervalが示す監視時間間隔を調整することで、アプリケーションサーバ130上で保持しているキャッシュデータの寿命を調整することができる。
FIG. 11 is a diagram showing the contents stored in the DB property storage unit 143 according to the first embodiment.
In FIG. 11, 172.16.192.50 and 172.16.192.51 are IP (Internet Protocol) addresses of application servers that send change information, and APP01 and APP02 are host names of application servers that send change information. is there. The interval is a time interval for monitoring the management table.
When the DB server 140 includes the DB property storage unit 143 having the storage content illustrated in FIG. 11, the change information transmission unit 144 determines whether the content of the management table is changed every 30 seconds (S201), and 172.16.192. Change information including the changed table ID is transmitted to the application server identified by APP01 having an address of 50 and the application server identified by APP02 having an address of 172.16.192.51 (S202, S203). .
By adjusting the monitoring time interval indicated by the interval, the lifetime of the cache data stored on the application server 130 can be adjusted.

図12は、実施の形態1におけるDBサーバ140がアプリケーションサーバ130に送信する変更情報を示す図である。
S203で変更情報送信部144は、例えば、図12に示すような変更情報を生成してアプリケーションサーバ130に送信する。
図12に示す変更情報はXML(eXtensible Markup Language)で記述されている。
upd_timeタグは変更が発生した日時を示し、tbl_idタグは変更されたデータテーブルのテーブルIDを示し、actionタグは変更内容を示し、serial_numタグは通し番号を示す。
変更情報送信部144は、変更が発生した日時、テーブルID、変更内容を管理テーブルから取得する。図9に示した管理テーブルにおいて、それぞれUPDATE_TIME、TBL_ID、ACTIONに対応する。
また、変更情報送信部144は変更情報をアプリケーションサーバ130に送信した回数を記憶し、図12に示すようにserial_numタグの通し番号として変更情報に含めてもよい。
通し番号を変更情報に含めることにより、アプリケーションサーバ130はDBサーバが送信した変更情報を全て受信しているか判定でき、キャッシュデータの整合性を高めることができる。
FIG. 12 is a diagram illustrating change information that the DB server 140 according to the first embodiment transmits to the application server 130.
In step S <b> 203, the change information transmission unit 144 generates change information as illustrated in FIG. 12 and transmits the change information to the application server 130, for example.
The change information shown in FIG. 12 is described in XML (extensible Markup Language).
The upd_time tag indicates the date and time when the change occurred, the tbl_id tag indicates the table ID of the changed data table, the action tag indicates the change contents, and the serial_num tag indicates the serial number.
The change information transmission unit 144 acquires the date and time when the change occurred, the table ID, and the change contents from the management table. The management table shown in FIG. 9 corresponds to UPDATE_TIME, TBL_ID, and ACTION, respectively.
Further, the change information transmission unit 144 may store the number of times the change information has been transmitted to the application server 130, and may be included in the change information as a serial_num tag serial number as shown in FIG.
By including the serial number in the change information, the application server 130 can determine whether all the change information transmitted by the DB server has been received, and the consistency of the cache data can be improved.

図13は、実施の形態1におけるアプリケーションサーバ130の処理の流れを示すフローチャートである。
実施の形態1におけるDBサーバ140の変更情報送信部144から変更情報を受信したアプリケーションサーバ130の処理について、図13に基づいて説明する。
FIG. 13 is a flowchart showing a process flow of the application server 130 in the first embodiment.
Processing of the application server 130 that has received the change information from the change information transmission unit 144 of the DB server 140 in Embodiment 1 will be described with reference to FIG.

アプリケーションサーバ130の変更情報受信部134は、DBサーバ140が送信したデータテーブルの変更情報を受信する(S301)。
例えば、図12に示すような変更情報を受信したとする。
変更情報受信部134は、受信した変更情報に含まれるserial_numタグで示される通し番号と、記憶している通し番号とを比較する(S302)。
変更情報受信部134は、変更情報を受信した際に通し番号を記憶する。この通し番号と次に受信した変更情報に含まれる通し番号とを比較することでキャッシュデータの整合性を高めることができる。
比較した結果、受信した変更情報に含まれる通し番号が、記憶している通し番号と連続した番号でない場合、つまり、受信していない変更情報があると判定した場合、変更されたデータをキャッシュデータとして記憶している可能性があるため、変更情報受信部134はキャッシュ管理部132を起動し、キャッシュ管理部132は記憶しているキャッシュデータを全て削除する(S303)。
比較した結果、受信した変更情報に含まれる通し番号が、記憶している通し番号と連続した番号である場合、つまり、DBサーバ140が送信した全ての変更情報を受信していると判定した場合、変更情報に含まれるテーブルIDの示す変更されたテーブルに関連するキャッシュデータを検索し、これを削除する。検索、削除は以下のように行う。
変更情報受信部134はAPプロパティ記憶部133の記憶情報を参照し、受信した変更情報に含まれるテーブルIDに関連するページIDと検索条件名とを取得し、取得したページIDと検索条件名とをキャッシュ管理部132に出力し、キャッシュ管理部132はページIDと検索条件名とに関連するキャッシュデータを検索する(S304)。
The change information receiving unit 134 of the application server 130 receives the data table change information transmitted by the DB server 140 (S301).
For example, assume that change information as shown in FIG. 12 is received.
The change information receiving unit 134 compares the serial number indicated by the serial_num tag included in the received change information with the stored serial number (S302).
The change information receiving unit 134 stores the serial number when the change information is received. By comparing this serial number with the serial number included in the next received change information, the consistency of the cache data can be improved.
As a result of the comparison, if the serial number included in the received change information is not a consecutive number with the stored serial number, that is, if it is determined that there is change information that has not been received, the changed data is stored as cache data. Therefore, the change information receiving unit 134 activates the cache management unit 132, and the cache management unit 132 deletes all stored cache data (S303).
As a result of comparison, if the serial number included in the received change information is a continuous number with the stored serial number, that is, if it is determined that all the change information transmitted by the DB server 140 has been received, the change The cache data related to the changed table indicated by the table ID included in the information is searched and deleted. Search and delete are performed as follows.
The change information receiving unit 134 refers to the storage information in the AP property storage unit 133, acquires the page ID and search condition name related to the table ID included in the received change information, and acquires the acquired page ID and search condition name. Is output to the cache management unit 132, and the cache management unit 132 searches the cache data related to the page ID and the search condition name (S304).

図14、図15、図16、図17は、実施の形態1におけるAPプロパティ記憶部133の記憶情報を示す図である。
図14は、ページIDをキーにして、ページIDに関連する検索条件名を記憶するテーブルである。
図15は、検索条件名をキーにして、検索条件名に関連するテーブルIDを記憶するテーブルである。
図16は、テーブルIDをキーにして、テーブルIDに関連する検索条件名を記憶するテーブルである。
図17は、検索条件名をキーにして、検索条件名に関連するページIDを記憶するテーブルである。
変更情報受信部134は、APプロパティ記憶部133に記憶されるこれらのテーブルを参照し、受信した変更情報に含まれるテーブルIDに関連するページIDと検索条件名とを取得する。但し、APプロパティ記憶部133の記憶情報の形式は上記テーブルでなくてもよい。
14, FIG. 15, FIG. 16, and FIG. 17 are diagrams showing storage information of the AP property storage unit 133 in the first embodiment.
FIG. 14 is a table that stores search condition names related to the page ID using the page ID as a key.
FIG. 15 is a table that stores a table ID related to a search condition name using the search condition name as a key.
FIG. 16 is a table that stores search condition names related to the table ID using the table ID as a key.
FIG. 17 is a table that stores page IDs related to the search condition name using the search condition name as a key.
The change information receiving unit 134 refers to these tables stored in the AP property storage unit 133 and acquires a page ID and a search condition name related to the table ID included in the received change information. However, the format of the stored information in the AP property storage unit 133 may not be the above table.

キャッシュ管理部132は、図6に示すような形式で記憶するキャッシュデータの中から、図14〜図17に説明のテーブルにより変更情報受信部134が取得したページIDと検索条件名とをキーに持つキャッシュデータを検索する。   The cache management unit 132 uses the page ID and the search condition name acquired by the change information receiving unit 134 from the cache data stored in the format shown in FIG. Search cache data you have.

図13において、キャッシュ管理部132は検索した結果、ページIDと検索条件名とをキーに持つキャッシュデータ、つまり変更されたデータテーブルに関連するキャッシュデータを削除する(S303)。   In FIG. 13, as a result of the search, the cache management unit 132 deletes the cache data having the page ID and the search condition name as a key, that is, cache data related to the changed data table (S303).

図18は、実施の形態1におけるDBサーバ140がアプリケーションサーバ130に送信する変更情報を示す図である。
上記説明において、DBサーバ140の変更情報送信部144は図12に示すような変更情報をアプリケーションサーバ130に送信し、アプリケーションサーバ130の変更情報受信部134とキャッシュ管理部132とが、変更情報に含まれるテーブルIDの示すデータテーブルに関連するキャッシュデータを削除する場合を説明した。
その他、DBサーバ140の変更情報送信部144は図18に示すような変更情報をアプリケーションサーバ130に送信し、アプリケーションサーバ130の変更情報受信部134とキャッシュ管理部132とが、この変更情報に対して全てのキャッシュデータを削除するという処理を行うとよい。
図18において、tbl_idタグのCACHE_ALL_CLEARが、全てのキャッシュデータの削除を意味する。
例えば、DBサーバ140がデータベース141の障害を検知した場合に図18に示すような変更情報をアプリケーションサーバ130に送信し、アプリケーションサーバ130が全てのキャッシュデータを削除することで、データベース141に記憶されるデータと異なるキャッシュデータを記憶することを防ぎ、キャッシュデータの整合性を高めることができる。
FIG. 18 is a diagram showing change information transmitted from the DB server 140 to the application server 130 in the first embodiment.
In the above description, the change information transmission unit 144 of the DB server 140 transmits the change information as shown in FIG. 12 to the application server 130, and the change information reception unit 134 and the cache management unit 132 of the application server 130 change the change information into the change information. The case where the cache data related to the data table indicated by the included table ID is deleted has been described.
In addition, the change information transmission unit 144 of the DB server 140 transmits the change information as shown in FIG. 18 to the application server 130, and the change information reception unit 134 and the cache management unit 132 of the application server 130 respond to this change information. And deleting all cache data.
In FIG. 18, CACHE_ALL_CLEAR of the tbl_id tag means deletion of all cache data.
For example, when the DB server 140 detects a failure in the database 141, the change information as shown in FIG. 18 is transmitted to the application server 130, and the application server 130 deletes all the cache data and is stored in the database 141. It is possible to prevent cache data different from the stored data from being stored and to improve the consistency of the cache data.

実施の形態2.
図19は、実施の形態2におけるウェブ検索システムの構成図である。
図19に示すように、ウェブ検索システムは複数のWWWサーバ120、複数のアプリケーションサーバ130を備え、さらに、各WWWサーバ120、各アプリケーションサーバ130に処理負荷を分散する負荷分散装置150を備える構成でもよい。また、負荷分散装置150をWWWサーバ120とアプリケーションサーバ130との間に配置してもよい。
複数のWWWサーバ120、複数のアプリケーションサーバ130、負荷分散装置150を備えることで、ユーザ端末100からの検索要求の処理を分散し応答時間を短縮するなどの利点が得られる。
Embodiment 2. FIG.
FIG. 19 is a configuration diagram of the web search system in the second embodiment.
As shown in FIG. 19, the web search system includes a plurality of WWW servers 120 and a plurality of application servers 130, and further includes a load distribution device 150 that distributes a processing load to each WWW server 120 and each application server 130. Good. Further, the load balancer 150 may be arranged between the WWW server 120 and the application server 130.
By providing the plurality of WWW servers 120, the plurality of application servers 130, and the load distribution apparatus 150, advantages such as distribution of search request processing from the user terminal 100 and shortening of response time can be obtained.

実施の形態3.
図20は、実施の形態3におけるウェブ検索システムの構成図である。
図20に示すように、ウェブ検索システムは複数のDBサーバ140を備えデータベース141に記憶するデータテーブルを分散してもよい。また、負荷分散装置150をアプリケーションサーバ130とDBサーバ140との間に配置してもよい。
データテーブルの分散、処理の負荷分散ができることで、ユーザ端末100からの検索要求の処理に対する応答時間を短縮するなどの利点が得られる。
Embodiment 3 FIG.
FIG. 20 is a configuration diagram of the web search system in the third embodiment.
As shown in FIG. 20, the web search system may include a plurality of DB servers 140 and distribute data tables stored in the database 141. Further, the load balancer 150 may be arranged between the application server 130 and the DB server 140.
Since the data table can be distributed and the processing load can be distributed, advantages such as a reduction in response time for processing of a search request from the user terminal 100 can be obtained.

実施の形態4.
図21は、実施の形態4におけるウェブ検索システムの構成図である。
図21に示すように、複数のウェブ検索システムで構成してもよい。
これにより、一つのウェブ検索システムに障害が発生しても、他のウェブ検索システムによりユーザ端末100からの検索要求を処理することが可能となる。
Embodiment 4 FIG.
FIG. 21 is a configuration diagram of the web search system in the fourth embodiment.
As shown in FIG. 21, a plurality of web search systems may be used.
Thereby, even if a failure occurs in one web search system, the search request from the user terminal 100 can be processed by another web search system.

ウェブ検索システムは、上記実施の形態1〜上記実施の形態4の構成に限らず、いろいろな構成を取ることができる。これによりシステムの性能が向上するなどの利点が得られる。   The web search system is not limited to the configurations of the first to fourth embodiments, and can take various configurations. This provides advantages such as improved system performance.

また、ウェブ検索システムは、検索のみを行うシステムに限らず、検索を伴うシステムを対象とする。   Further, the web search system is not limited to a system that performs only a search, but is a system that involves a search.

従来技術におけるWWW多階層システムの構成図。The block diagram of the WWW multi-tier system in a prior art. 実施の形態1におけるウェブ検索システムの備える各装置の外観を示す図。FIG. 2 is a diagram illustrating an appearance of each device included in the web search system according to the first embodiment. 実施の形態1におけるウェブ検索システムの備える各装置のハードウェア構成図。FIG. 2 is a hardware configuration diagram of each device included in the web search system according to the first embodiment. 実施の形態1におけるウェブ検索システムの構成図。1 is a configuration diagram of a web search system according to Embodiment 1. FIG. 実施の形態1におけるアプリケーションサーバ130の処理の流れを示すフローチャート。4 is a flowchart showing a process flow of an application server 130 according to the first embodiment. 実施の形態1におけるキャッシュ管理部132が記憶管理するデータ形式を示す図。FIG. 3 is a diagram illustrating a data format stored and managed by the cache management unit 132 according to the first embodiment. 実施の形態1におけるキャッシュ管理部132が記憶するキャッシュログを示す図。The figure which shows the cache log which the cache management part 132 in Embodiment 1 memorize | stores. 実施の形態1における管理テーブルに変更されたデータテーブルの情報を格納するトリガーの定義文を示す図。The figure which shows the definition sentence of the trigger which stores the information of the data table changed into the management table in Embodiment 1. FIG. 実施の形態1における管理テーブルのテーブル形式を示す図。FIG. 5 is a diagram showing a table format of a management table in the first embodiment. 実施の形態1におけるDBサーバ140の処理の流れを示すフローチャート。3 is a flowchart showing a processing flow of a DB server 140 according to the first embodiment. 実施の形態1におけるDBプロパティ記憶部143の記憶内容を示す図。The figure which shows the memory content of DB property memory | storage part 143 in Embodiment 1. FIG. 実施の形態1におけるDBサーバ140がアプリケーションサーバ130に送信する変更情報を示す図。The figure which shows the change information which DB server 140 in Embodiment 1 transmits to the application server 130. 実施の形態1におけるアプリケーションサーバ130の処理の流れを示すフローチャート。4 is a flowchart showing a process flow of an application server 130 according to the first embodiment. 実施の形態1におけるAPプロパティ記憶部133の記憶情報を示す図。FIG. 6 is a diagram showing storage information in an AP property storage unit 133 in the first embodiment. 実施の形態1におけるAPプロパティ記憶部133の記憶情報を示す図。FIG. 6 is a diagram showing storage information in an AP property storage unit 133 in the first embodiment. 実施の形態1におけるAPプロパティ記憶部133の記憶情報を示す図。FIG. 6 is a diagram showing storage information in an AP property storage unit 133 in the first embodiment. 実施の形態1におけるAPプロパティ記憶部133の記憶情報を示す図。FIG. 6 is a diagram showing storage information in an AP property storage unit 133 in the first embodiment. 実施の形態1におけるDBサーバ140がアプリケーションサーバ130に送信する変更情報を示す図。The figure which shows the change information which DB server 140 in Embodiment 1 transmits to the application server 130. 実施の形態2におけるウェブ検索システムの構成図。The block diagram of the web search system in Embodiment 2. FIG. 実施の形態3におけるウェブ検索システムの構成図。FIG. 6 is a configuration diagram of a web search system in a third embodiment. 実施の形態4におけるウェブ検索システムの構成図。The block diagram of the web search system in Embodiment 4. FIG.

符号の説明Explanation of symbols

100 ユーザ端末、110 ネットワーク、120 WWWサーバ、130 アプリケーションサーバ、131 検索結果取得部、132 キャッシュ管理部、133 APプロパティ記憶部、134 変更情報受信部、140 DBサーバ、141 データベース、142 変更検出部、143 DBプロパティ記憶部、144 変更情報送信部、145 検索結果送信部、150 負荷分散装置、901 CRT表示装置、902 K/B、903 マウス、904 FDD、905 CDD、906 プリンタ装置、907 スキャナ装置、910 システムユニット、911 CPU、912 バス、913 ROM、914 RAM、915 通信ボード、920 磁気ディスク装置、921 OS、922 ウィンドウシステム、923 プログラム群、924 ファイル群、931 電話器、932 FAX機、940 インターネット、941 プロキシサーバ、942 LAN。   100 user terminal, 110 network, 120 WWW server, 130 application server, 131 search result acquisition unit, 132 cache management unit, 133 AP property storage unit, 134 change information reception unit, 140 DB server, 141 database, 142 change detection unit, 143 DB property storage unit, 144 change information transmission unit, 145 search result transmission unit, 150 load distribution device, 901 CRT display device, 902 K / B, 903 mouse, 904 FDD, 905 CDD, 906 printer device, 907 scanner device, 910 system unit, 911 CPU, 912 bus, 913 ROM, 914 RAM, 915 communication board, 920 magnetic disk unit, 921 OS, 922 window system, 923 program Group, 924 file group, 931 telephone, 932 FAX machine, 940 Internet, 941 proxy server, 942 LAN.

Claims (11)

検索用ウェブページを使用した検索要求に対応する検索結果データを、データベースサーバから取得するアプリケーションサーバにおいて、
検索用ウェブページを識別するページID(IDentification)と、検索用ウェブページで指定された検索条件データとに基づいてデータベースサーバから検索結果データを取得する検索結果取得部と、
ページIDと検索条件データと、検索結果取得部が取得した検索結果データとを関連付けて記憶管理するキャッシュ管理部と、
ページIDと検索条件データと、データベースサーバが管理するデータベースに含まれるテーブルを識別するテーブルIDとを関連付けて記憶するAP(アプリケーション)プロパティ記憶部と、
データベースサーバから変更のあったテーブルのテーブルIDを受信し、受信したテーブルIDに関連付けられたページIDと検索条件データとをAPプロパティ記憶部から取得し、APプロパティ記憶部から取得したページIDと検索条件データとに関連付けられた検索結果データを削除させる命令信号をキャッシュ管理部に出力する変更情報受信部と
を備えたことを特徴とするアプリケーションサーバ。
In an application server that acquires search result data corresponding to a search request using a search web page from a database server,
A search result acquisition unit that acquires search result data from a database server based on a page ID (IDentification) for identifying a search web page and search condition data specified in the search web page;
A cache management unit that stores and manages the page ID, the search condition data, and the search result data acquired by the search result acquisition unit;
An AP (application) property storage unit that stores a page ID, search condition data, and a table ID for identifying a table included in a database managed by the database server in association with each other;
The table ID of the changed table is received from the database server, the page ID and search condition data associated with the received table ID are acquired from the AP property storage unit, and the page ID and search acquired from the AP property storage unit An application server comprising: a change information receiving unit that outputs a command signal for deleting search result data associated with condition data to a cache management unit.
検索要求を行うアプリケーションサーバに対して検索結果データを応答するデータベースサーバにおいて、
アプリケーションサーバから検索される各種データを保持するデータテーブルと、変更されたデータテーブルを識別するテーブルID(IDentification)を保持する管理テーブルとを記憶するデータベースと、
データベースに記憶されたデータテーブルの変更を検知し、変更されたデータテーブルのテーブルIDをデータベースに記憶された管理テーブルに出力する変更検出部と、
管理テーブルを監視する時間間隔と、アプリケーションサーバの位置を示すアプリケーションサーバアドレスとを記憶するDB(データベース)プロパティ記憶部と、
DBプロパティ記憶部に記憶された時間間隔毎に、管理テーブルの示すテーブルIDを、DBプロパティ記憶部に記憶されたアプリケーションサーバアドレスの示すアプリケーションサーバに送信する変更情報送信部と
を備えたことを特徴とするデータベースサーバ。
In the database server that returns search result data to the application server that makes the search request,
A database that stores a data table that holds various data retrieved from the application server, and a management table that holds a table ID (IDentification) for identifying the changed data table;
A change detection unit that detects a change in the data table stored in the database and outputs the table ID of the changed data table to the management table stored in the database;
A DB (database) property storage unit for storing a time interval for monitoring the management table and an application server address indicating the location of the application server;
A change information transmission unit that transmits a table ID indicated by the management table to the application server indicated by the application server address stored in the DB property storage unit for each time interval stored in the DB property storage unit. A database server.
アプリケーションサーバとデータベースサーバとを備え、検索用ウェブページを使用した検索要求に対する検索結果データを取得するウェブ検索システムにおいて、
アプリケーションサーバは、
検索用ウェブページを識別するページID(IDentification)と、検索用ウェブページで指定された検索条件データとに基づいてデータベースサーバから検索結果データを取得する検索結果取得部と、
ページIDと検索条件データと、検索結果取得部が取得した検索結果データとを関連付けて記憶管理するキャッシュ管理部と、
ページIDと、データベースサーバが管理するデータベースに含まれるテーブルを識別するテーブルIDとを関連付けて記憶するAP(アプリケーション)プロパティ記憶部と、
データベースサーバから、変更のあったテーブルのテーブルIDを受信し、受信したテーブルIDに関連付けられたページIDと検索条件データとをAPプロパティ記憶部から取得し、APプロパティ記憶部から取得したページIDと検索条件データとに関連付けられた検索結果データを削除させる命令信号をキャッシュ管理部に出力する変更情報受信部とを備え、
データベースサーバは、
アプリケーションサーバから検索される各種データを保持するデータテーブルと、変更されたデータテーブルを識別するテーブルIDを保持する管理テーブルとを記憶するデータベースと、
データベースに記憶されたデータテーブルの変更を検知し、変更されたデータテーブルのテーブルIDをデータベースに記憶された管理テーブルに出力する変更検出部と、
管理テーブルを監視する時間間隔と、アプリケーションサーバの位置を示すアプリケーションサーバアドレスとを記憶するDB(データベース)プロパティ記憶部と、
DBプロパティ記憶部に記憶された時間間隔毎に、管理テーブルの示すテーブルIDを、DBプロパティ記憶部に記憶されたアプリケーションサーバアドレスの示すアプリケーションサーバに送信する変更情報送信部とを備えた
ことを特徴とするウェブ検索システム。
In a web search system comprising an application server and a database server and acquiring search result data for a search request using a search web page,
Application server
A search result acquisition unit that acquires search result data from a database server based on a page ID (IDentification) for identifying a search web page and search condition data specified in the search web page;
A cache management unit that stores and manages the page ID, the search condition data, and the search result data acquired by the search result acquisition unit;
An AP (application) property storage unit that stores a page ID and a table ID that identifies a table included in the database managed by the database server in association with each other;
The table ID of the changed table is received from the database server, the page ID and the search condition data associated with the received table ID are acquired from the AP property storage unit, and the page ID acquired from the AP property storage unit A change information receiving unit that outputs a command signal for deleting the search result data associated with the search condition data to the cache management unit;
The database server
A database that stores a data table that holds various data retrieved from the application server, and a management table that holds a table ID for identifying the changed data table;
A change detection unit that detects a change in the data table stored in the database and outputs the table ID of the changed data table to the management table stored in the database;
A DB (database) property storage unit for storing a time interval for monitoring the management table and an application server address indicating the location of the application server;
A change information transmission unit that transmits a table ID indicated by the management table to the application server indicated by the application server address stored in the DB property storage unit for each time interval stored in the DB property storage unit. Web search system.
上記ウェブ検索システムは、さらに、
検索用ウェブページのページデータを出力し、出力したページデータの示す検索用ウェブページを使用して入力された検索条件データを入力し、出力したページデータの示す検索用ウェブページのページIDと入力した検索条件データとをアプリケーションサーバに送信し、アプリケーションサーバから検索結果データを受信し、受信した検索結果データに基づく検索結果ウェブページのページデータを出力するウェブサーバ
を備えたことを特徴とする請求項3記載のウェブ検索システム。
The web search system further includes:
Output page data of search web page, input search condition data input using search web page indicated by output page data, input page ID and input of search web page indicated by output page data And a search server that transmits the search condition data to the application server, receives the search result data from the application server, and outputs page data of the search result web page based on the received search result data. Item 4. The web search system according to Item 3.
上記ウェブサーバと上記アプリケーションサーバと上記データベースサーバとの少なくともいずれかを複数備えることを特徴とする請求項3または請求項4記載のウェブ検索システム。   The web search system according to claim 3 or 4, comprising a plurality of at least one of the web server, the application server, and the database server. 処理を負荷分散する負荷分散装置を備えることを特徴とする請求項5記載のウェブ検索システム。   6. The web search system according to claim 5, further comprising a load balancer for load balancing the processing. 上記ウェブ検索システムを複数備えたことを特徴とする請求項3〜請求項6いずれかに記載のウェブ検索システム。   The web search system according to claim 3, comprising a plurality of the web search systems. 検索用ウェブページを使用した検索要求に対応する検索結果データを、データベースサーバから取得するアプリケーションサーバの検索結果取得方法において、
検索用ウェブページを識別するページID(IDentification)と、検索用ウェブページで指定された検索条件データとに基づいてデータベースサーバから検索結果データを取得する検索結果取得工程と、
ページIDと検索条件データと、検索結果取得工程で取得した検索結果データとを関連付けて記憶管理するキャッシュ管理工程と、
ページIDと検索条件データと、データベースサーバが管理するデータベースに含まれるテーブルを識別するテーブルIDとを関連付けて記憶するAP(アプリケーション)プロパティ記憶工程と、
データベースサーバから変更のあったテーブルのテーブルIDを受信し、受信したテーブルIDに関連付けられたページIDと検索条件データでありAPプロパティ記憶工程で記憶されたページIDと検索条件データとに関連付けられた検索結果データをキャッシュ管理工程により削除する変更情報受信工程と
を実行することを特徴とする検索結果取得方法。
In the search result acquisition method of the application server that acquires the search result data corresponding to the search request using the search web page from the database server,
A search result acquisition step of acquiring search result data from the database server based on a page ID (IDentification) for identifying the search web page and search condition data specified in the search web page;
A cache management process for storing and managing the page ID, the search condition data, and the search result data acquired in the search result acquisition process;
An AP (application) property storage step for storing a page ID, search condition data, and a table ID for identifying a table included in the database managed by the database server;
The table ID of the changed table is received from the database server, and the page ID and search condition data associated with the received table ID are associated with the page ID and search condition data stored in the AP property storage step. A search result acquisition method comprising: executing a change information receiving step of deleting search result data by a cache management step.
検索要求を行うアプリケーションサーバに対して検索結果データを応答するデータベースサーバの検索結果応答方法において、
アプリケーションサーバから検索される各種データを保持するデータテーブルと、変更されたデータテーブルを識別するテーブルID(IDentification)を保持する管理テーブルとを記憶するデータ記憶工程と、
データ記憶工程で記憶されたデータテーブルの変更を検知し、変更されたデータテーブルのテーブルIDをデータ記憶工程で記憶された管理テーブルに出力する変更検出部と、
管理テーブルを監視する時間間隔と、アプリケーションサーバの位置を示すアプリケーションサーバアドレスとを記憶するDB(データベース)プロパティ記憶工程と、
DBプロパティ記憶工程で記憶された時間間隔毎に、データ記憶工程で記憶された管理テーブルの示すテーブルIDを、DBプロパティ記憶工程で記憶されたアプリケーションサーバアドレスの示すアプリケーションサーバに送信する変更情報送信工程と
を実行することを特徴とする検索結果応答方法。
In the search result response method of the database server that returns search result data to the application server that makes the search request,
A data storage step for storing a data table for holding various data retrieved from the application server and a management table for holding a table ID (IDentification) for identifying the changed data table;
A change detection unit that detects a change in the data table stored in the data storage step and outputs the table ID of the changed data table to the management table stored in the data storage step;
A DB (database) property storage step for storing a time interval for monitoring the management table and an application server address indicating the location of the application server;
For each time interval stored in the DB property storage step, a change information transmission step of transmitting the table ID indicated by the management table stored in the data storage step to the application server indicated by the application server address stored in the DB property storage step And executing a search result response method.
請求項8記載の検索結果取得方法をコンピュータに実行させる検索結果取得プログラム。   A search result acquisition program for causing a computer to execute the search result acquisition method according to claim 8. 請求項9記載の検索結果応答方法をコンピュータに実行させる検索結果応答プログラム。   A search result response program for causing a computer to execute the search result response method according to claim 9.
JP2004314049A 2004-10-28 2004-10-28 Application server, database server, web retrieval system, retrieval result acquisition method, retrieval result response method, retrieval result acquisition program and retrieval result response program Pending JP2006127123A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004314049A JP2006127123A (en) 2004-10-28 2004-10-28 Application server, database server, web retrieval system, retrieval result acquisition method, retrieval result response method, retrieval result acquisition program and retrieval result response program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004314049A JP2006127123A (en) 2004-10-28 2004-10-28 Application server, database server, web retrieval system, retrieval result acquisition method, retrieval result response method, retrieval result acquisition program and retrieval result response program

Publications (1)

Publication Number Publication Date
JP2006127123A true JP2006127123A (en) 2006-05-18

Family

ID=36721834

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004314049A Pending JP2006127123A (en) 2004-10-28 2004-10-28 Application server, database server, web retrieval system, retrieval result acquisition method, retrieval result response method, retrieval result acquisition program and retrieval result response program

Country Status (1)

Country Link
JP (1) JP2006127123A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008146412A (en) * 2006-12-11 2008-06-26 Fujitsu Ltd Network management system, program, and method
JP2013137839A (en) * 2013-04-11 2013-07-11 Nomura Research Institute Ltd Information providing device, information providing method and information providing system
US9401870B2 (en) 2012-11-07 2016-07-26 Fujitsu Limited Information processing system and method for controlling information processing system
JP2017035504A (en) * 2016-09-29 2017-02-16 株式会社コナミデジタルエンタテインメント Amusement system
CN112131455A (en) * 2020-09-28 2020-12-25 贝壳技术有限公司 List page retrieval degradation method and device, electronic equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0991232A (en) * 1995-09-27 1997-04-04 Nippon Telegr & Teleph Corp <Ntt> Resource change notification method
JPH11328113A (en) * 1998-05-14 1999-11-30 Nec Corp Information retrieval device
JP2001236362A (en) * 2000-02-25 2001-08-31 Hitachi Ltd Device and method for information retrieval and output
JP2001325260A (en) * 2000-03-09 2001-11-22 Hitachi Ltd Information service providing method
JP2001344241A (en) * 2000-05-31 2001-12-14 Hikari Tsushin Inc Information retrieving system
JP2003030231A (en) * 2001-07-11 2003-01-31 Nippon Telegr & Teleph Corp <Ntt> Method, device and program for providing document retrieval service and storage medium with document retrieval service program stored thereon
JP2004086317A (en) * 2002-08-23 2004-03-18 Fujitsu Ltd Load distribution method and device
JP2004126844A (en) * 2002-10-01 2004-04-22 Turf Media System:Kk Server computer device with cache memory control function
JP2004213348A (en) * 2002-12-27 2004-07-29 Canon Sales Co Inc Data base retrieving device, data base retrieving method, program, and recording medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0991232A (en) * 1995-09-27 1997-04-04 Nippon Telegr & Teleph Corp <Ntt> Resource change notification method
JPH11328113A (en) * 1998-05-14 1999-11-30 Nec Corp Information retrieval device
JP2001236362A (en) * 2000-02-25 2001-08-31 Hitachi Ltd Device and method for information retrieval and output
JP2001325260A (en) * 2000-03-09 2001-11-22 Hitachi Ltd Information service providing method
JP2001344241A (en) * 2000-05-31 2001-12-14 Hikari Tsushin Inc Information retrieving system
JP2003030231A (en) * 2001-07-11 2003-01-31 Nippon Telegr & Teleph Corp <Ntt> Method, device and program for providing document retrieval service and storage medium with document retrieval service program stored thereon
JP2004086317A (en) * 2002-08-23 2004-03-18 Fujitsu Ltd Load distribution method and device
JP2004126844A (en) * 2002-10-01 2004-04-22 Turf Media System:Kk Server computer device with cache memory control function
JP2004213348A (en) * 2002-12-27 2004-07-29 Canon Sales Co Inc Data base retrieving device, data base retrieving method, program, and recording medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008146412A (en) * 2006-12-11 2008-06-26 Fujitsu Ltd Network management system, program, and method
US9401870B2 (en) 2012-11-07 2016-07-26 Fujitsu Limited Information processing system and method for controlling information processing system
JP2013137839A (en) * 2013-04-11 2013-07-11 Nomura Research Institute Ltd Information providing device, information providing method and information providing system
JP2017035504A (en) * 2016-09-29 2017-02-16 株式会社コナミデジタルエンタテインメント Amusement system
CN112131455A (en) * 2020-09-28 2020-12-25 贝壳技术有限公司 List page retrieval degradation method and device, electronic equipment and storage medium
CN112131455B (en) * 2020-09-28 2021-09-17 贝壳找房(北京)科技有限公司 List page retrieval degradation method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US8700573B2 (en) File storage service system, file management device, file management method, ID denotative NAS server and file reading method
US6973546B2 (en) Method, system, and program for maintaining data in distributed caches
US9304966B2 (en) Providing local access to managed content
US8195607B2 (en) Fail over resource manager access in a content management system
KR20050001422A (en) Registering for and retrieving database table change information that can be used to invalidate cache entries
US8396938B2 (en) Providing direct access to distributed managed content
US7797275B2 (en) System and method of time-based cache coherency maintenance in user file manager of object-based storage system
EP2545458B1 (en) Method and memory cache data center
US7661036B1 (en) Cache for collecting events on a monitored computer
US7591019B1 (en) Method and system for optimization of anti-virus scan
JPH1091638A (en) Retrieval system
JP2005122702A (en) Method and apparatus for improving integration between search engine and one or more file servers
US20060015573A1 (en) System and method for automatic redirection to stored web resources upon access failure
US20100115061A1 (en) Server system, server apparatus, program and method
JP4713257B2 (en) Data storage device and version management program
US20070219965A1 (en) Document retrieving system, document retrieving apparatus, method, program and storage medium therefor
JP2008262561A (en) System and method for aiding file search and file operation by indexing historical file names and locations
JP2009211403A (en) File search program
US20110282923A1 (en) File management system, method, and recording medium of program
JP2006127123A (en) Application server, database server, web retrieval system, retrieval result acquisition method, retrieval result response method, retrieval result acquisition program and retrieval result response program
US8843530B2 (en) Configurable offline data store
JP2004302564A (en) Name service providing method, execution device of the same, and processing program of the same
KR100658299B1 (en) Method for monitoring telecommunication network performance based on web corresponding to change database structure
JPH10254752A (en) Electronic filing system
JP4777386B2 (en) Database system and database server device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070605

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091224

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100112

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100511