JP2009003744A - Case retrieval system and case retrieval method - Google Patents

Case retrieval system and case retrieval method Download PDF

Info

Publication number
JP2009003744A
JP2009003744A JP2007164794A JP2007164794A JP2009003744A JP 2009003744 A JP2009003744 A JP 2009003744A JP 2007164794 A JP2007164794 A JP 2007164794A JP 2007164794 A JP2007164794 A JP 2007164794A JP 2009003744 A JP2009003744 A JP 2009003744A
Authority
JP
Japan
Prior art keywords
mail
search
case
server
character string
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
JP2007164794A
Other languages
Japanese (ja)
Inventor
Masaki Oshima
正樹 大島
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.)
Hitachi Electronics Services Co Ltd
Original Assignee
Hitachi Electronics Services Co 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 Hitachi Electronics Services Co Ltd filed Critical Hitachi Electronics Services Co Ltd
Priority to JP2007164794A priority Critical patent/JP2009003744A/en
Publication of JP2009003744A publication Critical patent/JP2009003744A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a system and a retrieval method for quickly retrieve cases on the basis of a keyword and enhancing availability while keeping security. <P>SOLUTION: A case retrieval system 10 includes a DB server 33 wherein fault information is stored, a server 34 for storing fault information in the DB server 33 as indexes by keyword, a case retrieval engine 32 for retrieving cases in the server 34, a mail server 31, and a mail agent 30 for requesting retrieval to the retrieval engine 32 or the DB server 33 and generating a mail including the retrieval result to send the mail to the mail sever 31. The mail agent 30 extracts a character string from a subject of an acquired mail and instructs the retrieval engine 32 or the DB server 33 to perform retrieval and generates a reply mail including the retrieval result to send the mail to the mail server 31, and the retrieval engine 32 retrieves a DB 34 on the basis of the character string, and the DB server 33 retrieves fault information on the basis of the character string. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、事例検索システムおよび事例検索方法に関し、特にキーワードでの事例検索を高速で行うことができるメールを用いた事例検索システムに関する。   The present invention relates to a case search system and a case search method, and more particularly to a case search system using e-mail that can perform a case search using keywords at high speed.

社内のソフトウェア、ハードウェアの障害事例などをデータベース化し、社内及び外部からアクセス可能とするシステムが構築されている。そして、データベースの事例を全文検索する場合には、全文検索に有効なインデックスを作成して全文検索をする(例えば、特許文献1を参照)。
特開平9−97287号公報
In-house software and hardware failure cases are made into a database, and a system that can be accessed from inside and outside the company has been constructed. When full-text search is performed on database examples, an index effective for full-text search is created and full-text search is performed (see, for example, Patent Document 1).
JP-A-9-97287

しかし、事例を全文検索に有効なインデックスを作成して全文検索をすることがなかなかできず、全文検索作業には時間がかかる。しかも、例えば社外から社内へのアクセスのような外部からのアクセスに対しては、セキュリティを保つ必要がある。   However, it is difficult to create an index effective for full-text search of cases and perform full-text search, and full-text search work takes time. Moreover, it is necessary to maintain security against external access such as access from outside the company to the inside.

そこで、本発明は、上記課題を解消するために、キーワードでの事例検索を高速で行うことができ、セキュリティを保ちつつ可用性を高めることができる事例検索システムおよび事例検索方法を提供することを目的とする。   Therefore, in order to solve the above problems, the present invention aims to provide a case search system and a case search method that can perform a case search using keywords at high speed and can increase availability while maintaining security. And

上記課題を解消するために、本発明は、障害情報を事例データベースとして格納するDBサーバと、前記DBサーバに格納された障害情報をキーワードごとにインデックス化して格納するキーワードインデックスサーバと、事例検索エンジンを実装し、前記キーワードインデックスサーバにおけるキーワードでの事例検索を行う事例検索エンジンと、メールの送受信を行うメールサーバと、前記メールサーバが受信したメールを取得し、検索エンジン又はDBサーバに検索を依頼し、検索結果を含むメールを作成しメールサーバに送出するメールエージェントとを備え、前記メールエージェントは、前記メールサーバから取得したメールの件名から文字列を抜き出し、前記検索エンジン又はDBサーバに前記文字列を基にした検索を指示し、前記検索エンジン又はDBサーバから受け取った検索結果を含む返信メールを作成して前記メールサーバに送出し、前記検索エンジンは、前記メールエージェントから受け取った文字列をキーワードとして前記キーワードインデックスDBを検索し、検索結果を前記メールエージェントへ送り返し、前記DBサーバは、前記メールエージェントから受け取った文字列を基に障害情報を検索し、検索結果を前記メールエージェントへ送り返す事例検索システムである。   In order to solve the above problems, the present invention provides a DB server that stores failure information as a case database, a keyword index server that indexes and stores failure information stored in the DB server for each keyword, and a case search engine , And a case search engine that searches for cases using keywords in the keyword index server, a mail server that transmits and receives mail, and mail received by the mail server, and requests a search from the search engine or DB server And a mail agent that creates a mail including a search result and sends the mail to a mail server, the mail agent extracts a character string from the subject of the mail acquired from the mail server, and sends the character to the search engine or DB server. Direct a search based on a column, A reply mail containing the search results received from the search engine or DB server is created and sent to the mail server, and the search engine searches the keyword index DB using the character string received from the mail agent as a keyword, The search result is sent back to the mail agent, and the DB server searches for fault information based on the character string received from the mail agent, and sends the search result to the mail agent.

また、本発明は、前記メールエージェントは、取得したメールの件名から抜き出した文字列が前記キーワードインデックスサーバにおけるキーワードであるとき、前記検索エンジンに前記文字列を送出し、前記メールの件名から抜き出した文字列が事例の案件番号であるとき、前記DBサーバに前記文字列を送出する事例検索システムである。   Further, according to the present invention, when the character string extracted from the subject of the acquired mail is a keyword in the keyword index server, the mail agent sends the character string to the search engine and extracts it from the subject of the mail. In the case search system, the character string is transmitted to the DB server when the character string is a case item number.

そして、本発明は、前記検索エンジンは、前記文字列からなるキーワードでの検索結果として事例案件番号の一覧とその概略のポイントを作成し、前記メールエージェントに送り返す事例検索システムである。   The present invention is a case search system in which the search engine creates a list of case case numbers and outline points thereof as search results with keywords made up of the character strings and sends them back to the mail agent.

更に、本発明は、前記DBサーバは、前記文字列からなる事例の案件番号での検索結果として該当する案件の詳細内容を作成し、前記メールエージェントに送り返す事例検索システムである。   Furthermore, the present invention is a case search system in which the DB server creates detailed contents of a corresponding case as a search result with a case number of a case made up of the character string and sends it back to the mail agent.

また、本発明は、外部からのアクセスは、予め登録されているメールアドレスからのみ許可されている事例検索システムである。   The present invention is a case search system in which access from the outside is permitted only from a pre-registered mail address.

そして、本発明は、事例検索する文字列を件名に入れたメールを作成し送信することと、受信したメールの件名から抜き出した文字列をキーワードとしてインデックスデータベースを検索することと、検索結果を送信元に返信メールを作成し返信することと、受信した返信メールから第2の文字列を件名に入れた第2メールを作成し送信することと、受信した第2メールの件名から抜き出した文字列を基に事例データベースを検索することと、を含み、前記インデックスデータベースは、前記事例データベースからキーワードごとにインデックス化して作成されたものである事例検索方法である。   Then, the present invention creates and sends an email with the subject search character string in the subject, searches the index database using the character string extracted from the subject of the received email as a keyword, and sends the search result. Create and reply to the original reply mail, create and send the second mail with the second character string in the subject from the received reply mail, and extract the character string extracted from the received second mail subject The index database is a case search method that is created by indexing each keyword from the case database.

本発明によれば、キーワードでの事例検索を高速で行うことができ、セキュリティを保ちつつ可用性を高めることができる事例検索システムおよび事例検索方法を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the case search system and the case search method which can perform the case search by a keyword at high speed, can improve availability while maintaining security can be provided.

本発明を実施するための最良の形態を、図面を参照して説明する。
本発明の事例検索システムおよび事例検索方法の実施例について、図面を用いて説明する。
The best mode for carrying out the present invention will be described with reference to the drawings.
Embodiments of the case search system and the case search method of the present invention will be described with reference to the drawings.

実施例を説明する。図1は、本実施例の事例検索システムを示している。図1において、本実施例の事例検索システム10は、一例として社内イントラネットを利用する。そして、事例検索システム10は、メールエージェント30、社内メールサーバ31,検索エンジン32、障害データベース(DB)33,そしてキーワードインデックスデータベース(DB)34を備える。   Examples will be described. FIG. 1 shows a case search system of this embodiment. In FIG. 1, the case search system 10 of the present embodiment uses an in-house intranet as an example. The case search system 10 includes a mail agent 30, an in-house mail server 31, a search engine 32, a failure database (DB) 33, and a keyword index database (DB) 34.

メールエージェント30は、社内メールサーバ31、検索エンジン32及び障害DB33との間で情報のやりとりを行う。社内メールサーバ31は、インターネットのような通信網40を介して、利用者(ユーザ)の例えば携帯電話のような携帯端末50との間で通信可能である。   The mail agent 30 exchanges information with the in-house mail server 31, the search engine 32, and the failure DB 33. The in-house mail server 31 can communicate with a mobile terminal 50 such as a mobile phone of a user (user) via a communication network 40 such as the Internet.

検索エンジン32は、キーワードインデックスDB34との間でデータのやりとりを行うことでキーワードにより事例を検索することができる。障害DB33は、社内のハードウェア、ソフトウェアの各障害情報を保存し、1件1件の障害内容を実データとして格納する。キーワードインデックスDB34に格納されたキーワードインデックスデータは、レプリカデータベースのデータを元にして各案件をキーワード毎にインデックス化して、キーワードでの事例検索を高速で行う検索のためのデータである。   The search engine 32 can search for cases by keyword by exchanging data with the keyword index DB 34. The failure DB 33 stores in-house hardware and software failure information, and stores each failure content as actual data. The keyword index data stored in the keyword index DB 34 is data for searching to search for cases at high speed by indexing each case for each keyword based on the data in the replica database.

図2は、図1に示す携帯端末50の表示画面51に表示される事例検索の流れの一例を示している。利用者からの検索要求メール100(検索手順:(1)―Aに対応)と、利用者からの詳細要求メール150(検索手順:(1)―Bに対応)を示している。   FIG. 2 shows an example of the flow of case search displayed on the display screen 51 of the portable terminal 50 shown in FIG. A search request mail 100 from the user (corresponding to search procedure: (1) -A) and a detailed request mail 150 from the user (corresponding to search procedure: (1) -B) are shown.

利用者からの検索要求メール100は、携帯端末50の表示画面51に表示される表示内容61,62であり、利用者からの詳細要求メール150は、携帯端末50の表示画面51に表示される表示内容63,64である。検索要求メール100の表示内容61は、宛先のアドレス71の欄に宛先のメールアドレスとして、例えば「jirei@xxxx.ne.jp」が表示され、事例検索の案件番号72として、例えば「STOP 0x50」が表示されている。   The search request mail 100 from the user is the display contents 61 and 62 displayed on the display screen 51 of the mobile terminal 50, and the detailed request mail 150 from the user is displayed on the display screen 51 of the mobile terminal 50. Display contents 63 and 64 are displayed. The display content 61 of the search request mail 100 includes, for example, “jirei@xxxx.ne.jp” as the destination mail address in the destination address 71 field, and “STOP 0x50” as the case number 72 of the case search, for example. Is displayed.

検索要求メール100の表示内容62では、件名71の欄に宛先のメールアドレスとして例えば「user@xxxx.ne.jp」が表示され、事例検索案件番号72として例えば「Re STOP 0x50」が表示されているとともに、事例検索結果の一覧の返信メール内容73として例えば「120000xxx」と「320000xxx」が表示されている。事例検索結果の一覧の返信メール内容73には、各事例検索の結果の概略のポイントが記載されている。   In the display content 62 of the search request mail 100, for example, “user@xxxx.ne.jp” is displayed as the destination mail address in the column of the subject 71, and “Re STOP 0x50” is displayed as the case search case number 72, for example. In addition, for example, “120,000xxx” and “320,000xxx” are displayed as the reply mail contents 73 of the list of case search results. In the reply mail content 73 of the list of case search results, outline points of the results of each case search are described.

詳細要求メール150の表示内容63では、利用者が、事例検索結果の一覧の返信メール内容73の内の例えば、「120000xxx」を事例検索名74として選択した状態を示している。詳細要求メール150の表示内容64は、詳細の返信メールの内容であり、事例検索の件名75の欄には利用者のメールアドレス「user@xxxx.ne.jp」が表示され、事例検索名74として例えば「120000xxx」が表示され、そして詳細な返信メールの内容77が表示されている。詳細な返信メールの内容77には、各事例検索の結果の詳細な内容が記載されている。   The display content 63 of the detailed request mail 150 shows a state where the user has selected, for example, “120,000xxx” as the case search name 74 in the reply mail content 73 of the list of case search results. The display content 64 of the detailed request mail 150 is the content of the detailed reply mail. The user's mail address “user@xxxx.ne.jp” is displayed in the case search subject 75 column, and the case search name 74 is displayed. For example, “120,000xxx” is displayed, and the detailed reply mail content 77 is displayed. The detailed reply mail content 77 describes the detailed contents of each case search result.

次に、図3に示す事例検索の流れを示すフロー図を参照して、図1のメールを用いた事例検索システム10を用いて、利用者の指示により事例検索をする手順を説明する。図3は、ステップS1〜S16を有している。
ステップS1では、利用者は、図2の携帯端末の表示画面51に例示するように、事例検索の件名に、検索手順:(1)―Aの検索したいキーワード(図2の表示内容61の事例検索案件番号72としては例えば「STOP 0x50」を参照)と、検索手順:(1)―Bの事例案件番号(図2の表示内容63の事例検索の案件番号72としては例えば「STOP 0x50」を参照)のいずれかを記入して、携帯端末50から社内メールサーバ31にメールMを送信する。
Next, with reference to a flow chart showing a flow of case search shown in FIG. 3, a procedure for searching for a case according to a user instruction using the case search system 10 using mail shown in FIG. 1 will be described. FIG. 3 includes steps S1 to S16.
In step S1, as illustrated in the display screen 51 of the mobile terminal in FIG. 2, the user uses the search procedure: (1) -A keyword to be searched (example of the display content 61 in FIG. 2) in the subject of the case search. For example, refer to “STOP 0x50” as the search case number 72) and the search case: (1) -B case number (for example, “STOP 0x50” as the case search case number 72 in the display content 63 of FIG. 2) 1) is entered, and the mail M is transmitted from the portable terminal 50 to the in-house mail server 31.

ステップS2では、検索手順:(2)のようにメールエージェント30は、社内メールサーバ31からメールMを受信して、メールの送信元と、事例検索の件名を取り出す。
ステップS3では、検索手順:(3)のように取り出したメールMの送信元が、障害DB33に登録されているか検索する。検索の結果、ステップS4では、取り出したメールの送信元が、障害DB33に登録されていない場合には、検索手順:(5)において検索処理を終了する。
In step S2, as shown in the search procedure: (2), the mail agent 30 receives the mail M from the in-house mail server 31, and extracts the sender of the mail and the subject of the case search.
In step S3, it is searched whether the sender of the mail M taken out as in the search procedure (3) is registered in the failure DB 33. As a result of the search, in step S4, if the sender of the extracted mail is not registered in the failure DB 33, the search process ends in the search procedure: (5).

そうでなく、ステップS4において、取り出したメールMの送信元が、障害DB33に登録されている場合には、ステップS4では、検索手順:(6)のようにメールMの件名が、検索案件番号のフォーマットに従っているかどうかを判断する。ステップS6では、検索手順:(7)において検索案件番号のフォーマット通りである場合には、ステップS7に移る。
ステップS7では、検索手順:(8)においてメールエージェント30は、検索案件の件名の文字列をキーワードにして検索エンジン32を検索する。
Otherwise, in step S4, if the sender of the extracted mail M is registered in the failure DB 33, in step S4, the subject of the mail M is the search case number as in the search procedure: (6). Judge whether it conforms to the format. In step S6, if the search procedure: (7) is in the format of the search case number, the process proceeds to step S7.
In step S7, in the search procedure: (8), the mail agent 30 searches the search engine 32 using the character string of the search subject as a keyword.

ステップS8では、検索手順:(9)において、検索エンジン32は検索結果をメールエージェント30に返す。ステップS9では、検索手順:(10)においてメールエージェント30は、検索エンジン32から検索結果を受け取り、検索結果を元にして、該当する事例のサマリーを含んだ検索結果の一覧を記載したメールM1を作成する。   In step S8, in the search procedure: (9), the search engine 32 returns the search result to the mail agent 30. In step S9, in the search procedure: (10), the mail agent 30 receives the search result from the search engine 32, and based on the search result, sends the mail M1 that describes a list of search results including a summary of the corresponding case. create.

ステップS10では、検索手順:(11)においてメールエージェント30は、作成した該当する事例のサマリーを含んだ検索結果の一覧を記載したメールM1、すなわち例えば図2の事例検索結果の一覧の返信メール内容73を、社内メールサーバ31から携帯端末50に対して、通信網40を介して送信する。
ステップS11では、検索手順:(12)において、利用者は、携帯端末50においてメールM1を受信する。利用者は、該当する検索事例の詳細(図2の表示内容73を参照)を確認して、再度キーワードから検索するか、サマリーに記載されていた検索事例の詳細を確認するか、メールを用いた事例検索システム10の利用を終了するかを決定し、ステップS16に進む。
In step S10, in the search procedure: (11), the mail agent 30 sends the mail M1 describing the list of search results including the summary of the corresponding case created, that is, for example, the reply mail contents of the case search result list of FIG. 73 is transmitted from the in-house mail server 31 to the portable terminal 50 via the communication network 40.
In step S11, in the search procedure: (12), the user receives the mail M1 in the portable terminal 50. The user confirms the details of the corresponding search case (see display content 73 in FIG. 2) and searches again from the keyword, or the details of the search case described in the summary, or uses an email. It is determined whether or not the use of the existing case search system 10 is to be terminated, and the process proceeds to step S16.

そして、ステップS16では、検索手順:(17)において引き続きメールを用いた事例検索システム10を利用するかどうかを判断して、引き続き利用する場合には、ステップS1に戻り、ステップS1からの検索作業を繰り返す。そうでなく、引き続きメールを用いた事例検索システム10を利用しない場合には、事例検索処理を終了する。   In step S16, in the search procedure: (17), it is determined whether or not to continue to use the case search system 10 using the mail. If so, the process returns to step S1, and the search work from step S1. repeat. Otherwise, if the case search system 10 using e-mail is not used, the case search process is terminated.

ステップS6の検索手順:(7)においてフォーマット通りでない場合には、ステップS12に移り、検索手順:(13)においてメールエージェント30は、事例検索の案件番号をキーワードにしてキーワードDB34から案件情報を検索する。
ステップS13では、検索手順:(14)においてメールエージェント30は、キーワードDB34から検索結果を元に検索事例の詳細を記載したメールを作成する。ステップS14では、メールエージェント30は作成したメールを、社内メールサーバ31を通じて、利用者の携帯端末50に送信する。
If the search procedure in step S6: (7) does not conform to the format, the process proceeds to step S12. In the search procedure: (13), the mail agent 30 searches for the case information from the keyword DB 34 using the case search case number as a keyword. To do.
In step S13, in the search procedure: (14), the mail agent 30 creates a mail describing the details of the search case based on the search result from the keyword DB. In step S <b> 14, the mail agent 30 transmits the created mail to the user's mobile terminal 50 through the in-house mail server 31.

ステップS15では、検索手順:(16)において利用者はメールを受信して、該当する検索事例の詳細(図2の表示内容77を参照)を確認して、再度キーワードから検索するか、サマリーから検索事例の詳細を確認するか、終了するかを決定して、ステップ16に進み、検索手順:(17)において引き続きメールを用いた事例検索システム10を利用するかどうかを判断して、引き続き利用する場合には、ステップS1に戻り、ステップS1からの検索作業を繰り返す。そうでなく、引き続きメールを用いた事例検索システム10を利用しない場合には、事例検索処理を終了する。   In step S15, in the search procedure: (16), the user receives the mail, confirms the details of the corresponding search case (see display content 77 in FIG. 2), and searches again from the keyword or from the summary. Decide whether to confirm the details of the search case or end the process, and proceed to step 16 to determine whether or not to continue to use the case search system 10 using mail in the search procedure: (17). If so, the process returns to step S1 and the search operation from step S1 is repeated. Otherwise, if the case search system 10 using e-mail is not used, the case search process is terminated.

本実施例のメールを用いた事例検索システムでは、利用者は、携帯端末50において事例検索の件名に検索したいキーワード(例えば、図2の表示内容61の事例検索案件番号72としては例えば「STOP 0x50」)を入れて、携帯端末50から社内メールサーバ31に対してメールを送信するだけで、該当する事例検索のサマリーを含んだ事例検索の一覧(例えば、図2の事例検索結果の一覧の返信メール内容73として例えば「120000xxx」と「320000xxx」)が携帯端末50に返信される。   In the case search system using e-mail according to the present embodiment, the user searches for the keyword (for example, “STOP 0x50” as the case search case number 72 of the display content 61 of FIG. ”) And sending a mail from the portable terminal 50 to the in-house mail server 31, a case search list including a summary of the corresponding case search (for example, replying to the case search result list of FIG. 2) For example, “120,000 xxx” and “320,000 xxx”) are returned as the mail contents 73 to the portable terminal 50.

事例検索の詳細が見たい場合には、利用者は、携帯端末50において返信メールの一覧の文書番号(例えば、図2の事例検索名74として例えば「120000xxx」)を件名に入れて、携帯端末50から社内メールサーバ31に対してメールを送る。従って、利用者は、その返信メールにより携帯端末50の表示画面51において事例検索の詳細内容を確認することができる。   When the user wants to see the details of the case search, the user puts the document number (for example, “120,000xxx” as the case search name 74 in FIG. 2) in the list of the reply mail in the portable terminal 50 and enters the portable terminal. A mail is sent from 50 to the in-house mail server 31. Therefore, the user can confirm the detailed contents of the case search on the display screen 51 of the portable terminal 50 by the reply mail.

このようにして、事例検索システムの簡単な操作により、社内のソフトウェア、ハードウェアの障害事例の検索を行うことができ、社内のソフトウェア、ハードウェアの障害事例を一元管理して、検索したいキーワードをインデックス化することにより、キーワードでの事例検索を高速で行うことができる。
また、基本的には、携帯端末50は、事例検索の件名でシステムとのやりとりを行うために、利用者は携帯端末50の表示画面51において、何のリターンメールなのかを容易に判別できる。
In this way, it is possible to search for in-house software and hardware failure cases through simple operation of the case search system. By indexing, case search by keyword can be performed at high speed.
Basically, since the mobile terminal 50 communicates with the system using the subject of the case search, the user can easily determine what the return mail is on the display screen 51 of the mobile terminal 50.

通常、データベースを全文検索する場合には、全文検索に有効なインデックスを作成することができずに時間がかかるが、本発明の実施形態では、データベースに依存しない外部に独自のキーワードインデックスを作成することで、例えば数百万件の事例検索に対しても、高速でキーワード検索を行うことができ、例えば数秒以内で検索が完了する。   Normally, when a full-text search of a database is performed, it takes time because an index effective for full-text search cannot be created. However, in the embodiment of the present invention, a unique keyword index is created outside the database. Thus, for example, it is possible to perform a keyword search at high speed even for millions of case searches, for example, the search is completed within a few seconds.

外部からのアクセスは、予め登録されたメールアドレスからのみ許可することにより、セキュリティを保ちつつ可用性を高めている。社外からの検索は社内グループウェア経由でのメールでの問い合わせ方式(検索)を行うことにより、セキュリティを確保することができる。   Access from the outside is permitted only from a pre-registered mail address, thereby increasing availability while maintaining security. Searching from outside the company can ensure security by performing a mail inquiry method (search) via in-house groupware.

本実施例のメールを用いた事例検索システムでは、検索しようとする事例を検索するための事例検索エンジン32と、メールサーバ31と、端末50により件名に事例検索したいキーワードを入れてメールがメールサーバ31を介して送信されると、メールの送信元と件名を取り出し、件名の文字列をキーにして事例検索エンジン32を検索して事例の検索結果を作成して、検索結果を元にして事例のサマリーを含んだ一覧を、メールサーバ31を介して端末50側に送信させるメールエージェント30を備える。これにより、キーワードでの事例検索を高速で行うことができる。端末とシステムとのやりとりは事例の基本的に件名を用いて行うので、何のリターンメールなのかを容易に判別できる。データベースに依存しない独自のキーワードインデックスを作成できるので時間がかからず、高速でキーワード検索できる。   In the case search system using e-mail according to the present embodiment, a case search engine 32 for searching a case to be searched, a mail server 31, and a keyword to be searched for a case by the terminal 50 are entered into the subject. When the message is sent via the mail 31, the sender and subject of the mail are taken out, the case search engine 32 is searched using the subject string as a key, and a case search result is created. Is provided with a mail agent 30 that transmits a list including the summary to the terminal 50 side via the mail server 31. As a result, case search using keywords can be performed at high speed. Since the communication between the terminal and the system is basically performed using the subject of the case, it is possible to easily determine what the return mail is. You can create your own keyword index that does not depend on the database.

本実施例のメールを用いた事例検索システムでは、メールエージェント30は、事例の案件番号をキーにして検索エンジン32により案件情報を検索して事例の検索結果を作成して、検索結果を元にして事例の詳細を記載したメールを作成して、事例の詳細を記載したメールを、メールサーバ31を介して端末50側に送信させる。これにより、返信メールにより、事例の詳細を確認できる。   In the case search system using e-mail according to the present embodiment, the mail agent 30 searches the case information by the search engine 32 using the case number of the case as a key, creates a case search result, and based on the search result. A mail describing the details of the case is created, and the mail describing the details of the case is transmitted to the terminal 50 side via the mail server 31. Thereby, the details of the case can be confirmed by the reply mail.

本実施例のメールを用いた事例検索システムでは、好ましくは外部からのアクセスは、予め登録されているメールアドレスからのみ許可されている。これにより、セキュリティを保ちつつ、可用性を高めている。   In the case search system using mail according to the present embodiment, access from the outside is preferably permitted only from a pre-registered mail address. This increases the availability while maintaining security.

ところで、本発明は、上記実施例に限定されず、種々の変更が可能である。例えば、図示例では、携帯端末としては携帯電話を例で挙げているが、これに限らず他の種類の機器であっても良い。また、図1の例では、1台の携帯端末を用いているが、複数台の携帯端末を用いることもできる。メールを用いた事例検索システム10は、一例として社内イントラネットであるが、他の形態のシステムにも適用できる。   By the way, the present invention is not limited to the above embodiments, and various modifications can be made. For example, in the illustrated example, a mobile phone is used as an example of the mobile terminal. However, the mobile terminal is not limited to this and may be another type of device. In the example of FIG. 1, one mobile terminal is used, but a plurality of mobile terminals can also be used. The case search system 10 using mail is an in-house intranet as an example, but can be applied to other forms of systems.

実施例の事例検索システムの説明図。Explanatory drawing of the example search system of an Example. 実施例における携帯端末の表示画面に表示される事例検索の流れの一例の説明図。Explanatory drawing of an example of the flow of the case search displayed on the display screen of the portable terminal in an Example. 実施例における事例検索の流れを示すフローの説明図。Explanatory drawing of the flow which shows the flow of the case search in an Example.

符号の説明Explanation of symbols

10 事例検索システム
30 メールエージェント
31 社内メールサーバ
32 検索エンジン
33 障害データベース
34 キーワードインデックスデータベース
50 携帯端末(端末の一例)
10 Case Search System 30 Mail Agent 31 Internal Mail Server 32 Search Engine 33 Failure Database 34 Keyword Index Database 50 Mobile Terminal (Example of Terminal)

Claims (6)

障害情報を事例データベースとして格納するDBサーバと、前記DBサーバに格納された障害情報をキーワードごとにインデックス化して格納するキーワードインデックスサーバと、事例検索エンジンを実装し、前記キーワードインデックスサーバにおけるキーワードでの事例検索を行う事例検索エンジンと、メールの送受信を行うメールサーバと、前記メールサーバが受信したメールを取得し、検索エンジン又はDBサーバに検索を依頼し、検索結果を含むメールを作成しメールサーバに送出するメールエージェントとを備え、
前記メールエージェントは、前記メールサーバから取得したメールの件名から文字列を抜き出し、前記検索エンジン又はDBサーバに前記文字列を基にした検索を指示し、前記検索エンジン又はDBサーバから受け取った検索結果を含む返信メールを作成して前記メールサーバに送出し、前記検索エンジンは、前記メールエージェントから受け取った文字列をキーワードとして前記キーワードインデックスDBを検索し、検索結果を前記メールエージェントへ送り返し、前記DBサーバは、前記メールエージェントから受け取った文字列を基に障害情報を検索し、検索結果を前記メールエージェントへ送り返すことを特徴とする事例検索システム。
A DB server that stores fault information as a case database, a keyword index server that indexes and stores fault information stored in the DB server for each keyword, and a case search engine are implemented. Case search engine that performs case search, mail server that transmits and receives mail, mail received by the mail server, requests search to search engine or DB server, creates mail including search results, and mail server A mail agent to send to
The mail agent extracts a character string from the mail subject acquired from the mail server, instructs the search engine or DB server to perform a search based on the character string, and receives the search result received from the search engine or DB server. The search engine searches the keyword index DB by using the character string received from the mail agent as a keyword, sends the search result back to the mail agent, and sends it back to the mail agent. The server searches for failure information based on a character string received from the mail agent, and sends a search result back to the mail agent.
前記メールエージェントは、取得したメールの件名から抜き出した文字列が前記キーワードインデックスサーバにおけるキーワードであるとき、前記検索エンジンに前記文字列を送出し、前記メールの件名から抜き出した文字列が事例の案件番号であるとき、前記DBサーバに前記文字列を送出する請求項1記載の事例検索システム。   The mail agent sends the character string to the search engine when the character string extracted from the subject of the acquired mail is a keyword in the keyword index server, and the character string extracted from the subject of the mail is a case item The case search system according to claim 1, wherein when the number is a number, the character string is transmitted to the DB server. 前記検索エンジンは、前記文字列からなるキーワードでの検索結果として事例案件番号の一覧とその概略のポイントを作成し、前記メールエージェントに送り返す請求項1に記載の事例検索システム。   2. The case search system according to claim 1, wherein the search engine creates a list of case case numbers and a summary point thereof as a search result with a keyword consisting of the character string, and sends it back to the mail agent. 前記DBサーバは、前記文字列からなる事例の案件番号での検索結果として該当する案件の詳細内容を作成し、前記メールエージェントに送り返す請求項1に記載の事例検索システム。   The case search system according to claim 1, wherein the DB server creates detailed contents of a corresponding case as a search result with a case number of a case made up of the character string and sends it back to the mail agent. 外部からのアクセスは、予め登録されているメールアドレスからのみ許可されている請求項1〜4のいずれか1項に記載の事例検索システム。   The case search system according to any one of claims 1 to 4, wherein access from outside is permitted only from a mail address registered in advance. 事例検索する文字列を件名に入れたメールを作成し送信することと、受信したメールの件名から抜き出した文字列をキーワードとしてインデックスデータベースを検索することと、検索結果を送信元に返信メールを作成し返信することと、受信した返信メールから第2の文字列を件名に入れた第2メールを作成し送信することと、受信した第2メールの件名から抜き出した文字列を基に事例データベースを検索することと、を含み、前記インデックスデータベースは、前記事例データベースからキーワードごとにインデックス化して作成されたものであることを特徴とする事例検索方法。   Create and send an email with the subject search string in the subject, search the index database using the character string extracted from the subject of the received email as a keyword, and create a reply email with the search results as the sender Replies, creates and sends a second mail with the second character string in the subject from the received reply mail, and creates a case database based on the character string extracted from the subject of the received second mail A case search method, wherein the index database is created by indexing each keyword from the case database.
JP2007164794A 2007-06-22 2007-06-22 Case retrieval system and case retrieval method Pending JP2009003744A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007164794A JP2009003744A (en) 2007-06-22 2007-06-22 Case retrieval system and case retrieval method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007164794A JP2009003744A (en) 2007-06-22 2007-06-22 Case retrieval system and case retrieval method

Publications (1)

Publication Number Publication Date
JP2009003744A true JP2009003744A (en) 2009-01-08

Family

ID=40320056

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007164794A Pending JP2009003744A (en) 2007-06-22 2007-06-22 Case retrieval system and case retrieval method

Country Status (1)

Country Link
JP (1) JP2009003744A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102419844A (en) * 2011-12-29 2012-04-18 深圳市五巨科技有限公司 Method and device for automatically replying query emails
KR20140043797A (en) * 2011-06-28 2014-04-10 코닝 인코포레이티드 Glass edge finishing method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002123543A (en) * 2000-10-17 2002-04-26 Bunka Hoso Brain:Kk Information retrieval system and simple authentication device, and information retrieving and providing method and simple authentication method
JP2006163842A (en) * 2004-12-07 2006-06-22 Canon Inc Search system, information processor, its control method, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002123543A (en) * 2000-10-17 2002-04-26 Bunka Hoso Brain:Kk Information retrieval system and simple authentication device, and information retrieving and providing method and simple authentication method
JP2006163842A (en) * 2004-12-07 2006-06-22 Canon Inc Search system, information processor, its control method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140043797A (en) * 2011-06-28 2014-04-10 코닝 인코포레이티드 Glass edge finishing method
CN102419844A (en) * 2011-12-29 2012-04-18 深圳市五巨科技有限公司 Method and device for automatically replying query emails

Similar Documents

Publication Publication Date Title
US20080033903A1 (en) Methods and apparatuses for using location information
US20080168033A1 (en) Employing mobile location to refine searches
US20130332443A1 (en) Adapting content repositories for crawling and serving
EP2335161A1 (en) System and method for collaborative short messaging and discussion
US9876776B2 (en) Methods for generating and publishing a web site based on selected items and devices thereof
CN104008151B (en) Method, system and the terminal device of retrieving contacts
KR20140037751A (en) Methods and systems for providing content provider-specified url keyword navigation
US20080209523A1 (en) Sharing data over trusted networks
US20170193051A1 (en) Systems and methods for automatic archiving, sorting, and/or indexing of secondary message content
JP2006236165A (en) Word-of-mouth information sharing device
US20070027918A1 (en) Mail processing server, mail processing method, and mail processing program
JP2009003744A (en) Case retrieval system and case retrieval method
US20140379820A1 (en) Email address and telephone number unification systems and methods
JP2006309365A (en) Address designation support method for e-mail
JP3477654B2 (en) E-mail matching method and device
CN105378710A (en) Identifying search matches and altered search results
JP2016515740A (en) Smart navigation service
JP2009199385A (en) Information management unit
CN103646034A (en) Web search engine system and search method based content credibility
CN104487965A (en) Device for providing related information for mobile communication terminal and system for sharing related information
JP2006285857A (en) Mail server
JP2004040304A (en) Electronic mail address control method and program, electronic mail terminal
JP2008217344A (en) Method and server for updating blog by using cellular phone
JP2002183002A (en) Server device reporting domain name as candidate to be corrected, client computer using domain name as candidate to be corrected reported by the same server device, recording medium with recorded program running on the same client computer, and mail server reporting mail address as candidate to be corrected
US20070271244A1 (en) Method of searching a specific computer IP address of internet networks using several specific telephone number with numbers in series which are arranged and assembled in sequence and coded with identification codes

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090213

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110725

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110802

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20111129