JP5224283B2 - Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program - Google Patents

Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program Download PDF

Info

Publication number
JP5224283B2
JP5224283B2 JP2008297682A JP2008297682A JP5224283B2 JP 5224283 B2 JP5224283 B2 JP 5224283B2 JP 2008297682 A JP2008297682 A JP 2008297682A JP 2008297682 A JP2008297682 A JP 2008297682A JP 5224283 B2 JP5224283 B2 JP 5224283B2
Authority
JP
Japan
Prior art keywords
search
displayed
information processing
search results
character
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.)
Active
Application number
JP2008297682A
Other languages
Japanese (ja)
Other versions
JP2010123023A5 (en
JP2010123023A (en
Inventor
勲 上田
真穂 山田
貴信 鶴野
Original Assignee
キヤノンソフトウェア株式会社
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 キヤノンソフトウェア株式会社 filed Critical キヤノンソフトウェア株式会社
Priority to JP2008297682A priority Critical patent/JP5224283B2/en
Publication of JP2010123023A publication Critical patent/JP2010123023A/en
Publication of JP2010123023A5 publication Critical patent/JP2010123023A5/ja
Application granted granted Critical
Publication of JP5224283B2 publication Critical patent/JP5224283B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Input From Keyboards Or The Like (AREA)
  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示して入力支援を行う情報処理装置の制御に関する。   The present invention relates to control of an information processing apparatus that performs input support by sequentially displaying search results based on character strings sequentially input in an input field as a selectable list.

データをフィールドに入力する際に、その入力支援方法の一つとして、入力中の文字列に対して、入力文字列の候補を一覧(コンボボックス)に表示し一覧から選択することによって文字列の入力の手間を省くSUGGESTの技術が一般的に知られている。   When inputting data into a field, one of the input support methods is to display the input character string candidates in a list (combo box) for the character string being input, and select the character string by selecting from the list. The SUGEST technology that saves input is generally known.

例えば、検索サイトGoogleにおいては「Googleサジェスト」としてSUGGESTの技術が用いられている。   For example, the search site Google uses SUGEST technology as “Google Suggest”.

ただし、今日のWeb環境においてコンボボックスのような入力領域と選択領域を持つコンポーネントは標準では用意されていない。そのため、SUGGESTを実現するには、候補の一覧を別のWebコンポーネントで作成し、その一覧を入力領域の下に表示させるという2つ以上のWebコンポーネントを組み合わせることでSUGGESTの機能を実現する方法が多く用いられている。
特開2000−222272号公報
However, in today's Web environment, a component having an input area and a selection area such as a combo box is not prepared as a standard. Therefore, in order to realize SUGEST, there is a method for realizing the function of SUGEST by combining two or more Web components in which a candidate list is created by another Web component and the list is displayed below the input area. Many are used.
JP 2000-222272 A

しかしながら、このように2つ以上のWebコンポーネントを組み合わせることでSUGGESTを実現する場合、次のような問題が生じる。   However, when SUGGEST is realized by combining two or more Web components in this way, the following problem occurs.

前方一致によってデータベース検索をする場合、入力文字数が少ないとき、選択肢の件数が多くなる。なお、選択肢をWebブラウザでHTML表示する際、Java(登録商標)Script言語によって、HTML文書のドキュメント・オブジェクトモデルを操作する必要がある。しかし、この操作は非常に処理時間のかかる操作であるため、選択肢の件数の多いと、選択肢の表示に時間がかかってしまうという問題が生じる。   When searching the database by prefix matching, the number of choices increases when the number of input characters is small. When the options are displayed in HTML on the Web browser, it is necessary to operate the document object model of the HTML document using the Java (registered trademark) Script language. However, since this operation takes a very long processing time, there is a problem that it takes time to display the options if the number of options is large.

さらに、Webブラウザは、Java(登録商標)Script言語による描画処理中は、ユーザの入力文字を即座に画面に反映しないため、ユーザは、描画が完全に完了するまで待ってキーを入力しなければならないという問題も生じる。   Further, since the Web browser does not immediately reflect the user input characters on the screen during the drawing process in the Java (registered trademark) Script language, the user must wait until the drawing is completely completed and input the key. There also arises the problem of not becoming.

なお、特許文献1に記載の技術は、Webサーバにデータベースサーバ002から転送されたデータを格納するデータオブジェクトを備え、データベースリファレンスとオブジェクトリファレンスにより、Webサーバとデータベースサーバ002が保有するデータの相関を取ることにより、ネットワーク環境において高速キャッシュを実現し、ネットワーク上で高速にデータベースを検索できるというものであり、上述したような、Webブラウザにおける表示処理時の問題を解決するものではない。   The technique described in Patent Document 1 includes a data object that stores data transferred from the database server 002 in a Web server, and correlates the data held by the Web server and the database server 002 by using the database reference and the object reference. As a result, a high-speed cache can be realized in a network environment, and a database can be searched on the network at a high speed. This does not solve the problem at the time of display processing in the Web browser as described above.

本発明は上記課題を解決するものであり、入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示する入力支援方法を用いる場合に、入力文字数が少なく検索結果の件数が多くなってしまう場合でも、迅速に選択肢の一覧を表示して入力に対するレスポンスを確保しつつ、ユーザは選択肢の先頭の数件を見ながら入力することができ、目的の選択肢へ容易に到達することができる仕組を提供することを目的とする。   The present invention solves the above-described problem. When an input support method for sequentially displaying a search result based on a character string sequentially input in an input field as a selectable list is used, the number of input characters is small and the number of search results. Even if the number of users increases, the user can quickly input the list of choices while ensuring a response to the input, and the user can input while looking at the first few choices. The purpose is to provide a mechanism that can.

本発明は、一定量以内のデータであって、検索対象となる文字を含むデータをデータベースで管理するサーバと、ブラウザを介して入力フィールドに逐次入力される文字に基づく検索結果に応じて該検索結果を選択可能な一覧として逐次サジェスト表示して入力支援を行う情報処理装置とが通信可能な情報処理システムであって、前記情報処理装置は、前記ブラウザを介して前記入力フィールドに文字入力があるごとに該入力フィールドから文字を取得する入力文字取得手段と、前記入力文字取得手段により文字が取得されるごとに該取得した文字に応じた検索要求をサジェスト表示すべくユーザによる指示なしに前記サーバに逐次要求する検索要求手段と、前記検索要求手段による検索要求に応じて前記サーバから検索結果を逐次取得する検索結果取得手段と、前記検索結果取得手段により取得される検索結果の件数が、一度にサジェスト表示すべき件数を超えるか否かを判定する判定手段と、前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として前記ブラウザに表示し、一方、前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の中から前記一度にサジェスト表示する件数分の検索結果を選択可能な一覧として前記ブラウザに表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も前記ブラウザに表示するように制御する表示制御手段とを有し、前記サーバは、前記検索要求手段による逐次の検索要求に応じて、前記情報処理装置の前記入力文字取得手段によりそれまでに取得された文字を用いて、前記データベースで管理されるデータに対して検索処理を行う検索手段と、前記検索手段による検索処理の結果得られた検索結果を、件数を制限する制御を行うことなくそのまま前記情報処理装置へ送信する送信手段と、を有することを特徴とする。 The present invention provides a server that manages data including a character to be searched within a certain amount in a database, and the search according to a search result based on characters sequentially input to an input field via a browser. An information processing system capable of communicating with an information processing apparatus that performs input support by sequentially suggesting results as a selectable list, and the information processing apparatus has a character input in the input field via the browser An input character acquisition unit that acquires a character from the input field every time, and the server without an instruction from the user to suggest a search request corresponding to the acquired character each time the character is acquired by the input character acquisition unit Search request means for sequentially requesting, and sequentially obtaining search results from the server in response to a search request by the search request means Search result acquisition means, determination means for determining whether the number of search results acquired by the search result acquisition means exceeds the number of suggestions to be displayed at once, and the number of search results by the determination means When it is determined that the number of suggestions to be displayed at one time is not exceeded, all the search results are displayed in the browser as a selectable list, while the number of the search results is determined by the determination means at a time. When it is determined that the number of suggestions to be displayed is exceeded, search results for the number of suggestions to be displayed at a time are displayed in the browser as selectable lists from the search results, and search results that are not displayed in the list are displayed. additional display options for displaying even a display control means for displaying on the browser, the server, the search Depending on the sequential search request by seeking means, using said character acquired so far by the input character acquisition unit of the information processing apparatus, a search unit for performing search processing with respect to data managed by the database the search results obtained results for processing by the retrieving means, characterized in that it comprises a transmitting means for transmitting to the information processing apparatus without performing control for limiting the number.

本発明によれば、入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示する入力支援方法を用いる場合に、入力文字数が少なく検索結果の件数が多くなってしまう場合でも、迅速に選択肢の一覧を表示して入力に対するレスポンスを確保しつつ、ユーザは所定数の選択肢を見ながら入力することができ、目的の選択肢へ容易に到達することができる等の効果を奏する。   According to the present invention, when using an input support method for sequentially displaying a search result based on a character string sequentially input in an input field as a selectable list, the number of input characters is small and the number of search results is large. However, while displaying a list of options quickly and ensuring a response to the input, the user can input while looking at a predetermined number of options, and can easily reach the target option. .

〔第1実施形態〕
図1は、本発明の一実施形態を示す情報処理装置を適用可能なシステムの構成を示すシステム構成図である。
[First Embodiment]
FIG. 1 is a system configuration diagram showing a system configuration to which an information processing apparatus according to an embodiment of the present invention can be applied.

図1において、001はアプリケーションサーバ、002はデータベースサーバ(DBサーバ)、003はクライアントブラウザであり、インターネット等のネットワーク004を介して通信可能である。   In FIG. 1, 001 is an application server, 002 is a database server (DB server), 003 is a client browser, and can communicate via a network 004 such as the Internet.

以下、各装置の動作について説明する。   Hereinafter, the operation of each apparatus will be described.

クライアントブラウザ003は、クライアント端末でウェブクライアントとして動作するウェブブラウザを示し、ユーザからキー入力された文字列をアプリケーションサーバ001に送信する。   The client browser 003 indicates a web browser that operates as a web client on the client terminal, and transmits a character string key-input by the user to the application server 001.

アプリケーションサーバ001は、クライアントブラウザ003から受信した文字列をデータベースサーバ002に送信する。データベースサーバ002は、アプリケーションサーバ001から受信した値(文字列)を元にデータを検索し、選択肢としてクライアントブラウザ003に表示するデータをアプリケーションサーバ001へ返信する。   The application server 001 transmits the character string received from the client browser 003 to the database server 002. The database server 002 searches for data based on the value (character string) received from the application server 001, and returns data to be displayed on the client browser 003 as an option to the application server 001.

アプリケーションサーバ001は、データベースサーバ002から取得した選択肢として表示するデータを全件、クライアントブラウザ003へ返信する。クライアントブラウザ003は、アプリケーションサーバ001からデータを受信して、選択肢として表示装置107(図2)上に表示する。   The application server 001 returns all data to be displayed as options acquired from the database server 002 to the client browser 003. The client browser 003 receives data from the application server 001 and displays it as an option on the display device 107 (FIG. 2).

なお、アプリケーションサーバ001、データベースサーバ002、クライアントブラウザ003は、それぞれ異なる情報処理装置に実装されてもよいし、いずれか又は全てが同一の情報処理装置に実装される構成であってもよい。   Note that the application server 001, the database server 002, and the client browser 003 may be implemented in different information processing apparatuses, respectively, or any or all of them may be implemented in the same information processing apparatus.

図2は、図1に示したクライアントブラウザ003を実現可能な情報処理装置の構成を示すブロック図である。   FIG. 2 is a block diagram showing a configuration of an information processing apparatus that can realize the client browser 003 shown in FIG.

図2に示すように、クライアントブラウザ003は、CPU101、RAM102、ROM103、ネットワークインタフェースカード(NIC)104、外部記憶装置105、入力装置106、表示装置107等を備え、これらがシステムバス108を介して互いに接続されている構成となっている。なお、実際には101〜107とシステムバス108との間にはインタフェース回路やチップセット等が存在するが、図では省略されている。   As shown in FIG. 2, the client browser 003 includes a CPU 101, a RAM 102, a ROM 103, a network interface card (NIC) 104, an external storage device 105, an input device 106, a display device 107, etc., which are connected via a system bus 108. They are connected to each other. In practice, an interface circuit, a chip set, and the like exist between 101 to 107 and the system bus 108, but are omitted in the figure.

CPU101は、ROM103又は外部記憶装置105等に記憶保存されたプログラム等を読み出して実行することにより、各種制御処理を実行する。RAM102は、CPU101の作業領域として使用される。   The CPU 101 executes various control processes by reading and executing programs stored in the ROM 103 or the external storage device 105 or the like. The RAM 102 is used as a work area for the CPU 101.

外部記憶装置105は、ハードディスク、フレキシブルディスク、CD−ROM,DVD、フラッシュメモリ等で構成される。   The external storage device 105 includes a hard disk, a flexible disk, a CD-ROM, a DVD, a flash memory, and the like.

NIC104は、図示しないネットワークに有線又は無線で接続され、ネットワーク004を介してアプリケーションサーバ001と通信可能である。なお、アプリケーションサーバ001やデータベースサーバ002を実現する情報処理装置も、図2に示した情報処理装置と同様のハードウェア構成とする。   The NIC 104 is connected to a network (not shown) by wire or wirelessly and can communicate with the application server 001 via the network 004. Note that the information processing apparatus that implements the application server 001 and the database server 002 also has the same hardware configuration as the information processing apparatus shown in FIG.

なお、クライアントブラウザ003では、CPU101によりWebブラウザプログラム(以下、ブラウザ)が実行されている。CPU101は、このブラウザにより、アプリケーションサーバ001からHTML等の構造化言語で記述された画面データ(コンテンツ)を受信して、表示装置107上に表示可能である。   In the client browser 003, a Web browser program (hereinafter referred to as a browser) is executed by the CPU 101. The CPU 101 can receive screen data (contents) described in a structured language such as HTML from the application server 001 using this browser and display it on the display device 107.

なお、上記画面データは、内部にスクリプト言語で記載されているプログラム(クライアントサイドスクリプト(例えば、Java(登録商標)Script))が格納されている。さらに、CPU101は、CPU101が実行するブラウザ上で上記画面データ内に格納されているクライアントサイドスクリプトを実行可能である。なお、上記画面データは、外部記憶装置105に格納されるものであってもよい。   The screen data stores a program (client-side script (for example, Java (registered trademark) Script)) written in a script language. Further, the CPU 101 can execute a client side script stored in the screen data on a browser executed by the CPU 101. The screen data may be stored in the external storage device 105.

以下、図3〜図6を参照して、クライアントブラウザ003上でのユーザによるキー操作からアプリケーションサーバ001への指示、アプリケーションサーバ001からデータベースサーバ002へ送られる処理、アプリケーションサーバ001からクライアントブラウザ003へデータを返す処理の手順を説明する。   Hereinafter, referring to FIG. 3 to FIG. 6, an instruction from the key operation by the user on the client browser 003 to the application server 001, processing sent from the application server 001 to the database server 002, and from the application server 001 to the client browser 003 The procedure for returning data will be described.

図3,図4は、クライアントブラウザ003上でのユーザによるキー操作からアプリケーションサーバ001への指示、アプリケーションサーバ001からデータベースサーバ002へ送られる処理、アプリケーションサーバ001からクライアントブラウザ003へデータを返す処理の手順を示す図である。   3 and 4 show an instruction from the key operation by the user on the client browser 003 to the application server 001, a process sent from the application server 001 to the database server 002, and a process of returning data from the application server 001 to the client browser 003. It is a figure which shows a procedure.

図3では、ユーザからのキー操作によりクライアントブラウザ003上で1文字目が入力された後、クライアントブラウザ003上で2文字目が入力された場合について示す。   FIG. 3 shows a case where the second character is input on the client browser 003 after the first character is input on the client browser 003 by a key operation from the user.

図4では、ユーザからのキー操作によりクライアントブラウザ003上で1文字目が入力された後、クライアントブラウザ003上で表示されている選択肢をユーザが選択した場合について示す。   FIG. 4 shows a case where the user selects an option displayed on the client browser 003 after the first character is input on the client browser 003 by a key operation from the user.

図5は、本発明の第1実施形態におけるクライアントブラウザ003の処理の一例を示すフローチャートである。なお、このフローチャートの処理は、Webブラウザプログラムを実行することによりクライアントブラウザ003として機能するCPU101が、クライアントブラウザ003上で表示される画面データ内に格納されているクライアントサイドスクリプトを実行することにより実現される。   FIG. 5 is a flowchart showing an example of processing of the client browser 003 in the first embodiment of the present invention. The processing of this flowchart is realized by executing a client side script stored in the screen data displayed on the client browser 003 by the CPU 101 functioning as the client browser 003 by executing the Web browser program. Is done.

図6は、本発明の第1実施形態におけるアプリケーションサーバ001の処理の一例を示すフローチャートであり、CPUが外部記憶装置に記録されるプログラムをRAM上に読み出して実行することにより実現される。   FIG. 6 is a flowchart showing an example of processing of the application server 001 in the first embodiment of the present invention, which is realized by the CPU reading a program recorded in the external storage device and executing it.

なお、図3,図4の説明を行う際、クライアントブラウザ003の処理については図5を用いて説明し、アプリケーションサーバ001の処理については図6を用いて説明する。   3 and 4, the processing of the client browser 003 will be described with reference to FIG. 5, and the processing of the application server 001 will be described with reference to FIG. 6.

まず、図3を用いて、ユーザによって1文字目が入力された場合(S301〜S303,S306)について説明する。   First, the case where the first character is input by the user (S301 to S303, S306) will be described with reference to FIG.

クライアントブラウザ003は、クライアントブラウザ003上に表示される入力画面(図7)の入力フィールド1200へのユーザからのキー入力(入力フィールド1200の文字列が変わったか否か)を監視する(S501)。   The client browser 003 monitors key input from the user (whether the character string of the input field 1200 has changed) in the input field 1200 of the input screen (FIG. 7) displayed on the client browser 003 (S501).

なお、図7は、クライアントブラウザ003上に表示される入力画面の一例を示す図である。   FIG. 7 is a diagram illustrating an example of an input screen displayed on the client browser 003.

S301では、クライアントブラウザ003は、ユーザから入力フィールド1200へのキー入力を検知すると(入力フィールド1200の文字列が変わったと判断すると)(S501でY)、その文字列を入力フィールド1200から取得し(S502)、アプリケーションサーバ001に送信して検索処理を要求する(S503)。   In S301, when the client browser 003 detects a key input from the user to the input field 1200 (when it is determined that the character string in the input field 1200 has changed) (Y in S501), the client browser 003 acquires the character string from the input field 1200 ( (S502), a request for search processing is sent to the application server 001 (S503).

S306では、アプリケーションサーバ001は、クライアントブラウザ003から受取った文字列を検索条件としてデータベースサーバ002に送信して検索処理を要求する(S601)。ここでは、100件のデータがヒットしたことを例とする。そして、アプリケーションサーバ001は、データベースサーバ002から検索結果(100件のデータ)を受信し、該受信した検索結果(100件のデータ)を図8のような選択リストデータとしてクライアントブラウザ003に返信する(S602)。   In S306, the application server 001 transmits the character string received from the client browser 003 to the database server 002 as a search condition and requests a search process (S601). Here, as an example, 100 data hits. The application server 001 receives the search results (100 data) from the database server 002 and returns the received search results (100 data) to the client browser 003 as selection list data as shown in FIG. (S602).

なお、図8は、アプリケーションサーバ001からクライアントブラウザ003に返信される本実施形態の選択リストデータの一例を示す図である。   FIG. 8 is a diagram illustrating an example of selection list data of the present embodiment returned from the application server 001 to the client browser 003.

S302では、クライアントブラウザ003は、アプリケーションサーバ001から返信される検索結果(選択リストデータ)を取得し(S504)、その検索が選択肢の表示件数より多いか判断する。本実施形態では、選択肢の表示件数を7件として説明する。   In S302, the client browser 003 acquires a search result (selection list data) returned from the application server 001 (S504), and determines whether the search is greater than the number of display options. In the present embodiment, description will be made assuming that the number of display options is seven.

ここでは検索結果が100件のため、クライアントブラウザ003は、検索結果が選択肢の表示件数(7件)より多いと判断し(S505でYと判断し)、図9の1202に示すように、その検索結果(選択リストデータ)の先頭から選択肢の表示件数(7件)分のデータを選択肢として表示するように制御する(S506)。   Here, since there are 100 search results, the client browser 003 determines that the search results are more than the number of display options (7) (Y is determined in S505), and as shown in 1202 of FIG. Control is performed so that data corresponding to the number of display options (seven) from the top of the search result (selection list data) is displayed as options (S506).

次に、S303では、クライアントブラウザ003は、選択肢に、「継続行あり」メッセージとして"and more..."(図9の1201)を表示する(S507)。   Next, in S303, the client browser 003 displays “and more ...” (1201 in FIG. 9) as a “with continued line” message as an option (S507).

次に、アプリケーションサーバ001からの検索結果をメモリに保存する(S508)。なお、ここで保存する検索結果は、アプリケーションサーバ001から受信した全検索結果であってもよいし、上記S506で表示されなかった検索結果のみであってもよい。そして、S501に処理を戻し、次のキー入力を監視する。   Next, the search result from the application server 001 is stored in the memory (S508). The search results stored here may be all search results received from the application server 001, or only search results that are not displayed in S506. Then, the process returns to S501 to monitor the next key input.

なお、図9は、本発明の第1実施形態において検索結果の件数が表示件数を超えた場合にクライアントブラウザ003の入力画面上に表示される入力フィールド1200の選択肢の一例を示す図である。   FIG. 9 is a diagram showing an example of options of the input field 1200 displayed on the input screen of the client browser 003 when the number of search results exceeds the number of displayed items in the first embodiment of the present invention.

以上が、ユーザによって1文字目が入力された場合(S301〜S303,S306)の説明である。   The above is the description when the first character is input by the user (S301 to S303, S306).

続いて、図3を用いて、ユーザによって2文字目が入力された場合(S304〜S305,S307)について説明する。   Next, the case where the user inputs the second character (S304 to S305, S307) will be described with reference to FIG.

S304では、クライアントブラウザ003は、ユーザから入力フィールド1200への2文字目のキー入力を検知すると(入力フィールド1200の文字列が変わったと判断すると)(S501でY)、その文字列を入力フィールド1200から取得し(S502)、アプリケーションサーバ001に送信して検索処理を要求する(S503)。   In S304, when the client browser 003 detects a second key input from the user to the input field 1200 (when it is determined that the character string in the input field 1200 has changed) (Y in S501), the client browser 003 inputs the character string into the input field 1200. (S502) and transmitted to the application server 001 to request search processing (S503).

S307では、アプリケーションサーバ001は、クライアントブラウザ003から受取った文字列を検索条件としてデータベースサーバ002に送信して検索処理を要求する(S601)。ここでは、5件データがヒットしたことを例とする。そして、アプリケーションサーバ001は、データベースサーバ002から検索結果(5件のデータ)を受信し、該受信した検索結果(5件のデータ)を図8のような選択リストデータとしてクライアントブラウザ003に返信する(S602)。   In S307, the application server 001 sends the character string received from the client browser 003 as a search condition to the database server 002 and requests a search process (S601). Here, as an example, five data hits are taken. Then, the application server 001 receives the search results (5 data) from the database server 002, and returns the received search results (5 data) to the client browser 003 as selection list data as shown in FIG. (S602).

S305では、クライアントブラウザ003は、アプリケーションサーバ001から返信される検索結果を取得し(S504)、その検索が選択肢の表示件数(ここでは7件)より多いか判断する。   In S305, the client browser 003 acquires a search result returned from the application server 001 (S504), and determines whether the search is greater than the number of displayed options (seven in this case).

ここでは検索結果が5件のため、クライアントブラウザ003は、検索結果が選択肢の表示件数(7件)以下と判断し(S505でNと判断し)、既存の選択肢表示をクリアし(S509)、検索結果(選択リストデータ)の全てのデータ(5件分)を選択肢として表示するように制御する(S510)。そして、S501に処理を戻し、次のキー入力を監視する。   Here, since there are five search results, the client browser 003 determines that the search results are less than the number of display options (7) (N is determined in S505), and clears the existing option display (S509). Control is performed so that all data (for five items) of the search results (selection list data) are displayed as options (S510). Then, the process returns to S501 to monitor the next key input.

以上が、ユーザによって2文字目が入力された場合(S304〜S305,S307)の説明である。   The above is the description when the second character is input by the user (S304 to S305, S307).

次に、図4を用いて、ユーザによって1文字目が入力されたあと、「継続行あり」メッセージ"and more..."1201がクリックされた場合について説明する。なお、図4のS401,S402,S403,S405は、図3のS301,S302,S303,S306と同様の処理であるので説明は省略する。   Next, with reference to FIG. 4, a case will be described in which the “continuation line exists” message “and more ...” 1201 is clicked after the first character is input by the user. Note that S401, S402, S403, and S405 in FIG. 4 are the same processes as S301, S302, S303, and S306 in FIG.

クライアントブラウザ003は、クライアントブラウザ003上に表示される入力画面(図7)の入力フィールド1200へのユーザからのキー入力を監視し、入力フィールド1200の文字列が変わったか(S501)、選択肢1202又は「継続行あり」メッセージ"and more..."1201がクリックされたが監視する(S511)。   The client browser 003 monitors the key input from the user in the input field 1200 of the input screen (FIG. 7) displayed on the client browser 003, whether the character string of the input field 1200 has changed (S501), the option 1202 or The “continuation line present” message “and more ...” 1201 is clicked, but monitored (S511).

S404では、クライアントブラウザ003は、ユーザから「継続行あり」メッセージ"and more..."1201の選択(クリック)を検知すると(「継続行あり」メッセージ"and more..."1201が選択指示(クリック)されたと判断すると)、上述したS508(図3のS303)でメモリに保存した検索結果を読み込む(S512)。そして、クライアントブラウザ003は、既存の選択肢表示をクリアし(S509)、図10の1301に示すように、選択肢全件(ここでは100件)を表示する(S510)。なお、ここで表示される検索結果は、アプリケーションサーバ001から受信した全検索結果であってもよいし、上述したS506(図3のS302)では表示されなかった検索結果のみであってもよい。そして、S501に処理を戻し、次のキー入力を監視する。   In S404, when the client browser 003 detects selection (clicking) of the “continuation line” message “and more ...” 1201 from the user (the “continuation line” message “and more ...” 1201 instructs the selection. If it is determined (clicked), the search result stored in the memory in S508 (S303 in FIG. 3) described above is read (S512). Then, the client browser 003 clears the existing option display (S509), and displays all the options (here, 100) as indicated by 1301 in FIG. 10 (S510). Note that the search results displayed here may be all search results received from the application server 001, or may be only search results that were not displayed in S506 (S302 in FIG. 3) described above. Then, the process returns to S501 to monitor the next key input.

なお、図10は、図9の「継続行あり」メッセージ"and more..."1201がクリックされ選択肢全件が表示された様子を示す図である。   FIG. 10 is a diagram showing a state in which the “continuation line present” message “and more ...” 1201 in FIG. 9 is clicked and all the options are displayed.

以上が、ユーザによって1文字目が入力されたあと、「継続行あり」メッセージ"and more..."1201がクリックされた場合(S401〜S404,S405)の説明である。   The above is the description when the “continuation line” message “and more ...” 1201 is clicked after the first character is input by the user (S401 to S404, S405).

なお、クライアントブラウザ003は、ユーザから選択肢1202が選択指示(クリック)されたと判断すると)、選択された値を入力フィールド1200にセットし、選択肢を閉じるように制御する。以上が、ユーザによって1文字目が入力されたあと、選択肢1202がクリックされた場合の説明である。   When the client browser 003 determines that the option 1202 is selected (clicked) by the user, the client browser 003 sets the selected value in the input field 1200 and controls to close the option. The above is the description when the option 1202 is clicked after the first character is input by the user.

以上が図3〜図6まで基本的な動作の説明である。   The basic operation has been described above with reference to FIGS.

以上示したように、入力文字列の候補の件数が多い場合でも、入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示する入力支援方法を用いる場合に、入力文字数が少なく検索結果の件数が多くなってしまう場合でも、先頭の数件のみを選択肢として表示させるので、選択肢の表示に時間がかかってしまうことがない。よって、ユーザの入力に対するレスポンスを確保しつつ、ユーザは候補の先頭の数件を見ながら、キー入力して目的の選択肢へ容易に到達することができる。   As described above, even when the number of input character string candidates is large, the number of input characters is used when the input support method for sequentially displaying the search results based on the character strings sequentially input to the input field as a selectable list is used. Even when there are few search results and the number of search results increases, only the first few items are displayed as options, so that it does not take time to display the options. Therefore, the user can easily reach the target option by inputting the key while securing the response to the user's input while looking at the first few candidates.

〔第2実施形態〕
本実施形態では、上述した選択肢の表示件数を、予め外部記憶装置105に格納される表示件数設定ファイル(図11)により設定するものとする。
[Second Embodiment]
In the present embodiment, it is assumed that the display number of options described above is set in advance by a display number setting file (FIG. 11) stored in the external storage device 105.

図11は、クライアントブラウザ003を実装する情報処理装置の外部記憶装置105に格納される表示件数設定ファイルの一例を示す図である。   FIG. 11 is a diagram illustrating an example of the display number setting file stored in the external storage device 105 of the information processing apparatus in which the client browser 003 is installed.

この構成の場合、クライアントブラウザ003は、クライアントブラウザ003を実装する情報処理装置の外部記憶装置105内の表示件数設定ファイルから表示件数を読み出してクライアントブラウザ003の管理するメモリ内に設定しておき、処理に用いるものとする。   In the case of this configuration, the client browser 003 reads the display number from the display number setting file in the external storage device 105 of the information processing apparatus in which the client browser 003 is installed, and sets it in the memory managed by the client browser 003. It shall be used for processing.

即ち、ユーザは、選択肢として表示したい表示件数を記録した表示件数設定ファイル(図11)を、クライアントブラウザ003を実装する情報処理装置の外部記憶装置105内の記憶させておくだけで、所望の表示件数で選択肢の表示を行うことができる。   In other words, the user simply stores the display number setting file (FIG. 11) in which the number of display items to be displayed as options is recorded in the external storage device 105 of the information processing apparatus in which the client browser 003 is installed, and displays a desired display. Choices can be displayed by the number of cases.

〔第3実施形態〕
上記第1実施形態では、アプリケーションサーバ001は、データベースサーバ002の検索結果の全てをクライアントブラウザ003に通知し、クライアントブラウザ003で、表示件数だけ表示する構成を示した。
[Third Embodiment]
In the first embodiment, the application server 001 notifies the client browser 003 of all the search results of the database server 002, and the client browser 003 displays the number of display items.

本実施形態では、検索制限を設け、アプリケーションサーバ001は、データベースサーバ002の検索結果が予め設定される検索制限を超える場合には、データベースサーバ002による検索結果の代わりに、検索制限を超える旨をクライアントブラウザに通知する構成とする。以下、本実施形態について詳細に説明する。   In the present embodiment, a search limit is provided, and the application server 001 indicates that the search limit is exceeded instead of the search result by the database server 002 when the search result of the database server 002 exceeds a preset search limit. The client browser is notified. Hereinafter, this embodiment will be described in detail.

図12は、本発明の第2実施形態におけるクライアントブラウザ003の処理の一例を示すフローチャートである。なお、このフローチャートの処理は、Webブラウザプログラムを実行することによりクライアントブラウザ003として機能するCPU101が、クライアントブラウザ003上で表示される画面データ内に格納されているクライアントサイドスクリプトを実行することにより実現される。また、図5と同一のステップには同一のステップ番号を付してあり、説明は省略する。   FIG. 12 is a flowchart showing an example of processing of the client browser 003 in the second embodiment of the present invention. The processing of this flowchart is realized by executing a client side script stored in the screen data displayed on the client browser 003 by the CPU 101 functioning as the client browser 003 by executing the Web browser program. Is done. Moreover, the same step number is attached | subjected to the step same as FIG. 5, and description is abbreviate | omitted.

図13は、本発明の第2実施形態におけるアプリケーションサーバ001の処理の一例を示すフローチャートであり、CPUが外部記憶装置に記録されるプログラムをRAM上に読み出して実行することにより実現される。   FIG. 13 is a flowchart showing an example of processing of the application server 001 in the second embodiment of the present invention, which is realized by the CPU reading and executing the program recorded in the external storage device on the RAM.

まず、クライアントブラウザ003は、起動されると、設定ファイルから表示件数を読み込み、クライアントブラウザ003が管理するメモリ内の表示件数を示すパラメータに格納する(S701)。   First, when the client browser 003 is activated, the client browser 003 reads the number of display items from the setting file and stores it in a parameter indicating the number of display items in the memory managed by the client browser 003 (S701).

次に、クライアントブラウザ003は、入力フィールド1200の文字列が変わったと判断すると(S501でY)、その文字列を入力フィールド1200から取得し(S502)、アプリケーションサーバ001に送信して検索処理を要求する(S503)。   Next, when the client browser 003 determines that the character string of the input field 1200 has changed (Y in S501), the client browser 003 obtains the character string from the input field 1200 (S502) and sends it to the application server 001 to request search processing. (S503).

ここで、図13を参照して、アプリケーションサーバ側の処理を説明する。   Here, the processing on the application server side will be described with reference to FIG.

アプリケーションサーバ001は、起動されると、設定ファイル(図14)から検索制限数を読み込み、アプリケーションサーバ001が管理するメモリ上に格納する(S801)
なお、図14は、アプリケーションサーバ001を実装する情報処理装置の外部記憶装置に格納される検索制限設定ファイルの一例を示す図である。
When activated, the application server 001 reads the search limit number from the setting file (FIG. 14) and stores it in the memory managed by the application server 001 (S801).
FIG. 14 is a diagram showing an example of a search restriction setting file stored in the external storage device of the information processing apparatus that implements the application server 001.

図14に示すように、ここでは、検索制限が「10」に設定されている。以下、図13のフローチャートの説明に戻る。   As shown in FIG. 14, here, the search limit is set to “10”. Returning to the flowchart of FIG.

クライアントブラウザ003から送信された文字列を受信すると、アプリケーションサーバ001は、クライアントブラウザ003から受取った文字列を検索条件としてデータベースサーバ002に送信して検索ヒット数を要求する(S802)。   Upon receiving the character string transmitted from the client browser 003, the application server 001 transmits the character string received from the client browser 003 to the database server 002 as a search condition and requests the number of search hits (S802).

次に、アプリケーションサーバ001は、ヒット数が検索制限数を超えるか否か判定する(S803)。そして、超えないと判断した場合(S803でN)、アプリケーションサーバ001は、クライアントブラウザ003から受取った文字列を検索条件としてデータベースサーバ002に送信して検索処理を要求する(S804)。   Next, the application server 001 determines whether or not the hit number exceeds the search limit number (S803). If it is determined that the number does not exceed (N in S803), the application server 001 transmits the character string received from the client browser 003 as a search condition to the database server 002 to request a search process (S804).

そして、アプリケーションサーバ001は、データベースサーバ002から検索結果を受信し、該検索結果から選択リストデータを作成し(S805)、該作成した選択リストデータを検索結果としてクライアントブラウザ003に返信する(S806)。   The application server 001 receives the search result from the database server 002, creates selection list data from the search result (S805), and returns the created selection list data to the client browser 003 as the search result (S806). .

一方、アプリケーションサーバ001は、ヒット数が検索制限数を超えると判断した場合(S803でY)、アプリケーションサーバ001は、空の選択リストデータを作成する(S807)。   On the other hand, when the application server 001 determines that the number of hits exceeds the search limit number (Y in S803), the application server 001 creates empty selection list data (S807).

次に、アプリケーションサーバ001は、検索制限メッセージを作成して、前記作成した選択リストデータに追加し(S808)、選択リストデータを検索結果としてクライアントブラウザ003に返信する(S806)。   Next, the application server 001 creates a search restriction message, adds it to the created selection list data (S808), and returns the selection list data as a search result to the client browser 003 (S806).

以下、クライアントブラウザ003側の処理(図11)の説明に戻る。   Hereinafter, the description returns to the processing on the client browser 003 side (FIG. 11).

クライアントブラウザ003は、アプリケーションサーバ001から返信される検索結果(選択リストデータ)を取得し(S504)、その検索結果がサーバ検索制限となったか判断する(S702)。なお、検索結果がサーバ検索制限となっている場合、検索結果としての選択リストデータは、空のリストに検索制限メッセージが付加されたものとなっている。   The client browser 003 acquires the search result (selection list data) returned from the application server 001 (S504), and determines whether the search result is a server search limit (S702). If the search result is a server search restriction, the selection list data as the search result is obtained by adding a search restriction message to an empty list.

よって、検索結果が空の選択リストデータに検索制限メッセージが付加されたものである場合、クライアントブラウザ003は、検索結果がサーバ検索制限となっていると判断し(S702でY)、S706に処理を進める。   Therefore, if the search result is an empty selection list data with a search restriction message added, the client browser 003 determines that the search result is a server search restriction (Y in S702), and the process proceeds to S706. To proceed.

S706では、クライアントブラウザ003は、既存の選択肢表示をクリアし(S706)、図15の1401に示すように、検索結果に含まれる検索制限メッセージを選択肢として表示するように制御する(S707)。そして、S501に処理を戻し、次のキー入力を監視する。   In S706, the client browser 003 clears the existing option display (S706), and controls the search restriction message included in the search result to be displayed as an option, as indicated by 1401 in FIG. 15 (S707). Then, the process returns to S501 to monitor the next key input.

なお、図15は、検索結果の件数が検索制限を超えた際にクライアントブラウザ003に検索制限メッセージが表示された様子を示す図である。   FIG. 15 is a diagram illustrating a state in which a search limit message is displayed on the client browser 003 when the number of search results exceeds the search limit.

一方、アプリケーションサーバ001から受信した検索結果が空の選択リストデータに検索制限メッセージが付加されたものでない場合、クライアントブラウザ003は、検索結果がサーバ検索制限となっていないと判断し(S702でN)、S703に処理を進める。   On the other hand, if the search result received from the application server 001 is not an empty selection list data with a search restriction message added, the client browser 003 determines that the search result is not a server search restriction (N in S702). ), The process proceeds to S703.

S703では、クライアントブラウザ003は、検索結果が選択肢の表示件数より多いか判断する(S703)。   In S703, the client browser 003 determines whether the search result is greater than the number of display options (S703).

そして、クライアントブラウザ003は、検索結果が選択肢の表示件数より多いと判断した場合(S703でYの場合)、図16の1500に示すように、その検索結果(選択リストデータ)の先頭から選択肢の表示件数分のデータを選択肢として表示するように制御する(S704)。   If the client browser 003 determines that the search result is larger than the number of display options (Y in S703), the client browser 003 selects the option from the top of the search result (selection list data) as shown by 1500 in FIG. Control is performed so that data corresponding to the number of display items is displayed as options (S704).

次に、クライアントブラウザ003は、選択肢に、選択結果数(例えば「100件見つかりました。7件表示します」)(図16の1501)を表示する(S705)。   Next, the client browser 003 displays the number of selection results (for example, “100 found. 7 displayed”) (1501 in FIG. 16) as options (S705).

次に、クライアントブラウザ003は、選択肢に、「継続行あり」メッセージとして"and more..."(図16の1502)を表示する(S507)。   Next, the client browser 003 displays “and more ...” (1502 in FIG. 16) as an “with continued line” message as an option (S507).

なお、図16は、本発明の第3実施形態において検索結果の件数が表示件数を超えた場合にクライアントブラウザ003の入力画面上に表示される入力フィールド1200の選択肢の一例を示す図である。   FIG. 16 is a diagram illustrating an example of options of the input field 1200 displayed on the input screen of the client browser 003 when the number of search results exceeds the display number in the third embodiment of the present invention.

次に、アプリケーションサーバ001からの検索結果をメモリに保存する(S508)。そして、S502に処理を戻し、次のキー入力を監視する。   Next, the search result from the application server 001 is stored in the memory (S508). Then, the process returns to S502 to monitor the next key input.

以上が図12,図13の基本的な動作の説明である。   The above is the description of the basic operation of FIGS.

以上示したように、入力文字列の候補の件数が多い場合でも、入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示する入力支援方法を用いる場合に、入力文字数が少なく検索結果の件数が多くなってしまうような場合でも、予め設定される検索制限内で検索実行した検索結果のうち、先頭の数件のみを選択肢として表示させるので、選択肢の表示に時間がかかってしまうことがない。よって、ユーザの入力に対するレスポンスを確保しつつ、ユーザは候補の先頭の数件を見ながら、キー入力して目的の選択肢へ容易に到達することができる。   As described above, even when the number of input character string candidates is large, the number of input characters is used when the input support method for sequentially displaying the search results based on the character strings sequentially input to the input field as a selectable list is used. Even when there are few search results and the number of search results increases, only the first few results are displayed as choices among the search results that are executed within the preset search restrictions. It won't take. Therefore, the user can easily reach the target option by inputting the key while securing the response to the user's input while looking at the first few candidates.

なお、上記第1実施形態〜第3実施形態及びその変形例を組み合わせた形態も全て本発明に含まれるものである。   In addition, all the forms which combined the said 1st Embodiment-3rd Embodiment and its modification are also included in this invention.

なお、各種データの構成及びその内容はこれに限定されるものではなく、用途や目的に応じて、様々な構成や内容で構成されることは言うまでもない。   It should be noted that the configuration and contents of various data are not limited to this, and needless to say, the various data and configurations are configured according to the application and purpose.

以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能である。具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although one embodiment has been described above, the present invention can take an embodiment as a system, apparatus, method, program, recording medium, or the like. Specifically, the present invention may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of a single device.

以下、図17に示すメモリマップを参照して本発明に係る情報処理装置としてコンピュータを機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体の構成について説明する。   The configuration of a computer-readable recording medium that records a program for causing a computer to function as the information processing apparatus according to the present invention will be described below with reference to the memory map shown in FIG.

図17は、本発明に係る情報処理装置としてコンピュータを機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体(記憶媒体)のメモリマップを説明する図である。   FIG. 17 is a diagram illustrating a memory map of a computer-readable recording medium (storage medium) that records a program for causing a computer to function as the information processing apparatus according to the present invention.

なお、特に図示しないが、記録媒体に記憶されるプログラム群を管理する情報、例えばバージョン情報,作成者等も記憶され、かつ、プログラム読み出し側のOS等に依存する情報、例えばプログラムを識別表示するアイコン等も記憶される場合もある。   Although not specifically shown, information for managing a program group stored in the recording medium, for example, version information, creator, etc. is also stored, and information depending on the OS on the program reading side, for example, a program is identified and displayed. Icons may also be stored.

さらに、各種プログラムに従属するデータも上記ディレクトリに管理されている。また、インストールするプログラムやデータが圧縮されている場合に、解凍するプログラム等も記憶される場合もある。   Further, data depending on various programs is also managed in the directory. In addition, when a program or data to be installed is compressed, a program to be decompressed may be stored.

本実施形態における図5,図6,図12,図13に示す機能が外部からインストールされるプログラムによって、ホストコンピュータにより遂行されていてもよい。そして、その場合、CD−ROMやフラッシュメモリやFD等の記録媒体により、あるいはネットワークを介して外部の記録媒体から、プログラムを含む情報群を出力装置に供給される場合でも本発明は適用されるものである。   The functions shown in FIGS. 5, 6, 12, and 13 in this embodiment may be performed by a host computer by a program installed from the outside. In this case, the present invention is applied even when an information group including a program is supplied to the output device from a recording medium such as a CD-ROM, a flash memory, or an FD, or from an external recording medium via a network. Is.

以上のように、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムコードを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, a recording medium in which a program code of software for realizing the functions of the above-described embodiments is recorded is supplied to the system or apparatus, and the computer (or CPU or MPU) of the system or apparatus is stored in the recording medium. It goes without saying that the object of the present invention can also be achieved by reading and executing the program code.

この場合、記録媒体から読み出されたプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記憶した記録媒体は本発明を構成することになる。   In this case, the program code itself read from the recording medium realizes the novel function of the present invention, and the recording medium storing the program code constitutes the present invention.

プログラムコードを供給するための記録媒体としては、例えば、フレキシブルディスク,ハードディスク,光ディスク,光磁気ディスク,CD−ROM,CD−R,DVD−ROM,磁気テープ,不揮発性のメモリカード,ROM,EEPROM,シリコンディスク等を用いることができる。   As a recording medium for supplying the program code, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD-ROM, magnetic tape, nonvolatile memory card, ROM, EEPROM, A silicon disk or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) or the like running on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.

さらに、記録媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program code read from the recording medium is written in a memory provided in a function expansion board inserted in the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the case where the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのソフトウェアによって表されるプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Further, the present invention may be applied to a system composed of a plurality of devices or an apparatus composed of a single device. Needless to say, the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or apparatus. In this case, by reading a recording medium storing a program represented by software for achieving the present invention into the system or apparatus, the system or apparatus can enjoy the effects of the present invention.

さらに、本発明を達成するためのソフトウェアによって表されるプログラムをネットワーク上のサーバ,データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Furthermore, by downloading and reading out a program represented by software for achieving the present invention from a server, database, etc. on a network using a communication program, the system or apparatus can enjoy the effects of the present invention. It becomes.

なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。   In addition, all the structures which combined each embodiment mentioned above and its modification are also included in this invention.

本発明の一実施形態を示す情報処理装置を適用可能なシステムの構成を示すシステム構成図である。1 is a system configuration diagram illustrating a configuration of a system to which an information processing apparatus according to an embodiment of the present invention is applicable. 図1に示したクライアントブラウザ003を実現可能な情報処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the information processing apparatus which can implement | achieve the client browser 003 shown in FIG. クライアントブラウザ003上でのユーザによるキー操作からアプリケーションサーバ001への指示、アプリケーションサーバ001からデータベースサーバ002へ送られる処理、アプリケーションサーバ001からクライアントブラウザ003へデータを返す処理の手順を示す図である。It is a figure which shows the procedure of the instruction | indication to the application server 001 from the key operation by the user on the client browser 003, the process sent to the database server 002 from the application server 001, and the process of returning data from the application server 001 to the client browser 003. クライアントブラウザ003上でのユーザによるキー操作からアプリケーションサーバ001への指示、アプリケーションサーバ001からデータベースサーバ002へ送られる処理、アプリケーションサーバ001からクライアントブラウザ003へデータを返す処理の手順を示す図である。It is a figure which shows the procedure of the instruction | indication to the application server 001 from the key operation by the user on the client browser 003, the process sent to the database server 002 from the application server 001, and the process of returning data from the application server 001 to the client browser 003. 本発明の第1実施形態におけるクライアントブラウザ003の処理の一例を示すフローチャートである。It is a flowchart which shows an example of a process of the client browser 003 in 1st Embodiment of this invention. 本発明の第1実施形態におけるアプリケーションサーバ001の処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process of the application server 001 in 1st Embodiment of this invention. クライアントブラウザ003上に表示される入力画面の一例を示す図である。It is a figure which shows an example of the input screen displayed on the client browser 003. アプリケーションサーバ001からクライアントブラウザ003に返信される本実施形態の選択リストデータの一例を示す図である。It is a figure which shows an example of the selection list data of this embodiment sent in response to the client browser 003 from the application server 001. 本発明の第1実施形態において検索結果の件数が表示件数を超えた場合にクライアントブラウザ003の入力画面上に表示される入力フィールド1200の選択肢の一例を示す図である。It is a figure which shows an example of the choice of the input field 1200 displayed on the input screen of the client browser 003 when the number of results of a search exceeds the number of displayed items in the first embodiment of the present invention. 図9の「継続行あり」メッセージ"and more..."1201がクリックされ選択肢全件が表示された様子を示す図である。FIG. 10 is a diagram illustrating a state in which the “continuation line present” message “and more ...” 1201 in FIG. 9 is clicked and all options are displayed. クライアントブラウザ003を実装する情報処理装置の外部記憶装置105に格納される表示件数設定ファイルの一例を示す図である。It is a figure which shows an example of the display number setting file stored in the external storage device 105 of the information processing apparatus in which the client browser 003 is installed. 本発明の第2実施形態におけるクライアントブラウザ003の処理の一例を示すフローチャートである。It is a flowchart which shows an example of a process of the client browser 003 in 2nd Embodiment of this invention. 本発明の第2実施形態におけるアプリケーションサーバ001の処理の一例を示すフローチャートである。It is a flowchart which shows an example of a process of the application server 001 in 2nd Embodiment of this invention. アプリケーションサーバ001を実装する情報処理装置の外部記憶装置に格納される検索制限設定ファイルの一例を示す図である。It is a figure which shows an example of the search restriction | limiting setting file stored in the external storage device of the information processing apparatus which mounts the application server 001. 検索結果の件数が検索制限を超えた際にクライアントブラウザ003に検索制限メッセージが表示された様子を示す図である。It is a figure which shows a mode that the search restriction message was displayed on the client browser 003 when the number of search results exceeded the search restriction. 本発明の第3実施形態において検索結果の件数が表示件数を超えた場合にクライアントブラウザ003の入力画面上に表示される入力フィールド1200の選択肢の一例を示す図である。It is a figure which shows an example of the choice of the input field 1200 displayed on the input screen of the client browser 003 when the number of the search results exceeds the display number in 3rd Embodiment of this invention. 本発明に係る情報処理装置としてコンピュータを機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体(記憶媒体)のメモリマップを説明する図である。It is a figure explaining the memory map of the computer-readable recording medium (storage medium) which recorded the program for functioning a computer as an information processing apparatus which concerns on this invention.

符号の説明Explanation of symbols

001 アプリケーションサーバ
002 データベースサーバ(DBサーバ)
003 クライアントブラウザ
101 CPU
102 RAM
103 ROM
104 NIC
105 外部記憶装置
106 入力装置
107 表示装置
001 Application server 002 Database server (DB server)
003 Client browser 101 CPU
102 RAM
103 ROM
104 NIC
105 External storage device 106 Input device 107 Display device

Claims (12)

一定量以内のデータであって、検索対象となる文字を含むデータをデータベースで管理するサーバと、ブラウザを介して入力フィールドに逐次入力される文字に基づく検索結果に応じて該検索結果を選択可能な一覧として逐次サジェスト表示して入力支援を行う情報処理装置とが通信可能な情報処理システムであって、
前記情報処理装置は、
前記ブラウザを介して前記入力フィールドに文字入力があるごとに該入力フィールドから文字を取得する入力文字取得手段と、
前記入力文字取得手段により文字が取得されるごとに該取得した文字に応じた検索要求をサジェスト表示すべくユーザによる指示なしに前記サーバに逐次要求する検索要求手段と、
前記検索要求手段による検索要求に応じて前記サーバから検索結果を逐次取得する検索結果取得手段と、
前記検索結果取得手段により取得される検索結果の件数が、一度にサジェスト表示すべき件数を超えるか否かを判定する判定手段と、
前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として前記ブラウザに表示し、一方、前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の中から前記一度にサジェスト表示する件数分の検索結果を選択可能な一覧として前記ブラウザに表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も前記ブラウザに表示するように制御する表示制御手段とを有し、
前記サーバは、
前記検索要求手段による逐次の検索要求に応じて、前記情報処理装置の前記入力文字取得手段によりそれまでに取得された文字を用いて、前記データベースで管理されるデータに対して検索処理を行う検索手段と、
前記検索手段による検索処理の結果得られた検索結果を、件数を制限する制御を行うことなくそのまま前記情報処理装置へ送信する送信手段と、を有することを特徴とする情報処理システム。
The search result can be selected according to the search result based on the characters that are entered within the input field through the browser and the server that manages the data including the character to be searched within a certain amount of data within the database. An information processing system capable of communicating with an information processing apparatus that performs input support by sequentially displaying suggestions as a simple list,
The information processing apparatus includes:
Input character acquisition means for acquiring characters from the input field every time there is a character input in the input field via the browser;
Search request means for sequentially requesting the server without any instruction from the user to suggest a search request corresponding to the acquired character every time a character is acquired by the input character acquisition means;
Search result acquisition means for sequentially acquiring search results from the server in response to a search request by the search request means;
Determination means for determining whether the number of search results acquired by the search result acquisition means exceeds the number of suggestions to be displayed at a time;
When it is determined by the determination means that the number of search results does not exceed the number of suggestions displayed at a time, all the search results are displayed in the browser as a selectable list, while the determination means When it is determined that the number of search results exceeds the number of suggestions to be displayed at a time, search results for the number of suggestions to be displayed at a time are displayed in the browser as a selectable list from the search results. And an additional display option for displaying search results that are not displayed in the list, and display control means for controlling the display so as to be displayed on the browser,
The server
Depending on the sequential search request by the search request means, using said character acquired so far by the input character acquisition unit of the information processing apparatus, performs a search process on data managed by the database search Means,
The information processing system characterized by having a directly transmitting means for transmitting to the information processing apparatus without a search result result of the search processing obtained by the search means performs control to limit the number.
前記入力文字取得手段、前記検索要求手段、前記検索結果取得手段、および前記判定手段は、前記サーバにより送信される、構造化言語により記述され、スクリプト言語で記載されているプログラムにより実行されることを特徴とする請求項1に記載の情報処理システム。   The input character acquisition means, the search request means, the search result acquisition means, and the determination means are described by a structured language and executed by a program described in a script language, which is transmitted by the server. The information processing system according to claim 1. 前記表示制御手段は、前記一覧から前記追加表示用選択肢が選択された場合、前記一覧に表示されなかった検索結果を選択可能な一覧として前記ブラウザに表示することを特徴とする請求項1又は2に記載の情報処理システム。   The display control means, when the additional display option is selected from the list, displays search results that are not displayed in the list as a selectable list on the browser. Information processing system described in 1. 前記表示制御手段は、前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の件数も前記ブラウザに表示することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理システム。   The display control means also displays the number of search results in the browser when the determination means determines that the number of search results exceeds the number of suggestions to be displayed at one time. The information processing system according to any one of 1 to 3. 前記表示制御手段は、前記検索結果取得手段により検索結果が取得できなかった場合、エラーメッセージを前記ブラウザに表示することを特徴とする請求項1乃至4のいずれか1項に記載の情報処理システム。   5. The information processing system according to claim 1, wherein the display control unit displays an error message on the browser when the search result acquisition unit cannot acquire the search result. 6. . 前記サーバは、前記検索結果の数が所定の検索制限件数を超えた場合には、検索制限件数を超えたため検索を中止した旨のメッセージを前記検索結果取得手段に返信するものであり、
前記表示制御手段は、前記検索結果取得手段により前記メッセージを取得した場合、前記メッセージを前記ブラウザに表示することを請求項4又は5に記載の情報処理システム。
When the number of the search results exceeds a predetermined search limit number, the server replies to the search result acquisition unit with a message that the search is stopped because the search limit number is exceeded,
The information processing system according to claim 4 or 5, wherein the display control unit displays the message on the browser when the message is acquired by the search result acquisition unit.
前記所定数を設定する設定手段を設けたことを特徴とする請求項1乃至6のいずれか1項に記載の情報処理システム。   7. The information processing system according to claim 1, further comprising setting means for setting the predetermined number. 一定量以内のデータであって、検索対象となる文字を含むデータをデータベースで管理するサーバであって、情報処理装置の検索要求手段による逐次の検索要求に応じて、当該情報処理装置の入力文字取得手段によりそれまでに取得された文字を用いて、前記データベースで管理されるデータに対して検索処理を行う検索手段と、前記検索手段による検索処理の結果得られた検索結果を、件数を制限する制御を行うことなくそのまま前記情報処理装置へ送信する送信手段を有するサーバと通信可能な、ブラウザを介して入力フィールドに逐次入力される文字に基づく検索結果に応じて該検索結果を選択可能な一覧として逐次サジェスト表示して入力支援を行う情報処理装置であって、
前記ブラウザを介して前記入力フィールドに文字入力があるごとに該入力フィールドから文字を取得する入力文字取得手段と、
前記入力文字取得手段により文字が取得されるごとに該取得した文字に応じた検索要求をサジェスト表示すべくユーザによる指示なしに前記サーバに逐次要求する検索要求手段と、
前記検索要求手段による検索要求に応じて前記サーバから件数を制限することなく送信される検索結果を逐次取得する検索結果取得手段と、
前記検索結果取得手段により取得される検索結果の件数が、一度にサジェスト表示すべき件数を超えるか否かを判定する判定手段と、
前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として前記ブラウザに表示し、一方、前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の中から前記一度にサジェスト表示する件数分の検索結果を選択可能な一覧として前記ブラウザに表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も前記ブラウザに表示するように制御する表示制御手段と、
を有することを特徴とする情報処理装置。
A server that manages, within a database, data that includes a certain amount of data that includes a character to be searched, and in response to successive search requests by the search request means of the information processing device, input characters of the information processing device A search unit that performs a search process on the data managed in the database using characters acquired so far by the acquisition unit, and the search results obtained as a result of the search process by the search unit are limited in number. The search result can be selected according to the search result based on the characters sequentially input to the input field via the browser, which can communicate with the server having the transmission means for transmitting to the information processing apparatus as it is without performing control. An information processing apparatus that performs input support by sequentially displaying suggestions as a list,
Input character acquisition means for acquiring characters from the input field every time there is a character input in the input field via the browser;
A search request means for sequentially requesting the retrieval request according to the obtained character each time the character is acquired to the server without instruction by the user in order to display suggestions by the input character acquisition means,
Search result acquisition means for sequentially acquiring search results transmitted without limiting the number of cases from the server in response to a search request by the search request means;
Determination means for determining whether the number of search results acquired by the search result acquisition means exceeds the number of suggestions to be displayed at a time;
When it is determined by the determination means that the number of search results does not exceed the number of suggestions displayed at a time, all the search results are displayed in the browser as a selectable list, while the determination means When it is determined that the number of search results exceeds the number of suggestions to be displayed at a time, search results for the number of suggestions to be displayed at a time are displayed in the browser as a selectable list from the search results. In addition, a display control means for controlling to display additional selection options for displaying search results not displayed in the list on the browser;
An information processing apparatus comprising:
一定量以内のデータであって、検索対象となる文字を含むデータをデータベースで管理するサーバと、ブラウザを介して入力フィールドに逐次入力される文字に基づく検索結果に応じて該検索結果を選択可能な一覧として逐次サジェスト表示して入力支援を行う情報処理装置とが通信可能な情報処理システムの制御方法であって、
前記情報処理装置の入力文字取得手段が、前記ブラウザを介して前記入力フィールドに文字入力があるごとに該入力フィールドから文字を取得する入力文字取得ステップと、
前記情報処理装置の検索要求手段が、前記入力文字取得ステップで文字が取得されるごとに該取得した文字に応じた検索要求をサジェスト表示すべくユーザによる指示なしに前記サーバに逐次要求する検索要求ステップと、
前記情報処理装置の検索結果取得手段が、前記検索要求ステップでの検索要求に応じて前記サーバから検索結果を逐次取得する検索結果取得ステップと、
前記情報処理装置の判定手段が、前記検索結果取得ステップで取得される検索結果の件数が、一度にサジェスト表示すべき件数を超えるか否かを判定する判定ステップと、
前記情報処理装置の表示制御手段が、前記判定ステップで前記検索結果の件数が、前記一度にサジェスト表示する件数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として前記ブラウザに表示し、一方、前記判定ステップで前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の中から前記一度にサジェスト表示する件数分の検索結果を選択可能な一覧として前記ブラウザに表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も前記ブラウザに表示するように制御する表示制御ステップと、
前記サーバの検索手段が、前記検索要求ステップでの逐次の検索要求に応じて、前記情報処理装置の前記入力文字取得ステップによりそれまでに取得された文字を用いて、前記データベースで管理されるデータに対して検索処理を行う検索ステップと、
前記サーバの送信手段が、前記検索ステップでの検索処理の結果得られた検索結果を、件数を制限する制御を行うことなくそのまま前記情報処理装置へ送信する送信ステップと、
を有することを特徴とする情報処理システムの制御方法。
The search result can be selected according to the search result based on the characters that are entered within the input field through the browser and the server that manages the data including the character to be searched within a certain amount of data within the database. A control method for an information processing system capable of communicating with an information processing apparatus that performs input support by sequentially suggesting a simple list,
The input character acquisition unit of the information processing apparatus acquires an character from the input field every time there is a character input to the input field via the browser;
A search request that the search request means of the information processing apparatus sequentially requests the server without a user instruction to suggest a search request corresponding to the acquired character every time a character is acquired in the input character acquisition step Steps,
A search result acquisition step in which the search result acquisition means of the information processing apparatus sequentially acquires search results from the server in response to a search request in the search request step;
The determination unit of the information processing apparatus determines whether the number of search results acquired in the search result acquisition step exceeds the number of suggestions to be displayed at once,
If the display control means of the information processing apparatus determines in the determination step that the number of search results does not exceed the number of suggestions displayed at a time, the browser as a list from which all of the search results can be selected. On the other hand, if it is determined in the determination step that the number of search results exceeds the number of suggestions to be displayed at once, search results for the number of suggestions to be displayed at a time are selected from the search results. A display control step for controlling the display to be displayed on the browser as a selectable list and an additional display option for displaying search results not displayed in the list;
Data retrieval means of the server, in response to the sequential search request in said search requesting step, using the character acquired so far by the input character acquisition step of said information processing apparatus, which is managed by the database A search step for performing a search process on
A transmission step of transmitting means of the server, the Search Results obtained retrieval result of processing in step, directly transmitted to the information processing apparatus without performing control for limiting the number,
An information processing system control method comprising:
一定量以内のデータであって、検索対象となる文字を含むデータをデータベースで管理するサーバであって、情報処理装置の検索要求手段による逐次の検索要求に応じて、当該情報処理装置の入力文字取得手段によりそれまでに取得された文字を用いて、前記データベースで管理されるデータに対して検索処理を行う検索手段と、前記検索手段による検索処理の結果得られた検索結果を、件数を制限する制御を行うことなくそのまま前記情報処理装置へ送信する送信手段を有するサーバと通信可能な、ブラウザを介して入力フィールドに逐次入力される文字に基づく検索結果に応じて該検索結果を選択可能な一覧として逐次サジェスト表示して入力支援を行う情報処理装置の制御方法であって、
入力文字取得手段が、前記ブラウザを介して前記入力フィールドに文字入力があるごとに該入力フィールドから文字を取得する入力文字取得ステップと、
検索要求手段が、前記入力文字取得ステップで文字が取得されるごとに該取得した文字に応じた検索要求をサジェスト表示すべくユーザによる指示なしに前記サーバに逐次要求する検索要求ステップと、
検索結果取得手段が、前記検索要求ステップでの検索要求に応じて前記サーバから件数を制限することなく送信される検索結果を逐次取得する検索結果取得ステップと、
判定手段が、前記検索結果取得ステップで取得される検索結果の件数が、一度にサジェスト表示すべき件数を超えるか否かを判定する判定ステップと、
表示制御手段が、前記判定ステップで前記検索結果の件数が、前記一度にサジェスト表示する件数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として前記ブラウザに表示し、一方、前記判定ステップで前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の中から前記一度にサジェスト表示する件数分の検索結果を選択可能な一覧として前記ブラウザに表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も前記ブラウザに表示するように制御する表示制御ステップと、
を有することを特徴とする情報処理装置の制御方法。
A server that manages, within a database, data that includes a certain amount of data that includes a character to be searched, and in response to successive search requests by the search request means of the information processing device, input characters of the information processing device A search unit that performs a search process on the data managed in the database using characters acquired so far by the acquisition unit, and the search results obtained as a result of the search process by the search unit are limited in number. The search result can be selected according to the search result based on the characters sequentially input to the input field via the browser, which can communicate with the server having the transmission means for transmitting to the information processing apparatus as it is without performing control. A control method for an information processing apparatus that performs input support by sequentially displaying suggestions as a list,
Input character acquisition means, an input character acquisition step of acquiring a character from the input field every time there is a character input to the input field via the browser;
Search request means, a search requesting step of sequentially requests the server a search request corresponding to the obtained character without instruction by the user so as to display suggestions each time the character is acquired by the input character acquisition step,
A search result acquisition unit that sequentially acquires search results transmitted without limiting the number of cases from the server in response to a search request in the search request step;
A determining step for determining whether or not the number of search results acquired in the search result acquiring step exceeds the number of suggestions to be displayed at one time;
When it is determined in the determination step that the number of search results does not exceed the number of suggestions to be displayed at a time, the display control means displays all of the search results as a selectable list on the browser, When it is determined in the determination step that the number of search results exceeds the number of suggestions to be displayed at a time, a list of search results corresponding to the number of suggestions to be displayed at a time can be selected from the search results. A display control step for controlling to display an additional display option for displaying search results not displayed in the list as well as displayed in the browser;
A method for controlling an information processing apparatus, comprising:
一定量以内のデータであって、検索対象となる文字を含むデータをデータベースで管理するサーバと通信可能な、ブラウザを介して入力フィールドに逐次入力される文字に基づく検索結果に応じて該検索結果を選択可能な一覧として逐次サジェスト表示して入力支援を行う情報処理装置を、
前記ブラウザを介して前記入力フィールドに文字入力があるごとに該入力フィールドから文字を取得する入力文字取得手段、
前記入力文字取得手段により文字が取得されるごとに該取得した文字に応じた検索要求をサジェスト表示すべくユーザによる指示なしに前記サーバに逐次要求する検索要求手段、
前記検索要求手段による検索要求に応じて前記サーバから検索結果を逐次取得する検索結果取得手段、
前記検索結果取得手段により取得される検索結果の件数が、一度にサジェスト表示すべき件数を超えるか否かを判定する判定手段、
前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として前記ブラウザに表示し、一方、前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の中から前記一度にサジェスト表示する件数分の検索結果を選択可能な一覧として前記ブラウザに表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も前記ブラウザに表示するように制御する表示制御手段として機能させるためのプログラムと、
前記サーバを、
前記検索要求手段による逐次の検索要求に応じて、前記情報処理装置の前記入力文字取得ステップによりそれまでに取得された文字を用いて、前記データベースで管理されるデータに対して検索処理を行う検索手段、
前記検索手段による検索処理の結果得られた検索結果を、件数を制限する制御を行うことなくそのまま前記情報処理装置へ送信する送信手段として機能させるためのプログラムと、
を有することを特徴とするプログラム。
The search result is based on the search result based on the characters that are input within the input field via the browser that can be communicated with the server that manages the data including the character to be searched within the database, and is within a certain amount of data . An information processing device that performs input support by sequentially displaying suggestions as a selectable list,
Input character acquisition means for acquiring a character from the input field every time there is a character input in the input field via the browser;
Search requesting means for sequentially requesting the server a search request corresponding to the obtained character each time the character is acquired by the input character acquisition means without instruction by the user in order to display suggestions,
Search result acquisition means for sequentially acquiring search results from the server in response to a search request by the search request means;
A determination unit that determines whether or not the number of search results acquired by the search result acquisition unit exceeds the number of suggestions to be displayed at a time;
When it is determined by the determination means that the number of search results does not exceed the number of suggestions displayed at a time, all the search results are displayed in the browser as a selectable list, while the determination means When it is determined that the number of search results exceeds the number of suggestions to be displayed at a time, search results for the number of suggestions to be displayed at a time are displayed in the browser as a selectable list from the search results. A program for causing the browser to function as a display control unit that controls to display additional selection options for displaying search results that are not displayed in the list,
The server,
A search that performs a search process on data managed in the database using the characters acquired so far by the input character acquisition step of the information processing device in response to sequential search requests by the search request means means,
A program for causing a search results Results of the search processing obtained by the searching means, as it is transmitting means for transmitting to the information processing apparatus without performing control for limiting the number,
The program characterized by having.
一定量以内のデータであって、検索対象となる文字を含むデータをデータベースで管理するサーバであって、情報処理装置の検索要求手段による逐次の検索要求に応じて、当該情報処理装置の入力文字取得手段によりそれまでに取得された文字を用いて、前記データベースで管理されるデータに対して検索処理を行う検索手段と、前記検索手段による検索処理の結果得られた検索結果を、件数を制限する制御を行うことなくそのまま前記情報処理装置へ送信する送信手段を有するサーバと通信可能な、ブラウザを介して入力フィールドに逐次入力される文字に基づく検索結果に応じて該検索結果を選択可能な一覧として逐次サジェスト表示して入力支援を行う情報処理装置を、
前記ブラウザを介して前記入力フィールドに文字入力があるごとに該入力フィールドから文字を取得する入力文字取得手段、
前記入力文字取得手段により文字が取得されるごとに該取得した文字に応じた検索要求をサジェスト表示すべくユーザによる指示なしに前記サーバに逐次要求する検索要求手段、
前記検索要求手段による検索要求に応じて前記サーバから件数を制限することなく送信される検索結果を逐次取得する検索結果取得手段、
前記検索結果取得手段により取得される検索結果の件数が、一度にサジェスト表示すべき件数を超えるか否かを判定する判定手段、
前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として前記ブラウザに表示し、一方、前記判定手段により前記検索結果の件数が、前記一度にサジェスト表示する件数を超えると判定された場合、前記検索結果の中から前記一度にサジェスト表示する件数分の検索結果を選択可能な一覧として前記ブラウザに表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も前記ブラウザに表示するように制御する表示制御手段、
として機能させるためのプログラム。
A server that manages, within a database, data that includes a certain amount of data that includes a character to be searched, and in response to successive search requests by the search request means of the information processing device, input characters of the information processing device A search unit that performs a search process on the data managed in the database using characters acquired so far by the acquisition unit, and the search results obtained as a result of the search process by the search unit are limited in number. The search result can be selected according to the search result based on the characters sequentially input to the input field via the browser, which can communicate with the server having the transmission means for transmitting to the information processing apparatus as it is without performing control. An information processing device that supports suggestions by sequentially displaying suggestions as a list,
Input character acquisition means for acquiring a character from the input field every time there is a character input in the input field via the browser;
Search requesting means for sequentially requesting the server a search request corresponding to the obtained character each time the character is acquired by the input character acquisition means without instruction by the user in order to display suggestions,
Search result acquisition means for sequentially acquiring search results transmitted without limiting the number of cases from the server in response to a search request by the search request means;
A determination unit that determines whether or not the number of search results acquired by the search result acquisition unit exceeds the number of suggestions to be displayed at a time;
When it is determined by the determination means that the number of search results does not exceed the number of suggestions displayed at a time, all the search results are displayed in the browser as a selectable list, while the determination means When it is determined that the number of search results exceeds the number of suggestions to be displayed at a time, search results for the number of suggestions to be displayed at a time are displayed in the browser as a selectable list from the search results. And a display control means for controlling the browser to display additional display options for displaying search results that are not displayed in the list,
Program to function as.
JP2008297682A 2008-11-21 2008-11-21 Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program Active JP5224283B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008297682A JP5224283B2 (en) 2008-11-21 2008-11-21 Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008297682A JP5224283B2 (en) 2008-11-21 2008-11-21 Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program

Publications (3)

Publication Number Publication Date
JP2010123023A JP2010123023A (en) 2010-06-03
JP2010123023A5 JP2010123023A5 (en) 2011-01-20
JP5224283B2 true JP5224283B2 (en) 2013-07-03

Family

ID=42324296

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008297682A Active JP5224283B2 (en) 2008-11-21 2008-11-21 Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program

Country Status (1)

Country Link
JP (1) JP5224283B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6373102B2 (en) * 2014-07-17 2018-08-15 Kddi株式会社 Electronic magazine creation device, electronic magazine creation system, electronic magazine creation method, and computer program
JP6682869B2 (en) * 2016-01-15 2020-04-15 富士通株式会社 Biometric authentication device, biometric authentication system, biometric authentication method, and biometric authentication program
JP2018022218A (en) * 2016-08-01 2018-02-08 富士ゼロックス株式会社 Information processing apparatus and information processing program
JP6752705B2 (en) * 2016-12-14 2020-09-09 株式会社オービックビジネスコンサルタント Server equipment, information processing equipment, information processing methods, and programs

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7403888B1 (en) * 1999-11-05 2008-07-22 Microsoft Corporation Language input user interface
JP2005063240A (en) * 2003-08-15 2005-03-10 Nec Corp Hierarchical database retrieving system, method, and program for the system
JP2005228257A (en) * 2004-02-16 2005-08-25 Recruit Co Ltd Information retrieval system, information retrieval method, and program thereof
JP4241423B2 (en) * 2004-02-18 2009-03-18 株式会社東芝 Writing device
JP2007158657A (en) * 2005-12-05 2007-06-21 Matsushita Electric Ind Co Ltd Communication terminal device, communication method, and computer program

Also Published As

Publication number Publication date
JP2010123023A (en) 2010-06-03

Similar Documents

Publication Publication Date Title
JP6007246B2 (en) Predictive multi-layer cache architecture
KR101614395B1 (en) Method and apparatus that enables a web-based client-server application to be used offline
US20080114773A1 (en) Apparatus and method for prefetching web page
JP4525358B2 (en) Method for making contents public or private, information providing system, and information providing program
KR100790240B1 (en) Network management system, display method, and program
US20120143852A1 (en) Administration of search results
US8654793B2 (en) Network device for sharing multimedia data with other network devices existing on network and method therefor
US7908282B2 (en) Method for provision and use of a visual representation of website browsing history
JP2008287633A (en) Hba information service program, hba information service method, and hba information service system
JPWO2006011343A1 (en) Conflict resolution device
US20090019151A1 (en) Method for media discovery
JP2008003721A (en) Information retrieval system, information retrieval method, program, and recording medium
JP5224283B2 (en) Information processing system, information processing apparatus, information processing system control method, information processing apparatus control method, and program
JP4185706B2 (en) Center server and control method thereof
JP2004094935A (en) Object state transfer method, object state transfer device, object state transfer program, and storage medium therefor
KR101792399B1 (en) Method and System for Retrieving IoT/M2M Resource
JP2005234808A (en) Information processor, system, remote operation method, program and recording medium
JP2006227916A (en) Information processor, information search method, program, and storage medium
JP3927946B2 (en) Information processing apparatus and network device management method
JP5280349B2 (en) Web page providing method using cache, system, and computer-readable recording medium
JP4528203B2 (en) File search method, file search device, and file search program
JP2005321995A (en) Information processor, information processing method, recording medium and program
JP2010128675A (en) Retrieval device
JP2009230472A (en) Information retrieval method and information retrieval system
JP6286949B2 (en) Document browsing system, document browsing apparatus, control method, and program.

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101130

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101130

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20101130

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20101213

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110208

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110411

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110719

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111019

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20111027

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20120406

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121221

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130305

R150 Certificate of patent or registration of utility model

Ref document number: 5224283

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20160322

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250