JP4445699B2 - Two-stage search system, search request server, document information server, and program - Google Patents

Two-stage search system, search request server, document information server, and program Download PDF

Info

Publication number
JP4445699B2
JP4445699B2 JP2002329330A JP2002329330A JP4445699B2 JP 4445699 B2 JP4445699 B2 JP 4445699B2 JP 2002329330 A JP2002329330 A JP 2002329330A JP 2002329330 A JP2002329330 A JP 2002329330A JP 4445699 B2 JP4445699 B2 JP 4445699B2
Authority
JP
Japan
Prior art keywords
search
request
sort
sent
server
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.)
Expired - Fee Related
Application number
JP2002329330A
Other languages
Japanese (ja)
Other versions
JP2004164279A (en
Inventor
順 野崎
正司 高橋
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.)
NEC Corp
NEC System Technologies Ltd
Original Assignee
NEC Corp
NEC System Technologies 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 NEC Corp, NEC System Technologies Ltd filed Critical NEC Corp
Priority to JP2002329330A priority Critical patent/JP4445699B2/en
Publication of JP2004164279A publication Critical patent/JP2004164279A/en
Application granted granted Critical
Publication of JP4445699B2 publication Critical patent/JP4445699B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、情報検索技術に関し、特に、検索条件に適合する情報が多数存在する場合に、ユーザが検索要求を行ってからユーザに検索結果を返すまでのレスポンス時間を短いものにすることができる情報検索技術に関する。
【0002】
【従来の技術】
従来からデータベースに格納されている大量の情報の中からキーワードなどの検索条件に適合するものを検索し、ユーザに提示するということが行われている。このような情報検索技術においては、ユーザが検索要求を行ってからユーザに検索結果を提示するまでのレスポンス時間を短くすることが要望されている。
【0003】
このような要望に対する従来の技術としては、例えば、次のような技術が知られている。データベースを検索する検索手段として、インデックス検索手段と全文検索手段の2種類の検索手段を用意する。そして、例えば、キーワード「ディスプレイ」と特許国際分類「G06F 15/40」とがANDで結合された検索条件(検索式)が入力されると、先ず、キーワード「ディスプレイ」を全文検索手段に渡し、全文検索を行わせる。全文検索が完了すると、特許国際分類「G06F 15/40」をインデックス検索手段に渡し、インデックス検索を行わせる。インデックス検索が完了すると、どちらの検索手段の検索結果にも含まれている検索結果(例えば、文献ID)を抽出し、ユーザに提示する(例えば、特許文献1参照)。この従来の技術によれば、インデックス検索の高速性と全文検索の詳細性とを両立させた検索を行うことが可能になる。
【0004】
【特許文献1】
特開平8−272806号公報
【0005】
【発明が解決しようとする課題】
しかしながら、上述した従来の技術は、検索条件に適合するものを全て検索した後、ユーザに検索結果を提示するようにしているため、データベースに大量の情報が格納されている場合には、レスポンス時間が長くなってしまうという問題がある。
【0006】
そこで、本発明の目的は、データベースに大量の情報が格納されていても、検索条件に適合する情報が多数存在する場合には、ユーザが検索要求を行ってからユーザに検索結果を返すまでのレスポンス時間を短いものにすることができる二段検索システムを提供することにある。
【0007】
【課題を解決するための手段】
本発明にかかる第1の2段検索システムは、上記目的を達成するために、
ユーザ端末と、検索要求サーバと、文書情報サーバとを備えた二段検索システムであって、前記ユーザ端末が、ユーザの操作に従って検索条件を含む検索要求、或いはソート条件および表示部分指定を含むソート・部分表示要求を前記検索要求サーバに送信する制御手段を備え、前記検索要求サーバが、前記ユーザ端末から前記検索要求が送られてきたとき、前記検索要求に含まれている検索条件と、予め定められている検索件数と、を含む先行検索要求を前記文書情報サーバへ送信し、該先行検索要求に応答して前記文書情報サーバから前記検索件数分の先行検索結果が送られてきたとき、該先行検索結果を前記ユーザ端末に送信する先行検索処理手段と、前記先行検索要求に従った検索が終了した後に、前記検索要求中の検索条件を含んだ全件検索要求を前記文書情報サーバへ送信し、該全件検索要求に応答して前記文書情報サーバから総件数が送られてきたとき、該総件数を前記ユーザ端末に送信し、前記ユーザ端末からソート・部分表示要求が送られてきたとき、該ソート・部分表示要求を前記文書情報サーバへ送信し、該ソート・部分表示要求に応答して前記文書情報サーバから検索結果が送られてきたとき、該検索結果を前記ユーザ端末に送信する全件検索処理手段を備え、前記文書情報サーバが、前記検索要求サーバから先行検索要求が送られてきたとき、検索件数が前記先行検索要求中の検索件数となるまで、前記先行検索要求中の検索条件に従ってデータベースを検索し、前記検索件数分の検索結果を先行検索結果として前記検索要求サーバへ送信し、前記検索要求サーバから全件検索要求が送られてきたとき、該全件検索要求中の検索条件に従って前記データベースを検索し、検索結果をテンポラリテーブルに格納し、該検索結果の総件数を前記検索要求サーバに送信する構成を有する検索手段と、前記ユーザ端末からソート・部分表示要求が送られてきたとき、前記テンポラリテーブルに登録されている検索結果を前記ソート・部分表示要求中のソート条件に従ってソートし、ソート後の検索結果の内の、前記ソート・部分表示要求中の表示部分指定によって指定される検索結果を前記検索要求サーバへ送信するソート・部分表示手段とを備えたことを特徴とする。
【0008】
また、本発明にかかる第2の二段検索システムは、第1の二段検索システムにおいて
前記全件検索処理手段が、前記検索手段から前記検索結果の総件数が送られてきたとき、ソート・部分表示要求画面を前記ユーザ端末に送信する構成を有することを特徴とする。
【0013】
【作用】
ユーザ端末から検索条件を含む検索要求が送られてくると、検索件数が予め定められている件数になるまで、上記検索条件に従ってデータベースを検索(先行検索)する。そして、検索件数が予め定められている所定件数になると、先行検索を中止し、先行検索結果をユーザ端末に送信する。このように、検索件数が所定件数になると、先行検索結果をユーザ端末に送信するようにしているので、データベースに大量の情報が登録されている場合であっても、検索条件に適合する情報が多数存在すれば、レスポンス時間を短いものにすることができる。その後、ユーザ端末からの検索条件に従ってデータベースを検索(全件検索)し、検索条件に適合する全ての検索結果をテンポラリテーブルに登録しておく。この全件検索処理は、ユーザが最初に送られてきた先行検索結果を検討している期間と重複して行われる。
【0014】
その後、ユーザ端末から表示部分指定を含む部分表示要求が送られてくると、テンポラリテーブルに登録されている検索結果の内の、上記表示部分指定によって指定される検索結果をユーザ端末に送信する。また、ユーザ端末からソート条件と表示部分指定とを含むソート・部分表示要求が送られてきた場合は、テンポラリテーブルに登録されている検索結果を上記ソート条件に従ってソートし、ソート後の検索結果の内の、表示部分指定によって指定される検索結果をユーザ端末に送信する。このように、ユーザ端末から部分表示要求やソート・部分表示要求が送られてきた場合は、全件検索結果だけが格納されているテンポラリテーブルを対象にして処理を行うので、データベースを対象にして処理を行う場合に比較して処理時間を短くすることができる。
【0015】
【発明の実施の形態】
次に本発明の実施の形態について図面を参照して詳細に説明する。
【0016】
図1は本発明にかかる二段検索システムの実施例のブロック図であり、ユーザ端末1と、検索要求サーバ2と、文書情報サーバ3と、それらを相互に接続するインターネットなどのネットワーク4とから構成されている。
【0017】
ユーザ端末1は、パーソナルコンピュータなどによって実現されるものであり、例えば、図2のブロック図に示す構成を有する。同図を参照すると、ユーザ端末1は、制御手段11と、送受信手段12と、キーボードなどの入力部13と、LCDなどの表示部14と、記録媒体K1とを備えている。
【0018】
送受信手段12は、ネットワーク4を介してデータをやり取りする機能を有している。
【0019】
制御手段11は、ユーザが入力部13を用いて行う操作に従って検索条件を含む検索要求を検索要求サーバ2に送信する機能や、検索要求サーバ2から送られてきたソート・部分表示要求画面を表示部14に表示する機能や、ユーザがソート・部分表示要求画面を用いて入力したソート条件および表示部分指定を含むソート・部分表示要求を検索要求サーバ2に送信する機能や、検索要求サーバ2から送られてきた検索結果を表示部14に表示する機能を有する。
【0020】
記録媒体K1は、ディスク、半導体メモリ、その他の記録媒体であり、コンピュータをユーザ端末1として機能させるためのプログラムが記録されている。このプログラムは、コンピュータによって読み取られ、その動作を制御することで、コンピュータ上に制御手段11、送受信手段12を実現する。
【0021】
検索要求サーバ2は、コンピュータによって実現されるものであり、例えば、図3のブロック図に示す構成を有する。同図を参照すると、検索要求サーバ2は、先行検索処理手段21と、全件検索処理手段22と、送受信手段23と、記録媒体K2とを備えている。
【0022】
送受信手段23は、ネットワーク4を介してデータをやり取りする機能を有する。
【0023】
先行検索処理手段21は、先行検索要求手段211と、加工手段212と、ソート条件記憶部213と、検索件数記憶部214とを備えている。
【0024】
ソート条件記憶部213には、先行検索の検索結果をどのような順番で並べるのかを示すソート条件が格納される。検索件数記憶部214には、先行検索時に検索すべき件数が格納される。ソート条件記憶部213、検索件数記憶部214の内容は、検索要求サーバ2の管理者が図示を省略したコンソール等を用いて任意に設定でき、例えば、ソート条件「作成日」、検索件数「10件」などを設定する。
【0025】
先行検索要求手段211は、ユーザ端末1から検索要求が送られてきたとき、検索要求中の検索条件と、ソート条件記憶部213に格納されているソート条件と、検索件数記憶部214に格納されている検索件数とを含む先行検索要求を作成し、文書情報サーバ3に送信する機能を有する。
【0026】
加工手段212は、先行検索要求に応答して文書情報サーバ3から送られてくる検索結果をユーザが見やすい形式(例えば、表形式)に加工し、加工した検索結果をユーザ端末1に送信する機能を有する。
【0027】
全件検索処理手段22は、全件検索要求手段221と、ソート・部分表示要求処理手段222と、加工手段223とを備えている。
【0028】
全件検索要求手段221は、先行検索処理手段21の処理が終了すると、ユーザ端末1から送られてきている検索要求中の検索条件を含む全件検索要求を文書情報サーバ3へ送信する機能を有する。
【0029】
ソート・部分表示要求処理手段222は、全件検索要求に応答して文書情報サーバ3から検索結果の総件数が送られてきたとき、上記総件数およびソート・部分表示要求画面をユーザ端末1に送信する機能や、ユーザ端末1からソート・部分表示要求が送られてきたとき、それを文書情報サーバ3へ送信する機能を有する。
【0030】
加工手段223は、ソート・部分表示要求に応答して文書情報サーバ3から部分表示用検索結果が送られてくると、それをユーザが見やすい形式(例えば、表形式)に加工してユーザ端末1に送信する機能を有する。
【0031】
記録媒体K2は、ディスク、半導体メモリ、その他の記録媒体であり、コンピュータを検索要求サーバとして機能させるためのプログラムが記録されている。このプログラムは、コンピュータによって読み取られ、その動作を制御することで、コンピュータ上に先行検索処理手段21、全件検索処理手段22、送受信手段23を実現する。
【0032】
文書情報サーバ3は、コンピュータによって実現されるものであり、例えば、図4のブロック図に示す構成を有する。同図を参照すると、文書情報サーバ3は、文書情報データベース31と、テンポラリテーブル32と、検索手段33と、ソート・部分表示手段34と、送受信手段35と、記録媒体K3とから構成されている。
【0033】
送受信部35は、ネットワーク4を介してデータを送受信する機能を有する。
【0034】
文書情報データベース31は、例えば、関係データベース等によって実現されるものであり、検索対象となる文書情報が複数格納されている。文書情報は、文書タイトル、作成者、概要、作成日、更新日などを含んでいる。
【0035】
検索手段33は、検索要求サーバ2から検索条件、ソート条件および検索件数を含む先行検索要求が送られてきたとき、検索件数が上記検索件数となるまで、上記検索条件に従って文書情報データベース31を検索し、上記検索件数分の検索結果を先行検索結果として検索要求サーバ2へ送信する機能や、検索要求サーバ2から検索条件を含む全件検索要求が送られてきたとき、上記検索条件に従って文書情報データベース31を検索し、全ての検索結果をテンポラリテーブル32に格納する機能を有する。
【0036】
ソート・部分表示手段34は、ユーザ端末1からソート条件および表示部分指定を含むソート・部分表示要求が送られてきたとき、テンポラリテーブル2に登録されている検索結果を上記ソート条件に従ってソートし、ソート後の検索結果の内の、表示部分指定によって指定される検索結果を検索要求サーバ2へ送信する機能を有する。
【0037】
記録媒体K3は、ディスク、半導体メモリ、その他の記録媒体であり、コンピュータを文書情報サーバ3として機能させるためのプログラムが記録されている。このプログラムは、コンピュータによって読み取られ、その動作を制御することにより、コンピュータ上に検索手段33、ソート・部分表示手段34、送受信手段35を実現する。
【0038】
【実施例の動作説明】
図5、図6は文書情報の検索時の処理例を示す流れ図、図7は文書情報の検索時にやり取りされる情報などを示した図であり、以下各図を参照して本実施例の動作について詳細に説明する。
【0039】
文書情報の検索を行う場合、ユーザ端末1のユーザは、入力部13を用いて検索条件(例えば、キーワード「料理」)を入力し、更に入力部13から検索要求の送信指示を入力する。これにより、ユーザ端末1内の制御手段11は、送受信手段12を介して検索要求サーバ2へ検索条件を含んだ検索要求a(図7参照)を送信する(図5のステップS501)。
【0040】
検索要求サーバ2では、ユーザ端末1からの検索要求aを送受信手段23が受信し、受信した検索要求aを先行検索処理手段21に渡す。これにより、先行検索処理手段21内の先行検索要求手段211は、上記検索要求a中の検索条件(キーワード「料理」)と、ソート条件記憶部213に格納されている既定のソート条件(例えば、「作成日」)と、検索件数記憶部214に格納されている既定の検索件数(例えば、「10件」)とを含む先行検索要求bを作成し、それを文書情報サーバ3へ送信する(ステップS502、S503)。
【0041】
文書情報サーバ3では、検索要求サーバ2からの先行検索要求bを送受信手段35が受信し、受信した先行検索要求bを検索手段33に渡す。これにより、検索手段33は、検索件数が先行検索要求b中の検索件数(「10件」)となるまで、検索条件(キーワード「料理」)に従って文書情報データベース31を検索する(ステップS504)。そして、検索件数が「10件」となると、検索手段33は、先行検索処理を終了する。その後、検索手段33は、10件分の検索結果を先行検索要求b中のソート条件(「作成日」)に従ってソートし、ソート結果を先行検索結果cとして検索要求サーバ2へ送信する(ステップS505)。
【0042】
検索要求サーバ2内の加工手段212は、先行検索結果cが文書情報サーバ3から送られてくると、それをユーザが見やすい形式(例えば、表形式)に加工した後、加工後の先行検索結果dをユーザ端末1へ送信する(ステップS506)。
【0043】
ユーザ端末1内の制御手段11は、検索要求サーバ2から先行検索結果dが送られてくると、それに基づいて表示部14の検索結果表示部81(図8参照)に、先行検索結果dを表示する(ステップS507)。先行検索結果dは、検索条件に適合する文書情報が10件分検索された時点で送られてくるので、検索要求aを送信してから先行検索結果dが表示されるまでのレスポンス時間は非常に短いものとなり、ユーザにイライラ感を与えることがない。ユーザは、先行検索結果dが表示部14に表示されると、それを吟味し、目的の文書情報を探す。もし、目的の文書を探し出すことができた場合は、ここで検索終了となる。これに対して、目的の文書を探し出すことができなかった場合は、ソート・部分表示要求画面を使用して他の検索結果を要求する。なお、ソート・部分表示要求画面については、後で詳細に説明する。
【0044】
一方、検索要求サーバ2内の全件検索処理手段22では、先行検索処理手段21の処理が終了すると(ステップS506が終了すると)、全件検索要求手段221が、ユーザ端末1から送られてきている検索要求中の検索条件を先行検索処理手段21から取得し、取得した検索条件を含む全件検索要求eを文書情報サーバ3へ送信する(ステップS508)。この全件検索要求eには、検索件数の指定は含まれていない。
【0045】
文書情報サーバ3内の検索手段33は、全件検索要求eが検索要求サーバ2から送られてくると、それに含まれている検索条件(キーワード「料理」)に従って文書情報データベース31を検索し、検索結果をテンポラリテーブル32に格納する(ステップS509、S510)。これにより、テンポラリテーブル32には、文書情報データベース31に格納されている文書情報の内の、上記検索条件に適合する文書情報が全て格納されることになる。その後、検索手段33は、検索結果の総件数f(テンポラリテーブル32に格納した文書情報の数)を検索要求サーバ2へ送信する(ステップS511)。
【0046】
検索要求サーバ2内のソート・部分表示要求処理手段222は、文書情報サーバ3から検索結果の総件数fが送られてくると、上記総件数fと、ソート・部分表示要求画面gとをユーザ端末1に送信する(ステップS512)。
【0047】
ユーザ端末1内の制御手段11は、総件数fおよびソート・部分表示要求画面gが検索要求サーバ2から送られてくると、図8に示すように、表示部14の総件数表示部82およびソート・部分表示要求画面表示部83に総件数fおよびソート・部分表示要求画面gを表示する(図6、ステップS61)。図8に示したソート・部分表示要求画面は、ソート条件を選択するためのチェック欄831〜833と、表示開始部分を指定するための入力欄834と、送信ボタン835と、終了ボタン836とを有している。なお、ソート・部分表示要求画面は、ほとんどの場合、ユーザが先行検索結果を吟味している間に表示されている。
【0048】
ユーザは、先行検索結果d中に目的の文書が存在しなかった場合は、図8に示すソート・部分表示要求画面を利用してソート・部分表示要求を検索要求サーバ2に送信する。具体的には、ユーザは、チェック欄831〜833を使用してソート条件を指定する。図8の例では、ソート条件が「作成日」とされている。更に、ユーザは、入力欄834に、表示開始部分を示す情報を入力する。図8の例では、表示開始部分が第21件目の検索結果とされている。ユーザは、必要な情報を全て入力すると、送信ボタン835をクリックする。これにより、制御手段11は、ソート条件「作成日」、表示部分指定「検索結果の内の21件目から10件分」を含んだソート・部分表示要求hを作成し、検索要求サーバ2へ送信する(ステップS62)。なお、この図8の例では、表示件数を10件に固定するようにしたが、表示件数もユーザが指定できるようにしても良い。
【0049】
検索要求サーバ2内のソート・部分表示要求処理手段222は、ユーザ端末1から送られてきたソート・部分表示要求hを文書情報サーバ3へ送信する(ステップS63)。
【0050】
文書情報サーバ3内のソート・部分表示手段34は、検索要求サーバ2からソート・部分表示要求hが送られてくると、テンポラリテーブル32に格納されている検索結果を、ソート・部分表示要求h中のソート条件(「作成日」)に従ってソートする(ステップS64)。その後、ソート・部分表示手段34は、ソート・部分表示要求h中の表示部分指定(「検索結果の内の21件目から10件分」)に従って、ソート済みの検索結果が格納されているテンポラリテーブル32から、第21件目〜第30件目の検索結果を取り出し、それらを部分表示用検索結果iとして検索要求サーバ2へ送信する(ステップS66)。
【0051】
検索要求サーバ2内の加工手段223は、文書情報サーバ3から部分表示用検索結果iが送られてくると、それをユーザが見やすい形式(例えば、表形式)に加工し、加工済みの部分表示用検索結果jをユーザ端末1に送信する(ステップS67)。
【0052】
ユーザ端末1内の制御手段11は、検索要求サーバ2から部分表示用検索結果jが送られてくると、それを表示部14の検索結果表示部81に表示する(ステップS68)。
【0053】
ユーザは、今回表示された10件分の検索結果の中に、目的とする文書を示す検索結果がなかった場合は、ソート・部分表示要求画面の入力欄834(図8参照)の内容を「21」から例えば「31」に変更し、その後、送信ボタン835をクリックする。これにより、前述したステップS62〜S68と同様の処理が行われ、ソート後の検索結果の内の、第31件目〜第40件目が表示部14に表示される。なお、ステップS64において、前回送られてきたソート・部分表示要求中のソート条件と、今回送られてきたソート・部分表示要求中のソート条件とが同じであるか否かを判断し、同じ場合は、テンポラリテーブル32に対するソート処理を行わずに、ステップS65の処理を行うようにしても良い。
【0054】
【発明の効果】
第一の効果は、ユーザが検索要求を行ってから検索結果が表示されるまでのレスポンス時間(ファーストレスポンス時間)を非常に短くすることができ、ユーザが何もせずに待っている時間を非常に短くすることができるという点である。その理由は、検索条件に適合する文書情報が全て検索された後、検索結果をユーザ端末に送信するのではなく、検索件数が予め定められている所定件数になった時点において、上記所定件数の検索結果をユーザ端末に送信するようにしているからである。例えば、全検索件数が300件の場合、上記所定件数が10件であれば、レスポンス時間を1/30にすることができる。
【0055】
第二の効果は、検索結果をユーザが指定するソート条件でソートし、ソート後の検索結果の内の、ユーザが指定する部分に存在する検索結果をユーザに提示するという処理を短時間で行えるという点である。その理由は、全検索結果をテンポラリテーブルに登録しておき、ソート処理や、ユーザが指定する部分の抽出処理は、テンポラリテーブルに格納されている検索結果のみを対象にして行うからである。つまり、処理対象にする検索結果の件数が少なくなるので、処理時間を短くすることができる。
【0056】
第三の効果は、検索結果をユーザが指定するソート条件でソートし、ソート後の検索結果の内の、ユーザが指定する部分に存在する検索結果をユーザに提示するという処理の正当性を保証できるという点である。その理由は、全件検索完了後にソート・部分表示要求を行えるようにしているからである。もし、このようにしていないと、本来先頭にくるべき文書がまだ検索されていなかったため、別の文書が先頭に表示されてしまったり、実際の検索件数が20件しかないのに、第31件目から10件分表示せよという部分表示要求が行われ、エラーとなってしまう等の不都合が発生してしまう。
【0057】
第四の効果は、検索が2度実行されることをユーザに意識させない点である。その理由は、2度目に行われる全件検索は、ユーザが先行検索を吟味している間に行われ、また検索終了時にユーザが見ている先行検索結果を書き換えず、別途全文書件数やソート・部分表示画面を表示するようにしているからである。
【図面の簡単な説明】
【図1】本発明の実施例の全体構成を示すブロック図である。
【図2】ユーザ端末1の構成例を示すブロック図である。
【図3】検索要求サーバ2の構成例を示すブロック図である。
【図4】文書情報サーバ3の構成例を示すブロック図である。
【図5】実施例の処理例を示す流れ図である。
【図6】図5の流れ図に示した処理の続きの処理を示す流れ図である。
【図7】ユーザ端末1、検索要求サーバ2、文書情報サーバ3間でやり取りされる要求などを示した図である。
【図8】ユーザ端末1の表示部14における表示例を示す図である。
【符号の説明】
1…ユーザ端末
11…制御手段
12…送受信手段
13…入力部
14…表示部
K1…記録媒体
2…検索要求サーバ
21…先行検索処理手段
211…先行検索要求手段
212…加工手段
213…ソート条件記憶部
214…検索件数記憶部
22…全件検索処理手段
221…全件検索要求手段
222…ソート・部分表示要求処理手段
223…加工手段
23…送受信手段
K2…記録媒体
3…文書情報サーバ
31…文書情報データベース
32…テンポラリテーブル
33…検索手段
34…ソート・部分表示手段
35…送受信手段
4…ネットワーク
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an information search technique, and in particular, when there is a large amount of information that meets a search condition, the response time from when a user makes a search request until the search result is returned to the user can be shortened. Information retrieval technology.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, information that matches a search condition such as a keyword is searched from a large amount of information stored in a database and presented to a user. In such an information search technique, it is desired to shorten the response time from when a user makes a search request to when the search result is presented to the user.
[0003]
For example, the following techniques are known as conventional techniques for such requests. As search means for searching the database, two types of search means are prepared: index search means and full-text search means. For example, when a search condition (search expression) in which the keyword “display” and the patent international classification “G06F 15/40” are combined with AND is input, first, the keyword “display” is passed to the full-text search means, Force full text search. When the full text search is completed, the patent international classification “G06F 15/40” is passed to the index search means to perform the index search. When the index search is completed, a search result (for example, document ID) included in the search result of either search means is extracted and presented to the user (for example, see Patent Document 1). According to this conventional technique, it is possible to perform a search that achieves both high-speed index search and detail of full-text search.
[0004]
[Patent Document 1]
JP-A-8-272806
[Problems to be solved by the invention]
However, since the conventional technology described above searches for all the items that match the search conditions and presents the search results to the user, the response time is large when a large amount of information is stored in the database. There is a problem that becomes long.
[0006]
Therefore, even if a large amount of information is stored in the database, the object of the present invention is that when a lot of information that meets the search conditions exists, the user makes a search request and returns the search result to the user. An object of the present invention is to provide a two-stage search system that can shorten the response time.
[0007]
[Means for Solving the Problems]
In order to achieve the above object, the first two-stage search system according to the present invention provides:
A two-stage search system comprising a user terminal, a search request server, and a document information server, wherein the user terminal sorts a search request including a search condition or a sort condition and a display portion designation according to a user operation. Control means for transmitting a partial display request to the search request server, and when the search request is sent from the user terminal, the search request server includes a search condition included in the search request; When a prior search request including the predetermined search number is transmitted to the document information server, and in response to the prior search request, the previous search results for the number of searches are sent from the document information server. and the anterior search processing means for transmitting said prior search results to the user terminal, after the search in accordance with the preceding search request has been completed, including a search condition in the search request When an all-case search request is transmitted to the document information server and the total number of cases is sent from the document information server in response to the all-case search request, the total number is transmitted to the user terminal, and the user terminal When a sort / partial display request is sent from the server, the sort / partial display request is transmitted to the document information server, and a search result is sent from the document information server in response to the sort / partial display request. A search result processing means for transmitting the search results to the user terminal, and when the document information server receives a previous search request from the search request server, the number of search items is the one in the previous search request. The database is searched according to the search condition in the preceding search request until the number of searches is reached, and the search results for the number of searches are transmitted to the search request server as the preceding search results, and the search When all cases search request is sent from the determined server searches the database according to the search conditions in the該全matter search request, the search result is stored into the temporary table, the search request the total number of the search results server When a sort / partial display request is sent from the user terminal and the search means having a configuration to transmit to the user terminal, the search result registered in the temporary table is sorted according to the sort condition in the sort / partial display request. Sorting / partial display means for transmitting, to the retrieval request server, a retrieval result specified by the display part designation in the sorting / partial display request among the sorted retrieval results .
[0008]
The second two-stage search system according to the present invention is the first two-stage search system.
The all-case search processing unit is configured to transmit a sort / partial display request screen to the user terminal when the total number of the search results is sent from the search unit.
[0013]
[Action]
When a search request including a search condition is sent from the user terminal, the database is searched (advanced search) according to the search condition until the number of searches reaches a predetermined number. Then, when the number of searches reaches a predetermined number, the preceding search is stopped and the preceding search result is transmitted to the user terminal. As described above, when the number of searches reaches the predetermined number, the previous search result is transmitted to the user terminal. Therefore, even when a large amount of information is registered in the database, there is information that matches the search condition. If there are many, the response time can be shortened. Thereafter, the database is searched according to the search condition from the user terminal (all cases are searched), and all search results that match the search condition are registered in the temporary table. This all-case search process is performed in duplicate with the period during which the user reviews the first search result sent first.
[0014]
Thereafter, when a partial display request including display part designation is sent from the user terminal, the search result designated by the display part designation out of the search results registered in the temporary table is transmitted to the user terminal. When a sort / partial display request including a sort condition and display part designation is sent from the user terminal, the search result registered in the temporary table is sorted according to the sort condition, and the search result after sorting is displayed. The search result designated by the display part designation is transmitted to the user terminal. In this way, when a partial display request or sort / partial display request is sent from the user terminal, processing is performed on the temporary table storing only the search results for all cases, so the target is the database. The processing time can be shortened compared with the case where processing is performed.
[0015]
DETAILED DESCRIPTION OF THE INVENTION
Next, embodiments of the present invention will be described in detail with reference to the drawings.
[0016]
FIG. 1 is a block diagram of an embodiment of a two-stage search system according to the present invention. From a user terminal 1, a search request server 2, a document information server 3, and a network 4 such as the Internet connecting them to each other. It is configured.
[0017]
The user terminal 1 is realized by a personal computer or the like, and has, for example, the configuration shown in the block diagram of FIG. Referring to FIG. 1, the user terminal 1 includes a control unit 11, a transmission / reception unit 12, an input unit 13 such as a keyboard, a display unit 14 such as an LCD, and a recording medium K1.
[0018]
The transmission / reception means 12 has a function of exchanging data via the network 4.
[0019]
The control means 11 displays a function for transmitting a search request including a search condition to the search request server 2 according to an operation performed by the user using the input unit 13, and a sort / partial display request screen sent from the search request server 2. A function to display on the section 14, a function to transmit a sort / partial display request including a sort condition and display part designation input by the user using the sort / partial display request screen to the search request server 2, It has a function to display the sent search results on the display unit 14.
[0020]
The recording medium K1 is a disk, a semiconductor memory, or other recording medium, and stores a program for causing the computer to function as the user terminal 1. This program is read by a computer and controls its operation to realize the control means 11 and the transmission / reception means 12 on the computer.
[0021]
The search request server 2 is realized by a computer and has, for example, the configuration shown in the block diagram of FIG. Referring to the figure, the search request server 2 includes a preceding search processing means 21, an all-case search processing means 22, a transmission / reception means 23, and a recording medium K2.
[0022]
The transmission / reception means 23 has a function of exchanging data via the network 4.
[0023]
The advance search processing unit 21 includes an advance search request unit 211, a processing unit 212, a sort condition storage unit 213, and a search number storage unit 214.
[0024]
The sort condition storage unit 213 stores a sort condition indicating in what order the search results of the previous search are arranged. The number-of-searches storage unit 214 stores the number of cases to be searched at the time of prior search. The contents of the sort condition storage unit 213 and the search number storage unit 214 can be arbitrarily set by the administrator of the search request server 2 using a console (not shown). For example, the sort condition “creation date” and the search number “10” Etc. ".
[0025]
When a search request is sent from the user terminal 1, the advance search request unit 211 stores the search condition in the search request, the sort condition stored in the sort condition storage unit 213, and the search number storage unit 214. And a function of creating a prior search request including the number of search results being sent and transmitting it to the document information server 3.
[0026]
The processing means 212 functions to process the search result sent from the document information server 3 in response to the prior search request into a format that is easy for the user to view (for example, a table format) and transmit the processed search result to the user terminal 1. Have
[0027]
The all-case search processing means 22 includes all-case search request means 221, sort / partial display request processing means 222, and processing means 223.
[0028]
The all-case search request unit 221 has a function of transmitting an all-case search request including the search condition in the search request sent from the user terminal 1 to the document information server 3 when the preceding search processing unit 21 is finished. Have.
[0029]
The sort / partial display request processing means 222 displays the total number and sort / partial display request screen to the user terminal 1 when the total number of search results is sent from the document information server 3 in response to the all-case search request. A function of transmitting, and a function of transmitting a sort / partial display request from the user terminal 1 to the document information server 3 when the request is sent.
[0030]
When the partial display search result is sent from the document information server 3 in response to the sort / partial display request, the processing unit 223 processes the search result into a format (for example, a table format) that is easy for the user to view. It has the function to transmit to.
[0031]
The recording medium K2 is a disk, semiconductor memory, or other recording medium, and stores a program for causing the computer to function as a search request server. This program is read by a computer and controls its operation, thereby realizing a preceding search processing means 21, an all-case search processing means 22, and a transmission / reception means 23 on the computer.
[0032]
The document information server 3 is realized by a computer and has, for example, the configuration shown in the block diagram of FIG. Referring to the figure, the document information server 3 is composed of a document information database 31, a temporary table 32, a search means 33, a sort / partial display means 34, a transmission / reception means 35, and a recording medium K3. .
[0033]
The transmission / reception unit 35 has a function of transmitting / receiving data via the network 4.
[0034]
The document information database 31 is realized by, for example, a relational database or the like, and stores a plurality of document information to be searched. The document information includes a document title, a creator, an outline, a creation date, an update date, and the like.
[0035]
The search means 33 searches the document information database 31 in accordance with the search condition until the search number reaches the search number when a preceding search request including the search condition, sort condition, and search number is sent from the search request server 2. When the search request server 2 is sent a search result for the number of search results as a preceding search result, or when a search request server 2 sends an all-case search request including the search condition, document information according to the search condition. It has a function of searching the database 31 and storing all search results in the temporary table 32.
[0036]
The sort / partial display means 34 sorts the search results registered in the temporary table 2 according to the sort condition when a sort / partial display request including a sort condition and display part designation is sent from the user terminal 1. Of the search results after the sorting, the search result specified by the display part specification is transmitted to the search request server 2.
[0037]
The recording medium K3 is a disk, semiconductor memory, or other recording medium, and stores a program for causing the computer to function as the document information server 3. This program is read by a computer and controls its operation to realize a search means 33, a sort / partial display means 34, and a transmission / reception means 35 on the computer.
[0038]
[Description of operation of the embodiment]
FIGS. 5 and 6 are flowcharts showing an example of processing when searching for document information, and FIG. 7 is a diagram showing information exchanged when searching for document information. Will be described in detail.
[0039]
When searching for document information, the user of the user terminal 1 uses the input unit 13 to input a search condition (for example, the keyword “dish”), and further inputs a search request transmission instruction from the input unit 13. Thereby, the control means 11 in the user terminal 1 transmits the search request a (see FIG. 7) including the search condition to the search request server 2 via the transmission / reception means 12 (step S501 in FIG. 5).
[0040]
In the search request server 2, the transmission / reception unit 23 receives the search request a from the user terminal 1, and passes the received search request a to the preceding search processing unit 21. Accordingly, the advance search request unit 211 in the advance search processing unit 21 and the search condition (keyword “dish”) in the search request a and the default sort condition (for example, stored in the sort condition storage unit 213) A pre-search request b including a “creation date”) and a predetermined search number (for example, “10”) stored in the search number storage unit 214 is generated and transmitted to the document information server 3 ( Steps S502 and S503).
[0041]
In the document information server 3, the transmission / reception unit 35 receives the previous search request b from the search request server 2 and passes the received previous search request b to the search unit 33. Thereby, the search means 33 searches the document information database 31 according to the search condition (keyword “dishes”) until the number of searches reaches the number of searches in the preceding search request b (“10”) (step S504). Then, when the number of searches becomes “10”, the search means 33 ends the preceding search process. Thereafter, the search means 33 sorts the search results for 10 items according to the sort condition (“creation date”) in the preceding search request b, and transmits the sorting result to the search request server 2 as the preceding search result c (step S505). ).
[0042]
When the preceding search result c is sent from the document information server 3, the processing means 212 in the search request server 2 processes it into a format that is easy for the user to view (for example, a table format), and then processes the preceding search result after processing. d is transmitted to the user terminal 1 (step S506).
[0043]
When the preceding search result d is sent from the search request server 2, the control means 11 in the user terminal 1 sends the preceding search result d to the search result display unit 81 (see FIG. 8) of the display unit 14 based on it. It is displayed (step S507). Since the preceding search result d is sent when 10 pieces of document information matching the search conditions are searched, the response time from when the search request a is transmitted until the preceding search result d is displayed is very long. Therefore, the user is not frustrated. When the preceding search result d is displayed on the display unit 14, the user examines it and searches for the target document information. If the target document can be found, the search ends here. On the other hand, if the target document cannot be found, another search result is requested using the sort / partial display request screen. The sort / partial display request screen will be described in detail later.
[0044]
On the other hand, in the all-case search processing means 22 in the search request server 2, when the processing of the preceding search processing means 21 is completed (step S506 is finished), the all-case search request means 221 is sent from the user terminal 1. The search condition in the search request is acquired from the preceding search processing means 21, and an all-case search request e including the acquired search condition is transmitted to the document information server 3 (step S508). This all-case search request e does not include the designation of the number of searches.
[0045]
The search means 33 in the document information server 3 searches the document information database 31 according to the search condition (keyword “dish”) included in the search request server 2 when the all-case search request e is sent from the search request server 2. The search result is stored in the temporary table 32 (steps S509 and S510). As a result, the temporary table 32 stores all of the document information that meets the above-described search conditions among the document information stored in the document information database 31. Thereafter, the search means 33 transmits the total number f of search results (the number of document information stored in the temporary table 32) to the search request server 2 (step S511).
[0046]
When the total number f of search results is sent from the document information server 3, the sort / partial display request processing means 222 in the search request server 2 displays the total number f and the sort / partial display request screen g as a user. It transmits to the terminal 1 (step S512).
[0047]
When the total number f and the sort / partial display request screen g are sent from the search request server 2, the control means 11 in the user terminal 1, as shown in FIG. The total number f and the sort / partial display request screen g are displayed on the sort / partial display request screen display unit 83 (FIG. 6, step S61). The sort / partial display request screen shown in FIG. 8 includes check fields 831 to 833 for selecting a sort condition, an input field 834 for designating a display start part, a send button 835, and an end button 836. Have. In most cases, the sort / partial display request screen is displayed while the user examines the previous search result.
[0048]
If the target document does not exist in the preceding search result d, the user transmits a sort / partial display request to the search request server 2 using the sort / partial display request screen shown in FIG. Specifically, the user uses the check fields 831 to 833 to specify the sort condition. In the example of FIG. 8, the sorting condition is “creation date”. Further, the user inputs information indicating a display start portion in the input field 834. In the example of FIG. 8, the display start portion is the 21st search result. When the user inputs all necessary information, the user clicks the send button 835. As a result, the control means 11 creates a sort / partial display request h including the sorting condition “creation date” and the display part designation “10 to 21 items from the search results” and sends it to the search request server 2. Transmit (step S62). In the example of FIG. 8, the number of display cases is fixed to 10, but the number of display cases may be specified by the user.
[0049]
The sort / partial display request processing means 222 in the search request server 2 transmits the sort / partial display request h sent from the user terminal 1 to the document information server 3 (step S63).
[0050]
When the sort / partial display request h is sent from the search request server 2, the sort / partial display means 34 in the document information server 3 displays the search result stored in the temporary table 32 as the sort / partial display request h. Sorting is performed according to the sorting condition ("creation date") (step S64). After that, the sort / partial display means 34 stores the temporary search results stored in accordance with the display part designation in the sort / partial display request h (“10 items from the 21st search result”). The 21st to 30th search results are extracted from the table 32, and are transmitted to the search request server 2 as partial display search results i (step S66).
[0051]
When the partial display search result i is sent from the document information server 3, the processing means 223 in the search request server 2 processes it into a format that is easy for the user to see (for example, a table format), and displays the processed partial display. The search result j is transmitted to the user terminal 1 (step S67).
[0052]
When the search result j for partial display is sent from the search request server 2, the control means 11 in the user terminal 1 displays it on the search result display unit 81 of the display unit 14 (step S68).
[0053]
If there is no search result indicating the target document in the search results for the ten items displayed this time, the user changes the contents of the input field 834 (see FIG. 8) of the sort / partial display request screen to “ 21 ”is changed to“ 31 ”, for example, and then the transmission button 835 is clicked. As a result, the same processing as steps S62 to S68 described above is performed, and the 31st to 40th items in the sorted search results are displayed on the display unit 14. In step S64, it is determined whether the sort condition in the sort / partial display request sent last time is the same as the sort condition in the sort / partial display request sent this time. The step S65 may be performed without performing the sort process on the temporary table 32.
[0054]
【The invention's effect】
The first effect is that the response time (first response time) from when the user makes a search request to when the search result is displayed can be very short, and the time that the user waits without doing anything It can be shortened. The reason is that, after all the document information that meets the search conditions is searched, the search result is not transmitted to the user terminal, but when the number of searches reaches a predetermined number, This is because the search result is transmitted to the user terminal. For example, when the total number of searches is 300, if the predetermined number is 10, the response time can be reduced to 1/30.
[0055]
The second effect is that the search results are sorted according to the sort conditions specified by the user, and the search results existing in the part specified by the user in the sorted search results are presented to the user in a short time. That is the point. The reason is that all search results are registered in the temporary table, and the sort process and the extraction process of the part designated by the user are performed only on the search results stored in the temporary table. That is, since the number of search results to be processed is reduced, the processing time can be shortened.
[0056]
The third effect is that the search results are sorted according to the sorting conditions specified by the user, and the processing results that the search results existing in the user-specified part of the sorted search results are presented to the user are guaranteed. Is that you can. The reason is that a sort / partial display request can be made after completion of a search for all items. If this is not done, the document that should originally be at the top has not been searched yet, so another document may be displayed at the top, or the actual number of searches is only 20, but the 31st case. A partial display request to display 10 items from the eyes is made, and an inconvenience such as an error occurs.
[0057]
The fourth effect is that the user is not aware that the search is executed twice. The reason for this is that the second full search is performed while the user reviews the previous search, and the previous search result viewed by the user at the end of the search is not rewritten. This is because the partial display screen is displayed.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an overall configuration of an embodiment of the present invention.
FIG. 2 is a block diagram illustrating a configuration example of a user terminal 1;
FIG. 3 is a block diagram illustrating a configuration example of a search request server 2;
4 is a block diagram illustrating a configuration example of a document information server 3. FIG.
FIG. 5 is a flowchart showing a processing example of the embodiment.
6 is a flowchart showing processing subsequent to the processing shown in the flowchart of FIG. 5. FIG.
FIG. 7 is a diagram showing requests exchanged among the user terminal 1, the search request server 2, and the document information server 3.
FIG. 8 is a diagram showing a display example on the display unit 14 of the user terminal 1;
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... User terminal 11 ... Control means 12 ... Transmission / reception means 13 ... Input part 14 ... Display part K1 ... Recording medium 2 ... Search request server 21 ... Advance search processing means 211 ... Advance search request means 212 ... Processing means 213 ... Sort condition storage Unit 214 ... Number of search cases storage unit 22 ... All cases search processing means 221 ... All cases search request means 222 ... Sort / partial display request processing means 223 ... Processing means 23 ... Transmission / reception means K2 ... Recording medium 3 ... Document information server 31 ... Document Information database 32 ... temporary table 33 ... search means 34 ... sort / partial display means 35 ... transmission / reception means 4 ... network

Claims (5)

ユーザ端末と、検索要求サーバと、文書情報サーバとを備えた二段検索システムであって、
前記ユーザ端末が、
ユーザの操作に従って検索条件を含む検索要求、或いはソート条件および表示部分指定を含むソート・部分表示要求を前記検索要求サーバに送信する制御手段を備え、
前記検索要求サーバが、
前記ユーザ端末から前記検索要求が送られてきたとき、前記検索要求に含まれている検索条件と、予め定められている検索件数と、を含む先行検索要求を前記文書情報サーバへ送信し、該先行検索要求に応答して前記文書情報サーバから前記検索件数分の先行検索結果が送られてきたとき、該先行検索結果を前記ユーザ端末に送信する先行検索処理手段と、前記先行検索要求に従った検索が終了した後に、前記検索要求中の検索条件を含んだ全件検索要求を前記文書情報サーバへ送信し、該全件検索要求に応答して前記文書情報サーバから総件数が送られてきたとき、該総件数を前記ユーザ端末に送信し、前記ユーザ端末からソート・部分表示要求が送られてきたとき、該ソート・部分表示要求を前記文書情報サーバへ送信し、該ソート・部分表示要求に応答して前記文書情報サーバから検索結果が送られてきたとき、該検索結果を前記ユーザ端末に送信する全件検索処理手段を備え、
前記文書情報サーバが、
前記検索要求サーバから先行検索要求が送られてきたとき、検索件数が前記先行検索要求中の検索件数となるまで、前記先行検索要求中の検索条件に従ってデータベースを検索し、前記検索件数分の検索結果を先行検索結果として前記検索要求サーバへ送信し、前記検索要求サーバから全件検索要求が送られてきたとき、該全件検索要求中の検索条件に従って前記データベースを検索し、検索結果をテンポラリテーブルに格納し、該検索結果の総件数を前記検索要求サーバに送信する構成を有する検索手段と、
前記ユーザ端末からソート・部分表示要求が送られてきたとき、前記テンポラリテーブルに登録されている検索結果を前記ソート・部分表示要求中のソート条件に従ってソートし、ソート後の検索結果の内の、前記ソート・部分表示要求中の表示部分指定によって指定される検索結果を前記検索要求サーバへ送信するソート・部分表示手段とを備えたことを特徴とする二段検索システム。
A two-stage search system comprising a user terminal, a search request server, and a document information server,
The user terminal is
Control means for transmitting a search request including a search condition according to a user operation or a sort / partial display request including a sort condition and display part designation to the search request server,
The search request server is
When the search request is sent from the user terminal, a prior search request including a search condition included in the search request and a predetermined number of searches is transmitted to the document information server, In response to the preceding search request, when the preceding search results for the number of searches are sent from the document information server, the preceding search processing means for transmitting the preceding search results to the user terminal, and according to the preceding search request After the search is completed, an all-case search request including the search condition in the search request is transmitted to the document information server, and the total number of cases is sent from the document information server in response to the all-case search request. When the sort / partial display request is sent from the user terminal, the sort / partial display request is transmitted to the document information server. When the search result from the document information server in response to a display request is sent, it comprises a total matter search processing means for transmitting the search result to the user terminal,
The document information server is
When a preceding search request is sent from the search request server, the database is searched according to the search condition in the preceding search request until the number of searches reaches the number of searches in the preceding search request, and searches for the number of searches are performed. The result is transmitted as a preceding search result to the search request server, and when a search request is sent from the search request server, the database is searched according to the search condition in the search request for the search result, and the search result is temporarily stored. Search means having a configuration for storing in a table and transmitting the total number of search results to the search request server ;
When a sort / partial display request is sent from the user terminal, the search results registered in the temporary table are sorted according to the sort condition in the sort / partial display request, and the sorted search results are A two-stage search system comprising: a sort / partial display means for transmitting a search result specified by a display part specification in the sort / partial display request to the search request server .
請求項記載の二段検索システムにおいて、
前記全件検索処理手段が、前記検索手段から前記検索結果の総件数が送られてきたとき、ソート・部分表示要求画面を前記ユーザ端末に送信する構成を有することを特徴とする二段検索システム。
The two-stage search system according to claim 1 , wherein
The two-stage search system characterized in that the all-case search processing means is configured to send a sort / partial display request screen to the user terminal when the total number of the search results is sent from the search means. .
ユーザの操作に従って検索条件を含む検索要求、或いはソート条件および表示部分指定を含むソート・部分表示要求を前記検索要求サーバに送信する制御手段を備えたユーザ端末と、
検索要求サーバと、
前記検索要求サーバから先行検索要求が送られてきたとき、検索件数が前記先行検索要求中の検索件数となるまで、前記先行検索要求中の検索条件に従ってデータベースを検索し、前記検索件数分の検索結果を先行検索結果として前記検索要求サーバへ送信し、前記検索要求サーバから全件検索要求が送られてきたとき、該全件検索要求中の検索条件に従って前記データベースを検索し、検索結果をテンポラリテーブルに格納し、該検索結果の総件数を前記検索要求サーバに送信する構成を有する検索手段、および前記ユーザ端末からソート・部分表示要求が送られてきたとき、前記テンポラリテーブルに登録されている検索結果を前記ソート・部分表示要求中のソート条件に従ってソートし、ソート後の検索結果の内の、前記ソート・部分表示要求中の表示部分指定によって指定される検索結果を前記検索要求サーバへ送信するソート・部分表示手段を備えた文書情報サーバとから構成される二段検索システムの構成要素である検索要求サーバであって、
前記ユーザ端末から検索要求が送られてきたとき、前記検索要求中の検索条件と、
予め定められている検索件数とを含む先行検索要求を前記文書情報サーバへ送信し、該先行検索要求に応答して前記文書情報サーバから前記検索件数分の先行検索結果が送られてきたとき、該先行検索結果を前記ユーザ端末に送信する先行検索処理手段と、前記先行検索要求に従った検索が終了した後に、前記検索要求中の検索条件を含んだ全件検索要求を前記文書情報サーバへ送信し、前記全件検索要求に応答して前記文書情報サーバから総件数が送られてきたとき、該総件数を前記ユーザ端末に送信し、前記ユーザ端末からソート・部分表示要求が送られてきたとき、該ソート・部分表示要求を前記文書情報サーバへ送信し、該ソート・部分表示要求に応答して前記文書情報サーバから検索結果が送られてきたとき、該検索結果を前記ユーザ端末に送信する全件検索処理手段と、
を備えたことを特徴とする検索要求サーバ。
A user terminal comprising control means for transmitting a search request including a search condition according to a user operation or a sort / partial display request including a sort condition and a display part designation to the search request server ;
A search request server;
When a preceding search request is sent from the search request server, the database is searched according to the search condition in the preceding search request until the number of searches reaches the number of searches in the preceding search request, and searches for the number of searches are performed. The result is transmitted as a preceding search result to the search request server, and when a search request is sent from the search request server, the database is searched according to the search condition in the search request for the search result, and the search result is temporarily stored. The table is stored in the table, and when the sort / partial display request is sent from the user terminal and the search means having a configuration for transmitting the total number of the search results to the search request server, it is registered in the temporary table. The search result is sorted according to the sort condition in the sort / part display request, and the sort / part in the sorted search result Search requesting server is a component of a two-stage search system configured to search results designated by the document information server with the sort partial display unit to be sent to the search request server by the display portion specification in shown requests There,
When a search request is sent from the user terminal, search conditions in the search request,
When a preceding search request including a predetermined number of searches is transmitted to the document information server, and in response to the preceding search request, the preceding search results for the number of searches are sent from the document information server. An advance search processing means for transmitting the advance search result to the user terminal, and after the search according to the advance search request is completed, an all-case search request including a search condition in the search request is sent to the document information server. When the total number of cases is sent from the document information server in response to the all-case search request, the total number is sent to the user terminal, and a sort / partial display request is sent from the user terminal. The sort / partial display request is transmitted to the document information server. When a search result is sent from the document information server in response to the sort / partial display request, the search result is sent to the user. And the whole matter retrieval processing means to be sent to The terminal,
A search request server comprising:
ユーザの操作に従って検索条件を含む検索要求、或いはソート条件および表示部分指定を含むソート・部分表示要求を前記検索要求サーバに送信する制御手段を備えたユーザ端末と、
前記ユーザ端末から検索要求が送られてきたとき、前記検索要求中の検索条件と、予め定められている検索件数とを含む先行検索要求を文書情報サーバへ送信し、該先行検索要求に応答して前記文書情報サーバから前記検索件数分の先行検索結果が送られてきたとき、該先行検索結果を前記ユーザ端末に送信する先行検索処理手段、および前記先行検索要求に従った検索が終了した後に、前記検索要求中の検索条件を含んだ全件検索要求を前記文書情報サーバへ送信し、前記全件検索要求に応答して前記文書情報サーバから総件数が送られてきたとき、該総件数を前記ユーザ端末に送信し、前記ユーザ端末からソート・部分表示要求が送られてきたとき、該ソート・部分表示要求を前記文書情報サーバへ送信し、該ソート・部分表示要求に応答して前記文書情報サーバから検索結果が送られてきたとき、該検索結果を前記ユーザ端末に送信する全件検索処理手段を備えた検索要求サーバと、文書情報サーバとから構成される二段検索システムの構成要素である文書情報サーバであって、
前記検索要求サーバから先行検索要求が送られてきたとき、検索件数が前記先行検索要求中の検索件数となるまで、前記先行検索要求中の検索条件に従ってデータベースを検索し、前記検索件数分の検索結果を先行検索結果として前記検索要求サーバへ送信し、前記検索要求サーバから全件検索要求が送られてきたとき、該全件検索要求中の検索条件に従って前記データベースを検索し、検索結果をテンポラリテーブルに格納し、該検索結果の総件数を前記検索要求サーバに送信する構成を有する検索手段と、前記ユーザ端末からソート・部分表示要求が送られてきたとき、前記テンポラリテーブルに登録されている検索結果を前記ソート・部分表示要求中のソート条件に従ってソートし、ソート後の検索結果の内の、前記ソート・部分表示要求中の表示部分指定によって指定される検索結果を前記検索要求サーバへ送信するソート・部分表示手段と、
を備えたことを特徴とする文書情報サーバ。
A user terminal comprising control means for transmitting a search request including a search condition according to a user operation or a sort / partial display request including a sort condition and a display part designation to the search request server ;
When a search request is sent from the user terminal, a preceding search request including a search condition in the search request and a predetermined number of searches is transmitted to the document information server, and responds to the preceding search request. When the preceding search results for the number of searches are sent from the document information server, the preceding search results are transmitted to the user terminal, and after the search according to the preceding search request is completed. When the total number of search requests including the search condition in the search request is transmitted to the document information server, and the total number of cases is sent from the document information server in response to the all case search request, the total number of cases Is transmitted to the user terminal, and when a sort / partial display request is sent from the user terminal, the sort / partial display request is transmitted to the document information server. When the search result from the document information server is sent to a two-stage search comprised of a search request server with all cases search processing means for transmitting the search result to the user terminal, the document information server A document information server that is a component of the system,
When a preceding search request is sent from the search request server, the database is searched according to the search condition in the preceding search request until the number of searches reaches the number of searches in the preceding search request, and searches for the number of searches are performed. The result is transmitted as a preceding search result to the search request server, and when a search request is sent from the search request server, the database is searched according to the search condition in the search request for the search result, and the search result is temporarily stored. The search means is stored in a table, and is registered in the temporary table when a sort / partial display request is sent from the user terminal and a search means having a configuration for transmitting the total number of search results to the search request server . The search result is sorted according to the sort condition in the sort / partial display request, and the sort / partial display is included in the sorted search result. And sort partial display means for transmitting the search result to be specified by the display portion specification in seeking to said search request server,
A document information server characterized by comprising:
コンピュータを、ユーザ端末から検索条件を含む検索要求が送られてきたとき、検索件数が予め定められている所定件数になるまで前記検索条件に従ってデータベースを検索し、上記所定件数分の検索結果を前記ユーザ端末に送信すると共に、前記検索条件に従って前記データベースを検索し、全検索結果をテンポラリテーブルに登録し、該検索結果の総件数を前記ユーザ端末に送信する構成を有する手段、前記ユーザ端末からソート・部分表示要求が送られてきたとき、前記テンポラリテーブルに登録されている検索結果を前記ソート・部分表示要求中のソート条件に従ってソートし、ソート後の検索結果の内の、前記ソート・部分表示要求中の表示部分指定によって指定される検索結果を前記ユーザ端末に送信する手段、として機能させるためのプログラム。When a search request including a search condition is sent from the user terminal to the computer, the database is searched according to the search condition until the number of searches reaches a predetermined number, and the search results for the predetermined number and transmits to the user terminal, it searches the database according to the search condition, all search results registered in the temporary table, means for have a configuration for transmitting the total number of the search results to the user terminal, from the user terminal When a sort / partial display request is sent, the search result registered in the temporary table is sorted according to the sort condition in the sort / partial display request, and the sort / part in the sorted search result It means for transmitting the search result to be specified by the display portion specification in display request to the user terminal, to function as a Program for.
JP2002329330A 2002-11-13 2002-11-13 Two-stage search system, search request server, document information server, and program Expired - Fee Related JP4445699B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002329330A JP4445699B2 (en) 2002-11-13 2002-11-13 Two-stage search system, search request server, document information server, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002329330A JP4445699B2 (en) 2002-11-13 2002-11-13 Two-stage search system, search request server, document information server, and program

Publications (2)

Publication Number Publication Date
JP2004164279A JP2004164279A (en) 2004-06-10
JP4445699B2 true JP4445699B2 (en) 2010-04-07

Family

ID=32807362

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002329330A Expired - Fee Related JP4445699B2 (en) 2002-11-13 2002-11-13 Two-stage search system, search request server, document information server, and program

Country Status (1)

Country Link
JP (1) JP4445699B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006135556A (en) * 2004-11-04 2006-05-25 Matsushita Electric Ind Co Ltd Content sorting and listing display system in electronic apparatus

Also Published As

Publication number Publication date
JP2004164279A (en) 2004-06-10

Similar Documents

Publication Publication Date Title
US7085761B2 (en) Program for changing search results rank, recording medium for recording such a program, and content search processing method
US8745039B2 (en) Method and system for user guided search navigation
US6832218B1 (en) System and method for associating search results
JP5634067B2 (en) Techniques for including collection items in search results
US7680812B2 (en) Method, system, and computer program product for searching for, navigating among, and ranking of documents in a personal web
JP5560258B2 (en) Search on structured data
JP5300960B2 (en) Adding attributes and labels to structured data
US7664744B2 (en) Query categorizer
US20020099685A1 (en) Document retrieval system; method of document retrieval; and search server
US20080082486A1 (en) Platform for user discovery experience
US20080133482A1 (en) Topic-focused search result summaries
US20090125504A1 (en) Systems and methods for visualizing web page query results
WO2001016806A1 (en) An internet search system for retrieving selected results from a previous search
JPH09101990A (en) Information filtering device
TW200928815A (en) System and method for history clustering
CN109952571B (en) Context-based image search results
US20150339387A1 (en) Method of and system for furnishing a user of a client device with a network resource
JP4375626B2 (en) Search service system and method for providing input order of keywords by category
US7047482B1 (en) Automatic directory supplementation
KR100671077B1 (en) Server, Method and System for Providing Information Search Service by Using Sheaf of Pages
TWI290687B (en) System and method for search information based on classifications of synonymous words
JP2007034772A (en) Optimum display system for web site search result, its method and its program
EP2017752A1 (en) Information processing apparatus, information processing method and program
JP4445699B2 (en) Two-stage search system, search request server, document information server, and program
JP2003271669A (en) Topic extracting device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040427

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070419

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070424

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070625

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070731

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070829

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070829

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20070829

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20071012

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

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20071102

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20080606

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20090601

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091210

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100118

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130122

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees