JP2012133602A - Information processing apparatus, information processing program and information processing method - Google Patents

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

Info

Publication number
JP2012133602A
JP2012133602A JP2010285279A JP2010285279A JP2012133602A JP 2012133602 A JP2012133602 A JP 2012133602A JP 2010285279 A JP2010285279 A JP 2010285279A JP 2010285279 A JP2010285279 A JP 2010285279A JP 2012133602 A JP2012133602 A JP 2012133602A
Authority
JP
Japan
Prior art keywords
search
condition input
search condition
search result
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2010285279A
Other languages
Japanese (ja)
Inventor
Chie Tonomura
知恵 外村
Toru Shimizu
亨 清水
Riyouko Akutsu
亮子 阿久津
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.)
Fujitsu Frontech Ltd
Original Assignee
Fujitsu Frontech Ltd
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 Fujitsu Frontech Ltd filed Critical Fujitsu Frontech Ltd
Priority to JP2010285279A priority Critical patent/JP2012133602A/en
Publication of JP2012133602A publication Critical patent/JP2012133602A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To shorten the time required until displaying a retrieval result on a display section.SOLUTION: An information processing apparatus 10 includes display control means 11 which displays a retrieval screen 17 including retrieval condition input fields 17a and 17b on display means 16, retrieval result request means 12 which requests retrieval execution means 18 to acquire the number of retrieval results of data retrieval based on retrieval conditions inputted to the retrieval condition input fields 17a and 17b when the display control means 11 detects that a focus 17c leaves the retrieval condition input fields 17a and 17b, retrieval result acquisition means 13 which acquires from the retrieval execution means 18 the number of retrieval results acquired by executing data retrieval through the retrieval execution means 18 in response to the request of retrieval result number acquisition from the retrieval result request means 12, and buffer size setting means 15 which sets a buffer size of buffer means 14 on the basis of the number of retrieval results acquired by the retrieval result acquisition means 13.

Description

本発明は、情報を処理する情報処理装置、情報処理プログラム、および、情報処理方法に関する。   The present invention relates to an information processing apparatus, an information processing program, and an information processing method for processing information.

例えば、金融系業務における帳票の検索システムは、クライアント装置と、クライアント装置にネットワーク等を介して接続された検索サーバとを有している。クライアント装置は、操作者により帳票検索の実行が命令されると、検索サーバに検索結果の取得を要求する。検索サーバは、クライアント装置からの要求に応答して帳票検索を実行して検索結果を取得する。そして、クライアント装置は、検索サーバから検索結果を取得し、取得した検索結果の一覧画面を表示部に表示する。   For example, a form search system in a financial business has a client device and a search server connected to the client device via a network or the like. When the operator instructs execution of the form search, the client device requests the search server to obtain a search result. The search server executes a form search in response to a request from the client device and acquires a search result. Then, the client device acquires the search result from the search server, and displays the acquired search result list screen on the display unit.

また、検索処理の方法としては、例えば、複数の項目の検索式の入力を対話的処理で行うのと並行して、この入力された項目毎に所与の検索式を実行してその結果を項目別ビットマップとして中間保存しておき、全ての項目の入力と全ての項目毎のビットマップの中間保存が終了した後、項目別ビットマップを用いた集合演算を行う文書検索処理方法が存在する(例えば、特許文献1参照)。   In addition, as a method of search processing, for example, in parallel with inputting a search expression for a plurality of items by interactive processing, a given search expression is executed for each input item and the result is obtained. There is a document search processing method that performs an intermediate save as an item-by-item bitmap, and performs a set operation using the item-by-item bitmap after input of all items and an intermediate save of the bitmap for each item are completed. (For example, refer to Patent Document 1).

また、例えば、ヒット件数が設定ヒット件数を超える場合に、他の1つのキーワードを加えた論理積によって二次検索を実行し、ヒット件数が設定ヒット件数以下である場合に、テキストのヒット回数を記憶し、ヒット回数の多い順に設定抽出件数のテキストを抽出してそれぞれの内容を出力するテキストの検索方法が存在する(例えば、特許文献2参照)。   Also, for example, when the number of hits exceeds the set number of hits, a secondary search is performed by a logical product with one other keyword added, and when the number of hits is less than or equal to the set number of hits, the number of text hits There is a text search method for storing and extracting a set number of extracted texts in descending order of the number of hits, and outputting the contents of each text (for example, see Patent Document 2).

特開平11−306203号公報Japanese Patent Laid-Open No. 11-306203 特開平8−314950号公報JP-A-8-314950

クライアント装置が検索サーバから検索結果を取得する検索システムでは、検索サーバから取得した検索結果は、クライアント装置のバッファに格納される。バッファサイズは予め設定されているが、検索結果件数が多く、検索結果を格納するために必要なバッファサイズが、予め設定されているバッファサイズよりも大きい場合は、バッファの拡張処理が実行される。   In a search system in which a client device acquires a search result from a search server, the search result acquired from the search server is stored in a buffer of the client device. Although the buffer size is set in advance, if the number of search results is large and the buffer size required to store the search results is larger than the preset buffer size, buffer expansion processing is executed. .

しかしながら、バッファの拡張処理には時間がかかるため、検索結果件数が多い場合、検索結果の一覧画面が表示部に表示されるまでの時間が長くなってしまう可能性がある。なお、この課題は、検索処理に用いられる他の情報処理装置にも同様に生じ得る。   However, since the buffer expansion process takes time, when the number of search results is large, there is a possibility that the time until the search result list screen is displayed on the display unit may become long. This problem can also occur in other information processing apparatuses used for search processing.

このような点に鑑み、本発明では、検索結果を表示部に表示するまでにかかる時間を短縮することを目的とする。   In view of such a point, an object of the present invention is to shorten the time required for displaying a search result on a display unit.

上記目的を達成するために以下のような情報処理装置、情報処理プログラム、および、情報処理方法が提供される。
この情報処理装置は、表示手段に検索条件入力欄を含む検索画面を表示する表示制御手段と、表示制御手段が検索条件入力欄からのフォーカスの脱出を検出すると、検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段に要求する検索結果要求手段と、検索結果要求手段による検索結果件数取得の要求に応答して検索実行手段がデータ検索を実行することで取得した検索結果件数を、検索実行手段から取得する検索結果取得手段と、表示手段に表示される検索結果を格納するバッファ手段と、検索結果取得手段が取得した検索結果件数に基づいて、バッファ手段のバッファサイズを設定するバッファサイズ設定手段と、を有する。
In order to achieve the above object, the following information processing apparatus, information processing program, and information processing method are provided.
The information processing apparatus includes: a display control unit that displays a search screen including a search condition input field on the display unit; and when the display control unit detects an escape of focus from the search condition input field, the information is input to the search condition input field. Search result requesting means for requesting the search execution means to obtain the number of search results for data search based on the search condition, and the search execution means performs a data search in response to the search result number obtaining request by the search result requesting means. Based on the number of search results acquired by executing the search result acquisition means for acquiring from the search execution means, the buffer means for storing the search results displayed on the display means, and the number of search results acquired by the search result acquisition means Buffer size setting means for setting the buffer size of the buffer means.

また、この情報処理プログラムは、コンピュータを、表示手段に検索条件入力欄を含む検索画面を表示する表示制御手段、表示制御手段が検索条件入力欄からのフォーカスの脱出を検出すると、検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段に要求する検索結果要求手段、検索結果要求手段による検索結果件数取得の要求に応答して検索実行手段がデータ検索を実行することで取得した検索結果件数を、検索実行手段から取得する検索結果取得手段、表示手段に表示される検索結果を格納するバッファ手段、検索結果取得手段が取得した検索結果件数に基づいて、バッファ手段のバッファサイズを設定するバッファサイズ設定手段、として機能させる。   Further, the information processing program displays a search screen including a search condition input field on the display means, and displays a search condition input field when the display control unit detects escape of focus from the search condition input field. The search execution means responds to the search result number acquisition request by the search result request means for requesting the search execution means to acquire the search result number of the data search based on the search condition entered in The number of search results acquired by executing the data search is changed to the search result acquisition means acquired from the search execution means, the buffer means for storing the search results displayed on the display means, and the number of search results acquired by the search result acquisition means. Based on this, it functions as buffer size setting means for setting the buffer size of the buffer means.

また、この情報処理方法は、コンピュータが、表示手段に検索条件入力欄を含む検索画面を表示し、検索条件入力欄からのフォーカスの脱出を検出すると、検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段に要求し、検索結果件数取得の要求に応答して検索実行手段がデータ検索を実行することで取得した検索結果件数を、検索実行手段から取得し、取得した検索結果件数に基づいて、表示手段に表示される検索結果を格納するバッファ手段のバッファサイズを設定する。   Also, in this information processing method, when the computer displays a search screen including a search condition input field on the display means and detects escape of focus from the search condition input field, the search condition input in the search condition input field The search execution means is requested to obtain the number of search results for data search based on the search results, and the search execution number is retrieved by the search execution means performing a data search in response to the request for obtaining the search result number. Based on the number of search results acquired from the means, the buffer size of the buffer means for storing the search results displayed on the display means is set.

開示の情報処理装置、情報処理プログラム、および、情報処理方法によれば、検索結果を表示部に表示するまでにかかる時間を短縮させることが可能となる。   According to the information processing apparatus, the information processing program, and the information processing method of the disclosure, it is possible to reduce the time taken until the search result is displayed on the display unit.

第1の実施の形態に係る情報処理装置の一例を示す図である。It is a figure which shows an example of the information processing apparatus which concerns on 1st Embodiment. 第2の実施の形態に係る帳票検索システムの一例を示す図である。It is a figure which shows an example of the form search system which concerns on 2nd Embodiment. 第2の実施の形態に係るクライアント装置のハードウェアの一例を示す図である。It is a figure which shows an example of the hardware of the client apparatus which concerns on 2nd Embodiment. 第2の実施の形態に係るクライアント装置の機能の一例を示す図である。It is a figure which shows an example of the function of the client apparatus which concerns on 2nd Embodiment. 第2の実施の形態に係る表示画面の一例を示す図である。It is a figure which shows an example of the display screen which concerns on 2nd Embodiment. 第2の実施の形態に係る検索条件テーブルの一例を示す図である。It is a figure which shows an example of the search condition table which concerns on 2nd Embodiment. 第2の実施の形態に係るクライアント装置の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of the client apparatus which concerns on 2nd Embodiment. 第2の実施の形態に係るクライアント装置の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of the client apparatus which concerns on 2nd Embodiment. 第2の実施の形態に係る帳票検索の手順の1つ目の例を示すシーケンス図である。It is a sequence diagram which shows the 1st example of the procedure of the form search which concerns on 2nd Embodiment. 第2の実施の形態に係る帳票検索の手順の2つ目の例を示すシーケンス図である。It is a sequence diagram which shows the 2nd example of the procedure of the form search which concerns on 2nd Embodiment. 第2の実施の形態に係る画面の遷移状態を示す図である。It is a figure which shows the transition state of the screen which concerns on 2nd Embodiment. 第2の実施の形態に係る画面の遷移状態を示す図である。It is a figure which shows the transition state of the screen which concerns on 2nd Embodiment. 第2の実施の形態に係る検索条件テーブルの遷移状態を示す図である。It is a figure which shows the transition state of the search condition table which concerns on 2nd Embodiment.

以下、実施の形態を図面を参照して説明する。
[第1の実施の形態]
図1は、第1の実施の形態に係る情報処理装置の一例を示す図である。
Hereinafter, embodiments will be described with reference to the drawings.
[First Embodiment]
FIG. 1 is a diagram illustrating an example of an information processing apparatus according to the first embodiment.

情報処理装置10は、表示制御手段11と、検索結果要求手段12と、検索結果取得手段13と、バッファ手段14と、バッファサイズ設定手段15とを有する。
表示制御手段11は、表示手段16に、検索条件入力欄17a,17bを含む検索画面17を表示する。さらに、表示制御手段11は、検索画面17の検索条件入力欄17a,17bからのフォーカス17cの脱出を検出する。ここで、フォーカス17cは、検索画面17における選択中の検索条件入力欄を示すものである。また、表示制御手段11は、バッファ手段14に格納された検索結果の一覧画面を表示手段16に表示する。
The information processing apparatus 10 includes a display control unit 11, a search result request unit 12, a search result acquisition unit 13, a buffer unit 14, and a buffer size setting unit 15.
The display control means 11 displays the search screen 17 including the search condition input fields 17a and 17b on the display means 16. Furthermore, the display control means 11 detects the escape of the focus 17c from the search condition input fields 17a and 17b on the search screen 17. Here, the focus 17c indicates a search condition input field being selected on the search screen 17. Further, the display control unit 11 displays a list screen of search results stored in the buffer unit 14 on the display unit 16.

検索結果要求手段12は、表示制御手段11が検索画面17の検索条件入力欄17a,17bからのフォーカス17cの脱出を検出すると、検索条件入力欄17a,17bに入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段18に要求する。   When the display control means 11 detects the escape of the focus 17c from the search condition input fields 17a and 17b of the search screen 17, the search result requesting means 12 is based on the search conditions input in the search condition input fields 17a and 17b. The search execution means 18 is requested to acquire the number of search results for data search.

検索結果取得手段13は、検索結果要求手段12による検索結果件数の要求に応答して検索実行手段18がデータ検索を実行することで取得した検索結果件数を、検索実行手段18から取得する。   The search result acquisition unit 13 acquires from the search execution unit 18 the number of search results acquired by the search execution unit 18 executing a data search in response to a request for the number of search results by the search result request unit 12.

バッファ手段14は、表示手段16に表示される検索結果を格納する。バッファサイズ設定手段15は、検索結果取得手段13が取得した検索結果件数に基づいて、バッファ手段14のバッファサイズを設定する。   The buffer means 14 stores search results displayed on the display means 16. The buffer size setting unit 15 sets the buffer size of the buffer unit 14 based on the number of search results acquired by the search result acquisition unit 13.

次に、情報処理装置10におけるバッファ手段14のバッファサイズの設定手順について説明する。
まず、表示制御手段11が検索画面17の検索条件入力欄17a,17bからのフォーカス17cの脱出を検出すると、検索結果要求手段12が、検索条件入力欄17a,17bに入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段18に要求する。そして、検索実行手段18が、データ検索を実行する。
Next, a procedure for setting the buffer size of the buffer unit 14 in the information processing apparatus 10 will be described.
First, when the display control means 11 detects the escape of the focus 17c from the search condition input fields 17a and 17b on the search screen 17, the search result requesting means 12 sets the search conditions entered in the search condition input fields 17a and 17b. The search execution means 18 is requested to acquire the number of search results based on the data search. Then, the search execution means 18 executes a data search.

次に、検索結果取得手段13が、検索実行手段18がデータ検索を実行することで取得した検索結果件数を、検索実行手段18から取得する。
次に、バッファサイズ設定手段15が、検索結果取得手段13が取得した検索結果件数に基づいて、バッファ手段14のバッファサイズを設定する。
Next, the search result acquisition unit 13 acquires from the search execution unit 18 the number of search results acquired by the search execution unit 18 executing a data search.
Next, the buffer size setting unit 15 sets the buffer size of the buffer unit 14 based on the number of search results acquired by the search result acquisition unit 13.

このように、情報処理装置10では、検索結果要求手段12が、表示制御手段11が検索画面17の検索条件入力欄17a,17bからのフォーカス17cの脱出を検出すると、検索条件入力欄17a,17bに入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段18に要求する。そして、バッファサイズ設定手段15は、検索結果取得手段13が検索実行手段18から取得した検索結果件数に基づいて、バッファ手段14のバッファサイズを設定する。   As described above, in the information processing apparatus 10, when the search result request unit 12 detects that the focus 17 c has escaped from the search condition input fields 17 a and 17 b of the search screen 17, the display control unit 11 searches the search condition input fields 17 a and 17 b. The search execution means 18 is requested to acquire the number of search results for data search based on the search condition entered in. Then, the buffer size setting unit 15 sets the buffer size of the buffer unit 14 based on the number of search results acquired by the search result acquisition unit 13 from the search execution unit 18.

この構成によれば、操作者が検索ボタンを押下するなどして検索の実行を命令する前に、予めバッファ手段14のバッファサイズを、検索結果を格納するために必要な大きさに設定しておくことができる。このため、操作者により検索の実行命令があった後に、バッファ手段14の拡張処理を行う必要がないため、検索結果の一覧画面を表示手段16に表示するまでにかかる時間を短縮することができる。   According to this configuration, the buffer size of the buffer unit 14 is set in advance to a size necessary for storing the search result before the operator instructs the execution of the search by pressing the search button or the like. I can leave. For this reason, it is not necessary to perform the expansion process of the buffer means 14 after the operator has issued a search execution instruction, so the time taken to display the search result list screen on the display means 16 can be reduced. .

さらに、情報処理装置10では、バッファ手段14のバッファサイズを、検索結果取得手段13が取得した検索結果件数に基づいて設定しているため、必要最小限の大きさに設定することができる。すなわち、情報処理装置10が備える記憶領域のうち、バッファ手段14が占有する記憶領域を小さくすることができるため、残りの記憶領域を、他の処理のために使用することができる。これにより、情報処理装置10の処理性能を向上させることができる。   Furthermore, in the information processing apparatus 10, since the buffer size of the buffer unit 14 is set based on the number of search results acquired by the search result acquisition unit 13, it can be set to a necessary minimum size. That is, since the storage area occupied by the buffer unit 14 among the storage areas included in the information processing apparatus 10 can be reduced, the remaining storage areas can be used for other processes. Thereby, the processing performance of the information processing apparatus 10 can be improved.

[第2の実施の形態]
次に、第1の実施の形態の情報処理装置10を、帳票検索システムに用いられるクライアント装置に適用した実施の形態を、第2の実施の形態として説明する。
[Second Embodiment]
Next, an embodiment in which the information processing apparatus 10 according to the first embodiment is applied to a client device used in a form retrieval system will be described as a second embodiment.

図2は、第2の実施の形態に係る帳票検索システムの一例を示す図である。
クライアント装置100は、ネットワーク20を介して、検索サーバ30に接続されている。検索サーバ30は、帳票データが格納されたストレージ31に接続されている。検索サーバ30は、クライアント装置100からの要求に応答して、ストレージ31に格納された帳票データの検索を実行する。
FIG. 2 is a diagram illustrating an example of a form retrieval system according to the second embodiment.
The client device 100 is connected to the search server 30 via the network 20. The search server 30 is connected to a storage 31 that stores form data. In response to a request from the client device 100, the search server 30 searches for form data stored in the storage 31.

図3は、第2の実施の形態に係るクライアント装置のハードウェアの一例を示す図である。
クライアント装置100は、CPU(Central Processing Unit)101によって装置全体が制御されている。CPU101には、バス108を介してRAM(Random Access Memory)102と複数の周辺機器が接続されている。
FIG. 3 is a diagram illustrating an example of hardware of the client device according to the second embodiment.
The entire client apparatus 100 is controlled by a CPU (Central Processing Unit) 101. A RAM (Random Access Memory) 102 and a plurality of peripheral devices are connected to the CPU 101 via a bus 108.

RAM102は、クライアント装置100の主記憶装置として使用される。RAM102には、CPU101に実行させるOS(Operating System)のプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、RAM102には、CPU101による処理に必要な各種データが格納される。   The RAM 102 is used as a main storage device of the client device 100. The RAM 102 temporarily stores at least part of an OS (Operating System) program and application programs to be executed by the CPU 101. The RAM 102 stores various data necessary for processing by the CPU 101.

バス108に接続されている周辺機器としては、ハードディスクドライブ(HDD:Hard Disk Drive)103、グラフィック処理装置104、入力インタフェース105、光学ドライブ装置106、および通信インタフェース107がある。   Peripheral devices connected to the bus 108 include a hard disk drive (HDD) 103, a graphic processing device 104, an input interface 105, an optical drive device 106, and a communication interface 107.

HDD103は、内蔵したディスクに対して、磁気的にデータの書き込みおよび読み出しを行う。HDD103は、クライアント装置100の二次記憶装置として使用される。HDD103には、OSのプログラム、アプリケーションプログラム、および各種データが格納される。なお、二次記憶装置としては、フラッシュメモリなどの半導体記憶装置を使用することもできる。   The HDD 103 magnetically writes and reads data to and from the built-in disk. The HDD 103 is used as a secondary storage device of the client device 100. The HDD 103 stores an OS program, application programs, and various data. Note that a semiconductor storage device such as a flash memory can also be used as the secondary storage device.

グラフィック処理装置104には、モニタ21が接続されている。グラフィック処理装置104は、CPU101からの命令に従って、画像をモニタ21の画面に表示させる。モニタ21としては、CRT(Cathode Ray Tube)を用いた表示装置や液晶表示装置などがある。   A monitor 21 is connected to the graphic processing device 104. The graphic processing device 104 displays an image on the screen of the monitor 21 in accordance with a command from the CPU 101. Examples of the monitor 21 include a display device using a CRT (Cathode Ray Tube) and a liquid crystal display device.

入力インタフェース105には、キーボード22とマウス23とが接続されている。入力インタフェース105は、キーボード22やマウス23から送られてくる信号をCPU101に送信する。なお、マウス23は、ポインティングデバイスの一例であり、他のポインティングデバイスを使用することもできる。他のポインティングデバイスとしては、タッチパネル、タブレット、タッチパッド、トラックボールなどがある。   A keyboard 22 and a mouse 23 are connected to the input interface 105. The input interface 105 transmits signals sent from the keyboard 22 and the mouse 23 to the CPU 101. The mouse 23 is an example of a pointing device, and other pointing devices can also be used. Examples of other pointing devices include a touch panel, a tablet, a touch pad, and a trackball.

光学ドライブ装置106は、レーザ光などを利用して、光ディスク24に記録されたデータの読み取りを行う。光ディスク24は、光の反射によって読み取り可能なようにデータが記録された可搬型の記録媒体である。光ディスク24には、DVD(Digital Versatile Disc)、DVD−RAM、CD−ROM(Compact Disc Read Only Memory)、CD−R(Recordable)/RW(ReWritable)などがある。   The optical drive device 106 reads data recorded on the optical disc 24 using laser light or the like. The optical disc 24 is a portable recording medium on which data is recorded so that it can be read by reflection of light. The optical disc 24 includes a DVD (Digital Versatile Disc), a DVD-RAM, a CD-ROM (Compact Disc Read Only Memory), a CD-R (Recordable) / RW (ReWritable), and the like.

通信インタフェース107は、ネットワーク20に接続されている。通信インタフェース107は、ネットワーク20を介して、他のコンピュータまたは通信機器との間でデータの送受信を行う。   The communication interface 107 is connected to the network 20. The communication interface 107 transmits / receives data to / from other computers or communication devices via the network 20.

以上のようなハードウェアによって、第2の実施の形態の処理機能を実現することができる。なお、図3にはクライアント装置100のハードウェアを示したが、検索サーバ30も同様のハードウェアである。   The processing functions of the second embodiment can be realized by the hardware as described above. 3 shows the hardware of the client device 100, the search server 30 is also similar hardware.

図4は、第2の実施の形態に係るクライアント装置の機能の一例を示す図である。
クライアント装置100は、表示制御手段110と、検索結果取得制御手段120とを有している。検索結果取得制御手段120は、検索結果要求手段121と、検索条件記憶手段122と、入出力手段123と、検索結果取得手段124と、バッファ手段125と、バッファサイズ設定手段126とを有している。
FIG. 4 is a diagram illustrating an example of functions of the client device according to the second embodiment.
The client device 100 includes display control means 110 and search result acquisition control means 120. The search result acquisition control unit 120 includes a search result request unit 121, a search condition storage unit 122, an input / output unit 123, a search result acquisition unit 124, a buffer unit 125, and a buffer size setting unit 126. Yes.

表示制御手段110は、モニタ21に、必須検索条件入力欄を含む複数の検索条件入力欄と、検索ボタンとを含む検索画面を表示する。さらに、表示制御手段110は、検索画面の複数の検索条件入力欄それぞれからのフォーカスの脱出、および、検索ボタン等の各種ボタンの押下を検出し、これらの検出を検索結果要求手段121に通知する。ここで、フォーカスは、検索画面における選択中の検索条件入力欄またはボタンを示すものである。また、表示制御手段110は、バッファ手段125に格納された検索結果に基づいて検索結果の一覧画面を生成し、モニタ21に表示する。   The display control unit 110 displays a search screen including a plurality of search condition input fields including an essential search condition input field and a search button on the monitor 21. Further, the display control unit 110 detects the escape of focus from each of the plurality of search condition input fields on the search screen and the pressing of various buttons such as a search button, and notifies the search result request unit 121 of these detections. . Here, the focus indicates a search condition input field or button being selected on the search screen. Further, the display control unit 110 generates a list screen of search results based on the search results stored in the buffer unit 125 and displays the list screen on the monitor 21.

検索条件記憶手段122には、検索画面の検索条件入力欄に対して、必須検索条件入力欄であるかどうかを示すフラグ、および、入力される検索条件が対応付けられた検索条件テーブルが格納されている。   The search condition storage means 122 stores a flag indicating whether or not the search condition input field on the search screen is an essential search condition input field, and a search condition table in which the input search condition is associated. ing.

検索結果要求手段121は、検索画面の検索条件入力欄に入力されている検索条件を、表示制御手段110から取得する。さらに、検索結果要求手段121は、表示制御手段110から取得した検索条件に基づいて、検索条件記憶手段122に格納されている検索条件テーブルを更新する。   The search result request unit 121 acquires the search condition input in the search condition input field on the search screen from the display control unit 110. Further, the search result request unit 121 updates the search condition table stored in the search condition storage unit 122 based on the search condition acquired from the display control unit 110.

さらに、検索結果要求手段121は、検索条件テーブルを参照して、検索画面の必須検索条件入力欄に、検索条件が入力されているかどうかを判定する。さらに、検索結果要求手段121は、検索結果取得手段124が取得した検索結果件数が、予め設定されている最大取得件数以下であるかどうかを判定する。   Further, the search result request unit 121 refers to the search condition table and determines whether or not the search condition is input in the required search condition input field of the search screen. Further, the search result request unit 121 determines whether or not the number of search results acquired by the search result acquisition unit 124 is equal to or less than a preset maximum number of acquisitions.

さらに、検索結果要求手段121は、検索画面の検索条件入力欄に入力されている検索条件に基づいた帳票検索の検索結果件数、および、検索結果の取得を、入出力手段123、および、ネットワーク20を介して、検索サーバ30に要求する。   Further, the search result request unit 121 obtains the number of search results of the form search based on the search condition input in the search condition input field on the search screen, and obtains the search result, the input / output unit 123 and the network 20. Through the search server 30.

なお、検索サーバ30は、検索結果要求手段121からの要求に応答して帳票検索を実行し、検索結果件数、および、検索結果を取得する。
検索結果取得手段124は、検索サーバ30から、検索結果件数、および、検索結果を入出力手段123を介して取得する。
Note that the search server 30 executes a form search in response to a request from the search result request unit 121, and acquires the number of search results and the search results.
The search result acquisition unit 124 acquires the number of search results and the search result from the search server 30 via the input / output unit 123.

バッファサイズ設定手段126は、検索結果取得手段124が取得した検索結果件数分の検索結果の格納に必要なバッファサイズと、予め設定された最大バッファサイズ、および、バッファ手段125のバッファサイズとを比較する。   The buffer size setting unit 126 compares the buffer size necessary for storing the search results for the number of search results acquired by the search result acquisition unit 124 with the preset maximum buffer size and the buffer size of the buffer unit 125. To do.

さらに、バッファサイズ設定手段126は、検索結果取得手段124が取得した検索結果件数に基づいて、バッファ手段125のバッファサイズを設定する。バッファ手段125は、検索結果取得手段124が取得した検索結果を格納し、検索結果を取得したことを表示制御手段110に通知する。   Further, the buffer size setting unit 126 sets the buffer size of the buffer unit 125 based on the number of search results acquired by the search result acquisition unit 124. The buffer unit 125 stores the search result acquired by the search result acquisition unit 124 and notifies the display control unit 110 that the search result has been acquired.

図5は、第2の実施の形態に係る表示画面の一例を示す図である。図5(A)は、モニタ21に表示される検索画面の一例を示し、図5(B)は、モニタ21に表示される検索結果の一覧画面の一例を示す。   FIG. 5 is a diagram illustrating an example of a display screen according to the second embodiment. FIG. 5A shows an example of a search screen displayed on the monitor 21, and FIG. 5B shows an example of a search result list screen displayed on the monitor 21.

図5(A)に示すように、検索画面130には、検索条件入力欄131,132,133,134、および、検索ボタン135が設けられている。検索条件入力欄131〜134のうち、検索条件入力欄131,132は、必須検索条件入力欄である。検索条件入力欄131〜134は、フォーカス130aを移動することで選択される。   As shown in FIG. 5A, the search screen 130 is provided with search condition input fields 131, 132, 133, and 134, and a search button 135. Of the search condition input fields 131 to 134, the search condition input fields 131 and 132 are essential search condition input fields. The search condition input fields 131 to 134 are selected by moving the focus 130a.

なお、検索条件入力欄131〜134は、識別子(1)、(2)、(3)、(4)を用いて、クライアント装置100内において識別されている。
図5(B)に示すように、検索結果の一覧画面140には、検索結果の一覧が表示される一覧表示欄141と、次へボタン142が設けられている。
The search condition input fields 131 to 134 are identified in the client device 100 using identifiers (1), (2), (3), and (4).
As shown in FIG. 5B, the search result list screen 140 is provided with a list display field 141 for displaying a list of search results and a next button 142.

図6は、第2の実施の形態に係る検索条件テーブルの一例を示す図である。
検索条件記憶手段122に格納された検索条件テーブル122aでは、検索画面130の検索条件入力欄131〜134の識別子(1)〜(4)に対して、検索項目名と、必須検索条件入力欄かどうかを示す必須フラグと、入力された検索条件とが対応付けられている。
FIG. 6 is a diagram illustrating an example of a search condition table according to the second embodiment.
In the search condition table 122a stored in the search condition storage unit 122, the search item name and the essential search condition input field are used for the identifiers (1) to (4) in the search condition input fields 131 to 134 of the search screen 130. The required flag indicating whether or not and the input search condition are associated with each other.

ここで、検索条件入力欄が必須条件入力欄である場合には、必須フラグは「true」となり、検索条件入力欄が必須条件入力欄ではない場合には、必須フラグは「false」となる。また、検索条件入力欄に何も入力されていない場合には、検索条件は「null」となる。   Here, when the search condition input field is an essential condition input field, the essential flag is “true”, and when the search condition input field is not the essential condition input field, the essential flag is “false”. When nothing is entered in the search condition input field, the search condition is “null”.

次に、クライアント装置100の処理手順について説明する。図7、図8は、第2の実施の形態に係るクライアント装置の処理手順の一例を示すフローチャートである。図7は、検索画面130の検索条件入力欄131〜134からフォーカス130aが脱出することで開始される処理のフローチャートである。図8は、検索画面130の検索ボタン135が押下されることで開始される処理のフローチャートである。   Next, the processing procedure of the client device 100 will be described. 7 and 8 are flowcharts illustrating an example of a processing procedure of the client apparatus according to the second embodiment. FIG. 7 is a flowchart of processing that is started when the focus 130 a exits from the search condition input fields 131 to 134 of the search screen 130. FIG. 8 is a flowchart of processing started when the search button 135 on the search screen 130 is pressed.

まず、図7に示すフローチャートについて説明する。以下の処理は、表示制御手段110が検索画面130の検索条件入力欄131〜134からフォーカス130aが脱出したことを検出することで開始される。   First, the flowchart shown in FIG. 7 will be described. The following processing is started when the display control unit 110 detects that the focus 130a has escaped from the search condition input fields 131 to 134 of the search screen 130.

[ステップS101]検索結果要求手段121が、検索画面130の検索条件入力欄131〜134に入力されている検索条件を、表示制御手段110から取得する。
[ステップS102]検索結果要求手段121が、表示制御手段110から取得した検索条件が、検索条件記憶手段122に格納されている検索条件テーブル122aの内容と等しいかどうかを判定する。等しい場合、検索結果要求手段121は、処理を終了する。等しくない場合、検索結果要求手段121は、処理をステップS103に進める。
[Step S <b> 101] The search result request unit 121 acquires the search conditions input in the search condition input fields 131 to 134 of the search screen 130 from the display control unit 110.
[Step S102] The search result request unit 121 determines whether the search condition acquired from the display control unit 110 is equal to the content of the search condition table 122a stored in the search condition storage unit 122. If they are equal, the search result request unit 121 ends the process. If they are not equal, the search result request unit 121 advances the process to step S103.

[ステップS103]検索結果要求手段121が、表示制御手段110から取得した検索条件に基づいて、検索条件テーブル122aを更新する。
[ステップS104]検索結果要求手段121が、検索条件テーブル122aを参照して、検索画面130の必須検索条件入力欄である検索条件入力欄131,132の全てに、検索条件が入力されているかどうかを判定する。検索条件入力欄131,132の全てに検索条件が入力されている場合、検索結果要求手段121は、処理をステップS105に進める。検索条件入力欄131,132の全てに検索条件が入力されていない場合、検索結果要求手段121は、処理を終了する。
[Step S103] The search result request unit 121 updates the search condition table 122a based on the search condition acquired from the display control unit 110.
[Step S104] The search result requesting unit 121 refers to the search condition table 122a and whether or not the search condition is input to all of the search condition input fields 131 and 132 that are the essential search condition input fields of the search screen 130. Determine. When the search condition is input to all of the search condition input fields 131 and 132, the search result request unit 121 advances the process to step S105. When the search condition is not input in all of the search condition input fields 131 and 132, the search result request unit 121 ends the process.

[ステップS105]検索結果要求手段121が、表示制御手段110から取得した検索条件に基づいた帳票検索の検索結果件数の取得を、検索サーバ30に要求する。この要求に応答して、検索サーバ30は、帳票検索を実行し、検索結果件数を取得する。   [Step S105] The search result request unit 121 requests the search server 30 to acquire the number of search results for the form search based on the search condition acquired from the display control unit 110. In response to this request, the search server 30 executes a form search and acquires the number of search results.

[ステップS106]検索結果取得手段124が、検索サーバ30から、検索結果件数を取得する。
[ステップS107]バッファサイズ設定手段126が、検索結果取得手段124が取得した検索結果件数分の検索結果の格納に必要なバッファサイズが、予め設定された最大バッファサイズより大きいかどうかを判定する。大きい場合、バッファサイズ設定手段126は、処理をステップS109に進める。大きくない場合、バッファサイズ設定手段126は、処理をステップS108に進める。
[Step S106] The search result acquisition unit 124 acquires the number of search results from the search server 30.
[Step S107] The buffer size setting means 126 determines whether or not the buffer size required to store the search results for the number of search results acquired by the search result acquisition means 124 is larger than the preset maximum buffer size. If larger, the buffer size setting means 126 advances the process to step S109. If not larger, the buffer size setting means 126 advances the process to step S108.

[ステップS108]バッファサイズ設定手段126が、検索結果取得手段124が取得した検索結果件数に基づいて、バッファ手段125のバッファサイズを設定して処理を終了する。   [Step S108] The buffer size setting unit 126 sets the buffer size of the buffer unit 125 based on the number of search results acquired by the search result acquisition unit 124, and ends the process.

[ステップS109]バッファサイズ設定手段126が、バッファ手段125の現在のバッファサイズが、予め設定された最大バッファサイズと同じかどうかを判定する。同じ場合、バッファサイズ設定手段126は、処理を終了する。同じではない場合、バッファサイズ設定手段126は、処理をステップS110に進める。   [Step S109] The buffer size setting means 126 determines whether or not the current buffer size of the buffer means 125 is the same as the preset maximum buffer size. If they are the same, the buffer size setting unit 126 ends the process. If they are not the same, the buffer size setting unit 126 advances the process to step S110.

[ステップS110]バッファサイズ設定手段126が、バッファ手段125のバッファサイズを、最大バッファサイズに設定して処理を終了する。
次に、図8に示すフローチャートについて説明する。以下の処理は、表示制御手段110が検索画面130の検索ボタン135が押下されたことを検出することで開始される。なお、ここでは、検索結果取得手段124が、予め、検索サーバ30から検索結果件数を取得しているものとする。
[Step S110] The buffer size setting unit 126 sets the buffer size of the buffer unit 125 to the maximum buffer size, and ends the process.
Next, the flowchart shown in FIG. 8 will be described. The following processing is started when the display control unit 110 detects that the search button 135 on the search screen 130 is pressed. Here, it is assumed that the search result acquisition unit 124 acquires the number of search results from the search server 30 in advance.

[ステップS201]検索結果要求手段121が、検索結果取得手段124が取得した検索結果件数が、予め設定された最大取得件数以下であるかどうかを判定する。最大取得件数以下である場合、検索結果要求手段121は、処理をステップS202に進める。最大取得件数以下ではない場合、検索結果要求手段121は、処理をステップS203に進める。   [Step S201] The search result request unit 121 determines whether or not the number of search results acquired by the search result acquisition unit 124 is equal to or less than a preset maximum number of acquisitions. If it is equal to or less than the maximum number of acquisitions, the search result request unit 121 advances the process to step S202. If the number is not less than the maximum number of acquisitions, the search result request unit 121 advances the process to step S203.

[ステップS202]検索結果要求手段121が、検索画面130の検索条件入力欄131〜134に入力されている検索条件に基づいた帳票検索の、検索結果件数分の検索結果の取得を、検索サーバ30に要求する。   [Step S202] The search result requesting unit 121 obtains search results for the number of search results in the form search based on the search conditions input in the search condition input fields 131 to 134 of the search screen 130. To request.

[ステップS203]検索結果要求手段121が、検索画面130の検索条件入力欄131〜134に入力されている検索条件に基づいた帳票検索の、最大取得件数分の検索結果の取得を、検索サーバ30に要求する。   [Step S <b> 203] The search result requesting unit 121 obtains search results for the maximum number of acquisition results of the form search based on the search conditions input in the search condition input fields 131 to 134 of the search screen 130. To request.

[ステップS204]検索結果取得手段124が、検索サーバ30から検索結果を取得する。なお、取得された検索結果はバッファ手段125に格納される。
[ステップS205]表示制御手段110が、バッファ手段125に格納された検索結果に基づいて検索結果の一覧画面を生成し、モニタ21に表示して処理を終了する。
[Step S204] The search result acquisition unit 124 acquires the search result from the search server 30. The acquired search result is stored in the buffer means 125.
[Step S205] The display control unit 110 generates a list screen of search results based on the search results stored in the buffer unit 125, displays the list on the monitor 21, and ends the process.

次に、第2の実施の形態に係る帳票検索の手順について、図9〜図13を用いて説明する。図9は、第2の実施の形態に係る帳票検索の手順の1つ目の例を示すシーケンス図である。図10は、第2の実施の形態に係る帳票検索の手順の2つ目の例を示すシーケンス図である。図11、図12は、第2の実施の形態に係る画面の遷移状態を示す図である。図13は、第2の実施の形態に係る検索条件テーブルの遷移状態を示す図である。   Next, a document search procedure according to the second embodiment will be described with reference to FIGS. FIG. 9 is a sequence diagram illustrating a first example of a form search procedure according to the second embodiment. FIG. 10 is a sequence diagram illustrating a second example of the form search procedure according to the second embodiment. 11 and 12 are diagrams illustrating screen transition states according to the second embodiment. FIG. 13 is a diagram illustrating a transition state of the search condition table according to the second embodiment.

まず、図9のシーケンス図に示す1つ目の例について説明する。初期状態として、モニタ21には、図11(A)に示す検索画面130が表示されている。なお、この例では、最大バッファサイズは、200件分の検索結果を格納できるサイズであり、検索結果の最大取得件数は、200件であるものとする。   First, the first example shown in the sequence diagram of FIG. 9 will be described. As an initial state, a search screen 130 shown in FIG. In this example, the maximum buffer size is a size that can store 200 search results, and the maximum number of search results acquired is 200.

[ステップS301]検索結果取得制御手段120が、図13(A)に示す検索条件テーブル122aを準備する。
[ステップS302]図11(B)に示すように、操作者による操作により、検索条件入力欄131からフォーカス130aが脱出すると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。
[Step S301] The search result acquisition control means 120 prepares a search condition table 122a shown in FIG.
[Step S302] As shown in FIG. 11B, when the focus 130a exits from the search condition input field 131 by the operation of the operator, the display control means 110 detects this and the search result acquisition control means 120 detects it. Notice.

[ステップS303]検索結果取得制御手段120が、図13(B)に示すように検索条件テーブル122aを更新する。ここでは、検索条件入力欄131を示す識別子(1)に対応する検索条件の欄が、「null」から「帳票」と変更される。   [Step S303] The search result acquisition control means 120 updates the search condition table 122a as shown in FIG. Here, the search condition column corresponding to the identifier (1) indicating the search condition input column 131 is changed from “null” to “form”.

なお、この段階では、必須検索条件入力欄である検索条件入力欄132を示す識別子(2)に対応する検索条件の欄は「null」であるため、検索結果取得制御手段120は、検索サーバ30に対して検索結果件数の取得要求は行わない。   At this stage, since the search condition field corresponding to the identifier (2) indicating the search condition input field 132 which is an essential search condition input field is “null”, the search result acquisition control unit 120 includes the search server 30. The search result number is not requested for.

このように、検索条件テーブル122aを用いて必須検索条件入力欄への入力状況をチェックすることで、検索サーバ30への不要なアクセスを抑制することができる。
[ステップS304]図11(C)に示すように、操作者による操作により、検索条件入力欄132からフォーカス130aが脱出すると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。
Thus, unnecessary access to the search server 30 can be suppressed by checking the input status in the required search condition input field using the search condition table 122a.
[Step S304] As shown in FIG. 11C, when the focus 130a escapes from the search condition input field 132 by the operation of the operator, the display control means 110 detects this and the search result acquisition control means 120 detects it. Notice.

[ステップS305]検索結果取得制御手段120が、図13(C)に示すように検索条件テーブル122aを更新する。ここでは、検索条件入力欄132を示す識別子(2)に対応する検索条件の欄が、「null」から「鈴木」と変更される。   [Step S305] The search result acquisition control means 120 updates the search condition table 122a as shown in FIG. Here, the search condition column corresponding to the identifier (2) indicating the search condition input column 132 is changed from “null” to “Suzuki”.

[ステップS306]図13(C)に示す検索条件テーブル122aに示すように、必須検索条件入力欄である検索条件入力欄131,132を示す識別子(1)、(2)に対応する検索条件が全て入力されているため、検索結果取得制御手段120が、入力された検索条件に基づいた帳票検索の検索結果件数の取得を、検索サーバ30に要求する。   [Step S306] As shown in the search condition table 122a shown in FIG. 13C, the search conditions corresponding to the identifiers (1) and (2) indicating the search condition input fields 131 and 132 as the essential search condition input fields are shown. Since all the entries have been input, the search result acquisition control means 120 requests the search server 30 to acquire the number of search results for the form search based on the input search conditions.

[ステップS307]検索サーバ30が、検索を実行する。ここでは、検索結果の件数が、200件であったとする。
[ステップS308]検索サーバ30が、検索結果件数(200件)を、検索結果取得制御手段120に通知する。この段階では、検索サーバ30は、検索結果を検索結果取得制御手段120に出力しない。これにより、クライアント装置100と検索サーバ30との間の通信に負荷がかかってしまうことを抑制できる。
[Step S307] The search server 30 executes a search. Here, it is assumed that the number of search results is 200.
[Step S308] The search server 30 notifies the search result acquisition control means 120 of the number of search results (200). At this stage, the search server 30 does not output the search result to the search result acquisition control means 120. Thereby, it can suppress that load will be applied to communication between the client apparatus 100 and the search server 30. FIG.

[ステップS309]検索サーバ30から取得した検索結果件数(200件)分のバッファサイズが、最大バッファサイズ(200件分)より大きくないため、検索結果取得制御手段120が、バッファ手段125のバッファサイズを検索結果件数(200件)分のサイズに設定する。すなわち、検索結果取得制御手段120は、取得した検索結果件数(200件)分のサイズの記憶領域を有するバッファ手段125を生成する。   [Step S309] Since the buffer size for the number of search results (200) acquired from the search server 30 is not larger than the maximum buffer size (for 200), the search result acquisition control unit 120 uses the buffer size of the buffer unit 125. Is set to the size corresponding to the number of search results (200). That is, the search result acquisition control unit 120 generates the buffer unit 125 having a storage area with a size corresponding to the number of acquired search results (200).

なお、上記のステップS306〜S309の処理は、非同期処理で行われるため、応答を待たずに、検索画面130において次の検索条件入力欄への入力や、各種ボタンの押下が有効となる。   In addition, since the process of said step S306-S309 is performed by an asynchronous process, the input to the following search condition input column and the press of various buttons are effective in the search screen 130, without waiting for a response.

[ステップS310]図11(D)に示すように、操作者による操作により、検索条件入力欄133からフォーカス130aが脱出すると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。   [Step S310] As shown in FIG. 11D, when the focus 130a escapes from the search condition input field 133 by the operation of the operator, the display control means 110 detects this and the search result acquisition control means 120 detects it. Notice.

[ステップS311]検索結果取得制御手段120が、図13(D)に示すように検索条件テーブル122aを更新する。ここでは、検索条件入力欄133を示す識別子(3)に対応する検索条件の欄が、「null」から「7/13」と変更される。   [Step S311] The search result acquisition control means 120 updates the search condition table 122a as shown in FIG. Here, the search condition column corresponding to the identifier (3) indicating the search condition input column 133 is changed from “null” to “7/13”.

[ステップS312]図13(D)に示す検索条件テーブル122aに示すように、必須検索条件入力欄である検索条件入力欄131,132を示す識別子(1)、(2)に対応する検索条件が全て入力されているため、検索結果取得制御手段120が、入力された検索条件に基づいた帳票検索の検索結果件数の取得を、検索サーバ30に要求する。   [Step S312] As shown in the search condition table 122a shown in FIG. 13D, there are search conditions corresponding to the identifiers (1) and (2) indicating the search condition input fields 131 and 132 which are the essential search condition input fields. Since all the entries have been input, the search result acquisition control means 120 requests the search server 30 to acquire the number of search results for the form search based on the input search conditions.

[ステップS313]検索サーバ30が、検索を実行する。ここでは、検索結果の件数が、100件であったとする。
[ステップS314]検索サーバ30が、検索結果件数(100件)を、検索結果取得制御手段120に通知する。
[Step S313] The search server 30 executes a search. Here, it is assumed that the number of search results is 100.
[Step S314] The search server 30 notifies the search result acquisition control means 120 of the number of search results (100).

[ステップS315]検索結果取得制御手段120が、バッファ手段125のバッファサイズを検索結果件数(100件)分のサイズに設定する。すなわち、検索結果取得制御手段120は、バッファ手段125が占有する記憶領域を解放した後、取得した検索結果件数(100件)分のサイズの記憶領域を有するバッファ手段125を再生成する。   [Step S315] The search result acquisition control unit 120 sets the buffer size of the buffer unit 125 to a size corresponding to the number of search results (100). That is, the search result acquisition control unit 120 regenerates the buffer unit 125 having a storage area having a size corresponding to the number of acquired search results (100 cases) after releasing the storage area occupied by the buffer unit 125.

なお、上記のステップS312〜S315の処理は、非同期処理で行われる。
[ステップS316]図12(A)に示すように、操作者による操作により、検索ボタン135が押下されると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。
Note that the processes in steps S312 to S315 are performed asynchronously.
[Step S316] As shown in FIG. 12A, when the search button 135 is pressed by an operation by the operator, the display control unit 110 detects this and notifies the search result acquisition control unit 120 of it.

[ステップS317]取得した検索結果件数(100件)が最大取得件数(200件)以下であるため、検索結果取得制御手段120が、入力された検索条件に基づいた帳票検索の、検索結果件数分の検索結果の取得を、検索サーバ30に要求する。   [Step S317] Since the number of retrieved search results (100) is equal to or less than the maximum number of retrieved items (200), the retrieval result acquisition control unit 120 performs search for the number of search results based on the input search condition. The search server 30 is requested to acquire the search result.

[ステップS318]検索サーバ30が、検索結果(100件)を、検索結果取得制御手段120に出力する。
[ステップS319]検索結果取得制御手段120が、検索結果の取得を表示制御手段110に通知する。
[Step S318] The search server 30 outputs the search results (100) to the search result acquisition control means 120.
[Step S319] The search result acquisition control unit 120 notifies the display control unit 110 of acquisition of the search result.

[ステップS320]表示制御手段110が、図12(B)に示す、100件分の検索結果の一覧画面140をモニタ21に表示する。ここでは、バッファ手段125のバッファサイズが、検索結果の表示に必要なサイズに予め設定されているため、バッファ手段125の拡張処理等を行う必要がなく、検索結果の一覧画面140をモニタ21に短い時間で表示することができる。   [Step S320] The display control means 110 displays a list screen 140 of search results for 100 items, as shown in FIG. Here, since the buffer size of the buffer unit 125 is set in advance to a size necessary for displaying the search result, it is not necessary to perform an expansion process or the like of the buffer unit 125, and the search result list screen 140 is displayed on the monitor 21. It can be displayed in a short time.

次に、図10のシーケンス図に示す2つ目の例について説明する。初期状態として、モニタ21には、図11(B)に示す検索画面130が表示され、図13(B)に示す検索条件テーブル122aが準備されている。なお、この例では、最大バッファサイズは、200件分の検索結果を格納できるサイズであり、検索結果の最大取得件数は、200件であるものとする。   Next, a second example shown in the sequence diagram of FIG. 10 will be described. As an initial state, the search screen 130 shown in FIG. 11B is displayed on the monitor 21, and a search condition table 122a shown in FIG. 13B is prepared. In this example, the maximum buffer size is a size that can store 200 search results, and the maximum number of search results acquired is 200.

[ステップS401]図11(C)に示すように、操作者による操作により、検索条件入力欄132からフォーカス130aが脱出すると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。   [Step S401] As shown in FIG. 11C, when the focus 130a escapes from the search condition input field 132 by the operation of the operator, the display control means 110 detects this and the search result acquisition control means 120 detects it. Notice.

[ステップS402]検索結果取得制御手段120が、図13(C)に示すように検索条件テーブル122aを更新する。ここでは、検索条件入力欄132を示す識別子(2)に対応する検索条件の欄が、「null」から「鈴木」と変更される。   [Step S402] The search result acquisition control means 120 updates the search condition table 122a as shown in FIG. Here, the search condition column corresponding to the identifier (2) indicating the search condition input column 132 is changed from “null” to “Suzuki”.

[ステップS403]図13(C)に示す検索条件テーブル122aに示すように、必須検索条件入力欄である検索条件入力欄131,132を示す識別子(1)、(2)に対応する検索条件が全て入力されているため、検索結果取得制御手段120が、入力された検索条件に基づいた帳票検索の検索結果件数の取得を、検索サーバ30に要求する。   [Step S403] As shown in the search condition table 122a shown in FIG. 13C, the search conditions corresponding to the identifiers (1) and (2) indicating the search condition input fields 131 and 132 as the essential search condition input fields are shown. Since all the entries have been input, the search result acquisition control means 120 requests the search server 30 to acquire the number of search results for the form search based on the input search conditions.

[ステップS404]検索サーバ30が、検索を実行する。ここでは、検索結果の件数が、500件であったとする。
[ステップS405]検索サーバ30が、検索結果件数(500件)を、検索結果取得制御手段120に通知する。
[Step S404] The search server 30 executes a search. Here, it is assumed that the number of search results is 500.
[Step S405] The search server 30 notifies the search result acquisition control means 120 of the number of search results (500).

[ステップS406]検索サーバ30から取得した検索結果件数(500件)分のバッファサイズが、最大バッファサイズ(200件分)より大きいため、検索結果取得制御手段120が、バッファ手段125のバッファサイズを最大バッファサイズ(200件分)に設定する。すなわち、検索結果取得制御手段120は、最大バッファサイズ(200件分)の記憶領域を有するバッファ手段125を生成する。   [Step S406] Since the buffer size for the number of search results (500) acquired from the search server 30 is larger than the maximum buffer size (for 200), the search result acquisition control unit 120 sets the buffer size of the buffer unit 125. Set the maximum buffer size (for 200). That is, the search result acquisition control unit 120 generates the buffer unit 125 having a storage area of the maximum buffer size (for 200 cases).

なお、上記のステップS403〜S406の処理は、非同期処理で行われるため、応答を待たずに、検索画面130において次の検索条件入力欄への入力や、各種ボタンの押下が有効となる。   In addition, since the process of said step S403-S406 is performed by an asynchronous process, the input to the following search condition input column and the press of various buttons are effective in the search screen 130, without waiting for a response.

[ステップS407]図11(D)に示すように、操作者による操作により、検索条件入力欄133からフォーカス130aが脱出すると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。   [Step S407] As shown in FIG. 11D, when the focus 130a escapes from the search condition input field 133 by the operation of the operator, the display control means 110 detects this and the search result acquisition control means 120 detects it. Notice.

[ステップS408]検索結果取得制御手段120が、図13(D)に示すように検索条件テーブル122aを更新する。ここでは、検索条件入力欄133を示す識別子(3)に対応する検索条件の欄が、「null」から「7/13」と変更される。   [Step S408] The search result acquisition control means 120 updates the search condition table 122a as shown in FIG. Here, the search condition column corresponding to the identifier (3) indicating the search condition input column 133 is changed from “null” to “7/13”.

[ステップS409]図13(D)に示す検索条件テーブル122aに示すように、必須検索条件入力欄である検索条件入力欄131,132を示す識別子(1)、(2)に対応する検索条件が全て入力されているため、検索結果取得制御手段120が、入力された検索条件に基づいた帳票検索の検索結果件数の取得を、検索サーバ30に要求する。   [Step S409] As shown in the search condition table 122a shown in FIG. 13D, there are search conditions corresponding to the identifiers (1) and (2) indicating the search condition input fields 131 and 132 which are the essential search condition input fields. Since all the entries have been input, the search result acquisition control means 120 requests the search server 30 to acquire the number of search results for the form search based on the input search conditions.

[ステップS410]検索サーバ30が、検索を実行する。ここでは、検索結果の件数が、300件であったとする。
[ステップS411]検索サーバ30が、検索結果件数(300件)を、検索結果取得制御手段120に通知する。
[Step S410] The search server 30 executes a search. Here, it is assumed that the number of search results is 300.
[Step S411] The search server 30 notifies the search result acquisition control means 120 of the number of search results (300).

なお、ここでは、検索サーバ30から取得した検索結果件数(300件)分のバッファサイズが、最大バッファサイズ(200件分)より大きく、さらに、現在のバッファサイズ(200件分)が最大バッファサイズ(200件分)と同じであるため、検索結果取得制御手段120は、バッファサイズの設定を行わない。   Here, the buffer size for the number of search results (300) acquired from the search server 30 is larger than the maximum buffer size (for 200), and the current buffer size (for 200) is the maximum buffer size. Since this is the same as (for 200), the search result acquisition control unit 120 does not set the buffer size.

また、上記のステップS409〜S411の処理は、非同期処理で行われる。
[ステップS412]図12(A)に示すように、操作者による操作により、検索ボタン135が押下されると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。
Further, the processes in steps S409 to S411 are performed in an asynchronous process.
[Step S412] As shown in FIG. 12A, when the search button 135 is pressed by an operation by the operator, the display control unit 110 detects this and notifies the search result acquisition control unit 120 of it.

[ステップS413]取得した検索結果件数(300件)が最大取得件数(200件)以下ではないため、検索結果取得制御手段120が、入力された検索条件に基づいた帳票検索の、最大取得件数(200件)分の検索結果の取得を、検索サーバ30に要求する。   [Step S413] Since the number of retrieved search results (300) is not less than or equal to the maximum number of retrieved (200), the retrieval result acquisition control unit 120 determines the maximum number of retrieved documents for the form search based on the input search condition ( The search server 30 is requested to obtain search results for 200).

このように、最大取得件数分の検索結果の取得を要求することで、膨大な量の検索結果を受信することを抑制できる。
[ステップS414]検索サーバ30が、検索結果(300件)のうち200件分の検索結果を、検索結果取得制御手段120に出力する。
Thus, by requesting acquisition of search results for the maximum number of acquisitions, it is possible to suppress receiving an enormous amount of search results.
[Step S414] The search server 30 outputs 200 search results of the search results (300) to the search result acquisition control means 120.

[ステップS415]検索結果取得制御手段120が、検索結果の取得を表示制御手段110に通知する。
[ステップS416]表示制御手段110が、図12(C)に示す、200件分の検索結果の一覧画面140をモニタ21に表示する。ここでは、バッファ手段125のバッファサイズが、検索結果の表示に必要なサイズに予め設定されているため、バッファ手段125の拡張処理等を行う必要がなく、検索結果の一覧画面140をモニタ21に短い時間で表示することができる。
[Step S415] The search result acquisition control unit 120 notifies the display control unit 110 of acquisition of the search result.
[Step S416] The display control means 110 displays a list screen 140 of 200 search results on the monitor 21 as shown in FIG. Here, since the buffer size of the buffer unit 125 is set in advance to a size necessary for displaying the search result, it is not necessary to perform an expansion process or the like of the buffer unit 125, and the search result list screen 140 is displayed on the monitor 21. It can be displayed in a short time.

[ステップS417]図12(C)に示すように、操作者による操作により、次へボタン142が押下されると、表示制御手段110がこれを検出して、検索結果取得制御手段120に通知する。   [Step S417] As shown in FIG. 12C, when the next button 142 is pressed by the operation of the operator, the display control means 110 detects this and notifies the search result acquisition control means 120. .

[ステップS418]検索結果取得制御手段120が、入力された検索条件に基づいた帳票検索の、最大取得件数(200件)分の検索結果の取得を、検索サーバ30に要求する。   [Step S418] The search result acquisition control means 120 requests the search server 30 to acquire search results for the maximum number of acquisitions (200) in the form search based on the input search conditions.

[ステップS419]検索サーバ30が、残りの100件分の検索結果を、検索結果取得制御手段120に出力する。
[ステップS420]検索結果取得制御手段120が、検索結果の取得を表示制御手段110に通知する。
[Step S419] The search server 30 outputs the remaining 100 search results to the search result acquisition control means 120.
[Step S420] The search result acquisition control unit 120 notifies the display control unit 110 of acquisition of the search result.

[ステップS421]表示制御手段110が、図12(D)に示す、100件分の検索結果の一覧画面140をモニタ21に表示する。
以上説明してきたように、クライアント装置100では、検索結果要求手段121が、表示制御手段110が検索画面130の検索条件入力欄131〜134からのフォーカス130aの脱出を検出すると、検索条件入力欄131〜134に入力されている検索条件に基づいた帳票検索の検索結果件数の取得を、検索サーバ30に要求する。そして、バッファサイズ設定手段126は、検索結果取得手段124が検索サーバ30から取得した検索結果件数に基づいて、バッファ手段125のバッファサイズを設定する。
[Step S421] The display control means 110 displays a list screen 140 of search results for 100 cases shown in FIG.
As described above, in the client apparatus 100, when the search result request unit 121 detects that the focus 130 a has escaped from the search condition input fields 131 to 134 of the search screen 130, the display control unit 110 detects the search condition input field 131. To 134, the search server 30 is requested to acquire the number of search results of the form search based on the search conditions input to. The buffer size setting unit 126 sets the buffer size of the buffer unit 125 based on the number of search results acquired by the search result acquisition unit 124 from the search server 30.

この構成によれば、操作者が検索ボタン135を押下して検索の実行を命令する前に、予めバッファ手段125のバッファサイズを、検索結果を格納するために必要な大きさに設定しておくことができる。このため、操作者により検索ボタン135の押下があった後に、バッファ手段125の拡張処理を行う必要がないため、検索結果の一覧画面140をモニタ21に表示するまでにかかる時間を短縮することができる。   According to this configuration, before the operator presses the search button 135 to instruct execution of the search, the buffer size of the buffer unit 125 is set in advance to a size necessary for storing the search result. be able to. For this reason, it is not necessary to perform the expansion process of the buffer means 125 after the search button 135 is pressed by the operator, so that the time taken to display the search result list screen 140 on the monitor 21 can be shortened. it can.

さらに、クライアント装置100では、バッファ手段125のバッファサイズを、検索結果取得手段124が取得した検索結果件数に基づいて設定しているため、必要最小限の大きさに設定することができる。すなわち、クライアント装置100が備える記憶領域のうち、バッファ手段125が占有する記憶領域を小さくすることができるため、残りの記憶領域を、他の処理のために使用することができる。これにより、クライアント装置100の処理性能を向上させることができる。   Furthermore, in the client device 100, since the buffer size of the buffer unit 125 is set based on the number of search results acquired by the search result acquisition unit 124, it can be set to the minimum necessary size. That is, the storage area occupied by the buffer unit 125 among the storage areas included in the client device 100 can be reduced, so that the remaining storage areas can be used for other processes. Thereby, the processing performance of the client apparatus 100 can be improved.

さらに、クライアント装置100では、検索結果要求手段121は、必須検索条件入力欄である検索条件入力欄131,132の全てに検索条件が入力されているかどうかを判定し、入力されていると判定した場合、検索条件入力欄131〜134にそれぞれ入力されている検索条件に基づいた帳票検索の検索結果件数の取得を、検索サーバ30に要求する。   Further, in the client device 100, the search result request unit 121 determines whether or not the search condition is input in all of the search condition input fields 131 and 132 that are the essential search condition input fields, and determines that the search conditions are input. In this case, the search server 30 is requested to acquire the number of search results for the form search based on the search conditions respectively input in the search condition input fields 131 to 134.

これにより、クライアント装置100は、必須検索条件入力欄の全てに検索条件が入力された段階で、はじめて、検索サーバ30にアクセスするので、検索サーバ30への不要なアクセスを抑制することができる。   Thereby, since the client apparatus 100 accesses the search server 30 for the first time when the search condition is input to all of the essential search condition input fields, unnecessary access to the search server 30 can be suppressed.

なお、第1および第2の実施の形態で示した上記の処理機能は、コンピュータによって実現することができる。その場合、情報処理装置10またはクライアント装置100が有すべき機能の処理内容を記述したプログラムが提供される。そのプログラムをコンピュータで実行することにより、上記処理機能がコンピュータ上で実現される。処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体としては、磁気記憶装置、光ディスク、光磁気記録媒体、半導体メモリなどがある。磁気記憶装置には、ハードディスク装置(HDD)、フレキシブルディスク(FD)、磁気テープなどがある。光ディスクには、DVD、DVD−RAM、CD−ROM/RWなどがある。光磁気記録媒体には、MO(Magneto-Optical disk)などがある。   Note that the processing functions described in the first and second embodiments can be realized by a computer. In that case, a program describing the processing contents of the functions that the information processing apparatus 10 or the client apparatus 100 should have is provided. By executing the program on a computer, the above processing functions are realized on the computer. The program describing the processing contents can be recorded on a computer-readable recording medium. Examples of the computer-readable recording medium include a magnetic storage device, an optical disk, a magneto-optical recording medium, and a semiconductor memory. Examples of the magnetic storage device include a hard disk device (HDD), a flexible disk (FD), and a magnetic tape. Optical discs include DVD, DVD-RAM, CD-ROM / RW, and the like. Magneto-optical recording media include MO (Magneto-Optical disk).

プログラムを流通させる場合には、例えば、そのプログラムが記録されたDVD、CD−ROMなどの可搬型記録媒体が販売される。また、プログラムをサーバコンピュータの記憶装置に格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することもできる。   When distributing the program, for example, a portable recording medium such as a DVD or a CD-ROM in which the program is recorded is sold. It is also possible to store the program in a storage device of a server computer and transfer the program from the server computer to another computer via a network.

プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録されたプログラムもしくはサーバコンピュータから転送されたプログラムを、自己の記憶装置に格納する。そして、コンピュータは、自己の記憶装置からプログラムを読み取り、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行することもできる。また、コンピュータは、ネットワークを介して接続されたサーバコンピュータからプログラムが転送されるごとに、逐次、受け取ったプログラムに従った処理を実行することもできる。   The computer that executes the program stores, for example, the program recorded on the portable recording medium or the program transferred from the server computer in its own storage device. Then, the computer reads the program from its own storage device and executes processing according to the program. The computer can also read the program directly from the portable recording medium and execute processing according to the program. In addition, each time a program is transferred from a server computer connected via a network, the computer can sequentially execute processing according to the received program.

また、上記の処理機能の少なくとも一部を、DSP(Digital Signal Processor)、ASIC(Application Specific Integrated Circuit)、PLD(Programmable Logic Device)などの電子回路で実現することもできる。   In addition, at least a part of the above processing functions can be realized by an electronic circuit such as a DSP (Digital Signal Processor), an ASIC (Application Specific Integrated Circuit), or a PLD (Programmable Logic Device).

10 情報処理装置
11,110 表示制御手段
12,121 検索結果要求手段
13,124 検索結果取得手段
14,125 バッファ手段
15,126 バッファサイズ設定手段
16 表示手段
17,130 検索画面
17a,17b,131〜134 検索条件入力欄
17c,130a フォーカス
18 検索実行手段
20 ネットワーク
21 モニタ
22 キーボード
23 マウス
24 光ディスク
30 検索サーバ
31 ストレージ
100 クライアント装置
101 CPU
102 RAM
103 HDD
104 グラフィック処理装置
105 入力インタフェース
106 光学ドライブ装置
107 通信インタフェース
108 バス
120 検索結果取得制御手段
122 検索条件記憶手段
122a 検索条件テーブル
123 入出力手段
135 検索ボタン
140 検索結果の一覧画面
141 一覧表示欄
142 次へボタン
DESCRIPTION OF SYMBOLS 10 Information processing apparatus 11,110 Display control means 12,121 Search result request means 13,124 Search result acquisition means 14,125 Buffer means 15,126 Buffer size setting means 16 Display means 17,130 Search screens 17a, 17b, 131- 134 Search condition input field 17c, 130a Focus 18 Search execution means 20 Network 21 Monitor 22 Keyboard 23 Mouse 24 Optical disk 30 Search server 31 Storage 100 Client device 101 CPU
102 RAM
103 HDD
104 Graphic processing device 105 Input interface 106 Optical drive device 107 Communication interface 108 Bus 120 Search result acquisition control means 122 Search condition storage means 122a Search condition table 123 Input / output means 135 Search button 140 Search result list screen 141 List display field 142 Next Button

Claims (8)

表示手段に検索条件入力欄を含む検索画面を表示する表示制御手段と、
前記表示制御手段が前記検索条件入力欄からのフォーカスの脱出を検出すると、前記検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段に要求する検索結果要求手段と、
前記検索結果要求手段による検索結果件数取得の要求に応答して前記検索実行手段がデータ検索を実行することで取得した検索結果件数を、前記検索実行手段から取得する検索結果取得手段と、
前記表示手段に表示される検索結果を格納するバッファ手段と、
前記検索結果取得手段が取得した検索結果件数に基づいて、前記バッファ手段のバッファサイズを設定するバッファサイズ設定手段と、
を有することを特徴とする情報処理装置。
Display control means for displaying a search screen including a search condition input field on the display means;
When the display control unit detects the escape of focus from the search condition input field, it requests the search execution unit to obtain the number of search results for data search based on the search condition input in the search condition input field. Search result request means;
A search result acquisition means for acquiring from the search execution means the number of search results acquired by the search execution means executing a data search in response to a search result number acquisition request by the search result request means;
Buffer means for storing search results displayed on the display means;
A buffer size setting means for setting a buffer size of the buffer means based on the number of search results acquired by the search result acquisition means;
An information processing apparatus comprising:
前記検索画面は、必須検索条件入力欄を含む複数の検索条件入力欄を含み、
前記表示制御手段が前記複数の検索条件入力欄のいずれかからの前記フォーカスの脱出を検出すると、前記検索結果要求手段は、前記必須検索条件入力欄の全てに検索条件が入力されているかどうかを判定し、入力されていると判定した場合、前記複数の検索条件入力欄にそれぞれ入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、前記検索実行手段に要求することを特徴とする請求項1記載の情報処理装置。
The search screen includes a plurality of search condition input fields including an essential search condition input field,
When the display control means detects the escape of the focus from any of the plurality of search condition input fields, the search result requesting means determines whether or not the search conditions are input to all of the essential search condition input fields. If it is determined that it has been input, the search execution means is requested to acquire the number of search results for data search based on the search conditions respectively input in the plurality of search condition input fields. The information processing apparatus according to claim 1.
前記検索結果要求手段は、前記必須検索条件入力欄に対して、入力された検索条件が対応付けられている管理テーブルを用いて、前記必須検索条件入力欄の全てに検索条件が入力されているかどうかを判定することを特徴とする請求項2記載の情報処理装置。   Whether the search result request means uses the management table in which the input search condition is associated with the required search condition input field, and whether the search condition is input to all of the required search condition input fields. The information processing apparatus according to claim 2, wherein whether or not to determine is determined. 前記バッファサイズ設定手段は、前記検索結果取得手段が取得した検索結果件数分の検索結果を格納するために必要なバッファサイズが、予め設定された最大バッファサイズよりも大きい場合、前記バッファ手段のバッファサイズを前記最大バッファサイズに設定することを特徴とする請求項1〜3のいずれか1項に記載の情報処理装置。   When the buffer size necessary for storing the search results for the number of search results acquired by the search result acquisition unit is larger than a preset maximum buffer size, the buffer size setting unit The information processing apparatus according to claim 1, wherein a size is set to the maximum buffer size. 前記検索画面は、検索ボタンを含み、
前記表示制御手段が前記検索ボタンの押下を検出すると、前記検索結果要求手段は、前記検索条件入力欄または前記複数の検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果の取得を、前記検索実行手段に要求し、
前記検索結果取得手段は、前記検索実行手段がデータ検索を実行することで取得した検索結果を、前記検索実行手段から取得することを特徴とする請求項1〜4のいずれか1項に記載の情報処理装置。
The search screen includes a search button,
When the display control unit detects that the search button is pressed, the search result request unit displays a search result of the data search based on the search condition input in the search condition input field or the plurality of search condition input fields. Requesting the search execution means to obtain,
5. The search result acquisition unit according to claim 1, wherein the search result acquisition unit acquires a search result acquired by the search execution unit executing a data search from the search execution unit. 6. Information processing device.
前記検索結果要求手段は、前記検索実行手段から取得した検索結果件数が予め設定された最大取得件数よりも多いかどうかを判定し、多い場合は、前記検索条件入力欄または前記複数の検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果のうち前記最大取得件数分の検索結果の取得を、前記検索実行手段に要求することを特徴とする請求項5記載の情報処理装置。   The search result request unit determines whether or not the number of search results acquired from the search execution unit is greater than a preset maximum number of acquisitions, and if so, the search condition input field or the plurality of search condition inputs 6. The information processing apparatus according to claim 5, wherein the search execution unit is requested to acquire search results for the maximum number of acquisition results among the search results of the data search based on the search condition input in the column. . コンピュータを、
表示手段に検索条件入力欄を含む検索画面を表示する表示制御手段、
前記表示制御手段が前記検索条件入力欄からのフォーカスの脱出を検出すると、前記検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段に要求する検索結果要求手段、
前記検索結果要求手段による検索結果件数取得の要求に応答して前記検索実行手段がデータ検索を実行することで取得した検索結果件数を、前記検索実行手段から取得する検索結果取得手段、
前記表示手段に表示される検索結果を格納するバッファ手段、
前記検索結果取得手段が取得した検索結果件数に基づいて、前記バッファ手段のバッファサイズを設定するバッファサイズ設定手段、
として機能させることを特徴とする情報処理プログラム。
Computer
Display control means for displaying a search screen including a search condition input field on the display means;
When the display control unit detects the escape of focus from the search condition input field, it requests the search execution unit to obtain the number of search results for data search based on the search condition input in the search condition input field. Search result request means,
A search result acquisition means for acquiring, from the search execution means, the number of search results acquired by the search execution means executing a data search in response to a search result number acquisition request by the search result request means;
Buffer means for storing search results displayed on the display means;
A buffer size setting means for setting a buffer size of the buffer means based on the number of search results acquired by the search result acquisition means;
An information processing program that functions as a computer program.
コンピュータが、
表示手段に検索条件入力欄を含む検索画面を表示し、
前記検索条件入力欄からのフォーカスの脱出を検出すると、前記検索条件入力欄に入力されている検索条件に基づいたデータ検索の検索結果件数の取得を、検索実行手段に要求し、
検索結果件数取得の要求に応答して前記検索実行手段がデータ検索を実行することで取得した検索結果件数を、前記検索実行手段から取得し、
取得した検索結果件数に基づいて、前記表示手段に表示される検索結果を格納するバッファ手段のバッファサイズを設定する、
ことを特徴とする情報処理方法。
Computer
Display the search screen including the search condition input field on the display means,
Upon detecting escape of focus from the search condition input field, the search execution means is requested to obtain the number of search results for data search based on the search condition input in the search condition input field,
In response to the search result number acquisition request, the search execution means acquires the search result number acquired by executing the data search from the search execution means,
Based on the acquired number of search results, the buffer size of the buffer means for storing the search results displayed on the display means is set.
An information processing method characterized by the above.
JP2010285279A 2010-12-22 2010-12-22 Information processing apparatus, information processing program and information processing method Pending JP2012133602A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010285279A JP2012133602A (en) 2010-12-22 2010-12-22 Information processing apparatus, information processing program and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010285279A JP2012133602A (en) 2010-12-22 2010-12-22 Information processing apparatus, information processing program and information processing method

Publications (1)

Publication Number Publication Date
JP2012133602A true JP2012133602A (en) 2012-07-12

Family

ID=46649127

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010285279A Pending JP2012133602A (en) 2010-12-22 2010-12-22 Information processing apparatus, information processing program and information processing method

Country Status (1)

Country Link
JP (1) JP2012133602A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63208138A (en) * 1987-02-25 1988-08-29 Hitachi Ltd Buffer allocation managing system for data base
JPH06325094A (en) * 1993-05-14 1994-11-25 Matsushita Electric Ind Co Ltd Electronic book device
JP2008282224A (en) * 2007-05-10 2008-11-20 Toyota Motor Corp Onboard information retrieval device
JP2010224699A (en) * 2009-03-19 2010-10-07 Fujitsu Ltd Retrieval program, retrieval server, and retrieval method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63208138A (en) * 1987-02-25 1988-08-29 Hitachi Ltd Buffer allocation managing system for data base
JPH06325094A (en) * 1993-05-14 1994-11-25 Matsushita Electric Ind Co Ltd Electronic book device
JP2008282224A (en) * 2007-05-10 2008-11-20 Toyota Motor Corp Onboard information retrieval device
JP2010224699A (en) * 2009-03-19 2010-10-07 Fujitsu Ltd Retrieval program, retrieval server, and retrieval method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSNG200900173081; 氏家 純也、外3名: '組込み用データベースにおける二段階検索方式の提案' マルチメディア,分散,協調とモバイル(DICOMO2008)シンポジウム論文集 情報処理学会シンポジ 第2008巻,第1号, 20090407, p.650-657, 社団法人情報処理学会 *
JPN6013049336; 氏家 純也、外3名: '組込み用データベースにおける二段階検索方式の提案' マルチメディア,分散,協調とモバイル(DICOMO2008)シンポジウム論文集 情報処理学会シンポジ 第2008巻,第1号, 20090407, p.650-657, 社団法人情報処理学会 *

Similar Documents

Publication Publication Date Title
US8245154B2 (en) Most-recently-used task switching among parent and child windows
US9383827B1 (en) Multi-modal command display
US9292347B2 (en) Status tool to expose metadata read and write queues
US20120174020A1 (en) Indication of active window when switching tasks in a multi-monitor environment
US20130268895A1 (en) Terminal device and icon management method
US20110093478A1 (en) Filter hints for result sets
CN109471626B (en) Page logic structure, page generation method, page data processing method and device
JP6972477B2 (en) Information processing equipment, information processing methods and information processing programs
TW201222361A (en) Resolving merged touch contacts
US20200265075A1 (en) Knowledge graphing platform
JP2018537800A (en) Memory access command transfer descriptor
US20170344385A1 (en) Information processing apparatus, information processing method, and storage medium
CN104679722B (en) For the method and system that data form is multidimensional
KR20170057288A (en) Universal interaction for capturing content to persistent storage
US20150331728A1 (en) User terminal device for supporting data share function and methods thereof
JP2012133602A (en) Information processing apparatus, information processing program and information processing method
AU2011326237A1 (en) Application file system access
CN111209075B (en) Multilingual interface maintenance method, system, storage medium and intelligent device
US20170038935A1 (en) Information processing device, information display method, and recording medium
US20170213044A1 (en) Privilege Log Generation Method and Apparatus
US10977823B2 (en) Object recognition and data retrieval system
JP2012070035A (en) Keyboard having macro function, method for setting macro function related thereto and computer program product therefor
US20150123981A1 (en) Image data forming apparatus and control method therefor
JP2015082290A (en) Terminal device, information processing device, information processing system, display control method, and display control program
US20180300233A1 (en) Write control apparatus and write control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130924

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131008

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140225