JP2000090093A - Method and system for full-text retrieval and record medium recording full-text retrieval program - Google Patents

Method and system for full-text retrieval and record medium recording full-text retrieval program

Info

Publication number
JP2000090093A
JP2000090093A JP10253859A JP25385998A JP2000090093A JP 2000090093 A JP2000090093 A JP 2000090093A JP 10253859 A JP10253859 A JP 10253859A JP 25385998 A JP25385998 A JP 25385998A JP 2000090093 A JP2000090093 A JP 2000090093A
Authority
JP
Japan
Prior art keywords
full
search
text
document
text search
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
JP10253859A
Other languages
Japanese (ja)
Inventor
Takahiro Nakadai
高宏 中台
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 Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering 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 Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP10253859A priority Critical patent/JP2000090093A/en
Publication of JP2000090093A publication Critical patent/JP2000090093A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To enable retrieval based upon a numerical number condition such as a date condition only by full-text retrieval by performing conversion to a retrieval condition which enables full-text retrieval for a converted character string and performing full-text retrieval from a full-text retrieval data base according to an inputted retrieval condition and converted retrieval condition. SOLUTION: A registered information editing process part 3 edits inputted document information and date information converted by a date retrieval object converting process part 4 to the format for registration in the full-text retrieval data base 1. In order to perform date retrieval by full-text retrieval, the date retrieval object converting process part 4 converts the date information which is sent from the registered information editing process part 3 and specifies a range included in an inputted document into a full-text retrieval object character string by date parts which can be so specified that they are in the range and sends the converted date information back to the registered information editing process part 3. This date retrieval object converting process part 4 converts the date information included in the document to the format suitable for the full-text retrieval.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、文書の全文を用い
て検索を行う全文検索方法及び全文検索システムに関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a full-text search method and a full-text search system for performing a search using the full text of a document.

【0002】[0002]

【従来の技術】全文検索システムでは、検索条件として
検索語を指定して、検索対象となる文書を格納したデー
タベース(全文検索データベース)を検索し、当該検索
語が存在する文書を検索結果とするため、通常では文書
中の特定の部分だけを対象とした検索ができない。
2. Description of the Related Art In a full-text search system, a search term is specified as a search condition, a database (full-text search database) storing documents to be searched is searched, and a document in which the search term exists is used as a search result. Therefore, usually, it is not possible to search only a specific part in the document.

【0003】そこで、文書中の特定の部分を項目として
切り出して全文検索データベース中に登録し、その項目
にだけ検索語が存在する文書を取り出すといった検索を
行う手法が考えられ、実現されている。これにより、全
文検索データベースでも関係データベースのように構造
的なデータベース検索に近い検索を行うことが可能にな
るが、関係データベースで一般に可能な日付等の数値の
大小の比較を行う事は、全文検索システムでは不可能で
ある。一方、関係データベースで全文検索システムを構
築することは、関係データベースが全文検索機能のよう
な文書を検索対象とした検索が難しいため、不可能であ
る。
[0003] Therefore, a search method has been conceived and realized in which a specific portion in a document is cut out as an item, registered in a full-text search database, and a document in which a search term exists only in that item is retrieved. This makes it possible for a full-text search database to perform a search similar to a structural database search like a relational database. However, comparing a numerical value such as a date that can be generally performed in a relational database requires a full-text search. It is not possible with the system. On the other hand, it is impossible to build a full-text search system using a relational database because it is difficult for the relational database to search for documents such as a full-text search function.

【0004】従来、このような問題を解決し、全文検索
システムにて数値条件による検索を可能とする技術とし
ては、例えば、特開平6−215041号公報に記載の
ものある。これは、まず、数値条件以外の条件にて全文
検索を行い、その検索結果の文書を一度全て出力して保
持し、次に、後処理として、この保持された全文検索結
果の文書について、その文書内に含まれる文字列である
数字を数値に変換し、数値条件の検索を行うというもの
である。日付検索も数値を日付に置き換える事により同
様に行うことが可能である。
Conventionally, a technique for solving such a problem and enabling a full-text search system to perform a search based on numerical conditions is disclosed in, for example, JP-A-6-215041. In this method, first, a full-text search is performed under conditions other than numerical conditions, and all the documents resulting from the search are output once and retained, and then, as post-processing, the retained full-text search results It converts a number, which is a character string contained in a document, into a numerical value and searches for numerical conditions. Date search can be performed in the same way by replacing the numerical value with the date.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来の技術では、全文検索とその後処理の数値条件検索と
の二段階の検索が必要で、検索時間が長くなり、また、
処理も複雑になる問題がある。さらに、出力された全文
検索結果の文書を後処理のために保持する必要があり、
多くの資源(メモリ資源)を必要とする問題もある。
However, in the above-mentioned conventional technology, a two-stage search of a full-text search and a numerical condition search for subsequent processing is required, and the search time becomes long.
There is a problem that processing becomes complicated. Furthermore, it is necessary to hold the output full-text search result document for post-processing,
There is also a problem that requires many resources (memory resources).

【0006】本発明の目的は、全文検索のみによって、
日付条件などの数値条件による検索を可能とする全文検
索方法及び全文検索システム、更には、そのためのプロ
グラムを記録した記録媒体を提供することにある。
An object of the present invention is to provide a full-text search only,
It is an object of the present invention to provide a full-text search method and a full-text search system that enable a search based on numerical conditions such as a date condition, and a recording medium on which a program for the search is recorded.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、請求項1の発明は、検索対象の文書を格納する全文
検索データベースにより、文書の全文を用いて検索を行
う全文検索方法において、全文検索データべースへの文
書登録時、入力された文書に含まれる範囲を示す情報
を、任意の数値が当該範囲内であることを特定できる全
文検索に適した形式の文字列に変換し、前記入力された
文書及び前記変換された文字列を全文検索データベース
に登録し、全文検索データベースの文書検索時は、入力
された検索条件に含まれる数値検索条件を、前記変換さ
れた文字列に対して全文検索可能な検索条件に変換し、
前記入力された検索条件及び前記変換された検索条件に
より、全文検索データベースに対して全文検索を行うこ
とを特徴とする。
According to one aspect of the present invention, there is provided a full-text search method for performing a search using a full-text of a document by a full-text search database storing a search target document. When registering a document in the full-text search database, the information indicating the range included in the input document is converted into a character string suitable for full-text search that can specify that any numerical value is within the range. Registering the input document and the converted character string in a full-text search database, and when searching for a document in the full-text search database, converting the numerical search condition included in the input search condition into the converted character string To full-text search conditions,
A full-text search is performed on a full-text search database based on the input search conditions and the converted search conditions.

【0008】また、請求項2の発明は、請求項1記載の
全文検索方法において、入力された文書に含まれる範囲
を示す情報を、任意の数値が当該範囲であることを特定
できる全文検索対象に適した形式の文字列に変換する場
合、範囲の開始部分と終了部分では値の全桁を対象と
し、それ以外の部分では、順次、値の上位桁を対象とす
るように変更することを特徴とする。
According to a second aspect of the present invention, in the full-text search method according to the first aspect, information indicating a range included in an input document is used as a full-text search target that can specify that an arbitrary numerical value is within the range. When converting to a character string in a format suitable for, the change should be made so that all digits of the value are targeted at the beginning and end of the range, and the upper digits of the value are sequentially targeted at the other parts. Features.

【0009】請求項3の発明は、検索対象の文書を格納
する全文検索データベースにより、文書の全文を用いて
検索を行う全文検索システムにおいて、全文検索データ
ベースに登録する文書を入力する手段と、前記文書に含
まれる範囲を示す情報を、任意の数値が当該範囲内であ
ることを特定できる全文検索に適した形式の文字列に変
換する手段と、前記入力された文書及び前記変換された
文字列を編集する手段と、前記編集された情報を全文検
索データベースに登録する手段と、全文検索データベー
スを検索する条件を入力する手段と、入力された検索条
件に含まれる数値検索条件を、前記変換された文字列に
対して全文検索可能な検索条件に変換する手段と、前記
入力された検索条件及び前記変換された検索条件を編集
する手段と、前記編集された検索条件により、全文検索
データベースに対して全文検索を行う手段と、検索結果
を出力可能な形式に編集する手段と、前記編集された検
索結果を出力する手段とを有することを特徴とする。
According to a third aspect of the present invention, there is provided a full-text search system for performing a search using a full-text of a document by using a full-text search database storing a document to be searched, and a means for inputting a document to be registered in the full-text search database; Means for converting information indicating a range included in the document into a character string in a format suitable for full-text search capable of specifying that an arbitrary numerical value is within the range; and the input document and the converted character string Means for editing the information, means for registering the edited information in a full-text search database, means for inputting a condition for searching the full-text search database, and numerical conversion conditions included in the input search conditions. Means for converting the input character string into a search condition capable of full-text search, means for editing the input search condition and the converted search condition, A means for performing a full-text search on the full-text search database according to the collected search conditions; a means for editing a search result in a format capable of being output; and a means for outputting the edited search result. I do.

【0010】請求項4の発明は、検索対象の文書を格納
する全文検索データベースにより、文書の全文を用いて
検索を行うための全文検索プログラムを記録したコンピ
ュータ読み取り可能な記録媒体であって、全文検索デー
タべースへの文書登録モードにおいて、入力された文書
に含まれる範囲を示す情報を、任意の数値が当該範囲内
であることを特定できる全文検索に適した形式の文字列
に変換し、前記入力された文書及び前記変換された文字
列を全文検索データベースに登録する処理プロセスと、
全文検索データベースの文書検索モードにおいて、入力
された検索条件に含まれる数値検索条件を、前記変換さ
れた文字列に対して全文検索可能な検索条件に変換し、
前記入力された検索条件及び前記変換された検索条件に
より、全文検索データベースに対して全文検索を行う処
理プロセスとが記録されていることを特徴とする。
According to a fourth aspect of the present invention, there is provided a computer-readable recording medium storing a full-text search program for performing a search using a full-text of a document by a full-text search database for storing a document to be searched. In the document registration mode to the search database, the information indicating the range included in the input document is converted to a character string suitable for full-text search that can specify that an arbitrary numerical value is within the range. A process for registering the input document and the converted character string in a full-text search database;
In the document search mode of the full-text search database, a numerical search condition included in the input search condition is converted into a search condition capable of performing a full-text search on the converted character string,
A process for performing a full-text search on a full-text search database based on the input search conditions and the converted search conditions is recorded.

【0011】[0011]

【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して説明する。なお、以下の実施の形態の説明で
は、文書に含まれる日付情報を対象とするが、本発明は
日付情報に限定されるものではない。
Embodiments of the present invention will be described below with reference to the drawings. In the following description of the embodiments, date information included in a document is targeted, but the present invention is not limited to date information.

【0012】図1は、本発明の一実施の形態の全文検索
システムの構成を示すブロック図である。本全文検索シ
ステムは、文書を格納する全文検索データベース1と、
全文検索データベース1への文書登録の処理系統を構成
する登録情報入力部2、登録情報編集処理部3、日付検
索対象変換処理部4、登録処理部5と、全文検索データ
ベース1からの文書検索の処理系統を構成する検索条件
入力部6、検索条件編集処理部7、日付検索対象変換処
理部8、検索処理部9、検索結果編集処理部10、検索
結果出力部11とからなる。実際には、本全文検索シス
テムは、キーボードやマウス、ディスプレイ、CPU及
びメモリ装置などを具備する所謂コンピュータシステム
のハードウェア資源を利用して構築されるものである。
FIG. 1 is a block diagram showing a configuration of a full-text search system according to an embodiment of the present invention. This full-text search system includes a full-text search database 1 for storing documents,
A registration information input unit 2, a registration information editing processing unit 3, a date search object conversion processing unit 4, a registration processing unit 5, which constitute a processing system for document registration in the full text search database 1, and a document search from the full text search database 1 The processing system includes a search condition input unit 6, a search condition edit processing unit 7, a date search target conversion processing unit 8, a search processing unit 9, a search result edit processing unit 10, and a search result output unit 11. Actually, this full-text search system is constructed using hardware resources of a so-called computer system having a keyboard, a mouse, a display, a CPU, a memory device, and the like.

【0013】登録情報入力部2は、全文検索データベー
ス1に登録する文書の情報を入力する。入力は、利用者
がキーボードなどを利用して直接文書を入力することで
も、あるいは、あらかじめフロッピーディスクなどに格
納された文書を入力することでもよい。登録情報編集処
理部3は、入力された文書情報及び日付検索対象変換処
理部4で変換された日付情報を、全文検索データベース
1に登録するための形式に編集する。日付検索対象変換
処理部4は、全文検索によって日付検索を行うために、
登録情報編集処理部3から送付された、入力された文書
に含まれる範囲の特定できる日付情報を、その範囲内で
あることを特定できる日付部分毎に全文検索対象文字列
として変換し、この変換した日付情報(全文検索対象文
字列)を登録情報編集処理部3に返送する。この日付検
索対象変換処理部4によって文書中に含まれる日付情報
が全文検索に適した形式に変換されるが、その具体的処
理については後述する。登録処理部5は、登録情報編集
処理部3にて、編集された文書情報及び変換された日付
情報(全文検索対象文字列)を全文検索データベース1
に登録する。
A registration information input unit 2 inputs information of a document to be registered in the full-text search database 1. The user may directly input a document using a keyboard or the like, or may input a document stored in advance on a floppy disk or the like. The registration information editing processing unit 3 edits the input document information and the date information converted by the date search target conversion processing unit 4 into a format for registration in the full-text search database 1. The date search target conversion processing unit 4 performs a date search by full-text search.
The date information that can be specified in the range included in the input document sent from the registration information editing processing unit 3 is converted as a full-text search target character string for each date portion that can be specified within the range. The returned date information (full-text search target character string) is returned to the registration information editing processing unit 3. The date information included in the document is converted by the date search object conversion processing unit 4 into a format suitable for full text search. The specific processing will be described later. The registration processing unit 5 stores the edited document information and the converted date information (full-text search target character string) in the registration information editing processing unit 3 in the full-text search database 1.
Register with.

【0014】一方、検索条件入力部6は、全文検索デー
タベース1を検索する条件を入力する。検索条件編集処
理部7は、入力された検索条件及び日付検索対象変換処
理部8で変換された日付検索条件を、全文検索データベ
ース1を検索するための形式に編集する。日付検索対象
変換処理部8は、検索条件編集処理部7から送付され
た、入力された検索条件に含まれる日付検索条件を、日
付検索対象変換処理部4にて変換された日付情報(全文
検索対象文字列)に対して全文検索が可能なように、年
月日の日付の単位毎に検索条件として変換し、この変換
された日付検索条件を検索条件編集処理部7に返送す
る。この日付検索対象変換処理部8での具体的処理につ
いては後述する。検索処理部9は、検索条件編集処理部
7にて編集された検索条件にて全文検索データベース1
を検索する。検索結果編集処理部10は、検索処理部9
にて検索された結果を取得し、出力に適した形式に編集
する。検索結果出力部11は、この編集された検索結果
を出力する。
On the other hand, the search condition input section 6 inputs conditions for searching the full-text search database 1. The search condition editing processing unit 7 edits the input search conditions and the date search conditions converted by the date search target conversion processing unit 8 into a format for searching the full-text search database 1. The date search target conversion processing unit 8 converts the date search conditions included in the input search conditions sent from the search condition edit processing unit 7 into date information (full-text search) converted by the date search target conversion processing unit 4. In order to enable full-text search for the target character string), it is converted as a search condition for each date unit, and the converted date search condition is returned to the search condition editing processing unit 7. Specific processing in the date search target conversion processing unit 8 will be described later. The search processing section 9 uses the search conditions edited by the search condition editing processing section 7 to execute the full-text search database 1.
Search for. The search result edit processing unit 10 includes the search processing unit 9
Obtain the search result in and edit it in a format suitable for output. The search result output unit 11 outputs the edited search result.

【0015】本全文検索システムによれば、文書に含ま
れる範囲の特定できる日付情報に対して、1回の全文検
索によって任意の日付がその範囲に含まれるような日付
検索が可能になる。以下に具体例によって詳述する。
According to the full-text search system, a date search can be performed such that an arbitrary date is included in the range by a single full-text search for date information that can specify a range included in a document. This will be described in detail below using specific examples.

【0016】図2のデータレコード21は、日付検索対
象変換処理部4にて、文書中に含まれる日付情報を全文
検索に適した形式に変換された結果の具体例を示したも
ので、1998年1月13日から2010年10月22
日という日付情報が文書中に含まれている場合の変換例
である。ここで、データレコード21は文字列22〜2
8から構成される。なお、「_」は区切り文字を示して
いる。文字列22は、1998年1月13日から199
8年1月19日までの年月日単位の範囲(例えば、19
980113は1998年1月13日を示す)、文字列
23は、1998年1月20日から1998年1月31
日までの日の一の位を省略した年月日単位の範囲(例え
ば、1998012は1998年1月20〜29日、1
998013は1998年1月30〜31日を示す)、
文字列24は、1998年2月から1998年12月ま
での年月単位の範囲(例えば、199802は1998
年2月を示す)、文字列25は、1999年から200
9年までの年単位の範囲(例えば、1999は1999
年を示す)、文字列26は、2010年1月から201
0年9月までの年月単位の範囲(例えば、201001
は2010年1月を示す)、文字列27は、2010年
10月1日から2010年10月19日までの日の一の
位を省略した年月日単位の範囲(例えば、201010
0は2010月10月1〜9日、2010101は20
10年10月10〜19日を示す)、文字列28は、2
010年10月20日から2010年10月22日まで
の年月日単位の範囲(例えば、20101020は20
10年10月20日を示す)をそれぞれ示している。
The data record 21 of FIG. 2 shows a specific example of the result obtained by converting the date information contained in the document into a format suitable for full-text search by the date search object conversion processing unit 4. January 13, 2010 to October 22, 2010
This is a conversion example in a case where date information such as a date is included in a document. Here, the data record 21 is a character string 22 to 2
8. Note that “_” indicates a delimiter. The character string 22 is 199 from January 13, 1998.
A range of year, month, and day until January 19, 2008 (for example, 19
980113 indicates January 13, 1998), and the character string 23 is from January 20, 1998 to January 31, 1998.
The range of year, month, day, with the first digit of the day up to and including the day omitted (for example, 198012 is January 20-29, 1998, 1
998013 indicates January 30-31, 1998),
The character string 24 is in the range of the year and the month from February 1998 to December 1998 (for example, 199802 becomes 1998).
The character string 25 is 200 since 1999.
Yearly ranges up to nine years (eg, 1999 is 1999
Indicates the year), and the character string 26 is 201 from January 2010.
Range of year and month unit until September 0 (for example, 201001
Indicates January 2010), and the character string 27 is a range of year-month-day units (for example, 201010) in which the first digit of the day from October 1, 2010 to October 19, 2010 is omitted.
0 is October 1-9, 2010, 2010101 is 20
The character string 28 is 2
A range from October 20, 2010 to October 22, 2010 (for example, 20101020 is 20
10/20/2010).

【0017】図2では、便宜上、文字列22〜28はそ
れぞれ別の行に示したが、実際には、これら文字列22
〜28は、区切り文字「_」で区切られた連続した文字
列である。図2のデータレコード21により、必要最小
限の変換文字列によって、1998年1月23日から2
010年10月23日までの範囲の任意の日付が、その
範囲に含まれる全文検索の日付検索が可能である。
In FIG. 2, the character strings 22 to 28 are shown on separate lines for convenience.
To 28 are continuous character strings separated by a delimiter "_". According to the data record 21 in FIG.
An arbitrary date in the range up to October 23, 2010 can be searched for a full-text search date included in the range.

【0018】図3乃至図9は日付検索対象変換処理部4
の詳細フローチャートである。各フローチャートにおい
て、桁数の数え方は31の例示に従うとする。
FIGS. 3 to 9 show the date search object conversion processing unit 4.
5 is a detailed flowchart of the first embodiment. In each flowchart, it is assumed that the way of counting the number of digits follows the example of 31.

【0019】図3はデータレコード21の文字列22の
部分(年月日単位の文字列)を作成するフローチャート
である。図3において、変換する日付の範囲の開始日が
終了日より小さい場合に(ステップ32)、データレコ
ード21に区切り文字として「_」と「開始日」を追加
する(ステップ33)。開始日が終了日と同じ場合は
(ステップ32)、図3のフローチャートを終了し、図
4のフローチャートに進む。開始日の日の部分が「3
1」でない場合は(ステップ34)、開始日の日の部分
を1増やす(ステップ341)。開始日の日の部分が3
1であり(ステップ34)、開始日の月の部分が「1
2」でない場合は(ステップ35)は、開始日の月の部
分を1増やし、日の部分を「1」にする(ステップ35
1)。開始日の部分が「31」であり(ステップ3
4)、開始日の月の部分が「12」である場合(ステッ
プ35)、開始日の年の部分を1増やす(ステップ3
6)。開始日の年、月、日の十の位が変更された場合は
(ステップ37)、図3のフローチャートを終了し、図
4のフローチャートに進む。変更されていない場合は
(ステップ37)、ステップ32の処理に戻り処理を継
続する。
FIG. 3 is a flowchart for creating a character string 22 (a character string in units of year, month and day) of the data record 21. In FIG. 3, when the start date of the range of the date to be converted is smaller than the end date (step 32), “_” and “start date” are added to the data record 21 as delimiters (step 33). If the start date is the same as the end date (step 32), the flowchart of FIG. 3 ends, and the process proceeds to the flowchart of FIG. The day part of the start date is "3
If it is not "1" (step 34), the day portion of the start date is incremented by 1 (step 341). Day part of start date is 3
1 (step 34), and the month portion of the start date is “1”.
If it is not "2" (step 35), the month portion of the start date is incremented by 1 and the day portion is set to "1" (step 35).
1). The start date is “31” (step 3
4) If the month portion of the start date is "12" (step 35), the year portion of the start date is increased by 1 (step 3).
6). If the year, month, and tens place of the start date have been changed (step 37), the flowchart of FIG. 3 ends, and the process proceeds to the flowchart of FIG. If not changed (step 37), the process returns to step 32 to continue the process.

【0020】図4はデータレコード21の文字列23の
部分(1桁目の日を省略した年月日単位の文字列)を作
成するフローチャートである。図4において、図3の処
理で変更された開始日の年、月、日の十の位が終了日の
年、月、日の十の位より小さい場合に(ステップ4
2)、データレコード21に区切り文字として「_」と
開始日の年、月、日の十の位を追加する(ステップ4
3)。開始日の年、月、日の十の位が終了日の年、月、
日の十の位と同じ場合は(ステップ42)図4のフロー
チャートを終了し、図5に進む。開始日の日の十の位が
「3」でない場合は(ステップ44)、開始日の日の十
の位を1増やす(ステップ441)。開始日の日の部分
が「3」であり(ステップ44)、開始日の月の部分が
「12」でない場合は(ステップ45)、開始日の月の
部分を1増やし日の部分を「1」にする(ステップ45
1)。開始日の部分が「3」であり(ステップ44)、
開始日の月の部分が「12」である場合(ステップ4
5)、開始日の年の部分を1増やす(ステップ46)。
開始日の年、月の部分が変更された場合は(ステップ4
7)、図4のフローチャートを終了し、図5に進む。変
更されていない場合は(ステップ47)、ステップ42
の処理に戻り処理を継続する。
FIG. 4 is a flowchart for creating a character string 23 portion of the data record 21 (a character string in units of year, month and day with the first digit day omitted). In FIG. 4, when the year, month, and day of the start date changed in the process of FIG. 3 are smaller than the year, month, and day of the end date (step 4).
2) Add "_" as a delimiter and the tens place of the start date year, month and day to the data record 21 (step 4).
3). The year, month, and tens place of the start date are the year, month,
If it is the same as the tens place of the day (step 42), the flow chart of FIG. 4 ends, and the process proceeds to FIG. If the tens place of the start day is not "3" (step 44), the tens place of the start day is increased by one (step 441). If the day part of the start date is "3" (step 44) and the month part of the start day is not "12" (step 45), the month part of the start day is increased by one and the day part is set to "1". (Step 45
1). The start date part is "3" (step 44),
If the month part of the start date is "12" (step 4
5) Increment the year part of the start date by 1 (step 46).
If the year and month of the start date are changed (Step 4
7), the flowchart of FIG. 4 ends, and the process proceeds to FIG. If not changed (step 47), step 42
The process returns to the process of and is continued.

【0021】図5はデータレコード21の文字列24の
部分(年月単位の文字列)を作成するフローチャートで
ある。図5において、図4の処理で変更された開始日の
年、月が終了日の年、月より小さい場合に(ステップ5
2)、データレコード21に区切り文字として「_」と
開始日の年月を追加する(ステップ53)。開始日の
年、月が終了日の年、月と同じ場合は(ステップ5
2)、図5のフローチャートを終了し、図6のフローチ
ャートを進む。開始日の月の部分が「12」でない場合
は(ステップ54)は、開始日の月の部分を1増す(ス
テップ541)。開始日の月の部分が「12」である場
合(ステップ54)、開始日の年の部分を1増やす(ス
テップ55)。開始日の年の部分が変更された場合は
(ステップ56)、図5のフローチャートを終了し、図
6のフローチャートに進む。変更されていない場合は
(ステップ56)、ステップ52の処理に戻り処理を継
続する。
FIG. 5 is a flowchart for creating a character string 24 (a character string in units of years and months) of the data record 21. In FIG. 5, when the year and month of the start date changed in the process of FIG. 4 are smaller than the year and month of the end date (step 5).
2) Add “_” as a delimiter and the date of the start date to the data record 21 (step 53). If the start date year and month are the same as the end date year and month (step 5
2), the flowchart of FIG. 5 is terminated, and the process proceeds to the flowchart of FIG. If the month portion of the start date is not "12" (step 54), the month portion of the start date is incremented by 1 (step 541). If the month portion of the start date is "12" (step 54), the year portion of the start date is incremented by 1 (step 55). If the year of the start date has been changed (step 56), the flow chart of FIG. 5 ends, and the flow proceeds to the flow chart of FIG. If not changed (step 56), the process returns to step 52 to continue the process.

【0022】図6はデータレコード21の文字列25の
部分(年単位の文字列)を作成するフローチャートであ
る。図6において、図5の処理で変更された開始日の年
が終了日の年より小さい場合に(ステップ62)、デー
タレコード21に区切り文字として「_」と開始日の年
を追加する(ステップ63)。開始日の年の部分を1増
やす(ステップ64)。ステップ62の処理に戻り処理
を継続する。開始日の年が終了日の年と同じ場合は(ス
テップ62)、図6のフローチャートを終了し、図7の
フローチャートに進む。
FIG. 6 is a flow chart for creating a character string 25 portion (a character string in units of years) of the data record 21. In FIG. 6, when the year of the start date changed in the process of FIG. 5 is smaller than the year of the end date (step 62), “_” and the year of the start date are added to the data record 21 as separators (step 62). 63). The year part of the start date is increased by 1 (step 64). Returning to the processing of step 62, the processing is continued. If the year of the start date is the same as the year of the end date (step 62), the flowchart of FIG. 6 ends, and the process proceeds to the flowchart of FIG.

【0023】図7はデータレコード21の文字列26の
部分(年月単位の文字列)を作成するフローチャートで
ある。図7において、図6の処理で変更された開始日の
年、月が終了日の年、月より小さい場合に(ステップ7
2)、データレコード21に区切り文字として「_」と
開始日の年、月を追加する(ステップ73)。開始日の
月の部分を1増やす(ステップ74)。ステップ72の
処理に戻り処理を継続する。開始日の年、月が終了日の
年、月と同じ場合は(ステップ72)、図7のフローチ
ャートを終了し、図8のフローチャートに進む。
FIG. 7 is a flowchart for creating a character string 26 (a character string in units of years and months) of the data record 21. In FIG. 7, when the year and month of the start date changed in the process of FIG. 6 are smaller than the year and month of the end date (step 7).
2) Add "_" as a delimiter and the year and month of the start date to the data record 21 (step 73). The month portion of the start date is incremented by 1 (step 74). Returning to the processing of step 72, the processing is continued. If the year and month of the start date are the same as the year and month of the end date (step 72), the flow chart of FIG. 7 ends, and the flow proceeds to the flow chart of FIG.

【0024】図8はデータレコード21の文字列27の
部分(1桁目の日を省略した年月日単位の文字列)を作
成するフローチャートである。図8において、図7の処
理で変更された開始日の年、月、日の十の位が終了日の
年、月、日の十の位より小さい場合に(ステップ8
2)、データレコード21に区切り文字として「_」と
開始日の年、月、日の十の位を追加する(ステップ8
3)。開始日の日の十の位を1増やす(ステップ8
4)。ステップ82の処理に戻り処理を継続する。開始
日の年、月、日の十の位が終了日の年、月、日の十の位
と同じ場合は(ステップ82)、図8のフローチャート
を終了し、図9のフローチャートに進む。
FIG. 8 is a flowchart for creating a character string 27 portion of the data record 21 (a character string in units of year, month and day with the first digit day omitted). In FIG. 8, when the year, month, and day of the start date changed in the process of FIG. 7 are smaller than the year, month, and day of the end date (step 8).
2) Add “_” as a delimiter character and the year, month and day of the start date to the data record 21 (step 8).
3). Increase the tens place of the start date by 1 (step 8
4). Returning to the processing of step 82, the processing is continued. If the year, month and day tens of the start date are the same as the year, month and day tens of the end date (step 82), the flow chart of FIG. 8 ends and the flow proceeds to the flow chart of FIG.

【0025】図9はデータレコード21の文字列28の
部分(年月日単位の文字列)を作成するフローチャート
である。図9において、図8で変更された開始日の年、
月、日が終了日の年、月、日より小さい場合に(ステッ
プ92)、データレコード21に区切り文字として
「_」と開始日の年、月、日を追加する(ステップ9
3)。開始日の日を1増やす(ステップ94)。ステッ
プ92の処理に戻り処理を継続する。開始日の年、月、
日が終了日の年、月、日と同じ場合は(ステップ9
2)、データレコード21に区切り文字として「_」と
開始日の年、月、日と区切り文字として「_」を追加
し、日付検索対象変換処理のフローチャートを終了す
る。
FIG. 9 is a flowchart for creating a character string 28 portion (a character string in units of year, month and day) of the data record 21. In FIG. 9, the start date year changed in FIG.
If the month and day are smaller than the end date year, month and day (step 92), add "_" as a delimiter and the start date year, month and day to the data record 21 (step 9).
3). The day of the start date is increased by 1 (step 94). Returning to the processing of step 92, the processing is continued. Year, month,
If the day is the same as the end date year, month, day (step 9
2) Add "_" as a delimiter and "_" as a delimiter and year, month, and date of the start date to the data record 21, and end the flow chart of the date search target conversion process.

【0026】以上のようにして、日付検索対象変換処理
部4にて、文書中に含まれる日付情報について作成され
た図2のデータレコード21は、登録情報編集処理部
3、登録処理部5を通して全文検索データベース1に、
該当の文書情報とともに保存される。
As described above, the data record 21 of FIG. 2 created for the date information included in the document by the date search object conversion processing unit 4 passes through the registration information editing processing unit 3 and the registration processing unit 5. In the full-text search database 1,
Stored together with the corresponding document information.

【0027】図10のデータレコード101は、日付検
索対象変換処理部8にて、検索条件中の日付検索条件
を、上記日付検索対象変換処理部4にて変換された図2
のようなデータレコード21に対して、全文検索可能な
ように年月日の日付の単位に変換された具体例を示した
もので、1999年3月13日という日付検索条件が検
索条件中に含まれている場合の変換例である。
The data record 101 in FIG. 10 is obtained by converting the date search conditions in the search conditions in the date search target conversion processing unit 8 in the date search target conversion processing unit 4 in FIG.
Is a specific example in which the data record 21 is converted into a date unit so that full-text search can be performed. A date search condition of March 13, 1999 is included in the search condition. It is a conversion example when it is included.

【0028】図11は、日付検索対象変換処理部8に
て、図10のデータレコード101を作成するフローチ
ャートである。図11のフローチャートにおいて、桁数
の数えかたは110の例示に従うとする。図11では、
検索条件として検索する日付の年の両側に区切り文字と
して「_」を追加した文字列を追加し(ステップ11
1)、検索する日付の年、月の両側に区切り文字として
「_」を追加した文字列を論理和の条件として追加し
(ステップ112)、検索する日付の年、月、日の十の
位の両側に区切り文字として「_」を追加した文字列を
論理和の条件として追加し(ステップ113)、検索す
る日付の年、月、日の両側に区切り文字として「_」を
追加した文字列を論理和の条件として追加する(ステッ
プ114)。
FIG. 11 is a flowchart for creating the data record 101 of FIG. 10 in the date search object conversion processing unit 8. In the flowchart of FIG. 11, it is assumed that the number of digits is counted according to the example of 110. In FIG.
A character string with "_" added as a delimiter on both sides of the year of the date to be searched as a search condition is added (step 11).
1) Add a character string in which "_" is added as a delimiter on both sides of the year and month of the date to be searched as a condition for logical sum (step 112), and the tens place of the year, month and day of the date to be searched A character string with "_" added as a delimiter on both sides of the character string as a logical sum condition (step 113), and a character string with "_" added as a delimiter on both sides of the year, month, and day of the date to be searched Is added as a condition for a logical sum (step 114).

【0029】このように作成されたデータレコード10
1を全文検索条件として日付検索すると、文書の期間を
示す日付情報の期間内であれば、該当する文書が検索可
能である。同様に、データレコード101の文字列をど
れも含まないという条件にて全文検索を行うと、日付情
報の期間外であれば、該当する文書が検索可能である。
The data record 10 thus created
If a date search is performed using 1 as a full-text search condition, the relevant document can be searched within the period of the date information indicating the period of the document. Similarly, if a full-text search is performed under the condition that none of the character strings of the data record 101 is included, the relevant document can be searched outside the period of the date information.

【0030】いま、具体例として、全文検索データベー
ス1に格納する文書が、図12の115のようなパソコ
ン講座情報とする。このパソコン講座情報115は、図
13に示すように変換・編集されて全文検索データベー
ス1に格納される。図13において、116は文書番号
セル、117は文書内容セル、118は期間情報セルを
示している。ここで、文書内容セル117には、図12
の講座情報115の内容(文書内容)がそのまま格納さ
れるが、期間情報セル118には、講座情報115に含
まれる募集期間の日付情報を、日付検索対象変換処理部
4にて図3乃至図9のフローチャートに従い変換したデ
ータレコードが格納される。ちなみに、文書1のパソコ
ン講座Aの募集期間は「1998年1月13日〜201
0年10月22日」であり、その期間情報セル118の
データレコードは図2のデータレコード21と同じであ
る。
Now, as a specific example, it is assumed that the document stored in the full-text search database 1 is personal computer course information 115 as shown in FIG. The personal computer course information 115 is converted and edited as shown in FIG. In FIG. 13, reference numeral 116 denotes a document number cell, 117 denotes a document content cell, and 118 denotes a period information cell. Here, the document content cell 117 contains FIG.
The contents (document contents) of the course information 115 are stored as they are, but the date information of the recruitment period included in the course information 115 is stored in the period information cell 118 by the date search target conversion processing unit 4 in FIGS. The data record converted according to the flowchart of No. 9 is stored. By the way, the recruitment period for PC course A in Document 1 is "January 13, 1998-201
The data record of the period information cell 118 is the same as the data record 21 of FIG.

【0031】図13の全文検索データベース1に対し
て、例えば、1999年3月13日に行われているパソ
コン講座を検索したい場合、検索条件として「パソコン
講座、1999年3月13日」を入力すると、該検索条
件に含まれる1999年3月13日が、日付検索対象変
換処理部8にて図10に示したようなデータレコード1
01に変換される。これにより、検索処理部9は、「文
書内容にパソコン講座という言葉が含まれ、かつ、期間
情報に“_1999_”または“_199903_”または
“_1999031_”または“_19990313_”が
含まれている」という条件で、全文検索データベース1
に対して全文検索を一度実行するだけで、検索結果とし
て文書1と文書3を導き出すことができる。
For example, when searching for a personal computer course held on March 13, 1999 in the full-text search database 1 shown in FIG. 13, "PC course, March 13, 1999" is input as a search condition. Then, on March 13, 1999 included in the search condition, the date search target conversion processing unit 8 converts the data record 1 shown in FIG.
01 is converted. Accordingly, the search processing unit 9 sets the condition that “the content of the document includes the word“ PC course ”and the period information includes“ _1999_ ”,“ _199903_ ”,“ _1999031_ ”, or“ _19990313_ ”. , Full-text search database 1
The document 1 and the document 3 can be derived as search results by executing a full-text search only once for.

【0032】以上、本発明の一実施例について説明した
が、図1の各処理部のプロセスは、まとめて全文検索プ
ログラムとして実現可能である。該全文検索プログラム
は、FDもしくはCD−ROM等の記録媒体にコンピュ
ータで読み取り可能な形式で記録して提供され、この記
録媒体の内容を計算機にロードすることにより、図1の
各処理部の機能が実現される。
While the embodiment of the present invention has been described above, the processes of the respective processing units in FIG. 1 can be realized as a full-text search program. The full-text search program is provided by being recorded in a computer-readable format on a recording medium such as an FD or a CD-ROM, and by loading the contents of the recording medium into a computer, the functions of each processing unit in FIG. Is realized.

【0033】[0033]

【発明の効果】以上説明したように、本発明によれば、
文書に含まれる範囲の特定できる日付情報などの数値情
報に対して、任意の数値がその範囲内に含まれるか否か
を全文検索条件のみで検索することが可能となる。この
ため、日付などの比較検索を行うことができない全文検
索処理を有するシステムにおいても、日付などの条件検
索が行なえる。また、全文検索結果に対して再度日付な
どの条件検索を行う必要がないため、検索時に必要なハ
ードディスクやメモリなどの資源を減らすことができ、
処理も減少させられるため、全文検索システムの簡略化
も図れる。
As described above, according to the present invention,
With respect to numerical information such as date information that can specify a range included in a document, it is possible to search for any numerical value within the range using only full-text search conditions. Therefore, even in a system having a full-text search process in which comparison search such as date cannot be performed, conditional search such as date can be performed. In addition, since it is not necessary to perform a condition search such as a date again on the full-text search result, it is possible to reduce resources such as a hard disk and a memory required for the search,
Since the processing is reduced, the full-text search system can be simplified.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施の形態の全文検索システムの概
略構成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of a full-text search system according to an embodiment of the present invention.

【図2】文書登録時の日付検索対象変換処理の変換結果
の具体例を示す図である。
FIG. 2 is a diagram illustrating a specific example of a conversion result of a date search target conversion process at the time of document registration.

【図3】文書登録時の日付検索対象変換処理の第1の手
順を示すフローチャートである。
FIG. 3 is a flowchart illustrating a first procedure of date search target conversion processing at the time of document registration.

【図4】文書登録時の日付検索対象変換処理の第2の手
順を示すフローチャートである。
FIG. 4 is a flowchart illustrating a second procedure of a date search target conversion process at the time of document registration.

【図5】文書登録時の日付検索対象変換処理の第3の手
順を示すフローチャートである。
FIG. 5 is a flowchart illustrating a third procedure of date search target conversion processing at the time of document registration.

【図6】文書登録時の日付検索対象変換処理の第4の手
順を示すフローチャートである。
FIG. 6 is a flowchart illustrating a fourth procedure of date search target conversion processing at the time of document registration.

【図7】文書登録時の日付検索対象変換処理の第5の手
順を示すフローチャートである。
FIG. 7 is a flowchart showing a fifth procedure of date search target conversion processing at the time of document registration.

【図8】文書登録時の日付検索対象変換処理の第6の手
順を示すフローチャートである。
FIG. 8 is a flowchart illustrating a sixth procedure of a date search target conversion process at the time of document registration.

【図9】文書登録時の日付検索対象変換処理の第7の手
順を示すフローチャートである。
FIG. 9 is a flowchart illustrating a seventh procedure of a date search target conversion process at the time of document registration.

【図10】文書検索時の日付検索対象変換処理の変換結
果の具体例を示す図である。
FIG. 10 is a diagram illustrating a specific example of a conversion result of a date search target conversion process during document search.

【図11】文書検索時の日付検索対象変換処理の概要を
示すフローチャートである。
FIG. 11 is a flowchart illustrating an outline of a date search target conversion process during document search.

【図12】文書の具体例を示す図である。FIG. 12 illustrates a specific example of a document.

【図13】全文検索データベースの具体例を示す図であ
る。
FIG. 13 is a diagram showing a specific example of a full-text search database.

【符号の説明】[Explanation of symbols]

1 全文検索データベース 2 登録情報入力部 3 登録情報編集処理部 4 日付検索対象変換処理部 5 登録処理部 6 検索条件入力部 7 検索条件編集処理部 8 日付検索対象変換処理部 9 検索処理部 10 検索結果編集処理部 11 検索結果出力処理部 REFERENCE SIGNS LIST 1 full-text search database 2 registration information input section 3 registration information editing processing section 4 date search target conversion processing section 5 registration processing section 6 search condition input section 7 search condition editing processing section 8 date search target conversion processing section 9 search processing section 10 search Result edit processing unit 11 Search result output processing unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 検索対象の文書を格納する全文検索デー
タベースにより、文書の全文を用いて検索を行う全文検
索方法において、 全文検索データべースへの文書登録時、入力された文書
に含まれる範囲を示す情報を、任意の数値が当該範囲内
であることを特定できる全文検索に適した形式の文字列
に変換し、前記入力された文書及び前記変換された文字
列を全文検索データベースに登録し、 全文検索データベースの文書検索時、入力された検索条
件に含まれる数値検索条件を、前記変換された文字列に
対して全文検索可能な検索条件に変換し、前記入力され
た検索条件及び前記変換された検索条件により、全文検
索データベースに対して全文検索を行うことを特徴とす
る全文検索方法。
1. A full-text search method for performing a search using a full-text of a document by a full-text search database that stores a document to be searched. In a full-text search database, when a document is registered in a full-text search database, the document is included in the input document. Converts the information indicating the range into a character string suitable for full-text search that can specify that an arbitrary numerical value is within the range, and registers the input document and the converted character string in a full-text search database Then, at the time of document search of the full-text search database, a numerical search condition included in the input search condition is converted into a search condition capable of full-text search for the converted character string, and the input search condition and the A full-text search method, wherein a full-text search is performed on a full-text search database based on the converted search conditions.
【請求項2】 請求項1記載の全文検索方法において、
入力された文書に含まれる範囲を示す情報を、任意の数
値が当該範囲であることを特定できる全文検索対象に適
した形式の文字列に変換する場合、範囲の開始部分と終
了部分では値の全桁を対象とし、それ以外の部分では、
順次、値の上位桁を対象とするように変更することを特
徴とする全文検索方法。
2. The full-text search method according to claim 1, wherein
When converting the information indicating the range included in the input document into a character string in a format suitable for full-text search that can specify an arbitrary numerical value as the range, the value at the beginning and end of the range For all digits, the rest is
A full-text search method characterized by sequentially changing the upper digits of a value so as to be targeted.
【請求項3】 検索対象の文書を格納する全文検索デー
タベースにより、文書の全文を用いて検索を行う全文検
索システムにおいて、 全文検索データベースに登録する文書を入力する手段
と、前記文書に含まれる範囲を示す情報を、任意の数値
が当該範囲内であることを特定できる全文検索に適した
形式の文字列に変換する手段と、前記入力された文書及
び前記変換された文字列を編集する手段と、前記編集さ
れた情報を全文検索データベースに登録する手段と、 全文検索データベースを検索する条件を入力する手段
と、入力された検索条件に含まれる数値検索条件を、前
記変換された文字列に対して全文検索可能な検索条件に
変換する手段と、前記入力された検索条件及び前記変換
された検索条件を編集する手段と、前記編集された検索
条件により、全文検索データベースに対して全文検索を
行う手段と、検索結果を出力可能な形式に編集する手段
と、前記編集された検索結果を出力する手段と、 を有することを特徴とする全文検索システム。
3. A means for inputting a document to be registered in a full-text search database in a full-text search system for performing a search using the full-text of a document by a full-text search database storing a document to be searched, and a range included in the document. Means for converting the information indicating the character string into a character string in a format suitable for full-text search capable of specifying that an arbitrary numerical value is within the range; and a means for editing the input document and the converted character string. Means for registering the edited information in a full-text search database; means for inputting a condition for searching the full-text search database; and numerical search conditions included in the input search conditions with respect to the converted character string. Means for converting the input search conditions and the converted search conditions into a search condition capable of performing full-text search, and a means for editing the input search conditions and the converted search conditions. A means for performing a full-text search on a full-text search database, a means for editing a search result into a format that can be output, and a means for outputting the edited search result. .
【請求項4】 検索対象の文書を格納する全文検索デー
タベースにより、文書の全文を用いて検索を行うための
全文検索プログラムを記録したコンピュータ読み取り可
能な記録媒体であって、 全文検索データべースへの文書登録モードにおいて、入
力された文書に含まれる範囲を示す情報を、任意の数値
が当該範囲内であることを特定できる全文検索に適した
形式の文字列に変換し、前記入力された文書及び前記変
換された文字列を全文検索データベースに登録する処理
プロセスと、 全文検索データベースの文書検索モードにおいて、入力
された検索条件に含まれる数値検索条件を、前記変換さ
れた文字列に対して全文検索可能な検索条件に変換し、
前記入力された検索条件及び前記変換された検索条件に
より、全文検索データベースに対して全文検索を行う処
理プロセスと、と有することを特徴とする全文検索プロ
グラムを記録した記録媒体。
4. A computer-readable recording medium which records a full-text search program for performing a search using the full text of a document by a full-text search database storing a document to be searched. In the document registration mode, the information indicating the range included in the input document is converted into a character string in a format suitable for full-text search capable of specifying that an arbitrary numerical value is within the range, and the input A processing process of registering a document and the converted character string in a full-text search database; and, in a document search mode of the full-text search database, a numerical search condition included in an input search condition with respect to the converted character string. Convert to full text searchable search conditions,
A recording medium storing a full-text search program, comprising: a process for performing a full-text search on a full-text search database based on the input search conditions and the converted search conditions.
JP10253859A 1998-09-08 1998-09-08 Method and system for full-text retrieval and record medium recording full-text retrieval program Pending JP2000090093A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10253859A JP2000090093A (en) 1998-09-08 1998-09-08 Method and system for full-text retrieval and record medium recording full-text retrieval program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10253859A JP2000090093A (en) 1998-09-08 1998-09-08 Method and system for full-text retrieval and record medium recording full-text retrieval program

Publications (1)

Publication Number Publication Date
JP2000090093A true JP2000090093A (en) 2000-03-31

Family

ID=17257133

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10253859A Pending JP2000090093A (en) 1998-09-08 1998-09-08 Method and system for full-text retrieval and record medium recording full-text retrieval program

Country Status (1)

Country Link
JP (1) JP2000090093A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001344268A (en) * 2000-06-02 2001-12-14 Tsubasa System Co Ltd Method and device for information retrieval
CN100424704C (en) * 2006-09-30 2008-10-08 华中科技大学 Full text search system based on ciphertext
JP2016143200A (en) * 2015-01-30 2016-08-08 富士通株式会社 Encoding program, encoding method and encoder
US9537740B2 (en) 2014-07-31 2017-01-03 International Business Machines Corporation Monitoring device usage
US9998347B2 (en) 2014-07-31 2018-06-12 International Business Machines Corporation Monitoring device usage
US10102103B2 (en) 2015-11-11 2018-10-16 International Business Machines Corporation System resource component utilization
US10169182B2 (en) 2014-07-31 2019-01-01 International Business Machines Corporation Monitoring levels of utilization of device
US10649876B2 (en) 2017-04-20 2020-05-12 International Business Machines Corporation Maintaining manageable utilization in a system to prevent excessive queuing of system requests

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001344268A (en) * 2000-06-02 2001-12-14 Tsubasa System Co Ltd Method and device for information retrieval
CN100424704C (en) * 2006-09-30 2008-10-08 华中科技大学 Full text search system based on ciphertext
US9537740B2 (en) 2014-07-31 2017-01-03 International Business Machines Corporation Monitoring device usage
US9998347B2 (en) 2014-07-31 2018-06-12 International Business Machines Corporation Monitoring device usage
US10169182B2 (en) 2014-07-31 2019-01-01 International Business Machines Corporation Monitoring levels of utilization of device
JP2016143200A (en) * 2015-01-30 2016-08-08 富士通株式会社 Encoding program, encoding method and encoder
US10102103B2 (en) 2015-11-11 2018-10-16 International Business Machines Corporation System resource component utilization
US10423516B2 (en) 2015-11-11 2019-09-24 International Business Machines Corporation System resource component utilization
US11182270B2 (en) 2015-11-11 2021-11-23 International Business Machines Corporation System resource component utilization
US10649876B2 (en) 2017-04-20 2020-05-12 International Business Machines Corporation Maintaining manageable utilization in a system to prevent excessive queuing of system requests

Similar Documents

Publication Publication Date Title
Schmidt et al. A data structure for representing multi-version texts online
US20050234843A1 (en) Computer program for storing electronic files and associated attachments in a single searchable database
JP2008052662A (en) Structured document management system and program
US20040078355A1 (en) Information management system
JP4207438B2 (en) XML document storage / retrieval apparatus, XML document storage / retrieval method used therefor, and program thereof
JP2004030221A (en) Method for automatically detecting table to be modified
Colavizza et al. Citation mining of humanities journals: the progress to date and the challenges ahead
KR20110133909A (en) Semantic dictionary manager, semantic text editor, semantic term annotator, semantic search engine and semantic information system builder based on the method defining semantic term instantly to identify the exact meanings of each word
JP2005190163A (en) Method, apparatus and program for retrieving structured data
JP2000090093A (en) Method and system for full-text retrieval and record medium recording full-text retrieval program
Breuer et al. ir_metadata: An extensible metadata schema for IR experiments
JP2002534741A (en) Method and apparatus for processing semi-structured text data
JP2000003366A (en) Document registration method, document retrieval method, execution device therefor and medium having recorded its processing program thereon
JP3500097B2 (en) Composite media search method and composite media search program recording medium
JP5399988B2 (en) Important date expression determination method, important date expression determination device, important date expression determination program
JP2006106907A (en) Structured document management system, method for constructing index, and program
JP3239845B2 (en) Full-text search apparatus and method
JP3804609B2 (en) Search tuning method and information search system
JP3050467B2 (en) Data item dictionary generation method
JP4242701B2 (en) Storage search device, storage search program, and storage search program recording medium
JP3498926B2 (en) Document database management system
JPH05197534A (en) Program data base system
Koh et al. Domain Knowledge Driven FRBR and Cataloguing for the Future Libraries
JP2990314B2 (en) Data management device
JPH11224279A (en) Cad data managing device