JP2010009465A - Retrieval support apparatus - Google Patents

Retrieval support apparatus Download PDF

Info

Publication number
JP2010009465A
JP2010009465A JP2008170364A JP2008170364A JP2010009465A JP 2010009465 A JP2010009465 A JP 2010009465A JP 2008170364 A JP2008170364 A JP 2008170364A JP 2008170364 A JP2008170364 A JP 2008170364A JP 2010009465 A JP2010009465 A JP 2010009465A
Authority
JP
Japan
Prior art keywords
search
formula
expression
retrieval
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.)
Granted
Application number
JP2008170364A
Other languages
Japanese (ja)
Other versions
JP5133796B2 (en
Inventor
Yu Miyazaki
祐 宮崎
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan 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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2008170364A priority Critical patent/JP5133796B2/en
Publication of JP2010009465A publication Critical patent/JP2010009465A/en
Application granted granted Critical
Publication of JP5133796B2 publication Critical patent/JP5133796B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a retrieval support apparatus for supporting retrieval request operation of a client terminal in a network system wherein a retrieval request based on a retrieval formula is transmitted from the client terminal to a retrieval server. <P>SOLUTION: The retrieval support apparatus includes: a retrieval formula database; a usable retrieval formula presentation means for presenting a retrieval formula which can be used for retrieval service in the client terminal out of retrieval formulas registered in the retrieval formula database; and a control information providing means for providing retrieval control information for allowing the retrieval server to execute retrieval based on the presented retrieval formula to the client terminal. The usable retrieval formula presentation means displays retrieval formula subsidiary information on a screen of the client terminal. When retrieval formula selecting operation is performed in the client terminal, a retrieval request based on the selected retrieval formula is transmitted to the retrieval server. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、検索サーバとクライアント端末で構成され、クライアント端末から検索サーバに対して検索式による検索要求を行うネットワークシステムにおいて、クライアント端末における検索要求操作を支援する検索支援装置に関する。   The present invention relates to a search support apparatus that supports a search request operation at a client terminal in a network system that includes a search server and a client terminal, and that makes a search request by a search formula from the client terminal to the search server.

近年、様々な情報がインターネット上で公開されており、パーソナルコンピュータ等のクライアント端末によりこれらの情報を容易に閲覧できるようになっている。また、インターネット上で公開されている情報は膨大な数にのぼるため、ユーザが所望の情報(例えば、ウェブページ)を効率よく入手できるように、ポータルサイト等によって検索サービスが提供されている。
一般に、ユーザはクライアント端末でウェブブラウザを起動して、ウェブブラウザ上に検索サービスのウェブページ(例えば、ポータルサイトのトップページ)を表示させ、検索窓と呼ばれるテキスト入力欄にキーワードを入力することで検索を実行する。そして、検索サービスを提供するウェブサーバによって、クライアント端末から送信された検索条件(例えば、キーワード)に適合する検索結果が抽出され、この検索結果がクライアント端末に提示される。
In recent years, various types of information have been released on the Internet, and such information can be easily browsed by a client terminal such as a personal computer. In addition, since a large amount of information is published on the Internet, a search service is provided by a portal site or the like so that a user can efficiently obtain desired information (for example, a web page).
Generally, a user starts a web browser on a client terminal, displays a web page of a search service (for example, a top page of a portal site) on the web browser, and inputs a keyword in a text input field called a search window. Perform a search. Then, a search result that matches the search condition (for example, keyword) transmitted from the client terminal is extracted by the web server that provides the search service, and the search result is presented to the client terminal.

検索サービスにおいては、操作が簡単なことから、単独のキーワードまたは複数のキーワードをスペースで区切って入力する方法が主として利用されているが、複数のキーワードを演算子で結合した検索式による検索も可能となっている。なお、複数のキーワードをスペースで区切って入力する方法も、表示上は単なるキーワード入力であるが、検索式による検索の一つ(AND検索)である。   In search services, the method of entering a single keyword or multiple keywords separated by a space is mainly used because it is easy to operate, but it is also possible to search using a search expression that combines multiple keywords with operators. It has become. Note that the method of inputting a plurality of keywords separated by spaces is also a simple keyword input on the display, but is one of searches using a search expression (AND search).

図9は、検索式に用いられる演算子の一例を示す説明図である。
図9に示すように、演算子としては、“AND”、“OR”、“NOT”、“()”の4種類が知られている。
AND演算子は、“AND”で結合される2つのキーワードの全てが含まれる情報を検索するための演算子であり、例えば、“A AND B”(A、Bはキーワード、以下同じ)で表される検索式による検索が行われると、A、Bの両方を含む情報が抽出される。
OR演算子は、“OR”で結合される2つのキーワードの何れかが含まれる情報を検索するための演算子であり、例えば、“A OR B”で表される検索式による検索が行われると、A、Bの何れか一方を含む情報が抽出される。
NOT演算子は、“NOT”の後に入力されるキーワードを含まない情報を検索するための演算子であり、例えば、“A NOT B”で表される検索式による検索が行われると、Aを含む情報のうち、Bを含まない情報、すなわちAだけを含む情報が抽出される。
“()”は、内側に入力された検索式による検索を優先して行うための演算子で、例えば、“(A AND B) NOT C”で表される検索式による検索が行われると、A、Bの両方を含む情報のうち、Cを含まない情報が抽出される。
FIG. 9 is an explanatory diagram illustrating an example of an operator used in a search expression.
As shown in FIG. 9, four types of operators “AND”, “OR”, “NOT”, and “()” are known.
The AND operator is an operator for searching for information including all two keywords connected by “AND”. For example, “A AND B” (A and B are keywords; When a search using the search formula is performed, information including both A and B is extracted.
The OR operator is an operator for searching for information including any one of two keywords connected by “OR”. For example, a search using a search expression represented by “A OR B” is performed. And information including any one of A and B is extracted.
The NOT operator is an operator for searching for information that does not include a keyword input after “NOT”. For example, when a search using a search expression represented by “A NOT B” is performed, A Among the included information, information not including B, that is, information including only A is extracted.
“()” Is an operator for preferentially performing a search based on a search expression input inside. For example, when a search based on a search expression represented by “(A AND B) NOT C” is performed, Among the information including both A and B, information not including C is extracted.

図10は、特定の検索結果を得るための検索式の入力例について示す説明図である。
図10に示すように、例えば、Windows(登録商標)で聞ける音楽または音源(MIDIは含まない)を紹介するサイトが知りたい場合には、“Windows AND (音楽 OR 音源) NOT MIDI”という検索式が利用される。また例えば、コンピュータまたはインターネットに関する雑誌を知りたいときには、“雑誌 AND (コンピュータ OR インターネット)”という検索式が利用される。
このように、図9に示す演算子とキーワードを上手に組み合わせることにより、膨大な情報の中から所望の情報を効率よく検索することが可能となる。
FIG. 10 is an explanatory diagram showing an input example of a search expression for obtaining a specific search result.
As shown in FIG. 10, for example, if you want to know a site that introduces music or sound sources (not including MIDI) that can be heard on Windows (registered trademark), a search formula “Windows AND (music OR sound source) NOT MIDI” is used. Is used. Further, for example, when a user wants to know a magazine related to a computer or the Internet, a search expression “magazine AND (computer OR Internet)” is used.
Thus, by combining the operators and keywords shown in FIG. 9 well, it becomes possible to efficiently search for desired information from a vast amount of information.

検索式を用いた検索方法に関する技術として、例えば、キーワード等の検索条件を、演算子に関連付けられたアイコンにドラッグするという簡単な操作のみで検索式を生成する技術が提案されている(例えば、特許文献1)。
特開平11−45271号公報
As a technique related to a search method using a search expression, for example, a technique for generating a search expression only by a simple operation of dragging a search condition such as a keyword to an icon associated with an operator has been proposed (for example, Patent Document 1).
Japanese Patent Laid-Open No. 11-45271

しかしながら、検索式による検索はユーザへの認知度が低い上、所望の情報を得るための検索式の生成は容易ではないため、検索サービスにおいてほとんど利用されていないのが現状である。また、苦労して検索式を生成しても、いざ検索を実行してみると所望する検索結果が得られない場合もあるため、敬遠されがちとなっている。
特許文献1に記載の技術を利用すると検索式の生成操作は簡単になるが、検索式自体の構成はユーザが考えなければならないため、やはり検索式による検索を有効に利用する術としては不十分である。
However, a search using a search formula has low recognition to the user, and it is not easy to generate a search formula for obtaining desired information. Further, even if it is difficult to generate a search expression, there is a case where a desired search result may not be obtained when a search is executed, and therefore it is apt to be avoided.
If the technique described in Patent Document 1 is used, the search expression generation operation becomes simple, but the structure of the search expression itself must be considered by the user, so that it is still insufficient as a technique for effectively using the search based on the search expression. It is.

本発明は、検索サーバとクライアント端末で構成され、クライアント端末から検索サーバに対して検索式による検索要求を行うネットワークシステムにおいて、クライアント端末における検索要求操作を支援する検索支援装置を提供することを目的とする。   An object of the present invention is to provide a search support device that supports a search request operation at a client terminal in a network system that includes a search server and a client terminal, and that makes a search request by a search formula from the client terminal to the search server. And

上記目的を達成するため、請求項1に記載の発明は、キーワードが演算子で結合された検索式による検索サービスを提供する検索サーバと、前記検索サーバにネットワーク接続され、前記検索サーバに対して検索式による検索要求を行う複数のクライアント端末と、で構成されるネットワークシステムにおいて、前記クライアント端末における検索式による検索要求を支援する検索支援装置であって、
特定の検索結果を得られる検索式と、この検索式に固有の検索式付随情報とが、対応付けて登録された検索式データベースと、
前記検索式データベースに登録されている検索式のうち、前記クライアント端末が検索サービスで利用し得る検索式を提示する利用検索式提示手段と、
前記利用検索式提示手段により提示された検索式による検索を前記検索サーバに実行させるための検索制御情報を前記クライアント端末に提供する制御情報提供手段と、を備え、
前記利用検索式提示手段は、前記検索式付随情報を前記クライアント端末の画面に表示することにより、当該検索式付随情報に対応する検索式が、前記クライアントが利用し得る検索式であることを示し、
前記クライアント端末において、前記利用検索式提示手段により提示された検索式の選択操作が行われたときに、前記検索制御情報に基づく処理が実行され、前記検索サーバに対して前記選択された検索式による検索要求が行われることを特徴とする。
In order to achieve the above object, the invention according to claim 1 is a search server that provides a search service based on a search expression in which keywords are combined by an operator, and is connected to the search server via a network, In a network system composed of a plurality of client terminals that perform a search request by a search expression, a search support device that supports a search request by a search expression in the client terminal,
A search expression database in which a search expression that obtains a specific search result and search expression-accompanying information unique to the search expression are registered in association with each other;
Among search formulas registered in the search formula database, use search formula presenting means for presenting a search formula that the client terminal can use in a search service;
Control information providing means for providing the client terminal with search control information for causing the search server to execute a search based on the search expression presented by the use search expression presenting means;
The usage search formula presenting means displays the search formula accompanying information on the screen of the client terminal to indicate that the search formula corresponding to the search formula accompanying information is a search formula that can be used by the client. ,
In the client terminal, when a search formula presented by the use search formula presenting unit is selected, processing based on the search control information is executed, and the selected search formula is selected with respect to the search server. This is characterized in that a search request is made.

請求項2に記載の発明は、請求項1に記載の検索支援装置において、前記検索式付随情報には、対応する検索式の識別情報、アイコン、タイトル名のうちの何れか一つが含まれることを特徴とする。   According to a second aspect of the present invention, in the search support device according to the first aspect, the search formula accompanying information includes any one of identification information, an icon, and a title name of the corresponding search formula. It is characterized by.

請求項3に記載の発明は、請求項1または2に記載の検索支援装置において、前記検索式付随情報には、対応する検索式による検索で得られることが期待される予想検索結果が含まれることを特徴とする。   According to a third aspect of the present invention, in the search support apparatus according to the first or second aspect, the search formula accompanying information includes an expected search result expected to be obtained by a search using a corresponding search formula. It is characterized by that.

請求項4に記載の発明は、請求項1から3のいずれか一項に記載の検索支援装置において、前記検索式付随情報を前記クライアント端末の画面にリスト形式で表示することにより、前記検索式データベースに登録されている複数の検索式を提示する登録検索式提示手段を備え、
前記利用検索式提示手段は、前記登録検索式提示手段により提示された複数の検索式のうち、前記クライアントにおけるユーザ操作に基づいて選択された検索式を、当該クライアントが前記検索サービスで利用し得る検索式として提示することを特徴とする。
According to a fourth aspect of the present invention, in the search support apparatus according to any one of the first to third aspects, the search formula is displayed on the screen of the client terminal in a list format by displaying the search formula accompanying information. A registered search expression presenting means for presenting a plurality of search expressions registered in the database;
The use search expression presenting means can use, in the search service, a search expression selected based on a user operation in the client among a plurality of search expressions presented by the registered search expression presenting means. It is presented as a search expression.

請求項5に記載の発明は、請求項4に記載の検索支援装置において、前記登録検索式提示手段は、前記複数のクライアント端末における選択頻度が高い順に、前記複数の検索式を並び替えることを特徴とする。   According to a fifth aspect of the present invention, in the search support device according to the fourth aspect, the registered retrieval formula presentation means rearranges the plurality of retrieval formulas in descending order of selection frequency in the plurality of client terminals. Features.

請求項6に記載の発明は、請求項4または5に記載の検索支援装置において、前記利用検索式提示手段は、前記クライアント端末において起動されたウェブブラウザ上に、前記選択された検索式を提示することを特徴とする。   According to a sixth aspect of the present invention, in the search support apparatus according to the fourth or fifth aspect, the usage retrieval formula presenting unit presents the selected retrieval formula on a web browser activated in the client terminal. It is characterized by doing.

請求項7に記載の発明は、請求項4または5に記載の検索支援装置において、前記利用検索式提示手段は、前記クライアント端末におけるデスクトップ上に、前記選択された検索式付随情報に対応する検索式を提示することを特徴とする。   According to a seventh aspect of the present invention, in the search support device according to the fourth or fifth aspect, the usage search formula presenting means is a search corresponding to the selected search formula accompanying information on the desktop of the client terminal. It is characterized by presenting an expression.

請求項8に記載の発明は、請求項1から7のいずれか一項に記載の検索支援装置において、前記検索式データベースは、前記複数のクライアント端末において生成された検索式及びこれに対応する検索式付随情報を登録可能であることを特徴とする。   The invention according to claim 8 is the search support apparatus according to any one of claims 1 to 7, wherein the search expression database includes a search expression generated in the plurality of client terminals and a search corresponding to the search expression. It is characterized by being able to register formula-accompanying information.

請求項9に記載の発明は、請求項1から8のいずれか一項に記載の検索支援装置において、前記検索式データベースには、前記特定の検索結果を得られる検索式に対応して、広告情報が登録されており、
前記利用検索式提示手段は、前記クライアント端末の画面に、前記検索式付随情報とともに前記広告情報を表示することを特徴とする。
According to a ninth aspect of the present invention, in the search support device according to any one of the first to eighth aspects, the search formula database includes an advertisement corresponding to a search formula from which the specific search result can be obtained. Information is registered,
The utilization search formula presenting means displays the advertisement information together with the search formula accompanying information on the screen of the client terminal.

本発明によれば、ユーザは、検索式を意識することなく簡単な操作により、検索式による検索要求を検索サーバに対して行うことができ、所望の検索結果を容易に取得することができる。   According to the present invention, a user can make a search request based on a search expression to the search server by a simple operation without being aware of the search expression, and can easily obtain a desired search result.

以下、本発明の実施の形態を図面に基づいて説明する。
図1は、本実施形態に係るネットワーク構成について示す概略図である。
本実施形態では、サーバ1からネットワークNを介して提供される検索サービスが、クライアント2において利用される場合について示している。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a schematic diagram showing a network configuration according to the present embodiment.
In the present embodiment, a case where a search service provided from the server 1 via the network N is used in the client 2 is shown.

図1に示すように、サーバ1には、通信ネットワークNを介してクライアント2(例えば、パーソナルコンピュータ2a、携帯電話2b等)が接続されている。
通信ネットワークNは、インターネットや電気通信事業者等の電話回線網、携帯電話通信網等であり、当該通信ネットワークNに接続するサーバ1とクライアント2の間を、データ通信可能に接続する。
As shown in FIG. 1, a client 2 (for example, a personal computer 2a, a mobile phone 2b, etc.) is connected to the server 1 via a communication network N.
The communication network N is a telephone network such as the Internet or a telecommunications carrier, a cellular phone communication network, and the like, and connects the server 1 and the client 2 connected to the communication network N so that data communication is possible.

このようなネットワークシステムにおいて、クライアント2が検索サービスの利用を指示(例えば、ポータルサイトで検索サービスを選択)すると、サーバ1から検索サービスの画面データ(HTMLファイル等)が送信され、クライアント2の画面には検索サービス画面が表示される。そして、この検索サービスにおいて、ユーザがキーワードを入力する等してサーバ1に対して検索要求を行うと、サーバ1はネットワークN上の各種ウェブサーバ(図示略)により公開されている情報(ウェブサイトやウェブページ)を検索し、検索条件に適合する検索結果をクライアント2に提示する。   In such a network system, when the client 2 instructs the use of the search service (for example, the search service is selected on the portal site), the search service screen data (such as an HTML file) is transmitted from the server 1, and the screen of the client 2 is displayed. Displays the search service screen. In this search service, when a user makes a search request to the server 1 by inputting a keyword or the like, the server 1 receives information (website) disclosed by various web servers (not shown) on the network N. Or a web page), and the client 2 is presented with a search result that matches the search condition.

サーバ1が提供する検索サービスにおいては、キーワードが演算子で結合された検索式による検索が可能となっている。従来、この検索式による検索は、ユーザが検索窓に直接検索式を入力することにより実現されていた。
本実施形態では、サーバ1に予め登録され、クライアント2が検索サービスで利用しうる検索式を、当該クライアント2に対して提示することにより、検索サービスにおいて簡単に検索式による検索を行えるようにしている。
In the search service provided by the server 1, it is possible to perform a search using a search expression in which keywords are combined with an operator. Conventionally, the search using this search formula has been realized by the user directly inputting the search formula into the search window.
In the present embodiment, a search expression registered in advance in the server 1 and usable by the client 2 in the search service is presented to the client 2 so that the search service can easily perform a search using the search expression. Yes.

図2は、サーバ1のハードウェア構成の概略を示すブロック図である。本実施形態におけるサーバ1は、例えば、クライアント2に検索サービスを提供するポータルサイトのウェブサーバ(検索サーバ)である。また、検索サービスで利用しうる検索式をクライアント2に対して提示し、この検索式による検索が自動的に実行できるようにする。すなわち、サーバ1は、本発明に係る検索支援装置として機能する。   FIG. 2 is a block diagram illustrating an outline of the hardware configuration of the server 1. The server 1 in this embodiment is, for example, a web server (search server) of a portal site that provides a search service to the client 2. In addition, a search expression that can be used in the search service is presented to the client 2 so that a search based on this search expression can be automatically executed. That is, the server 1 functions as a search support device according to the present invention.

図2に示すように、サーバ1は、制御部11、記憶部(補助記憶)12、入出力部13、通信部14、データベース15等を備えた一般的なコンピュータである。各ブロックはバスライン16により電気的に接続されている。   As shown in FIG. 2, the server 1 is a general computer including a control unit 11, a storage unit (auxiliary storage) 12, an input / output unit 13, a communication unit 14, a database 15, and the like. Each block is electrically connected by a bus line 16.

制御部11は、演算/制御装置としてのCPU(Central Processing Unit)111、主記憶装置としてのRAM(Random Access Memory)112及びROM(Read Only Memory)113で構成される。
ROM113には、BIOS(Basic Input Output System)と呼ばれるプログラムや基本的な設定データが記憶されている。RAM112には、記憶部12から読み出されたOSや各種アプリケーションなどのプログラムが展開される。
CPU111は、RAM112に展開されたプログラムに従って各種処理を実行し、各ブロックを制御する。
The control unit 11 includes a CPU (Central Processing Unit) 111 as an arithmetic / control device, a RAM (Random Access Memory) 112 and a ROM (Read Only Memory) 113 as a main storage device.
The ROM 113 stores a program called BIOS (Basic Input Output System) and basic setting data. The RAM 112 is loaded with programs such as an OS and various applications read from the storage unit 12.
The CPU 111 executes various processes in accordance with programs developed in the RAM 112 and controls each block.

記憶部12は、例えばハードディスク等で構成され、OS、各種アプリケーションプログラム(例えば、サーバ用プログラムやウェブアプリケーションプログラム(検索プログラムを含む))、及びポータルサイトのウェブページデータ(例えば、HTMLファイル)等の各種データが記憶されている。
入出力部13は、サーバ1の管理者が利用するためのユーザインターフェースを構成する。
通信部14は、TCP/IP等の通信プロトコルに従って処理を行い、ネットワークNを介してクライアント2とデータの送受信を行う。
The storage unit 12 includes, for example, a hard disk and the like, such as an OS, various application programs (for example, server programs and web application programs (including search programs)), portal site web page data (for example, HTML files), and the like. Various data are stored.
The input / output unit 13 constitutes a user interface for use by the administrator of the server 1.
The communication unit 14 performs processing according to a communication protocol such as TCP / IP, and transmits / receives data to / from the client 2 via the network N.

データベース15は、検索式データベース15aとユーザデータベース15bを含んで構成される。
検索式データベース15aには、クライアント2が検索サービスで利用しうる検索式を当該クライアント2に対して提示するためのデータが格納されている。具体的には、図4に示すように、複数のキーワードが演算子で結合された検索式ごとに、検索式の識別情報(検索式ID)、検索式のデータ、アイコンの画像データ、検索式のタイトルデータ、検索式により得られる検索結果データが登録されている。
なお、検索結果データについては検索結果IDが登録されており、検索結果IDに対応する検索結果のデータ本体は別領域に格納されている。この検索結果は、例えば、検索式生成時に当該検索式による検索で得られた検索結果であり、当該検索式によりどのような検索結果が得られるかを示しているに過ぎず、現時点において同様の検索結果が得られることを保証するものではない。つまり、対応する検索式による検索で得られることが期待される予想検索結果である。
The database 15 includes a search expression database 15a and a user database 15b.
The search formula database 15a stores data for presenting to the client 2 search formulas that the client 2 can use in the search service. Specifically, as shown in FIG. 4, for each search expression in which a plurality of keywords are combined by an operator, search expression identification information (search expression ID), search expression data, icon image data, search expression Title data and search result data obtained by a search formula are registered.
The search result ID is registered for the search result data, and the data body of the search result corresponding to the search result ID is stored in another area. This search result is, for example, a search result obtained by a search by the search formula at the time of generating the search formula, and only shows what search result can be obtained by the search formula. There is no guarantee that search results will be obtained. That is, it is an expected search result expected to be obtained by a search using a corresponding search expression.

図4では、“神奈川県 AND (横浜 OR 川崎) AND (住宅 OR 住居)”という、神奈川県の横浜または川崎にある住宅または住居の情報を検索するための検索式が登録されており、この検索式には検索ID“123123”が付与されている。また、家を模したアイコン画像、“横浜か川崎の住宅・住居情報”というタイトル名、“220”という検索結果IDが、検索式に対応付けて登録されている。
“神奈川県 AND (横浜 OR 川崎) AND (住宅 OR 住居)”という検索式は、クライアント2の画面上では、検索ID“123123”、家を模したアイコン画像、“横浜か川崎の住宅・住居情報”というタイトル名、検索ID“220”に紐付けられた検索結果の表示により提示されることとなる。つまり、クライアント2の画面には、検索式付随情報だけが表示され、検索式自体はユーザに認識されない。
In FIG. 4, a search formula for searching for information on a house or residence in Yokohama or Kawasaki, Kanagawa Prefecture, which is “Kanagawa AND (Yokohama OR Kawasaki) AND (residence OR residence)”, is registered. A search ID “123123” is assigned to the expression. In addition, an icon image simulating a house, a title name “Housing or dwelling information in Yokohama or Kawasaki”, and a search result ID “220” are registered in association with the search formula.
The search expression “Kanagawa AND (Yokohama OR Kawasaki) AND (Residence OR Residential)” is the search ID “123123” on the client 2 screen, an icon image that imitates a house, and “Yokohama or Kawasaki housing and housing information” It is presented by displaying the search result associated with the title name “and search ID“ 220 ”. That is, only the search formula accompanying information is displayed on the screen of the client 2, and the search formula itself is not recognized by the user.

このように、検索式データベース15aには、特定の検索結果を得られる検索式と、この検索式に固有の検索式付随情報(検索式ID、アイコン、タイトル、検索結果)とが、対応付けて登録されている。サーバ1が提供する検索サービスでは、検索式自体ではなく、検索式付随情報をクライアント2の画面に表示することにより、当該クライアント2が検索サービスで利用しうる検索式を提示する。   Thus, in the search formula database 15a, a search formula that can obtain a specific search result and search formula accompanying information (search formula ID, icon, title, search result) specific to this search formula are associated with each other. It is registered. In the search service provided by the server 1, the search formula accompanying information is displayed on the screen of the client 2 instead of the search formula itself, thereby presenting a search formula that the client 2 can use in the search service.

なお、検索式データベース15aには、サーバ管理者により生成された検索式でなく、クライアント2においてユーザにより生成された検索式もアップロードして登録できるようになっている。検索サービスにおいて利用可能な検索式は簡単なものから複雑なものまで多種多様であり、得られる検索結果も様々であるので、ユーザが生成した検索式を流用できるようにするのは極めて有効である。
また、検索式を公開したユーザに対してポータルサイトで利用可能なポイントを付与する等、便宜を図るようにすれば、ユーザは、他のユーザの興味を引く検索結果が得られる検索式を生成して積極的に公開することとなるので、検索式の提供サービスを充実化させることができる。
In the search formula database 15a, not only the search formula generated by the server administrator but also the search formula generated by the user in the client 2 can be uploaded and registered. There are a wide variety of search expressions that can be used in the search service, from simple to complex, and the search results that can be obtained vary, so it is extremely effective to be able to use the search expressions generated by the user. .
In addition, if the user who has made the search formula public is given points that can be used on the portal site, for example, the user can generate a search formula that can obtain search results that attract other users' interests. As a result, the search expression providing service can be enhanced.

図3において、ユーザデータベース15bには、サーバ1が提供するポータルサイトで会員専用サービスを利用できるユーザの管理情報(例えば、ログインID、利用可能なサービス等)が登録されている。   In FIG. 3, user management information (for example, login ID, usable service, etc.) of users who can use the members-only service on the portal site provided by the server 1 is registered in the user database 15b.

サーバ1のCPU111は、サーバ用ソフトウェア及びウェブアプリケーションを実行することにより、クライアント2のウェブブラウザ上におけるユーザ操作に応じた処理を行う。例えば、クライアント2のウェブブラウザ上において、ユーザがポータルサイトで提供される検索サービスを選択すると、この検索サービスで利用し得る検索式を提示する。
また、提示された検索式がユーザによって選択操作されると、サーバ1は検索条件(検索式)を満たすコンテンツを検索し、検索結果を含む新たなHTMLファイルを生成し、これをクライアント2に送信する。
The CPU 111 of the server 1 performs processing corresponding to a user operation on the web browser of the client 2 by executing server software and a web application. For example, when the user selects a search service provided on the portal site on the web browser of the client 2, a search expression that can be used with this search service is presented.
When the presented search expression is selected and operated by the user, the server 1 searches the content satisfying the search condition (search expression), generates a new HTML file including the search result, and transmits this to the client 2. To do.

図3は、クライアント2のハードウェア構成の概略を示すブロック図である。
図3に示すように、クライアント2は、制御部21、記憶部22、入力部23、表示部24、通信部部25等を備えた一般的なパーソナルコンピュータである。各部はバスライン26により電気的に接続されている。
FIG. 3 is a block diagram showing an outline of the hardware configuration of the client 2.
As shown in FIG. 3, the client 2 is a general personal computer including a control unit 21, a storage unit 22, an input unit 23, a display unit 24, a communication unit 25, and the like. Each part is electrically connected by a bus line 26.

制御部21の構成はサーバ1の制御部11の構成と同様である。
記憶部22は、例えばハードディスクで構成され、OS、各種アプリケーションプログラム(例えば、ウェブブラウザプログラム)、及び各種データの他、サーバ1からダウンロードしたコンテンツ(例えば、ウェブページで公開されている画像)のデータ等を記憶する。
入力部23は、例えば、キーボード及びマウスで構成され、ユーザが情報を入力する際に使用される。
表示部24は、例えば、液晶ディスプレイ等で構成され、制御部21からの表示制御指令に基づいて所定の画面を表示する。表示部25には、例えば、ウェブブラウザのGUIが表示される。
通信部25は、TCP/IP等の通信プロトコルに従って処理を行い、ネットワークNを介してサーバ1とデータの送受信を行う。
The configuration of the control unit 21 is the same as the configuration of the control unit 11 of the server 1.
The storage unit 22 is configured by, for example, a hard disk, and data of contents downloaded from the server 1 (for example, images published on a web page) in addition to the OS, various application programs (for example, a web browser program), and various types of data. Memorize etc.
The input unit 23 includes, for example, a keyboard and a mouse, and is used when a user inputs information.
The display unit 24 is configured by, for example, a liquid crystal display or the like, and displays a predetermined screen based on a display control command from the control unit 21. For example, a GUI of a web browser is displayed on the display unit 25.
The communication unit 25 performs processing according to a communication protocol such as TCP / IP and transmits / receives data to / from the server 1 via the network N.

クライアント2のCPU211は、例えば、起動したウェブブラウザ上において、ユーザが操作部24によりURLを入力すると、このURLで指定されるウェブページをサーバ1に要求する。そして、サーバ1から送信されたHTMLファイルを解析して、ウェブブラウザ上にウェブページを表示する。また、サーバ1により提供される検索サービスにおいて、ユーザがウェブブラウザ上に提示された検索式の選択操作を行うと、この検索式による検索要求が自動的に行われる。   For example, when the user inputs a URL through the operation unit 24 on the activated web browser, the CPU 211 of the client 2 requests the server 1 for a web page specified by the URL. Then, the HTML file transmitted from the server 1 is analyzed and a web page is displayed on the web browser. Further, in the search service provided by the server 1, when the user performs an operation of selecting a search formula presented on the web browser, a search request based on this search formula is automatically performed.

本実施形態では、クライアント2のウェブブラウザ上に表示される検索サービス画面において、予め検索式データベース15aに登録されている検索式(登録検索式)のリストを提示し、この検索式リストの中から選択された検索式が、クライアント2が検索に利用し得る検索式(利用検索式)としてお気に入りに登録されるようになっている。つまり、お気に入りに登録された検索式がユーザによって選択操作されることで、検索式による検索が実行される。   In the present embodiment, on the search service screen displayed on the web browser of the client 2, a list of search formulas (registered search formulas) registered in advance in the search formula database 15a is presented, and the search formula list is displayed. The selected search formula is registered in the favorites as a search formula (use search formula) that the client 2 can use for the search. That is, when a search formula registered in the favorites is selected and operated by the user, a search based on the search formula is executed.

図5は、クライアント2のウェブブラウザに表示される検索サービスの画面例を示す説明図である。なお、検索式データベース15aには図4に示すデータが格納されているものとする。
図5に示すように、検索サービス画面D1は、検索条件となるキーワード(検索式を含む)の入力欄を含む検索窓SW、検索式データベース15aに登録されている検索式を提示する検索式リスト窓LW、及びクライアント2が検索サービスで利用しうる検索式を提示するお気に入り窓BW、を有している。また、図5の左上領域にはログインユーザ名Uが表示されており、ユーザIDが“ABC”のユーザがログインして検索サービスを利用していることを示している。
FIG. 5 is an explanatory diagram showing an example of a search service screen displayed on the web browser of the client 2. It is assumed that the data shown in FIG. 4 is stored in the search expression database 15a.
As shown in FIG. 5, the search service screen D1 includes a search window SW including an input field for a keyword (including a search expression) serving as a search condition, and a search expression list presenting search expressions registered in the search expression database 15a. A window LW and a favorite window BW that presents a search expression that the client 2 can use in the search service are provided. Further, a login user name U is displayed in the upper left area of FIG. 5, indicating that a user whose user ID is “ABC” logs in and uses the search service.

検索式リスト窓LWは、検索式ごとに表示領域が分割され(表示領域AR1、AR2)、それぞれの表示領域AR1、AR2には検索式が提示されている。具体的には、表示領域AR1には検索式データベース15aに登録されている検索ID“123123”の検索式が提示され、表示領域AR2には検索ID“123124”の検索式が提示されている。なお、図5では、検索式リスト窓LWに2つの検索式だけが提示されているが、検索式リスト窓LWに表示される情報は上下方向にスクロールできるようになっている。
このとき、検索式リスト窓LWには、複数のクライアント2において取得された頻度(選択頻度)の高い順に検索式を並び替えて提示する。これにより、ユーザは、他のユーザによって利用されている検索式、すなわち利用価値の高い検索式を容易に認識することができるので、検索式を選択する上で参考とすることができる。
In the search expression list window LW, a display area is divided for each search expression (display areas AR1, AR2), and search expressions are presented in the respective display areas AR1, AR2. Specifically, the search formula of the search ID “123123” registered in the search formula database 15a is presented in the display area AR1, and the search formula of the search ID “123124” is presented in the display area AR2. In FIG. 5, only two search formulas are presented in the search formula list window LW, but information displayed in the search formula list window LW can be scrolled up and down.
At this time, search formulas are rearranged and presented in the search formula list window LW in descending order of the frequency (selection frequency) acquired in the plurality of clients 2. Thus, the user can easily recognize a search expression used by another user, that is, a search expression having a high utility value, and can be used as a reference when selecting the search expression.

表示領域AR1、AR2には、検索式自体ではなく、それぞれの検索式に対応する検索式付随情報(I11〜I14、I21〜I24)が表示されている。検索を行おうとするユーザにとっては、どのような検索結果が得られるのかを認識できれば足り、その検索式の構造を認識する必要はないためである。図5に示すように、検索式に付けられたタイトル名I12、I13や、検索式により得られることが期待される検索結果I14、I24により、ユーザは当該検索式を利用するか否かを判断することができる。   In the display areas AR1 and AR2, not the search formula itself but the search formula accompanying information (I11 to I14 and I21 to I24) corresponding to each search formula is displayed. This is because it is sufficient for a user who wants to perform a search to recognize what kind of search result is obtained, and it is not necessary to recognize the structure of the search expression. As shown in FIG. 5, the user determines whether to use the search expression based on the title names I12 and I13 given to the search expression and the search results I14 and I24 expected to be obtained from the search expression. can do.

また、それぞれの表示領域AR1、AR2には、「この検索式を取得しますか」と表記された入力部品(取得ボタン)B1、B2が配設されている。この取得ボタンB1、B2がユーザによって選択操作(例えば、クリック操作)されると、当該取得ボタンに対応する検索式が、クライアント2が検索サービスで利用しうる検索式として取得され、お気に入り窓BWに追加される。図5に示す検索サービス画面のHTMLファイルに、ユーザが取得ボタンB1、B2をクリック操作することに基づいてお気に入り窓BWに検索式を追加するための制御プログラムを埋め込むことにより、上記処理は実現される。   In addition, input parts (acquisition buttons) B1 and B2 labeled “Do you want to acquire this search expression” are arranged in the display areas AR1 and AR2, respectively. When the acquisition buttons B1 and B2 are selected (for example, clicked) by the user, a search expression corresponding to the acquisition button is acquired as a search expression that the client 2 can use in the search service, and is displayed in the favorite window BW. Added. The above processing is realized by embedding a control program for adding a search expression to the favorite window BW based on the user clicking the acquisition buttons B1 and B2 in the HTML file of the search service screen shown in FIG. The

お気に入り窓BWには、検索式ID“123123”の検索式付随情報が表示されており、クライアント2が検索サービスで利用しうる検索式として取得されていることを示している。このお気に入り窓BWにおいても、検索式は対応する検索式付随情報(I11〜I13)により提示されている。   In the favorite window BW, the search formula accompanying information of the search formula ID “123123” is displayed, indicating that the client 2 has been acquired as a search formula that can be used in the search service. Also in this favorite window BW, the search formula is presented by the corresponding search formula accompanying information (I11 to I13).

お気に入り窓BWに表示される検索式付随情報としては、検索式の識別情報I11、アイコンI12、タイトル名I13のうちのいずれか一つが含まれるようにする。また、図5のお気に入り窓BWには表示されていないが、対応する検索式による検索で得られることで期待される予想検索結果(検索式リストLWの検索結果I14)が含まれるようにしてもよい。
これにより、ユーザは、検索式の実体を意識することなく検索式による検索要求を行い、所望する検索結果を得ることができる。また、予想検索結果が表示されているので、検索式により得られるはずの検索結果を予め把握することができ、何れの検索式による検索を行うべきかを容易に認識できる。
The search formula accompanying information displayed in the favorite window BW includes any one of the search formula identification information I11, the icon I12, and the title name I13. Further, although not displayed in the favorite window BW in FIG. 5, an expected search result (search result I14 in the search formula list LW) expected by being obtained by a search using a corresponding search formula may be included. Good.
Accordingly, the user can make a search request based on the search formula without being aware of the substance of the search formula, and obtain a desired search result. Further, since the expected search result is displayed, the search result that should be obtained by the search formula can be grasped in advance, and it can be easily recognized which search formula should be used for the search.

お気に入り窓BWに提示されている検索式がユーザによって選択操作(例えば、アイコンI13のクリック操作、またはアイコンI13を検索窓SWにドラッグする操作)されると、サーバ1に対して当該検索式による検索要求が行われる。図5に示す検索サービス画面のHTMLファイルに、お気に入り窓BWにおけるユーザの選択操作に伴い、選択された検索式による検索を検索サーバに実行させるための制御プログラム(検索制御情報)を埋め込むことにより、上記処理は実現される。   When the search formula presented in the favorite window BW is selected by the user (for example, clicking the icon I13 or dragging the icon I13 to the search window SW), the server 1 performs a search using the search formula. A request is made. By embedding a control program (search control information) for causing the search server to execute a search based on the selected search expression in accordance with the user's selection operation in the favorite window BW in the HTML file of the search service screen shown in FIG. The above processing is realized.

図6は、本実施形態に係る検索式による検索を行うときの、サーバ1とクライアント2間の処理手順の一例について示すフローチャートである。図6に示す処理は、例えば、ポータルサイトのトップページにおいて、検索サービスが選択されたときに開始される。   FIG. 6 is a flowchart illustrating an example of a processing procedure between the server 1 and the client 2 when performing a search using a search formula according to the present embodiment. The process shown in FIG. 6 is started, for example, when a search service is selected on the top page of the portal site.

図6において、ステップS101では、サーバ1からクライアント2に対して、検索サービス画面のデータが送信される。この画面データには、例えば、検索サービス画面のベースとなるHTMLファイル、このHTMLファイルに埋め込まれた制御プログラム、画像ファイル、等が含まれる。
ステップS102では、クライアント2のウェブブラウザにより検索サービス画面のデータが解析され、図5に示すような検索サービス画面が表示される。
In FIG. 6, in step S <b> 101, search service screen data is transmitted from the server 1 to the client 2. The screen data includes, for example, an HTML file serving as a base of the search service screen, a control program embedded in the HTML file, an image file, and the like.
In step S102, the search service screen data is analyzed by the web browser of the client 2 and a search service screen as shown in FIG. 5 is displayed.

図5に示す検索サービス画面D1では、検索式リスト窓LWに検索式に対応する検索式付随情報が表示されている。すなわち、サーバ1は、検索式付随情報(図5のI11〜I14、I21〜I24)をクライアント2の画面に表示することにより、検索式データベース15aに登録されている複数の検索式をリスト形式で提示する登録検索式提示手段を備える。   In the search service screen D1 shown in FIG. 5, the search formula accompanying information corresponding to the search formula is displayed in the search formula list window LW. That is, the server 1 displays a plurality of search formulas registered in the search formula database 15a in a list format by displaying the search formula accompanying information (I11 to I14 and I21 to I24 in FIG. 5) on the screen of the client 2. A registration retrieval formula presenting means for presenting is provided.

ステップS103において、ユーザによる取得ボタンB1またはB2のクリック操作を受け付けると、この取得要求がサーバ1に対して送信される。
ステップS104では、取得要求された検索式が、当該ユーザが検索サービスにおいて利用しうる検索式として登録される。例えば、ユーザデータベース15bにおいて、ログインユーザのIDに対応付けて、取得要求された検索式のIDが登録される。つまり、本実施形態では、クライアント2が検索サービスで利用しうる検索式は、サーバ1側で管理されている。
ステップS105では、お気に入り窓BWに取得要求された検索式が追加された検索サービス画面のデータが送信される。
ステップS106では、クライアント2における検索サービス画面が更新される。すなわち、クライアント2において起動されたウェブブラウザ上に、選択された検索式が提示される。
In step S <b> 103, when the user clicks on the acquisition button B <b> 1 or B <b> 2, the acquisition request is transmitted to the server 1.
In step S104, the retrieval formula requested to be acquired is registered as a retrieval formula that the user can use in the retrieval service. For example, in the user database 15b, the ID of the search expression requested for acquisition is registered in association with the ID of the login user. That is, in the present embodiment, the search expressions that can be used by the client 2 in the search service are managed on the server 1 side.
In step S105, the search service screen data to which the search expression requested to be acquired is added to the favorite window BW is transmitted.
In step S106, the search service screen in the client 2 is updated. That is, the selected search expression is presented on the web browser activated in the client 2.

図5に示す検索サービス画面D1において、お気に入り窓BWに提示される検索式は、クライアント2が検索サービスで利用しうる検索式である。また、お気に入り窓BWに検索式付随情報を表示することにより、当該検索式付随情報に対応する検索式が、クライアント2が利用しうる検索式であることを示している。
すなわち、サーバ1は、検索式データベース15aに登録されている検索式のうち、クライアント2が検索サービスで利用しうる検索式を提示する利用検索式提示手段を備える。また、利用検索式提示手段は、登録検索式提示手段により提示された複数の検索式(検索式リスト窓LWに提示された検索式)のうち、クライアント2におけるユーザ操作に基づいて選択された検索式を、当該クライアント2が検索サービスで利用しうる検索式として提示する。
In the search service screen D1 shown in FIG. 5, the search formula presented in the favorite window BW is a search formula that the client 2 can use in the search service. Further, by displaying the search formula accompanying information in the favorite window BW, it is indicated that the search formula corresponding to the search formula accompanying information is a search formula that the client 2 can use.
That is, the server 1 includes use search expression presenting means for presenting a search expression that the client 2 can use in the search service among the search expressions registered in the search expression database 15a. The use search formula presenting means is a search selected based on a user operation in the client 2 among a plurality of search formulas (search formulas presented in the search formula list window LW) presented by the registered search formula presenting means. The formula is presented as a search formula that the client 2 can use in the search service.

ステップS107において、お気に入り窓BWに提示された検索式に対応するアイコンI13がユーザにより選択操作(クリック操作または検索窓SWへのドラッグ操作)されると、検索式による検索要求がなされたものと判断され、この検索要求がサーバ1に対して送信される。すなわち、クライアント2において、利用検索式提示手段により提示された検索式の選択操作が行われると、検索制御情報(制御プログラム)に基づく処理が実行され、選択された検索式による検索要求が検索サーバ(サーバ1)に対して行われる。
このように、お気に入り窓BWに提示される検索式(検索式付随情報)には、ユーザ操作に基づいて当該検索式による検索をサーバ1に対して要求する制御プラグラムが関連付けられている。すなわち、サーバ1は、利用検索式提示手段により提示された検索式による検索を検索サーバ(サーバ1)に実行させるための検索制御情報(制御プログラム)をクライアント2に提供する制御情報提供手段を備える。
In step S107, when the icon I13 corresponding to the search expression presented in the favorite window BW is selected by the user (click operation or drag operation to the search window SW), it is determined that a search request based on the search expression has been made. Then, this search request is transmitted to the server 1. That is, when the selection operation of the retrieval formula presented by the utilization retrieval formula presenting unit is performed in the client 2, processing based on the retrieval control information (control program) is executed, and a retrieval request based on the selected retrieval formula is sent to the retrieval server. (Server 1).
As described above, a search program (search formula accompanying information) presented in the favorite window BW is associated with a control program that requests the server 1 to perform a search using the search formula based on a user operation. That is, the server 1 includes control information providing means for providing the client 2 with search control information (control program) for causing the search server (server 1) to execute a search based on the search expression presented by the use search expression presenting means. .

ステップS108では、サーバ1において、検索式による検索が実行される。
ステップS109では、検索結果画面のデータが生成され、クライアント2に対して送信される。
ステップS110では、クライアント2において検索結果画面が表示される。例えば、図5に示すお気に入り窓BWに提示されている検索式が選択操作された場合は、検索式リスト窓LWにおいて表示されている検索結果I14のような検索結果が表示されることとなる。なお、検索結果I14は当該検索式が登録された時点の検索結果であるため、ステップS110で表示される検索結果と一致するとは限らない。
In step S108, the server 1 performs a search using a search expression.
In step S109, search result screen data is generated and transmitted to the client 2.
In step S110, the client 2 displays a search result screen. For example, when the search formula presented in the favorite window BW shown in FIG. 5 is selected, a search result such as the search result I14 displayed in the search formula list window LW is displayed. Note that the search result I14 is a search result at the time when the search expression is registered, and therefore does not necessarily match the search result displayed in step S110.

本実施形態では、ユーザは、検索式を意識することなく簡単な操作により、検索式による検索要求を検索サーバに対して行うことができ、所望の検索結果を容易に取得することができる。
具体的には、ユーザはクライアント2の画面(検索サービスのお気に入り窓BW)に表示されている検索式付随情報を選択操作するだけで、所定の検索式による検索を容易に検索サーバに要求することができる。検索サービス画面において検索式自体は一切表示されないので、ユーザは検索式を意識することなく所望の検索結果を得ることができる。したがって、検索式による検索に不慣れなユーザにとって特に有効である。
In this embodiment, the user can make a search request based on the search formula to the search server with a simple operation without being aware of the search formula, and can easily obtain a desired search result.
Specifically, the user can easily request a search by a predetermined search formula from the search server only by selecting and operating the search formula accompanying information displayed on the client 2 screen (search service favorite window BW). Can do. Since the search formula itself is not displayed on the search service screen, the user can obtain a desired search result without being aware of the search formula. Therefore, it is particularly effective for a user who is unfamiliar with a search using a search expression.

(変形例)
上記実施形態では、クライアント2のウェブブラウザ上のお気に入り窓BWに、検索式リストLWの中から選択された検索式を提示するようにしているが、クライアント2のデスクトップ上に、選択された検索式を提示するようにしてもよい。
(Modification)
In the above embodiment, the search formula selected from the search formula list LW is presented in the favorite window BW on the web browser of the client 2, but the selected search formula is displayed on the desktop of the client 2. May be presented.

図7は、変形例に係る検索式による検索を行うときの、サーバ1とクライアント2間の処理手順の一例について示すフローチャートである。
図7において、ステップS201〜S203は、図6のステップS101〜S103と同様である。
ステップS204では、ステップS203で取得要求された検索式に対応する検索プログラム(例えば、ウィジェット)がクライアント2に対して送信され、ダウンロードされる。この検索プログラムは、ユーザ操作(例えば、アイコンのクリック操作)に基づいて、ウェブブラウザを起動し(既に起動されている場合は省略)、検索サービスのウェブページに移行した後、検索プログラムに対応付けられた検索式による検索要求を自動的に行う検索制御情報である。
ステップS205では、クライアント2のデスクトップ上に、ダウンロードされた検索プログラムのアイコン(例えば、検索式付随情報として登録されているアイコン)が表示される。変形例では、クライアント2のデスクトップ上に、登録検索式提示手段により提示された検索式(例えば、図5の検索式リストLWの表示)の中から選択された検索式が、検索プログラムを起動するトリガとなるアイコンで提示される(利用検索式提示手段、制御情報提供手段)。つまり、クライアント2が検索サービスで利用しうる検索式は、クライアント2側で管理されている。
FIG. 7 is a flowchart illustrating an example of a processing procedure between the server 1 and the client 2 when performing a search using a search formula according to the modification.
In FIG. 7, steps S201 to S203 are the same as steps S101 to S103 in FIG.
In step S204, a search program (for example, a widget) corresponding to the search expression requested for acquisition in step S203 is transmitted to the client 2 and downloaded. This search program starts a web browser based on a user operation (for example, an icon click operation) (omitted if already started), moves to a search service web page, and then associates with the search program This is search control information for automatically making a search request based on a given search expression.
In step S205, an icon of the downloaded search program (for example, an icon registered as search formula accompanying information) is displayed on the desktop of the client 2. In the modified example, a search formula selected from the search formulas (for example, display of the search formula list LW in FIG. 5) presented by the registered search formula presenting unit on the desktop of the client 2 starts the search program. Presented as a trigger icon (use search expression presenting means, control information providing means). That is, the search expressions that the client 2 can use in the search service are managed on the client 2 side.

ステップS206において、デスクトップに提示された検索プログラムのアイコンがユーザにより選択操作(クリック操作)されると、検索式による検索要求がなされたものと判断され、ウェブブラウザを介して検索要求がサーバ1に対して送信される。すなわち、クライアント2において、利用検索式提示手段により提示された検索式(デスクトップ上のアイコン表示)の選択操作が行われると、検索制御情報(検索プログラム)に基づく処理が実行され、選択された検索式による検索要求が検索サーバ(サーバ1)に対して行われる。   In step S206, when the search program icon presented on the desktop is selected (clicked) by the user, it is determined that a search request based on the search formula has been made, and the search request is sent to the server 1 via the web browser. Sent to. That is, when the selection operation of the search formula (icon display on the desktop) presented by the use search formula presenting means is performed in the client 2, processing based on the search control information (search program) is executed and the selected search is performed. A search request based on an expression is made to the search server (server 1).

ステップS207では、サーバ1において、検索式による検索が実行される。
ステップS208では、検索結果画面のデータが生成され、クライアント2に対して送信される。
ステップS209では、クライアント2において検索結果画面が表示される。
In step S207, the server 1 performs a search using a search expression.
In step S <b> 208, search result screen data is generated and transmitted to the client 2.
In step S209, the client 2 displays a search result screen.

このように、変形例においても、ユーザは、検索式を意識することなく簡単な操作により、検索式による検索要求を検索サーバに対して行うことができ、所望の検索結果を容易に取得することができる。具体的には、ユーザはクライアント2のデスクトップ上に表示されている検索式を示すアイコンを選択操作するだけで、所定の検索式による検索を容易に検索サーバに要求することができる。   As described above, even in the modified example, the user can make a search request based on the search expression to the search server by a simple operation without being aware of the search expression, and easily obtain a desired search result. Can do. Specifically, the user can easily request the search server for a search based on a predetermined search formula only by selecting and operating an icon indicating the search formula displayed on the desktop of the client 2.

以上、本発明者によってなされた発明を実施形態に基づいて具体的に説明したが、本発明は上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲で変更可能である。   As mentioned above, although the invention made by this inventor was concretely demonstrated based on embodiment, this invention is not limited to the said embodiment, It can change in the range which does not deviate from the summary.

例えば、上記実施形態では、検索式リスト窓LWに提示された検索式の中から選択された検索式が、お気に入り窓BWまたはデスクトップ上に提示され、これを選択することで検索式による検索が行われるようになっているが、検索式リスト窓LWに提示された検索式の中から選択された検索式でもって、直接検索式による検索が行われるようにしてもよい。この場合、検索式リスト窓LWの表示は、登録検索式提示手段による検索式の提示であるとともに、利用検索式提示手段による検索式の提示となる。   For example, in the above-described embodiment, a search formula selected from the search formulas presented in the search formula list window LW is presented on the favorite window BW or the desktop, and a search by the search formula is performed by selecting this. However, it is also possible to perform a search based on a direct search formula using a search formula selected from the search formulas presented in the search formula list window LW. In this case, the display of the search formula list window LW is the presentation of the search formula by the registered search formula presentation means and the presentation of the search formula by the use search formula presentation means.

また、本発明によれば、検索式自体が流通することとなるので、この検索式を広告媒体として利用することもできる。この場合、検索式データベース15aには、利用しうる検索式をクライアント2に対して提示するときに、検索式付随情報とともに表示する広告情報を、検索式ごとに登録しておく。このとき、広告情報として広告IDを登録しておき、広告IDに対応する広告のデータ本体は広告データベースに格納されるようにしておけば、広告データベースに格納されている広告情報を流用できる。   Further, according to the present invention, the search formula itself is distributed, so that the search formula can also be used as an advertising medium. In this case, in the search formula database 15a, advertisement information to be displayed together with the search formula accompanying information when the search formula that can be used is presented to the client 2 is registered for each search formula. At this time, if the advertisement ID is registered as the advertisement information and the advertisement data body corresponding to the advertisement ID is stored in the advertisement database, the advertisement information stored in the advertisement database can be used.

図8は、クライアント2のウェブブラウザに表示される検索サービス画面の変形例を示す説明図である。
図8に示す検索サービス画面D2において、例えば、検索式リスト窓LWに、検索式付随情報(I11〜I14、I21〜I24)とともに広告情報I15、I25を表示する。また、お気に入りリスト窓BWに、検索式付随情報(I11〜I13)とともに広告情報I15を表示する。このとき、検索式に対応して複数の広告情報が登録されている場合は、所定の時間間隔で広告表示は順次変更される。
FIG. 8 is an explanatory diagram showing a modified example of the search service screen displayed on the web browser of the client 2.
In the search service screen D2 shown in FIG. 8, for example, advertisement information I15 and I25 are displayed in the search expression list window LW together with the search expression accompanying information (I11 to I14, I21 to I24). In addition, the advertisement information I15 is displayed together with the search formula accompanying information (I11 to I13) in the favorite list window BW. At this time, when a plurality of advertisement information is registered corresponding to the search formula, the advertisement display is sequentially changed at predetermined time intervals.

このように、検索式の提供サービスにおいて検索式の提示とともに広告を表示させることで、サービス提供者は広告主からの広告収入を得ることができる。広告主は、利用価値の高い検索式(ユーザによる利用頻度が高い検索式)を選択して、自社の広告情報を登録することで、効率的な広告配信が可能となる。
また、検索式をアップロードしたユーザに対して広告配信による利益を付与するようにすれば、ユーザは積極的に検索式を生成して公開することとなり、さらに検索式が流通することとなる。その結果、利用価値の低い検索式は淘汰され、利用価値の高い検索式が優先して提示されることとなり、検索式の提供サービスがさらに便利になる。
In this way, the service provider can obtain the advertising revenue from the advertiser by displaying the advertisement together with the presentation of the search expression in the search expression providing service. Advertisers can select efficient search formulas (search formulas that are frequently used by users) and register their own advertising information, thereby enabling efficient advertisement distribution.
Further, if the user who has uploaded the search formula is given the benefit of advertisement distribution, the user will actively generate and publish the search formula, and the search formula will be distributed. As a result, a search formula with a low use value is deceived, and a search formula with a high use value is preferentially presented, and the search formula providing service becomes more convenient.

また、上記実施形態では、サーバ1が検索サーバとしての機能と、検索支援装置としての機能を兼ねるようにしているが、それぞれ別々の構成とすることができる。また、検索支援装置によりクライアント2に提示された検索式は、他のポータルサイトが提供する検索サービスにおいて利用できるようにしてもよい。   Moreover, in the said embodiment, although the server 1 serves as the function as a search server and the function as a search assistance apparatus, it can be set as a respectively different structure. The search formula presented to the client 2 by the search support device may be used in a search service provided by another portal site.

今回開示された実施の形態はすべての点で例示であって制限的なものではないと考えられるべきである。本発明の範囲は上記した説明ではなくて特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。   The embodiment disclosed this time should be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.

本実施形態に係るネットワーク構成について示す概略図である。It is the schematic shown about the network structure which concerns on this embodiment. サーバ1のハードウェア構成の概略を示すブロック図である。2 is a block diagram showing an outline of a hardware configuration of a server 1. FIG. クライアント2のハードウェア構成の概略を示すブロック図である。2 is a block diagram illustrating an outline of a hardware configuration of a client 2. FIG. 検索式データベース15aのデータ構成の一例について示す説明図である。It is explanatory drawing shown about an example of a data structure of the search expression database 15a. クライアント2のウェブブラウザに表示される検索サービスの画面例を示す説明図である。It is explanatory drawing which shows the example of a screen of the search service displayed on the web browser of the client 2. FIG. サーバ1とクライアント2間の処理手順の一例について示すフローチャートである。3 is a flowchart illustrating an example of a processing procedure between a server 1 and a client 2. 変形例に係る検索式による検索を行うときの、サーバ1とクライアント2間の処理手順の一例について示すフローチャートである。It is a flowchart shown about an example of the process sequence between the server 1 and the client 2 when performing the search by the search type which concerns on a modification. クライアント2のウェブブラウザに表示される検索サービス画面の変形例を示す説明図である。It is explanatory drawing which shows the modification of the search service screen displayed on the web browser of the client. 検索式に用いられる演算子の一例を示す説明図である。It is explanatory drawing which shows an example of the operator used for a search expression. 特定の検索結果を得るための検索式の入力例について示す説明図である。It is explanatory drawing shown about the input example of the search expression for obtaining a specific search result.

符号の説明Explanation of symbols

D1 検索サービス画面
SW 検索窓
LW 検索式リスト窓(登録検索式提示手段による表示)
BW お気に入り窓(利用検索式提示手段による表示)
I11〜I14、I21〜I14 検索式付随情報
B1、B2 取得ボタン
U ログインユーザ名
D1 Search service screen SW Search window LW Search formula list window (display by registered search formula presenting means)
BW favorite window (display by use retrieval formula presentation means)
I11-I14, I21-I14 Retrieval-related information B1, B2 Acquisition button U Login user name

Claims (9)

キーワードが演算子で結合された検索式による検索サービスを提供する検索サーバと、前記検索サーバにネットワーク接続され、前記検索サーバに対して検索式による検索要求を行う複数のクライアント端末と、で構成されるネットワークシステムにおいて、前記クライアント端末における検索式による検索要求を支援する検索支援装置であって、
特定の検索結果を得られる検索式と、この検索式に固有の検索式付随情報とが、対応付けて登録された検索式データベースと、
前記検索式データベースに登録されている検索式のうち、前記クライアント端末が検索サービスで利用し得る検索式を提示する利用検索式提示手段と、
前記利用検索式提示手段により提示された検索式による検索を前記検索サーバに実行させるための検索制御情報を前記クライアント端末に提供する制御情報提供手段と、を備え、
前記利用検索式提示手段は、前記検索式付随情報を前記クライアント端末の画面に表示することにより、当該検索式付随情報に対応する検索式が、前記クライアントが利用し得る検索式であることを示し、
前記クライアント端末において、前記利用検索式提示手段により提示された検索式の選択操作が行われたときに、前記検索制御情報に基づく処理が実行され、前記検索サーバに対して前記選択された検索式による検索要求が行われることを特徴とする検索支援装置。
A search server that provides a search service based on a search expression in which keywords are combined by an operator, and a plurality of client terminals that are connected to the search server through a network and make search requests based on the search expression to the search server. A search support apparatus for supporting a search request based on a search formula in the client terminal,
A search expression database in which a search expression that obtains a specific search result and search expression-accompanying information unique to the search expression are registered in association with each other;
Among search formulas registered in the search formula database, use search formula presenting means for presenting a search formula that the client terminal can use in a search service;
Control information providing means for providing the client terminal with search control information for causing the search server to execute a search based on the search expression presented by the use search expression presenting means;
The usage search formula presenting means displays the search formula accompanying information on the screen of the client terminal to indicate that the search formula corresponding to the search formula accompanying information is a search formula that can be used by the client. ,
In the client terminal, when a search formula presented by the use search formula presenting unit is selected, processing based on the search control information is executed, and the selected search formula is selected with respect to the search server. A search support apparatus characterized in that a search request is made.
前記検索式付随情報には、対応する検索式の識別情報、アイコン、タイトル名のうちの何れか一つが含まれることを特徴とする請求項1に記載の検索支援装置。   The search support apparatus according to claim 1, wherein the search formula accompanying information includes any one of identification information, an icon, and a title name of a corresponding search formula. 前記検索式付随情報には、対応する検索式による検索で得られることが期待される予想検索結果が含まれることを特徴とする請求項1または2に記載の検索支援装置。   The search support apparatus according to claim 1, wherein the search formula accompanying information includes a predicted search result expected to be obtained by a search using a corresponding search formula. 前記検索式付随情報を前記クライアント端末の画面にリスト形式で表示することにより、前記検索式データベースに登録されている複数の検索式を提示する登録検索式提示手段を備え、
前記利用検索式提示手段は、前記登録検索式提示手段により提示された複数の検索式のうち、前記クライアントにおけるユーザ操作に基づいて選択された検索式を、当該クライアントが前記検索サービスで利用し得る検索式として提示することを特徴とする請求項1から3のいずれか一項に記載の検索支援装置。
A registered search expression presenting means for presenting a plurality of search expressions registered in the search expression database by displaying the search expression accompanying information in a list format on the screen of the client terminal;
The use search expression presenting means can use, in the search service, a search expression selected based on a user operation in the client among a plurality of search expressions presented by the registered search expression presenting means. The search support apparatus according to claim 1, wherein the search support apparatus is presented as a search expression.
前記登録検索式提示手段は、前記複数のクライアント端末における選択頻度が高い順に、前記複数の検索式を並び替えることを特徴とする請求項4に記載の検索支援装置。   5. The search support apparatus according to claim 4, wherein the registered search expression presenting means rearranges the plurality of search expressions in descending order of selection frequency in the plurality of client terminals. 前記利用検索式提示手段は、前記クライアント端末において起動されたウェブブラウザ上に、前記選択された検索式を提示することを特徴とする請求項4または5に記載の検索支援装置。   The search support apparatus according to claim 4 or 5, wherein the usage search formula presenting unit presents the selected search formula on a web browser activated in the client terminal. 前記利用検索式提示手段は、前記クライアント端末におけるデスクトップ上に、前記選択された検索式付随情報に対応する検索式を提示することを特徴とする請求項4または5に記載の検索支援装置。   The search support apparatus according to claim 4 or 5, wherein the usage search formula presenting unit presents a search formula corresponding to the selected search formula accompanying information on a desktop in the client terminal. 前記検索式データベースは、前記複数のクライアント端末において生成された検索式及びこれに対応する検索式付随情報を登録可能であることを特徴とする請求項1から7のいずれか一項に記載の検索支援装置。   The search according to any one of claims 1 to 7, wherein the search formula database is capable of registering search formulas generated in the plurality of client terminals and search formula accompanying information corresponding thereto. Support device. 前記検索式データベースには、前記特定の検索結果を得られる検索式に対応して、広告情報が登録されており、
前記利用検索式提示手段は、前記クライアント端末の画面に、前記検索式付随情報とともに前記広告情報を表示することを特徴とする請求項1から8のいずれか一項に記載の検索支援装置。
In the search formula database, advertisement information is registered corresponding to the search formula from which the specific search result can be obtained,
The search support apparatus according to any one of claims 1 to 8, wherein the usage search formula presenting unit displays the advertisement information together with the search formula accompanying information on a screen of the client terminal.
JP2008170364A 2008-06-30 2008-06-30 Search support device Expired - Fee Related JP5133796B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008170364A JP5133796B2 (en) 2008-06-30 2008-06-30 Search support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008170364A JP5133796B2 (en) 2008-06-30 2008-06-30 Search support device

Publications (2)

Publication Number Publication Date
JP2010009465A true JP2010009465A (en) 2010-01-14
JP5133796B2 JP5133796B2 (en) 2013-01-30

Family

ID=41589845

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008170364A Expired - Fee Related JP5133796B2 (en) 2008-06-30 2008-06-30 Search support device

Country Status (1)

Country Link
JP (1) JP5133796B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013522768A (en) * 2010-03-12 2013-06-13 マイクロソフト コーポレーション Query model for information as a networked service
JP2015090714A (en) * 2013-11-07 2015-05-11 株式会社リコー Extraction and reporting of electronic document

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05314182A (en) * 1992-05-13 1993-11-26 Fujitsu Ltd Information retrieving device
JPH0721199A (en) * 1993-06-17 1995-01-24 Mitsubishi Electric Corp Information retrieval system
JPH1145271A (en) * 1997-07-28 1999-02-16 Just Syst Corp Input method for retrieval condition and computer readable recording medium recording program for making computer execute respective processes of the method
JPH1145261A (en) * 1997-07-25 1999-02-16 Just Syst Corp Information retrieval device and computer-readable recording medium where program making computer function as samd device is recorded
JP2005217992A (en) * 2004-01-30 2005-08-11 Vodafone Kk Searching device and information service system
JP2006523894A (en) * 2003-04-04 2006-10-19 ヤフー! インコーポレイテッド Search result generation system incorporating subdomain hint search and subdomain sponsored result provision
JP2007128367A (en) * 2005-11-04 2007-05-24 Toshiba Corp Information retrieval knowhow management system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05314182A (en) * 1992-05-13 1993-11-26 Fujitsu Ltd Information retrieving device
JPH0721199A (en) * 1993-06-17 1995-01-24 Mitsubishi Electric Corp Information retrieval system
JPH1145261A (en) * 1997-07-25 1999-02-16 Just Syst Corp Information retrieval device and computer-readable recording medium where program making computer function as samd device is recorded
JPH1145271A (en) * 1997-07-28 1999-02-16 Just Syst Corp Input method for retrieval condition and computer readable recording medium recording program for making computer execute respective processes of the method
JP2006523894A (en) * 2003-04-04 2006-10-19 ヤフー! インコーポレイテッド Search result generation system incorporating subdomain hint search and subdomain sponsored result provision
JP2005217992A (en) * 2004-01-30 2005-08-11 Vodafone Kk Searching device and information service system
JP2007128367A (en) * 2005-11-04 2007-05-24 Toshiba Corp Information retrieval knowhow management system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013522768A (en) * 2010-03-12 2013-06-13 マイクロソフト コーポレーション Query model for information as a networked service
US9367623B2 (en) 2010-03-12 2016-06-14 Microsoft Technology Licensing, Llc Query model over information as a networked service
US10019524B2 (en) 2010-03-12 2018-07-10 Microsoft Technology Licensing, Llc Query model over information as a networked service
JP2015090714A (en) * 2013-11-07 2015-05-11 株式会社リコー Extraction and reporting of electronic document

Also Published As

Publication number Publication date
JP5133796B2 (en) 2013-01-30

Similar Documents

Publication Publication Date Title
JP5044652B2 (en) Tool bar service providing method and apparatus
KR102006396B1 (en) Identifying matching applications based on browsing activity
US20110320957A1 (en) Method and apparatus for analyzing usage patterns and customizing a graphic interface for individual users
CN1760873B (en) Method and system to identify a previously visited universal resource locator (URL) in results from a search
JP2007233856A (en) Information processor, information processing system and method, and computer program
JP2018518726A (en) Information retrieval navigation method and apparatus
CN103793495B (en) Application message search method and system and application message acquisition methods and system
JP5133796B2 (en) Search support device
JP5903783B2 (en) Server apparatus and information processing apparatus
JP2011002982A (en) Content providing device, content providing method and content providing program
WO2008016264A1 (en) System for web site searching and the method thereof
JP2005506593A (en) System and method for defining and displaying composite web pages
JP5610523B2 (en) URL replacement system
JPH1083403A (en) Information retrieving method, device and recording medium therefor
KR20070110953A (en) System for personalized providing portal service
JP2005215781A (en) Server and its method for tool bar configuration information supply, program for executing processing with the same, and tool bar configuration information supply system
JP2001344052A (en) Method for generating icon, system for the same, icon information transmitting device and recording medium
JP4849484B2 (en) Homepage diagnosis device, homepage diagnosis method and program
JP2011227572A (en) Browsing terminal and method
KR20020005364A (en) System and method for managing background of internet
KR20060130827A (en) Search system and the method which use the registery ,and the store device which records a method
JP2007004701A (en) Home page making system and home page making method
KR20020094786A (en) Graphic user interface for providing regional information service
JP5112264B2 (en) Information search device, information search method and program
JP5885115B1 (en) Program and information distribution method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110929

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111004

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111205

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120626

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120924

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20121002

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20121023

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121108

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

Free format text: PAYMENT UNTIL: 20151116

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5133796

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees