JP2010123023A - Information processor, method for controlling the same, program and recording medium - Google Patents

Information processor, method for controlling the same, program and recording medium Download PDF

Info

Publication number
JP2010123023A
JP2010123023A JP2008297682A JP2008297682A JP2010123023A JP 2010123023 A JP2010123023 A JP 2010123023A JP 2008297682 A JP2008297682 A JP 2008297682A JP 2008297682 A JP2008297682 A JP 2008297682A JP 2010123023 A JP2010123023 A JP 2010123023A
Authority
JP
Japan
Prior art keywords
search
search results
input
character string
displayed
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
JP2008297682A
Other languages
Japanese (ja)
Other versions
JP5224283B2 (en
JP2010123023A5 (en
Inventor
Isao Ueda
勲 上田
Maho Yamada
真穂 山田
Takanobu Tsuruno
貴信 鶴野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon IT Solutions Inc
Original Assignee
Canon Software Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Software Inc filed Critical Canon Software Inc
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

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

Abstract

<P>PROBLEM TO BE SOLVED: To enable a user to enter characters, looking at some options from the head thereof while securing a response to an entry by quickly displaying an option list, even if the number of characters to be entered is so small that the number of retrieval results is increased, when using an entry support method for sequentially displaying the retrieval results on the basis of character strings sequentially entered as a selectable list. <P>SOLUTION: A client browser 003 acquires an input character string for each character entry (S501, S502), acquires retrieval results according to the character string from an application server 001 (S503, S504). When the number of retrieval results does not exceed a predetermined number, the retrieval results are all displayed as a selectable list (S509, S510), or when the number of retrieval results exceeds the predetermined number, as many retrieval results as the predetermined number are displayed as the selectable list, and the option "and more..." is also displayed in order to display retrieval results which are not displayed in the list (S506-S508). <P>COPYRIGHT: (C)2010,JPO&INPIT

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 is an information processing apparatus that performs input support by sequentially displaying a search result based on a character string sequentially input in an input field as a selectable list, and each time the character input is input in the input field Input character string acquisition means for acquiring a character string from the field, search result acquisition means for acquiring a search result corresponding to the character string acquired by the character string acquisition means, and search result acquired by the search result acquisition means A determination unit that determines whether or not the number of cases exceeds a predetermined number, and when the number of search results is determined not to exceed the predetermined number by the determination unit, all of the search results are displayed as a selectable list. On the other hand, if the determination means determines that the number of search results exceeds the predetermined number, the predetermined number of search results can be selected from the search results. And displays as, and having a display control means for controlling to also display additional display options for displaying the search results do not appear in the list.

本発明によれば、入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示する入力支援方法を用いる場合に、入力文字数が少なく検索結果の件数が多くなってしまう場合でも、迅速に選択肢の一覧を表示して入力に対するレスポンスを確保しつつ、ユーザは所定数の選択肢を見ながら入力することができ、目的の選択肢へ容易に到達することができる等の効果を奏する。   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 greater than the number of options displayed (7) (determined as Y in S505), and as shown at 1202 in 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 showing an example of a display number setting file stored in the external storage device 105 of the information processing apparatus that implements the client browser 003.

この構成の場合、クライアントブラウザ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 that implements the client browser 003 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 a program represented by software for achieving the present invention from a server, database, etc. on a network using a communication program and reading it, 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 (10)

入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示して入力支援を行う情報処理装置であって、
前記入力フィールドに文字入力があるごとに該入力フィールドから文字列を取得する入力文字列取得手段と、
前記文字列取得手段により取得した文字列に応じた検索結果を取得する検索結果取得手段と、
前記検索結果取得手段により取得される検索結果の件数が所定数を超えるか否かを判定する判定手段と、
前記判定手段により前記検索結果の件数が前記所定数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として表示し、一方、前記判定手段により前記検索結果の件数が前記所定数を超えると判定された場合、前記検索結果の中から前記所定数の検索結果を選択可能な一覧として表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も表示するように制御する表示制御手段と、
を有することを特徴とする情報処理装置。
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,
Input character string acquisition means for acquiring a character string from the input field every time there is a character input in the input field;
Search result acquisition means for acquiring a search result according to the character string acquired by the character string acquisition means;
Determination means for determining whether or not the number of search results acquired by the search result acquisition means exceeds a predetermined number;
If the determination means determines that the number of search results does not exceed the predetermined number, the search means displays all of the search results as a selectable list, while the determination means displays the number of search results as the predetermined number. When it is determined that the number exceeds the number, the predetermined number of search results are displayed as a selectable list from the search results, and an additional display option for displaying the search results not displayed in the list is also displayed. Display control means for controlling
An information processing apparatus comprising:
前記表示制御手段は、前記一覧から前記追加表示用選択肢が選択された場合、前記一覧に表示されなかった検索結果を選択可能な一覧として表示することを特徴とする請求項1に記載の情報処理装置。   2. The information processing according to claim 1, wherein when the additional display option is selected from the list, the display control unit displays search results that are not displayed in the list as a selectable list. apparatus. 前記表示制御手段は、前記判定手段により前記検索結果の件数が前記所定数を超えると判定された場合、前記検索結果の件数も表示することを特徴とする請求項1又は2に記載の情報処理装置。   3. The information processing according to claim 1, wherein the display control unit also displays the number of the search results when the determination unit determines that the number of the search results exceeds the predetermined number. 4. apparatus. 前記検索結果取得手段は、前記文字列取得手段により取得した文字列に応じた検索要求をサーバに要求し、該検索要求に応じて前記サーバから検索結果を取得することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。   The search result acquisition unit requests a search request according to the character string acquired by the character string acquisition unit, and acquires the search result from the server in response to the search request. 4. The information processing apparatus according to any one of items 1 to 3. 前記表示制御手段は、前記検索結果取得手段により検索結果が取得できなかった場合、エラーメッセージを表示することを特徴とする請求項4に記載の情報処理装置。   The information processing apparatus according to claim 4, wherein the display control unit displays an error message when the search result acquisition unit cannot acquire the search result. 前記サーバは、前記検索結果の数が所定の検索制限件数を超えた場合には、検索制限件数を超えたため検索を中止した旨のメッセージを前記検索結果取得手段に返信するものであり、
前記表示制御手段は、前記検索結果取得手段により前記メッセージを取得した場合、前記メッセージを表示することを請求項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,
6. The information processing apparatus according to claim 4, wherein the display control unit displays the message when the message is acquired by the search result acquisition unit.
前記所定数を設定する設定手段を設けたことを特徴とする請求項1乃至6のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising a setting unit that sets the predetermined number. 入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示して入力支援を行う情報処理装置の制御方法であって、
入力文字列取得手段が、前記入力フィールドに文字入力があるごとに該入力フィールドから文字列を取得する入力文字列取得ステップと、
検索結果取得手段が、前記文字列取得ステップで取得した文字列に応じた検索結果を取得する検索結果取得ステップと、
判定手段が、前記検索結果取得ステップで取得される検索結果の件数が所定数を超えるか否かを判定する判定ステップと、
表示制御手段が、前記判定ステップで前記検索結果の件数が前記所定数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として表示し、一方、前記判定ステップで前記検索結果の件数が前記所定数を超えると判定された場合、前記検索結果の中から前記所定数の検索結果を選択可能な一覧として表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も表示するように制御する表示制御手段と、
を有することを特徴とする情報処理装置の制御方法。
A control method for 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,
An input character string obtaining unit, an input character string obtaining step for obtaining a character string from the input field every time there is a character input in the input field;
A search result acquisition means for acquiring a search result according to the character string acquired in the character string acquisition step;
A determination step for determining whether or not the number of search results acquired in the search result acquisition step exceeds a predetermined number;
When it is determined in the determination step that the number of the search results does not exceed the predetermined number, the display control means displays all of the search results as a selectable list, while the search result in the determination step. When it is determined that the number of items exceeds the predetermined number, the predetermined number of search results are displayed as a selectable list from the search results, and an additional display for displaying search results that are not displayed in the list Display control means for controlling to display options for use;
A method for controlling an information processing apparatus, comprising:
入力フィールドに逐次入力される文字列に基づく検索結果を選択可能な一覧として逐次表示して入力支援を行う情報処理装置を、
前記入力フィールドに文字入力があるごとに該入力フィールドから文字列を取得する入力文字列取得手段、
前記文字列取得手段により取得した文字列に応じた検索結果を取得する検索結果取得手段、
前記検索結果取得手段により取得される検索結果の件数が所定数を超えるか否かを判定する判定手段、
前記判定手段により前記検索結果の件数が前記所定数を越えないと判定された場合、前記検索結果の全てを選択可能な一覧として表示し、一方、前記判定手段により前記検索結果の件数が前記所定数を超えると判定された場合、前記検索結果の中から前記所定数の検索結果を選択可能な一覧として表示するとともに、該一覧に表示されない検索結果を表示するための追加表示用選択肢も表示するように制御する表示制御手段、
として機能させるためのプログラム。
An information processing device that performs input support by sequentially displaying search results based on character strings sequentially input in an input field as a selectable list,
Input character string acquisition means for acquiring a character string from the input field every time there is a character input in the input field;
Search result acquisition means for acquiring a search result corresponding to the character string acquired by the character string acquisition means;
Determining means for determining whether or not the number of search results acquired by the search result acquiring means exceeds a predetermined number;
If the determination means determines that the number of search results does not exceed the predetermined number, the search means displays all of the search results as a selectable list, while the determination means displays the number of search results as the predetermined number. When it is determined that the number exceeds the number, the predetermined number of search results are displayed as a selectable list from the search results, and an additional display option for displaying the search results not displayed in the list is also displayed. Display control means to control,
Program to function as.
請求項9に記載されたプログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the program according to claim 9 is recorded.
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 true JP2010123023A (en) 2010-06-03
JP2010123023A5 JP2010123023A5 (en) 2011-01-20
JP5224283B2 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)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016024554A (en) * 2014-07-17 2016-02-08 Kddi株式会社 Electronic magazine creation device, electronic magazine creation system, electronic magazine creation method, and computer program
JP2017126303A (en) * 2016-01-15 2017-07-20 富士通株式会社 Biometric authentication apparatus, 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
JP2018097690A (en) * 2016-12-14 2018-06-21 株式会社オービックビジネスコンサルタント Server apparatus, information processing apparatus, information processing method, and program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003513389A (en) * 1999-11-05 2003-04-08 マイクロソフト コーポレイション 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
JP2005234742A (en) * 2004-02-18 2005-09-02 Toshiba Corp Text creating device and input word predicting method
JP2007158657A (en) * 2005-12-05 2007-06-21 Matsushita Electric Ind Co Ltd Communication terminal device, communication method, and computer program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003513389A (en) * 1999-11-05 2003-04-08 マイクロソフト コーポレイション 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
JP2005234742A (en) * 2004-02-18 2005-09-02 Toshiba Corp Text creating device and input word predicting method
JP2007158657A (en) * 2005-12-05 2007-06-21 Matsushita Electric Ind Co Ltd Communication terminal device, communication method, and computer program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016024554A (en) * 2014-07-17 2016-02-08 Kddi株式会社 Electronic magazine creation device, electronic magazine creation system, electronic magazine creation method, and computer program
JP2017126303A (en) * 2016-01-15 2017-07-20 富士通株式会社 Biometric authentication apparatus, 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
JP2018097690A (en) * 2016-12-14 2018-06-21 株式会社オービックビジネスコンサルタント Server apparatus, information processing apparatus, information processing method, and program

Also Published As

Publication number Publication date
JP5224283B2 (en) 2013-07-03

Similar Documents

Publication Publication Date Title
US9547717B2 (en) Administration of search results
JP6007246B2 (en) Predictive multi-layer cache architecture
US9967309B2 (en) Dynamic loading of routes in a single-page application
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
JP4151978B2 (en) Server apparatus, management method, and program
KR100790240B1 (en) Network management system, display method, and program
JP2011108102A (en) Web server, web browser and web system
JP2006202012A (en) Method for making content public or private, information delivery system, and information delivery program
JPWO2006011343A1 (en) Conflict resolution device
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
JP2005234808A (en) Information processor, system, remote operation method, program and recording medium
KR101792399B1 (en) Method and System for Retrieving IoT/M2M Resource
JP2006227916A (en) Information processor, information search method, program, and storage medium
JP3927946B2 (en) Information processing apparatus and network device management method
JP2008171039A (en) Method and program for making object displayed on web browser seem to be extracted from web browser
KR101132220B1 (en) Method, system and computer-readable recording medium for providing web page using cache
RU2658875C1 (en) Method and a server for determining the order of drawing a map
JP2005321995A (en) Information processor, information processing method, recording medium and program
JP6335153B2 (en) Computer apparatus, control method and program
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