JP2011227656A - Information retrieval system, information retrieval method, and program - Google Patents

Information retrieval system, information retrieval method, and program Download PDF

Info

Publication number
JP2011227656A
JP2011227656A JP2010096037A JP2010096037A JP2011227656A JP 2011227656 A JP2011227656 A JP 2011227656A JP 2010096037 A JP2010096037 A JP 2010096037A JP 2010096037 A JP2010096037 A JP 2010096037A JP 2011227656 A JP2011227656 A JP 2011227656A
Authority
JP
Japan
Prior art keywords
information
attribute
search
combination
registration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2010096037A
Other languages
Japanese (ja)
Other versions
JP5477139B2 (en
Inventor
Kentaro Yamazaki
健太郎 山崎
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
Original Assignee
NEC Corp
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 filed Critical NEC Corp
Priority to JP2010096037A priority Critical patent/JP5477139B2/en
Publication of JP2011227656A publication Critical patent/JP2011227656A/en
Application granted granted Critical
Publication of JP5477139B2 publication Critical patent/JP5477139B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To realize information retrieval processing in a short time by preventing an increase in processing time, even when the number of elements included in a retrieval object increases.SOLUTION: A registration information management unit 14 stores registration information, and a combination management unit 17 creates and stores combination selection information that is information showing combination of attribute information included in the registration information. A retrieval information processing unit 15 obtains retrieval information including one or more attribute information, creates new retrieval information of combination corresponding to the combination selection information on the basis of the retrieval information, and retrieves registration information that corresponds with the new retrieval information from the registration information management unit 14. An attribute value conversion unit 18 may be further included to convert an attribute value regarding registration information and the retrieval information into the one that uniquely identifies a combination of an attribute name and an attribute value.

Description

本発明は、情報検索システム、情報検索方法およびプログラムに関する。   The present invention relates to an information search system, an information search method, and a program.

ワイルドカードを含んだ登録情報の登録と、検索情報にマッチする登録情報の検索が可能なハッシュテーブルを用いた検索システムの一例が非特許文献1に記載されている。非特許文献1の検索システムにおける登録情報であるグルーピング条件および評価対象情報であるコンテキストは、属性名と属性値の組からなる属性情報を複数含んだ情報である。ワイルドカードを含んだ登録情報とは、システムで扱う属性名をすべては含んでいない登録情報である。たとえば、システムで扱う属性名が「場所」、「年齢」、「性別」の3種類であったとき、「(性別、男)」や「(場所、東京)、(年齢、20)」のように3種類すべては含んでいない登録情報のことを、ワイルドカードを含んだ登録情報と呼ぶ。このワイルドカードを含んだ登録情報に対しては、登録情報に含まれるすべての属性情報が、評価対象情報(本発明では検索情報という)と一致すればマッチしたと判断される。たとえば、「(性別、男)」という登録情報に対しては、「(性別、男)」、「(性別、男)、(場所、東京)」、「(性別、男)、(場所、東京)、(年齢、30)」のように(性別、男)を含む評価対象情報であれば何れもマッチする。   Non-Patent Document 1 describes an example of a search system that uses a hash table capable of registering registration information including a wild card and searching for registration information that matches the search information. The grouping condition, which is registration information in the search system of Non-Patent Document 1, and the context, which is evaluation target information, are information including a plurality of attribute information composed of pairs of attribute names and attribute values. Registration information including a wild card is registration information that does not include all attribute names handled by the system. For example, when there are three types of attribute names handled by the system: “place”, “age”, and “gender”, “(sex, male)”, “(place, Tokyo), (age, 20)”, etc. Registration information that does not include all three types is called registration information that includes a wild card. For registration information including this wild card, if all attribute information included in the registration information matches the evaluation target information (referred to as search information in the present invention), it is determined that the information matches. For example, for the registration information `` (Gender, Male) '', `` (Gender, Male) '', `` (Gender, Male), (Location, Tokyo) '', `` (Gender, Male), (Location, Tokyo ), (Age, 30) ", and any evaluation target information including (gender, male) matches.

非特許文献1の検索システムの情報登録フローでは、登録情報に含まれるすべての属性値を決められた順番で連結し、連続属性値を得る。属性値のうち値がワイルドカードのものについては連結を行わない。そして、連結した連結属性値をキーとし、登録情報を含む情報を値とするエントリをハッシュテーブルに登録する。非特許文献1の検索システムの評価動作フローでは、まず評価対象情報に含まれるすべての属性値を要素とする集合のべき集合を作成し、べき集合の要素となる集合の各要素を決められた順番で連結し、複数の連結属性値を得る。たとえば、「(性別、M)、(年齢、20)」という評価対象情報に含まれる「M」、「20」という属性値を要素とする集合「M、20」のべき集合P「M、20」={「M」、「20」、「M、20」}を作成し、べき集合の要素となる集合「M」、「20」、「M、20」の各要素を決められた順番で連結し、「M」、「20」、「20M」という連結属性値を得る。そして、連結した連結属性値をキーとするエントリをハッシュテーブルから取得することによりワイルドカードを含んだ登録情報の検索を実現している。ワイルドカードを含んだ登録情報の検索が実現できるのは、複数の連結属性値が評価対象情報にマッチするすべてのエントリのキーとなっているためである。   In the information registration flow of the search system of Non-Patent Document 1, all attribute values included in the registration information are connected in a predetermined order to obtain continuous attribute values. Concatenation is not performed for attribute values whose values are wildcards. Then, an entry having the linked attribute value as a key and information including registration information as a value is registered in the hash table. In the evaluation operation flow of the search system of Non-Patent Document 1, first, a power set of a set having all attribute values included in the evaluation target information as elements is created, and each element of the set that is an element of the power set is determined. Concatenate in order to obtain multiple concatenated attribute values. For example, a power set P “M, 20” of a set “M, 20” having attribute values “M” and “20” included in the evaluation target information “(sex, M), (age, 20)”. ”= {“ M ”,“ 20 ”,“ M, 20 ”} is created, and each element of the set“ M ”,“ 20 ”,“ M, 20 ”that is an element of the power set is determined in a predetermined order. Concatenate to obtain concatenated attribute values of “M”, “20”, and “20M”. A search for registration information including a wild card is realized by obtaining an entry from the hash table using the linked attribute value as a key. The search for registration information including a wild card can be realized because a plurality of linked attribute values are keys of all entries matching the evaluation target information.

特許文献1には、従来技術で処理すると途中で対象の数が増加し処理しきれないようなデータも高速に処理する事が可能なデータ解析方式が開示されている。特許文献1のデータ解析方式は、条件にあうすべての組み合わせの中から、キャッシュアルゴリズムを利用して処理対象を選択することで処理の高速化を図るものである。   Patent Document 1 discloses a data analysis method capable of processing at high speed data that cannot be processed due to an increase in the number of objects in the middle when processed by the prior art. The data analysis method disclosed in Patent Document 1 is intended to speed up processing by selecting a processing target using a cache algorithm from all combinations that meet conditions.

特許文献2には、膨大なデータリストの中から所望のデータを抽出する検索処理の高速化を実現する検索装置が開示されている。特許文献2の検索装置は、検索キーのハッシュ値を算出し、インデックス領域における当該ハッシュ値に対応する場所を参照して原データの格納場所を示す情報を抽出し、次いで前記原データ領域におけるその情報で示される場所を参照して所要の原データを抽出することにより、複数のデータファイルに対してファイル操作及び入出力を行わずに済むことから、検索の一層の効率化、高速化が図られる。   Patent Document 2 discloses a search device that realizes high-speed search processing for extracting desired data from a huge data list. The search device of Patent Document 2 calculates a hash value of a search key, refers to a location corresponding to the hash value in the index area, extracts information indicating a storage location of the original data, and then extracts the information in the original data area By extracting the required original data by referring to the location indicated by the information, it is not necessary to perform file operations and input / output on multiple data files, thereby further improving the efficiency and speed of the search. It is done.

特許文献3には、絞り込みに対して有効度の高い特徴項目を検索者に報知することで、効率的な検索を可能とする検索システムが開示されている。特許文献3の検索システムは、複数の検索キーを要素とするべき集合を作成し、検索によって絞り込まれる要素数のバラツキの程度を算出して、絞り込みに対する有効度の評価結果を検索者に報知することで検索の効率化を測るものである。   Patent Document 3 discloses a search system that enables efficient search by notifying a searcher of feature items that are highly effective for narrowing down. The search system of Patent Document 3 creates a set having a plurality of search keys as elements, calculates the degree of variation in the number of elements narrowed down by the search, and informs the searcher of the evaluation result of the effectiveness for the narrowing down. This measures the efficiency of search.

特許文献4には、ディレクトリ情報ベースに対する検索速度を向上させる情報処理装置が開示されている。特許文献4の情報処理装置は、エントリを検索するために相対識別名(RDN)の比較を行なうときに、属性値の比較で一致したものだけに属性型を比較することで、属性型から比較する場合より、全体の比較回数を減らすことができ、検索速度を向上させることができる。また、属性値に固定長のハッシュ値をもたせることで、ハッシュ値を持たせない場合よりも全体としての検索速度を向上させることができる。   Patent Document 4 discloses an information processing apparatus that improves the search speed for a directory information base. When the information processing apparatus of Patent Literature 4 performs a comparison of relative identification names (RDN) to search for an entry, the attribute type is compared only with the one that matches in the comparison of the attribute value, thereby comparing from the attribute type. Compared to the case, the total number of comparisons can be reduced, and the search speed can be improved. Further, by providing the attribute value with a fixed-length hash value, the search speed as a whole can be improved as compared with the case where no hash value is provided.

特開2005−285048号公報JP 2005-285048 A 特開2007−241378号公報JP 2007-241378 A 特開2009−20578号公報JP 2009-20578 A 特開平7−234879号公報JP-A-7-234879

山崎健太郎ほか、「コンテキストのべき集合を用いた高速な動的グルーピング」、電子情報通信学会2009年ソサエティ大会講演論文集、B-7-15Kentaro Yamazaki et al., “High-speed dynamic grouping using power sets of contexts”, Proceedings of the 2009 IEICE Society Conference, B-7-15

非特許文献1の検索システムでは、評価対象情報に含まれるすべての属性値を要素とする集合のべき集合を作成し、べき集合の要素となる集合の各要素を決められた順番で連結することで検索キーとなる連結属性値を得ている。べき集合の要素数は属性情報数nに対して2−1となる。これは評価フローの計算量が属性情報数に対して指数オーダーとなることを意味している。そのため、属性情報数nが多い場合には検索キーの数が増大し、処理時間が大幅に増加してしまうことがある。 In the search system of Non-Patent Document 1, a power set of a set having all attribute values included in evaluation target information as elements is created, and the elements of the set that are elements of the power set are connected in a predetermined order The linked attribute value that is the search key is obtained. The number of elements of the power set is 2 n −1 with respect to the number of attribute information n. This means that the calculation amount of the evaluation flow is an exponential order with respect to the number of attribute information. Therefore, when the number of attribute information n is large, the number of search keys increases, and the processing time may increase significantly.

特許文献1および3に記載の技術は、検索キーに含まれる複数の要素のべき集合を生成しないことで検索処理の高速化を図るものではない。   The techniques described in Patent Documents 1 and 3 do not speed up the search process by not generating a power set of a plurality of elements included in the search key.

特許文献2および4に記載の技術は、ワイルドカードを含んだ登録情報の検索をするものではない。   The techniques described in Patent Documents 2 and 4 do not search for registration information including a wild card.

本発明は、上述のような事情に鑑みてなされたもので、検索対象に含まれる要素の数が増加した場合にも、処理時間の増加を防いで短時間での処理を実現する情報検索システム、情報検索方法およびプログラムを提供することを目的とする。   The present invention has been made in view of the above circumstances, and an information search system that realizes processing in a short time by preventing an increase in processing time even when the number of elements included in a search target increases. An object of the present invention is to provide an information search method and program.

本発明の第1の観点に係る情報検索システムは、
属性名と属性値からなる属性情報を1つ以上含む登録情報を記憶する記憶手段と、
前記登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理手段と、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得手段と、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成手段と、
前記新たな検索情報と一致する前記登録情報を前記記憶手段から検索する検索手段と、
を備えることを特徴とする。
An information search system according to a first aspect of the present invention includes:
Storage means for storing registration information including at least one attribute information including an attribute name and an attribute value;
A combination management unit that creates and stores combination selection information that is information indicating a combination of attribute information included in the registration information;
Including one or more of the attribute information including the attribute name and the attribute value, and acquiring means for acquiring search information that is a target of information search;
Generating means for acquiring the combination selection information and generating new search information for a combination corresponding to the combination selection information based on the search information;
Search means for searching the registration information that matches the new search information from the storage means;
It is characterized by providing.

本発明の第2の観点に係る情報検索方法は、
情報検索システムが実行する情報検索方法であって、
属性名と属性値からなる属性情報を1つ以上含む登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理ステップと、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得ステップと、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成ステップと、
前記登録情報を記憶する記憶手段から、前記新たな検索情報と一致する前記登録情報を検索する検索ステップと、
を備えることを特徴とする。
An information search method according to the second aspect of the present invention is:
An information search method executed by an information search system,
A combination management step of creating and storing combination selection information that is information indicating a combination of attribute information included in registration information including one or more attribute information including an attribute name and an attribute value;
Including one or more pieces of the attribute information including the attribute name and the attribute value, and obtaining search information that is a target of information search;
Generating the combination selection information and generating new search information of a combination corresponding to the combination selection information based on the search information;
A search step of searching for the registration information that matches the new search information from a storage means for storing the registration information;
It is characterized by providing.

本発明の第3の観点に係るプログラムは、コンピュータを、
属性名と属性値からなる属性情報を1つ以上含む登録情報を記憶する記憶手段、
前記登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理手段、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得手段、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成手段、
前記新たな検索情報と一致する前記登録情報を前記記憶手段から検索する検索手段、
として機能させることを特徴とする。
A program according to a third aspect of the present invention provides a computer,
Storage means for storing registration information including at least one attribute information including an attribute name and an attribute value;
A combination management unit that creates and stores combination selection information that is information indicating a combination of attribute information included in the registration information;
An acquisition unit that includes one or more of the attribute information including the attribute name and the attribute value, and acquires search information that is a target of information search;
Generating means for acquiring the combination selection information and generating new search information of a combination corresponding to the combination selection information based on the search information;
Search means for searching the storage means for the registered information that matches the new search information;
It is made to function as.

本発明の情報検索システム、情報検索方法およびプログラムによれば、検索対象に含まれる要素の数が増加した場合でも処理時間の増加を防ぐことができ、要素のべき集合や部分集合を生成して検索する方法よりも短時間での処理を実現することができる。   According to the information search system, information search method, and program of the present invention, it is possible to prevent an increase in processing time even when the number of elements included in the search target increases, and to generate a set or subset of elements. Processing in a shorter time than the search method can be realized.

本発明の実施の形態1に係る情報検索システムの構成例を示すブロック図である。It is a block diagram which shows the structural example of the information search system which concerns on Embodiment 1 of this invention. 実施の形態1における登録情報に対応するハッシュ値の生成の例を示す図である。6 is a diagram illustrating an example of generation of a hash value corresponding to registration information in Embodiment 1. FIG. 実施の形態1における検索情報に対応するハッシュ値の生成の例を示す図である。6 is a diagram illustrating an example of generation of a hash value corresponding to search information according to Embodiment 1. FIG. 実施の形態1に係る情報登録の動作の一例を示すフローチャートである。5 is a flowchart illustrating an example of an information registration operation according to the first embodiment. 実施の形態1に係る情報検索の動作の一例を示すフローチャートである。5 is a flowchart illustrating an example of an information search operation according to the first embodiment. 実施の形態2に係る情報検索システムの構成例を示すブロック図である。6 is a block diagram illustrating a configuration example of an information search system according to Embodiment 2. FIG. 実施の形態2に係る情報登録の動作の一例を示すフローチャートである。10 is a flowchart illustrating an example of information registration operation according to the second embodiment. 実施の形態2に係る情報検索の動作の一例を示すフローチャートである。10 is a flowchart illustrating an example of an information search operation according to the second embodiment. 本発明の実施の形態に係る情報検索システムを構成する情報検索装置のハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions of the information search device which comprises the information search system which concerns on embodiment of this invention.

本発明において、登録情報とは、属性名と属性値からなる属性情報を1つ以上含む情報であって、検索される対象を示す情報である。また、検索情報とは、属性名と属性値からなる属性情報を1つ以上含む情報であって、検索する対象を示す情報である。   In the present invention, registration information is information including one or more attribute information including an attribute name and an attribute value, and is information indicating a target to be searched. The search information is information including one or more attribute information including an attribute name and an attribute value, and is information indicating a search target.

以下、本発明を実施するための形態について図を参照して詳細に説明する。なお図中、同一または同等の部分には同一の符号を付す。   Hereinafter, embodiments for carrying out the present invention will be described in detail with reference to the drawings. In the drawings, the same or equivalent parts are denoted by the same reference numerals.

(実施の形態1)
図1は、本発明の実施の形態1に係る情報検索システムの構成例を示すブロック図である。情報検索システム101は、情報登録部11、属性情報ソート連結部12、ハッシュ生成部13、登録情報管理部14、検索情報処理部15、組み合わせ生成部16および組み合わせ管理部17を備える。情報検索システム101は、前述の各部を備える情報検索装置のみで構成されることとしてもよいし、前述の各部を備える情報検索装置と、検索情報の入力を受け付けて情報検索装置に送信し、情報検索装置から検索結果を受信して出力する1つ以上のユーザ端末とで構成されることとしてもよい。後者の場合、ユーザ端末は情報検索装置の附属の装置であってもよいし、情報検索装置とネットワークで接続されることとしてもよい。
(Embodiment 1)
FIG. 1 is a block diagram showing a configuration example of an information search system according to Embodiment 1 of the present invention. The information search system 101 includes an information registration unit 11, an attribute information sort connection unit 12, a hash generation unit 13, a registration information management unit 14, a search information processing unit 15, a combination generation unit 16, and a combination management unit 17. The information search system 101 may be configured by only an information search device including the above-described units, or an information search device including the above-described units, an input of search information, and transmission to the information search device. It is good also as comprising with one or more user terminals which receive and output a search result from a search device. In the latter case, the user terminal may be a device attached to the information search device, or may be connected to the information search device via a network.

情報登録部11は、登録情報を受信し、受信した登録情報に含まれる属性名を組み合わせ管理部17に送信する。なお、属性情報の種類が年齢、性別、場所、・・・のN種類である場合でも、登録情報は必ずしもN種類すべての属性情報を含まなくてよい。たとえば、年齢、性別、場所の3種類の属性情報しか含まない登録情報でもよい。属性情報をN種類すべては含まない登録情報が受信されたとき、前述のワイルドカードを含んだ登録情報として取り扱う。また、情報登録部11は、登録情報を属性情報ソート連結部12に送信する。そして、情報登録部11は、当該登録情報に対応するハッシュ値をハッシュ生成部13から受信する。情報登録部11は、登録情報と当該登録情報に対応するハッシュ値とを含む情報登録要求を生成し、登録情報管理部14に送信する。   The information registration unit 11 receives the registration information and transmits the attribute name included in the received registration information to the combination management unit 17. Even if the types of attribute information are N types of age, sex, place,..., The registration information does not necessarily include all N types of attribute information. For example, registration information including only three types of attribute information of age, sex, and place may be used. When registration information that does not include all N types of attribute information is received, it is handled as registration information including the wild card described above. In addition, the information registration unit 11 transmits the registration information to the attribute information sort connection unit 12. Then, the information registration unit 11 receives a hash value corresponding to the registration information from the hash generation unit 13. The information registration unit 11 generates an information registration request including registration information and a hash value corresponding to the registration information, and transmits the information registration request to the registration information management unit 14.

属性情報ソート連結部12は、情報登録部11から登録情報を受信し、組み合わせ生成部16から新たな検索情報を受信する。属性情報ソート連結部12は、登録情報および新たな検索情報の属性情報を、属性名に基づいて決められた順序にしたがって並び替え、属性値の連結を行う。属性情報ソート連結部12は、連結した属性値である連結属性値をハッシュ生成部13に送信する。なお、並び替えの順序は、属性名に対して定められたものでよいし属性名が英語で表記される場合はアルファベット順でもよい。また、属性名が日本語で表記される場合は五十音順でもよいし、属性名が数値で表記される場合は数値の昇順・降順でもよい。   The attribute information sort connection unit 12 receives registration information from the information registration unit 11 and receives new search information from the combination generation unit 16. The attribute information sort concatenation unit 12 rearranges the attribute information of the registration information and the new search information according to the order determined based on the attribute name, and concatenates the attribute values. The attribute information sort concatenation unit 12 transmits a concatenated attribute value that is a concatenated attribute value to the hash generation unit 13. Note that the rearrangement order may be determined for the attribute names, or may be in alphabetical order when the attribute names are written in English. Further, when the attribute name is written in Japanese, it may be in alphabetical order, and when the attribute name is written in numerical value, the numerical value may be in ascending / descending order.

ハッシュ生成部13は、属性情報ソート連結部12から登録情報に基づいて生成された連結属性値と、新たな検索情報に基づいて生成された連結属性値とを受信し、これらの連結属性値をハッシュ変換し、ハッシュ値を生成する。ハッシュ生成部13は、登録情報に対応するハッシュ値を情報登録部11に、新たな検索情報に対応するハッシュ値を検索情報処理部15に送信する。なお、ハッシュ変換はMD5やSHAに代表されるような一般的なハッシュ関数を用いてよい。   The hash generation unit 13 receives the connection attribute value generated based on the registration information from the attribute information sort connection unit 12 and the connection attribute value generated based on the new search information, and uses these connection attribute values. Hash conversion is performed to generate a hash value. The hash generation unit 13 transmits a hash value corresponding to the registration information to the information registration unit 11 and a hash value corresponding to the new search information to the search information processing unit 15. The hash transformation may use a general hash function represented by MD5 or SHA.

登録情報管理部14は、登録情報と当該登録情報に対応するハッシュ値とを含む情報登録要求を受信する。登録情報管理部14は、ハッシュテーブルを記憶しており、受信した情報登録要求に含まれるハッシュ値をキーとし、登録情報を値とするエントリを作成し、ハッシュテーブルに登録する。なお、ハッシュテーブルへのエントリの登録を行う際に、すでに同一のハッシュ値をキーとして持つエントリが存在していたならば、登録情報を当該エントリの値に追加する。また、登録情報管理部14は、検索情報に対応するハッシュ値を含む情報検索要求を受信する。登録情報管理部14は、受信した情報検索要求に含まれるハッシュ値をキーとするエントリをハッシュテーブルより取得し、当該エントリまたは当該エントリの値である登録情報を検索結果として検索情報処理部15に送信する。   The registration information management unit 14 receives an information registration request including registration information and a hash value corresponding to the registration information. The registration information management unit 14 stores a hash table, creates an entry using the hash value included in the received information registration request as a key, and registration information as a value, and registers the entry in the hash table. If an entry having the same hash value as a key already exists when registering an entry in the hash table, the registration information is added to the value of the entry. The registered information management unit 14 also receives an information search request including a hash value corresponding to the search information. The registration information management unit 14 acquires an entry using the hash value included in the received information search request as a key from the hash table, and stores the entry or the registration information that is the value of the entry in the search information processing unit 15 as a search result. Send.

検索情報処理部15は、検索情報を受信する。また、検索情報処理部15は、組み合わせ管理部17に組み合わせ選択情報を要求し、取得する。なお、検索情報処理部15は検索情報に含まれる属性名を含めて組み合わせ選択情報を要求してもよい。検索情報処理部15は、組み合わせ生成部16に、検索情報と組み合わせ管理部17から取得した組み合わせ選択情報とを送信する。そして、検索情報処理部15は、ハッシュ生成部13から当該検索情報に対応するハッシュ値を受信する。さらに、検索情報処理部15は、ハッシュ生成部13から受信したハッシュ値を含む情報検索要求を登録情報管理部14に送信し、検索結果を受信する。検索結果は、登録情報管理部14に記憶されるハッシュテーブルのエントリのうち、情報検索要求に含まれるハッシュ値をキーとするエントリ、またはエントリの値である登録情報である。   The search information processing unit 15 receives search information. Further, the search information processing unit 15 requests and acquires combination selection information from the combination management unit 17. Note that the search information processing unit 15 may request combination selection information including the attribute name included in the search information. The search information processing unit 15 transmits the search information and the combination selection information acquired from the combination management unit 17 to the combination generation unit 16. Then, the search information processing unit 15 receives a hash value corresponding to the search information from the hash generation unit 13. Further, the search information processing unit 15 transmits an information search request including the hash value received from the hash generation unit 13 to the registered information management unit 14 and receives a search result. The search result is an entry using the hash value included in the information search request as a key among the entries in the hash table stored in the registration information management unit 14, or registration information that is the value of the entry.

組み合わせ生成部16は、検索情報と生成すべき組み合わせを示した情報である組み合わせ選択情報を受信する。組み合わせ生成部16は、受信した検索情報から属性情報を取得し、受信した組み合わせ選択情報が示す組み合わせの属性情報を含む新たな検索情報を生成し、属性情報ソート連結部12へ送信する。   The combination generation unit 16 receives search information and combination selection information that is information indicating a combination to be generated. The combination generation unit 16 acquires attribute information from the received search information, generates new search information including the attribute information of the combination indicated by the received combination selection information, and transmits the new search information to the attribute information sort and connection unit 12.

組み合わせ管理部17は、情報登録部11より登録情報に含まれる属性名を受信し、受信した属性名の組み合わせを組み合わせ選択情報として記憶する。ただし、組み合わせ管理部17が作成した組み合わせ選択情報と同一の情報が既に記憶されている場合には当該組み合わせ選択情報の記憶は行わない。たとえば、組み合わせ管理部17は、年齢および性別という属性名を受信した場合、「(年齢)、(性別)」という組み合わせ選択情報を生成し、記憶する。この後さらに、年齢および性別という属性名を受信した場合、組み合わせ選択情報「(年齢)、(性別)」が生成されるが、すでに同一の情報が記憶されているので、前記組み合わせ選択情報の記憶は行わない。また、組み合わせ管理部17は、検索情報処理部15からの要求に応じて、記憶している組み合わせ選択情報を呼び出して検索情報処理部15に返す。このとき、組み合わせ管理部17は、検索情報処理部15からの要求に対し、記憶する組み合わせ選択情報をすべて検索情報処理部15に送信する。なお、検索情報処理部15からの要求に属性名が含まれる場合は、組み合わせ管理部17は当該属性名を含む組み合わせ選択情報のみを検索情報処理部15に送信する。   The combination management unit 17 receives the attribute name included in the registration information from the information registration unit 11, and stores the received combination of attribute names as combination selection information. However, when the same information as the combination selection information created by the combination management unit 17 is already stored, the combination selection information is not stored. For example, when receiving the attribute names of age and sex, the combination management unit 17 generates and stores combination selection information “(age) and (sex)”. Thereafter, when the attribute names of age and gender are received, combination selection information “(age), (gender)” is generated, but since the same information is already stored, the combination selection information is stored. Do not do. In response to a request from the search information processing unit 15, the combination management unit 17 calls the stored combination selection information and returns it to the search information processing unit 15. At this time, the combination management unit 17 transmits all the combination selection information to be stored to the search information processing unit 15 in response to the request from the search information processing unit 15. If the attribute name is included in the request from the search information processing unit 15, the combination management unit 17 transmits only the combination selection information including the attribute name to the search information processing unit 15.

図2は、本発明の実施の形態1における登録情報に対応するハッシュ値の生成の例を示す図である。図2(a)は登録情報の例である。登録情報は属性名と属性値からなる属性情報を1つ以上含む。図2(a)の例では、登録情報は、「属性名:性別、属性値:M」の属性情報と、「属性名:年齢、属性値:20」の属性情報と、「属性名:場所、属性値:東京」の属性情報とを有する。   FIG. 2 is a diagram showing an example of generation of a hash value corresponding to registration information in Embodiment 1 of the present invention. FIG. 2A shows an example of registration information. The registration information includes one or more attribute information including an attribute name and an attribute value. In the example of FIG. 2A, the registration information includes attribute information “attribute name: gender, attribute value: M”, attribute information “attribute name: age, attribute value: 20”, and “attribute name: location”. , Attribute value: Tokyo ”attribute information.

図2(b)は組み合わせ選択情報の例である。組み合わせ管理部17は、図2(a)に示す登録情報の属性名:性別、属性名:年齢、属性名:場所を受信すると、組み合わせ選択情報として(性別、年齢、場所)を記憶する。   FIG. 2B is an example of combination selection information. When the combination management unit 17 receives the attribute name: gender, attribute name: age, and attribute name: location of the registration information shown in FIG. 2A, the combination management unit 17 stores (gender, age, location) as combination selection information.

図2(c)は、連結属性値とそのハッシュ変換の例である。属性情報ソート連結部12は、情報登録部11から図2(a)に示す登録情報を受信すると、当該登録情報に含まれる属性情報「属性名:性別、属性値:M」、「属性名:年齢、属性値:20」および「属性名:場所、属性値:東京」を抽出し、これを属性名に基づいてあらかじめ決められた順序にしたがって並び替え、属性情報に含まれる属性値を連結した連結属性値を生成する。図2(c)の例では、属性名に基づいて五十音順にソートし、属性値を連結しており、連結属性値は「M20東京」となる。ハッシュ生成部13は、連結属性値「M20東京」をハッシュ変換し、ハッシュ値1dd20cb93584263cf087ed20f6fed68bを生成する。   FIG. 2C shows an example of a connection attribute value and its hash conversion. Upon receiving the registration information shown in FIG. 2A from the information registration unit 11, the attribute information sort linking unit 12 includes attribute information “attribute name: gender, attribute value: M”, “attribute name: “Age, attribute value: 20” and “attribute name: place, attribute value: Tokyo” are extracted, rearranged according to a predetermined order based on the attribute name, and attribute values included in the attribute information are concatenated. Generate concatenated attribute values. In the example of FIG. 2C, the attribute values are sorted in alphabetical order based on the attribute names, and the attribute values are concatenated, and the concatenated attribute value is “M20 Tokyo”. The hash generation unit 13 performs hash conversion on the concatenated attribute value “M20 Tokyo” to generate a hash value 1dd20cb93584263cf087ed20f6fed68b.

図3は、本発明の実施の形態1における検索情報に対応するハッシュ値の生成の例を示す図である。図3(a)は検索情報の例である。検索情報は、属性名と属性値からなる属性情報を1つ以上含む。図3(a)の例では、検索情報は、「属性名:年齢、属性値:20」の属性情報と、「属性名:性別、属性値:F」の属性情報と、「属性名:場所、属性値:東京」とを有する。   FIG. 3 is a diagram illustrating an example of generation of a hash value corresponding to search information according to Embodiment 1 of the present invention. FIG. 3A shows an example of search information. The search information includes one or more attribute information including an attribute name and an attribute value. In the example of FIG. 3A, the search information includes attribute information “attribute name: age, attribute value: 20”, attribute information “attribute name: gender, attribute value: F”, and “attribute name: location”. , Attribute value: Tokyo ”.

図3(b)は新たな検索情報およびそれに対応する連結属性値の例である。組み合わせ生成部16は、検索情報処理部15から図3に示す検索情報と、(年齢、性別)・(年齢)・(性別、場所)という組み合わせ選択情報とを受信したとすると、組み合わせ選択情報 (年齢、性別)に対して「(年齢、20)、(性別、F)」、(年齢)に対して「(年齢、20)」、(性別、場所)に対して「(性別、F)、(場所、東京)」という新たな検索情報を作成する。属性情報ソート連結部12は、組み合わせ生成部16から新たな検索情報を受信すると、当該新たな検索情報に含まれるそれぞれの属性情報を属性名に基づいてあらかじめ決められた順序にしたがって並び替え、属性情報に含まれる属性値を連結した連結属性値を生成する。図3(b)の例では、属性名に基づいて五十音順にソートし、属性値を連結しており、連結属性値はそれぞれ「F20」、「20」、「F東京」となる。   FIG. 3B shows an example of new search information and a linked attribute value corresponding thereto. If the combination generation unit 16 receives the search information shown in FIG. 3 and the combination selection information (age, gender) / (age) / (gender, location) from the search information processing unit 15, the combination selection information ( "(Age, 20)" (Gender, F) "for" Age, Gender "," (Age, 20) "for (Age)," (Gender, F) "for (Gender, Place), (Location, Tokyo) "is created. Upon receiving new search information from the combination generation unit 16, the attribute information sort linking unit 12 rearranges each attribute information included in the new search information according to a predetermined order based on the attribute name, A concatenated attribute value obtained by concatenating attribute values included in information is generated. In the example of FIG. 3B, the attribute values are sorted in alphabetical order based on the attribute names, and the attribute values are concatenated, and the concatenated attribute values are “F20”, “20”, and “F Tokyo”, respectively.

図3(c)は、連結属性値とそのハッシュ変換の例である。ハッシュ生成部13は、図3(b)に示す連結属性値F「F20」、「20」、「F東京」をハッシュ変換し、それぞれハッシュ値fc335adb3d69d3d8270769e1923ea4dc、98f13708210194c475687be6106a3b84、d1fcc8d97797635e8a3462f21fdb6862を生成する。   FIG. 3C shows an example of a connection attribute value and its hash conversion. The hash generation unit 13 performs hash conversion on the concatenated attribute values F “F20”, “20”, and “F Tokyo” illustrated in FIG.

図4は、実施の形態1に係る情報登録の動作の一例を示すフローチャートである。まず、情報登録部11は登録情報を受信する(ステップS11)。情報登録部11は、受信した登録情報に含まれる属性名を組み合わせ管理部17に送信し、登録情報を属性情報ソート連結部12に送信する。組み合わせ管理部17は、受信した1つ以上の属性名を組にした組み合わせ選択情報を生成し(ステップS12)、記憶する。   FIG. 4 is a flowchart showing an example of information registration operation according to the first embodiment. First, the information registration unit 11 receives registration information (step S11). The information registration unit 11 transmits the attribute names included in the received registration information to the combination management unit 17 and transmits the registration information to the attribute information sort and connection unit 12. The combination management unit 17 generates and stores combination selection information in which one or more received attribute names are combined (step S12).

一方、属性情報ソート連結部12は、受信した登録情報の属性情報を属性名に基づいて決められた順序にしたがって並び替え、属性情報に含まれる属性値を連結した連結属性値を生成する(ステップS13)。属性情報ソート連結部12は、生成した連結属性値をハッシュ生成部13に送信する。   On the other hand, the attribute information sort concatenation unit 12 rearranges the attribute information of the received registration information in the order determined based on the attribute name, and generates a concatenated attribute value obtained by concatenating the attribute values included in the attribute information (Step S1). S13). The attribute information sort connection unit 12 transmits the generated connection attribute value to the hash generation unit 13.

ハッシュ生成部13は、受信した連結属性値をハッシュ変換し、ハッシュ値を生成する(ステップS14)。ハッシュ生成部13は、生成したハッシュ値を情報登録部11に送信する。情報登録部11は、受信したハッシュ値および登録情報登録要求を生成し(ステップS15)、登録情報管理部14に送信する。登録情報管理部14は、受信した情報登録要求に含まれるハッシュ値をキーとし登録情報を値とするエントリを生成し、ハッシュテーブルに登録し(ステップS16)、処理を終了する。   The hash generation unit 13 performs hash conversion on the received connection attribute value to generate a hash value (step S14). The hash generation unit 13 transmits the generated hash value to the information registration unit 11. The information registration unit 11 generates the received hash value and registration information registration request (step S15), and transmits it to the registration information management unit 14. The registration information management unit 14 creates an entry with the hash value included in the received information registration request as a key and registration information as a value, registers the entry in the hash table (step S16), and ends the process.

図5は、実施の形態1に係る情報検索の動作の一例を示すフローチャートである。まず、検索情報処理部15は、検索情報を受信する(ステップS21)。検索情報処理部15は、組み合わせ管理部17に組み合わせ選択情報を要求し、取得する(ステップS22)。   FIG. 5 is a flowchart illustrating an example of an information search operation according to the first embodiment. First, the search information processing unit 15 receives search information (step S21). The search information processing unit 15 requests and acquires combination selection information from the combination management unit 17 (step S22).

検索情報処理部15は、組み合わせ生成部16に検索情報および組み合わせ選択情報を送信する。組み合わせ生成部16は、受信した検索情報から属性情報を抽出し、抽出した属性情報に基づいて組み合わせ選択情報で示される属性名の組からなる新たな検索情報を生成する(ステップS23)。組み合わせ生成部16は、生成した新たな検索情報を属性情報ソート連結部12へ送信する。属性情報ソート連結部12は、受信した新たな検索情報の属性情報を属性名に基づいて決められた順序にしたがって並び替え、属性情報に含まれる属性値を連結した連結属性値を生成する(ステップS24)。属性情報ソート連結部12は、生成した連結属性値をハッシュ生成部13に送信する。組み合わせ生成部16は、次の検索情報があるか否かを判定する(ステップS25)。次の検索情報がある場合(ステップS25;YES)、ステップS23に戻り、ステップS23〜ステップS25の処理を繰り返す。   The search information processing unit 15 transmits the search information and the combination selection information to the combination generation unit 16. The combination generation unit 16 extracts attribute information from the received search information, and generates new search information including a set of attribute names indicated by the combination selection information based on the extracted attribute information (step S23). The combination generation unit 16 transmits the generated new search information to the attribute information sort connection unit 12. The attribute information sort concatenation unit 12 rearranges the attribute information of the received new search information according to the order determined based on the attribute name, and generates a concatenated attribute value concatenating the attribute values included in the attribute information (step S24). The attribute information sort connection unit 12 transmits the generated connection attribute value to the hash generation unit 13. The combination generator 16 determines whether there is next search information (step S25). If there is next search information (step S25; YES), the process returns to step S23, and the processes of steps S23 to S25 are repeated.

一方、次の検索情報がない場合(ステップS25;NO)、ハッシュ生成部13は、受信した連結属性値をハッシュ変換し、ハッシュ値を生成する(ステップS26)。ハッシュ生成部13は、生成したハッシュ値を検索情報処理部15に送信する。ハッシュ生成部13は、次の連結属性値があるか否かを判定する(ステップS27)。次の連結属性値がある場合(ステップS27;YES)、ステップS26に戻り、ステップS26およびステップS27の処理を繰り返す。   On the other hand, when there is no next search information (step S25; NO), the hash generation unit 13 performs hash conversion on the received connection attribute value to generate a hash value (step S26). The hash generation unit 13 transmits the generated hash value to the search information processing unit 15. The hash generation unit 13 determines whether there is a next connected attribute value (step S27). If there is a next connected attribute value (step S27; YES), the process returns to step S26, and the processes of step S26 and step S27 are repeated.

一方、次の連結属性値がない場合(ステップS27;NO)、検索情報処理部15は、受信したハッシュ値を含む情報検索要求生成し(ステップS28)、登録情報管理部14に送信する。登録情報管理部14は、受信した情報検索要求に含まれるハッシュ値をキーとするエントリをハッシュテーブルから検索し(ステップS29)、検索結果を検索情報処理部15に送信する。登録情報管理部14は、次のハッシュ値があるか否かを判定する(ステップS30)。次の連結属性値がある場合(ステップS30;YES)、ステップS28に戻り、ステップS28〜ステップS30の処理を繰り返す。次の連結属性値がない場合(ステップS30;NO)、処理を終了する。   On the other hand, when there is no next connection attribute value (step S27; NO), the search information processing unit 15 generates an information search request including the received hash value (step S28) and transmits it to the registered information management unit 14. The registered information management unit 14 searches the hash table for an entry using the hash value included in the received information search request as a key (step S29), and transmits the search result to the search information processing unit 15. The registration information management unit 14 determines whether there is a next hash value (step S30). When there is a next connected attribute value (step S30; YES), the process returns to step S28, and the processes of steps S28 to S30 are repeated. If there is no next connected attribute value (step S30; NO), the process is terminated.

以上説明したように、実施の形態1の情報検索システム101によれば、検索対象に含まれる要素の数が増加した場合でも処理時間の増加を防ぐことができ、要素のべき集合や部分集合を生成して検索する方法よりも短時間での処理を実現することができる。   As described above, according to the information search system 101 of the first embodiment, it is possible to prevent an increase in processing time even when the number of elements included in the search target increases, and to set a power set or a subset of elements. Processing in a shorter time than the method of generating and searching can be realized.

(実施の形態2)
図6は、実施の形態2に係る情報検索システムの構成例を示すブロック図である。情報検索システム102は、実施の形態1に係る情報検索システム101に属性値変換部18が追加されている。
(Embodiment 2)
FIG. 6 is a block diagram illustrating a configuration example of the information search system according to the second embodiment. In the information search system 102, an attribute value conversion unit 18 is added to the information search system 101 according to the first embodiment.

実施の形態2では、属性値変換部18は、情報登録部11から登録情報を受信し、検索情報処理部15から検索情報を受信する。属性値変換部18は、受信した登録情報および検索情報に含まれる属性値を属性名と属性値の組毎に異なる値となるように変換し、変換後登録情報および変換後検索情報を生成する。属性値変換部18は、変換後登録情報を情報登録部11に、変換後検索情報を検索情報処理部15に送信する。また、属性値変換部18は、属性値をキーとして属性名を値とする属性値テーブルを記憶している。   In the second embodiment, the attribute value conversion unit 18 receives registration information from the information registration unit 11 and receives search information from the search information processing unit 15. The attribute value conversion unit 18 converts the attribute values included in the received registration information and search information so as to have different values for each pair of attribute name and attribute value, and generates converted registration information and converted search information. . The attribute value conversion unit 18 transmits the post-conversion registration information to the information registration unit 11 and the post-conversion search information to the search information processing unit 15. Further, the attribute value conversion unit 18 stores an attribute value table having an attribute name as a key and an attribute name as a value.

情報登録部11は、属性値変換部18から受け取った変換後登録情報を属性情報ソート連結部12に送信する。また、情報登録部11は、変換後登録情報に含まれる属性名を組み合わせ管理部17に送信する。検索情報処理部15は、属性値変換部18から受け取った変換後検索情報を組み合わせ生成部16に送信する。各部のその他の働きは、実施の形態1と同様である。   The information registration unit 11 transmits the post-conversion registration information received from the attribute value conversion unit 18 to the attribute information sort connection unit 12. In addition, the information registration unit 11 transmits the attribute name included in the post-conversion registration information to the combination management unit 17. The search information processing unit 15 transmits the post-conversion search information received from the attribute value conversion unit 18 to the combination generation unit 16. Other functions of each part are the same as those in the first embodiment.

図7は、実施の形態2に係る情報登録の動作の一例を示すフローチャートである。まず、情報登録部11は登録情報を受信する(ステップS71)。情報登録部11は、受信した登録情報を属性値変換部18に送信する。属性値変換部18は、属性値変換処理を行い(ステップS72)、変換後登録情報を情報登録部11に送信する。情報登録部11は、受信した変換後登録情報に含まれる属性名を組み合わせ管理部17に送信し、変換後登録情報を属性情報ソート連結部12に送信する。組み合わせ管理部17は、受信した1つ以上の属性名を組にした組み合わせ選択情報を生成し(ステップS73)、記憶する。   FIG. 7 is a flowchart showing an example of information registration operation according to the second embodiment. First, the information registration unit 11 receives registration information (step S71). The information registration unit 11 transmits the received registration information to the attribute value conversion unit 18. The attribute value conversion unit 18 performs an attribute value conversion process (step S72), and transmits the converted registration information to the information registration unit 11. The information registration unit 11 transmits the attribute name included in the received post-conversion registration information to the combination management unit 17 and transmits the post-conversion registration information to the attribute information sort and connection unit 12. The combination management unit 17 generates and stores combination selection information in which one or more received attribute names are combined (step S73).

一方、属性情報ソート連結部12は、受信した変換後登録情報の属性情報を属性名に基づいて決められた順序にしたがって並び替え、属性情報に含まれる属性値を連結した連結属性値を生成する(ステップS74)。属性情報ソート連結部12は、生成した連結属性値をハッシュ生成部13に送信する。   On the other hand, the attribute information sort concatenation unit 12 rearranges the attribute information of the received registration information after conversion in the order determined based on the attribute name, and generates a concatenated attribute value obtained by concatenating the attribute values included in the attribute information. (Step S74). The attribute information sort connection unit 12 transmits the generated connection attribute value to the hash generation unit 13.

ハッシュ生成部13は、受信した連結属性値をハッシュ変換し、ハッシュ値を生成する(ステップS75)。ハッシュ生成部13は、生成したハッシュ値を情報登録部11に送信する。情報登録部11は、受信したハッシュ値および変換後登録情報登録要求を生成し(ステップS76)、登録情報管理部14に送信する。登録情報管理部14は、受信した情報登録要求に含まれるハッシュ値をキーとし変換後登録情報を値とするエントリを生成し、ハッシュテーブルに登録し(ステップS77)、処理を終了する。   The hash generation unit 13 performs hash conversion on the received connection attribute value to generate a hash value (step S75). The hash generation unit 13 transmits the generated hash value to the information registration unit 11. The information registration unit 11 generates the received hash value and the post-conversion registration information registration request (step S76), and transmits them to the registration information management unit 14. The registration information management unit 14 generates an entry with the hash value included in the received information registration request as a key and the converted registration information as a value, registers the entry in the hash table (step S77), and ends the process.

図8は、実施の形態2に係る情報検索の動作の一例を示すフローチャートである。まず、検索情報処理部15は、検索情報を受信する(ステップS81)。検索情報処理部15は、受信した検索情報を属性値変換部18に送信する。属性値変換部18は、属性値変換処理を行い(ステップS82)、変換後検索情報を検索情報処理部15に送信する。また、検索情報処理部15は、組み合わせ管理部17に組み合わせ選択情報を要求し、取得する(ステップS83)。   FIG. 8 is a flowchart illustrating an example of an information search operation according to the second embodiment. First, the search information processing unit 15 receives search information (step S81). The search information processing unit 15 transmits the received search information to the attribute value conversion unit 18. The attribute value conversion unit 18 performs an attribute value conversion process (step S82), and transmits the converted search information to the search information processing unit 15. In addition, the search information processing unit 15 requests and acquires combination selection information from the combination management unit 17 (step S83).

検索情報処理部15は、組み合わせ生成部16に変換後検索情報および組み合わせ選択情報を送信する。組み合わせ生成部16は、受信した変換後検索情報から属性情報を抽出し、抽出した属性情報に基づいて組み合わせ選択情報で示される属性名の組からなる新たな検索情報を生成する(ステップS84)。組み合わせ生成部16は、生成した新たな検索情報を属性情報ソート連結部12へ送信する。属性情報ソート連結部12は、受信した新たな検索情報の属性情報を属性名に基づいて決められた順序にしたがって並び替え、属性情報に含まれる属性値を連結した連結属性値を生成する(ステップS85)。属性情報ソート連結部12は、生成した連結属性値をハッシュ生成部13に送信する。組み合わせ生成部16は、次の変換後検索情報があるか否かを判定する(ステップS86)。次の変換後検索情報がある場合(ステップS86;YES)、ステップS84に戻り、ステップS84〜ステップS86の処理を繰り返す。   The search information processing unit 15 transmits post-conversion search information and combination selection information to the combination generation unit 16. The combination generation unit 16 extracts attribute information from the received converted search information, and generates new search information including a set of attribute names indicated by the combination selection information based on the extracted attribute information (step S84). The combination generation unit 16 transmits the generated new search information to the attribute information sort connection unit 12. The attribute information sort concatenation unit 12 rearranges the attribute information of the received new search information according to the order determined based on the attribute name, and generates a concatenated attribute value concatenating the attribute values included in the attribute information (step S85). The attribute information sort connection unit 12 transmits the generated connection attribute value to the hash generation unit 13. The combination generation unit 16 determines whether there is next search information after conversion (step S86). If there is next post-conversion search information (step S86; YES), the process returns to step S84, and the processing of step S84 to step S86 is repeated.

一方、次の変換後検索情報がない場合(ステップS86;NO)、ハッシュ生成部13は、受信した連結属性値をハッシュ変換し、ハッシュ値を生成する(ステップS87)。ハッシュ生成部13は、生成したハッシュ値を検索情報処理部15に送信する。ハッシュ生成部13は、次の連結属性値があるか否かを判定する(ステップS88)。次の連結属性値がある場合(ステップS88;YES)、ステップS87に戻り、ステップS87およびステップS88の処理を繰り返す。   On the other hand, when there is no next search information after conversion (step S86; NO), the hash generation unit 13 performs hash conversion on the received connection attribute value to generate a hash value (step S87). The hash generation unit 13 transmits the generated hash value to the search information processing unit 15. The hash generation unit 13 determines whether there is a next connected attribute value (step S88). If there is a next connected attribute value (step S88; YES), the process returns to step S87, and the processes of steps S87 and S88 are repeated.

一方、次の連結属性値がない場合(ステップS88;NO)、検索情報処理部15は、受信したハッシュ値を含む情報検索要求生成し(ステップS89)、登録情報管理部14に送信する。登録情報管理部14は、受信した情報検索要求に含まれるハッシュ値をキーとするエントリをハッシュテーブルから検索し(ステップS90)、検索結果を検索情報処理部15に送信する。登録情報管理部14は、次のハッシュ値があるか否かを判定する(ステップS91)。次の連結属性値がある場合(ステップS91;YES)、ステップS88に戻り、ステップS89〜ステップS91の処理を繰り返す。次の連結属性値がない場合(ステップS91;NO)、処理を終了する。   On the other hand, when there is no next connected attribute value (step S88; NO), the search information processing unit 15 generates an information search request including the received hash value (step S89) and transmits the information search request to the registered information management unit 14. The registered information management unit 14 searches the hash table for an entry using the hash value included in the received information search request as a key (step S90), and transmits the search result to the search information processing unit 15. The registration information management unit 14 determines whether there is a next hash value (step S91). If there is a next connected attribute value (step S91; YES), the process returns to step S88, and the processes of steps S89 to S91 are repeated. If there is no next connected attribute value (step S91; NO), the process is terminated.

以上説明したように、実施の形態2の情報検索システム102によれば、検索対象に含まれる要素の数が増加した場合にも、処理時間の増加を防いで短時間での処理を実現することができ、かつ、属性名は異なるが属性値が同一である2つの属性情報が情報検索システムに入力された場合に、検索結果から本来マッチすべきではない登録情報が含まれることを防止することができる。   As described above, according to the information search system 102 of the second embodiment, even when the number of elements included in the search target increases, it is possible to prevent processing time from increasing and realize processing in a short time. And when two attribute information with different attribute names but the same attribute value are input to the information search system, it is possible to prevent registration information that should not be matched from being included in the search results. Can do.

図9は、本発明の実施の形態に係る情報検索システムを構成する情報検索装置のハードウェア構成の一例を示すブロック図である。情報検索システム101および102を構成する情報検索装置は、図9に示すように、制御部21、主記憶部22、外部記憶部23、操作部24、表示部25、入出力部26および送受信部27を備える。主記憶部22、外部記憶部23、操作部24、表示部25、入出力部26および送受信部27はいずれも内部バス20を介して制御部21に接続されている。   FIG. 9 is a block diagram showing an example of the hardware configuration of the information search apparatus that constitutes the information search system according to the embodiment of the present invention. As shown in FIG. 9, the information search devices constituting the information search systems 101 and 102 include a control unit 21, a main storage unit 22, an external storage unit 23, an operation unit 24, a display unit 25, an input / output unit 26, and a transmission / reception unit. 27. The main storage unit 22, the external storage unit 23, the operation unit 24, the display unit 25, the input / output unit 26, and the transmission / reception unit 27 are all connected to the control unit 21 via the internal bus 20.

制御部21はCPU(Central Processing Unit)等から構成され、外部記憶部23に記憶されている制御プログラム30に従って、情報検索装置の情報登録部11、属性情報ソート連結部12、ハッシュ生成部13、登録情報管理部14、検索情報処理部15、組み合わせ生成部16、組み合わせ管理部17および属性変換部18の各処理を実行する。   The control unit 21 is composed of a CPU (Central Processing Unit) and the like, and in accordance with a control program 30 stored in the external storage unit 23, the information registration unit 11, the attribute information sort connection unit 12, the hash generation unit 13, Each process of the registration information management unit 14, the search information processing unit 15, the combination generation unit 16, the combination management unit 17, and the attribute conversion unit 18 is executed.

主記憶部22はRAM(Random-Access Memory)等から構成され、外部記憶部23に記憶されている制御プログラム30をロードし、制御部21の作業領域として用いられる。   The main storage unit 22 is constituted by a RAM (Random-Access Memory) or the like, loads a control program 30 stored in the external storage unit 23, and is used as a work area of the control unit 21.

外部記憶部23は、フラッシュメモリ、ハードディスク、DVD−RAM(Digital Versatile Disc Random-Access Memory)、DVD−RW(Digital Versatile Disc ReWritable)等の不揮発性メモリから構成され、情報検索システム101および102の処理を制御部21に行わせるためのプログラムをあらかじめ記憶し、また、制御部21の指示に従って、このプログラムが記憶するデータを制御部21に供給し、制御部21から供給されたデータを記憶する。登録情報管理部14、組み合わせ管理部17および属性変換部18の記憶領域は、外部記憶部23に構成される。   The external storage unit 23 includes a non-volatile memory such as a flash memory, a hard disk, a DVD-RAM (Digital Versatile Disc Random Access Memory), a DVD-RW (Digital Versatile Disc ReWritable), and the like. Is stored in advance, and in accordance with an instruction from the control unit 21, data stored in the program is supplied to the control unit 21, and data supplied from the control unit 21 is stored. Storage areas of the registration information management unit 14, the combination management unit 17, and the attribute conversion unit 18 are configured in the external storage unit 23.

操作部24はキーボードおよびマウスなどのポインティングデバイス等と、キーボードおよびポインティングデバイス等を内部バス20に接続するインタフェース装置から構成されている。連結属性値を生成する際の並び替えの順序などを設定する場合や、ユーザが情報検索装置に直接検索情報を入力する場合は、操作部24を介して、指示が制御部21に供給される。   The operation unit 24 includes a pointing device such as a keyboard and mouse, and an interface device that connects the keyboard and pointing device to the internal bus 20. An instruction is supplied to the control unit 21 via the operation unit 24 when setting the order of sorting when generating the connection attribute value or when the user inputs the search information directly to the information search device. .

表示部25は、CRT(Cathode Ray Tube)またはLCD(Liquid Crystal Display)などから構成され、連結属性値を生成する際の並び替えの順序などを設定する場合や、ユーザが情報検索装置に直接検索情報を入力する場合は、操作画面を表示する。また、表示部25は、検索結果を表示することとしてもよい。   The display unit 25 is composed of a CRT (Cathode Ray Tube) or an LCD (Liquid Crystal Display) or the like, and when the order of sorting when generating the connection attribute value is set or when the user directly searches the information search device. When inputting information, an operation screen is displayed. The display unit 25 may display the search result.

入出力部26は、シリアルインタフェースまたはパラレルインタフェースから構成されている。入出力部26は、ユーザ端末が情報検索装置の附属の装置である場合は、それに接続する。   The input / output unit 26 includes a serial interface or a parallel interface. When the user terminal is an apparatus attached to the information search apparatus, the input / output unit 26 is connected to the user terminal.

送受信部27は、ネットワークに接続する網終端装置または無線通信装置、およびそれらと接続するシリアルインタフェースまたはLAN(Local Area Network)インタフェースから構成されている。送受信部27は、情報検索装置とユーザ端末がネットワーク接続される場合は、ネットワークを介してそれに接続する。   The transmission / reception unit 27 includes a network termination device or a wireless communication device connected to the network, and a serial interface or a LAN (Local Area Network) interface connected thereto. When the information search apparatus and the user terminal are connected to the network, the transmission / reception unit 27 connects to the information search apparatus via the network.

図1に示す情報検索システム101および102の情報登録部11、属性情報ソート連結部12、ハッシュ生成部13、登録情報管理部14、検索情報処理部15、組み合わせ生成部16、組み合わせ管理部17および属性変換部18の処理は、制御プログラム30が、制御部21、主記憶部22、外部記憶部23、操作部24、表示部25、入出力部26および送受信部27などを資源として用いて処理することによって実行する。   The information registration unit 11, the attribute information sort / concatenation unit 12, the hash generation unit 13, the registration information management unit 14, the search information processing unit 15, the combination generation unit 16, the combination management unit 17 and the information search system 101 and 102 shown in FIG. The attribute conversion unit 18 is processed by the control program 30 using the control unit 21, the main storage unit 22, the external storage unit 23, the operation unit 24, the display unit 25, the input / output unit 26, the transmission / reception unit 27, and the like as resources. Run by doing.

その他、前記のハードウエア構成やフローチャートは一例であり、任意に変更および修正が可能である。   In addition, the above-described hardware configuration and flowchart are examples, and can be arbitrarily changed and modified.

制御部21、主記憶部22、外部記憶部23、操作部24、内部バス20などから構成される情報検索処理を行う中心となる部分は、専用のシステムによらず、通常のコンピュータシステムを用いて実現可能である。たとえば、前記の動作を実行するためのコンピュータプログラムを、コンピュータが読み取り可能な記録媒体(フレキシブルディスク、CD−ROM、DVD−ROM等)に格納して配布し、当該コンピュータプログラムをコンピュータにインストールすることにより、前記の処理を実行する情報検索システム101および102を構成してもよい。また、インターネット等の通信ネットワーク上のサーバ装置が有する記憶装置に当該コンピュータプログラムを格納しておき、通常のコンピュータシステムがダウンロード等することで情報検索システム101および102を構成してもよい。   The central part for performing the information retrieval process composed of the control unit 21, the main storage unit 22, the external storage unit 23, the operation unit 24, the internal bus 20, etc. uses a normal computer system, not a dedicated system. Is feasible. For example, a computer program for executing the above operation is stored and distributed in a computer-readable recording medium (flexible disk, CD-ROM, DVD-ROM, etc.), and the computer program is installed in the computer. Thus, the information search systems 101 and 102 that execute the above-described processing may be configured. Further, the information retrieval systems 101 and 102 may be configured by storing the computer program in a storage device included in a server device on a communication network such as the Internet and downloading the computer program by a normal computer system.

また、情報検索システム101および102の機能を、OS(オペレーティングシステム)とアプリケーションプログラムの分担、またはOSとアプリケーションプログラムとの協働により実現する場合などには、アプリケーションプログラム部分のみを記録媒体や記憶装置に格納してもよい。   When the functions of the information search systems 101 and 102 are realized by sharing an OS (operating system) and an application program, or by cooperation between the OS and the application program, only the application program portion is recorded on a recording medium or a storage device. May be stored.

また、搬送波にコンピュータプログラムを重畳し、通信ネットワークを介して配信することも可能である。たとえば、通信ネットワーク上の掲示板(BBS, Bulletin Board System)に前記コンピュータプログラムを掲示し、ネットワークを介して前記コンピュータプログラムを配信してもよい。そして、このコンピュータプログラムを起動し、OSの制御下で、他のアプリケーションプログラムと同様に実行することにより、前記の処理を実行できるように構成してもよい。   It is also possible to superimpose a computer program on a carrier wave and distribute it via a communication network. For example, the computer program may be posted on a bulletin board (BBS, Bulletin Board System) on a communication network, and the computer program distributed via the network. The computer program may be started and executed in the same manner as other application programs under the control of the OS, so that the above-described processing may be executed.

上記の実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。   A part or all of the above-described embodiment can be described as in the following supplementary notes, but is not limited thereto.

(付記1)
属性名と属性値からなる属性情報を1つ以上含む登録情報を記憶する記憶手段と、
前記登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理手段と、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得手段と、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成手段と、
前記新たな検索情報と一致する前記登録情報を前記記憶手段から検索する検索手段と、
を備えることを特徴とする情報検索システム。
(Appendix 1)
Storage means for storing registration information including at least one attribute information including an attribute name and an attribute value;
A combination management unit that creates and stores combination selection information that is information indicating a combination of attribute information included in the registration information;
Including one or more of the attribute information including the attribute name and the attribute value, and acquiring means for acquiring search information that is a target of information search;
Generating means for acquiring the combination selection information and generating new search information for a combination corresponding to the combination selection information based on the search information;
Search means for searching the registration information that matches the new search information from the storage means;
An information retrieval system comprising:

(付記2)
前記組み合わせ選択情報は、前記登録情報に含まれる属性情報の属性名の組み合わせを示す情報であって、
前記生成手段は、前記組み合わせ選択情報を取得し、前記検索情報の属性情報の中から、前記組み合わせ選択情報に含まれる属性名の組み合わせの新たな検索情報を生成することを特徴とする付記1に記載の情報検索システム。
(Appendix 2)
The combination selection information is information indicating a combination of attribute names of attribute information included in the registration information,
The additional means 1 acquires the combination selection information, and generates new search information of a combination of attribute names included in the combination selection information from the attribute information of the search information. Information retrieval system described.

(付記3)
前記登録情報および前記新たな検索情報に含まれる1つ以上の属性値を所定の条件に従って並べ替え、連結した連結属性値を作成する連結手段と、
前記連結属性値をハッシュ変換してハッシュ値を生成するハッシュ生成手段と、を備え、
前記記憶手段は、前記登録情報に対応する前記ハッシュ値をキーとし前記登録情報を値とするハッシュテーブルを記憶しており、
前記検索手段は、前記ハッシュテーブルから前記新たな検索情報に対応するハッシュ値と一致するキーを検索し、その値である登録情報を取得することを特徴とする付記1または2に記載の情報検索システム。
(Appendix 3)
One or more attribute values included in the registration information and the new search information are rearranged according to a predetermined condition, and a concatenating unit for creating a concatenated concatenated attribute value;
Hash generation means for generating a hash value by hash-converting the connected attribute value,
The storage means stores a hash table having the hash value corresponding to the registration information as a key and the registration information as a value;
3. The information search according to appendix 1 or 2, wherein the search means searches the hash table for a key that matches a hash value corresponding to the new search information, and acquires registration information that is the value. system.

(付記4)
前記登録情報および前記検索情報について、前記属性名および前記属性値の組を一意に識別する属性値に変換して、変換後登録情報および変換後検索情報を生成する変換手段をさらに備え、
前記記憶手段は、前記変換後登録情報を記憶し、
前記生成手段は、前記変換後検索情報に基づいて前記新たな検索情報を生成し、
前記検索手段は、前記新たな検索情報と一致する前記変換後登録情報を前記記憶手段から検索することを特徴とする付記1ないし3のいずれか1項に記載の情報検索システム。
(Appendix 4)
The registration information and the search information, further comprising conversion means for converting the attribute name and the attribute value pair into an attribute value that uniquely identifies the converted registration information and the converted search information,
The storage means stores the post-conversion registration information,
The generation means generates the new search information based on the converted search information,
The information search system according to any one of appendices 1 to 3, wherein the search means searches the storage means for the post-conversion registration information that matches the new search information.

(付記5)
前記変換手段は、前記属性値を属性名と属性値を連結した文字列に変換することを特徴とする付記4に記載の情報検索システム。
(Appendix 5)
The information search system according to appendix 4, wherein the conversion means converts the attribute value into a character string concatenating the attribute name and the attribute value.

(付記6)
前記変換手段は、前記属性値を属性値に識別文字列を付与した文字列に変換することを特徴とする付記4に記載の情報検索システム。
(Appendix 6)
The information search system according to appendix 4, wherein the conversion unit converts the attribute value into a character string obtained by adding an identification character string to the attribute value.

(付記7)
情報検索システムが実行する情報検索方法であって、
属性名と属性値からなる属性情報を1つ以上含む登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理ステップと、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得ステップと、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成ステップと、
前記登録情報を記憶する記憶手段から、前記新たな検索情報と一致する前記登録情報を検索する検索ステップと、
を備えることを特徴とする情報検索方法。
(Appendix 7)
An information search method executed by an information search system,
A combination management step of creating and storing combination selection information that is information indicating a combination of attribute information included in registration information including one or more attribute information including an attribute name and an attribute value;
Including one or more pieces of the attribute information including the attribute name and the attribute value, and obtaining search information that is a target of information search;
Generating the combination selection information and generating new search information of a combination corresponding to the combination selection information based on the search information;
A search step of searching for the registration information that matches the new search information from a storage means for storing the registration information;
An information retrieval method comprising:

(付記8)
前記組み合わせ選択情報は、前記登録情報に含まれる属性情報の属性名の組み合わせを示す情報であって、
前記生成ステップでは、前記組み合わせ選択情報を取得し、前記検索情報の属性情報の中から、前記組み合わせ選択情報に含まれる属性名の組み合わせの新たな検索情報を生成することを特徴とする付記7に記載の情報検索方法。
(Appendix 8)
The combination selection information is information indicating a combination of attribute names of attribute information included in the registration information,
The appendix 7 is characterized in that, in the generation step, the combination selection information is acquired, and new search information of a combination of attribute names included in the combination selection information is generated from the attribute information of the search information. Information retrieval method described.

(付記9)
前記登録情報および前記新たな検索情報に含まれる1つ以上の属性値を所定の条件に従って並べ替え、連結した連結属性値を作成する連結ステップと、
前記連結属性値をハッシュ変換してハッシュ値を生成するハッシュ生成ステップと、を備え、
前記検索ステップでは、前記記憶手段が記憶する前記登録情報に対応する前記ハッシュ値をキーとし前記登録情報を値とするハッシュテーブルから、前記新たな検索情報に対応するハッシュ値と一致するキーを検索し、その値である登録情報を取得することを特徴とする付記7または8に記載の情報検索方法。
(Appendix 9)
One or more attribute values included in the registration information and the new search information are rearranged according to a predetermined condition, and a concatenating step of creating a concatenated concatenated attribute value;
A hash generation step of generating a hash value by hash-converting the connected attribute value,
In the search step, a key matching the hash value corresponding to the new search information is searched from a hash table using the hash value corresponding to the registration information stored in the storage means as a key and the registration information as a value. Then, the information search method according to appendix 7 or 8, wherein the registration information as the value is acquired.

(付記10)
前記登録情報および前記検索情報について、前記属性名および前記属性値の組を一意に識別する属性値に変換して、変換後登録情報および変換後検索情報を生成する変換ステップをさらに備え、
前記生成ステップでは、前記変換後検索情報に基づいて前記新たな検索情報を生成し、
前記検索ステップでは、前記新たな検索情報と一致する前記変換後登録情報を、前記変換後登録情報を記憶する前記記憶手段から検索することを特徴とする付記7ないし9のいずれか1項に記載の情報検索方法。
(Appendix 10)
For the registration information and the search information, further comprising a conversion step of converting the attribute name and the attribute value pair into an attribute value that uniquely identifies the converted registration information and the converted search information.
In the generating step, the new search information is generated based on the converted search information,
10. The additional search according to any one of appendices 7 to 9, wherein in the search step, the post-conversion registration information that matches the new search information is searched from the storage unit that stores the post-conversion registration information. Information retrieval method.

(付記11)
前記変換ステップでは、前記属性値を属性名と属性値を連結した文字列に変換することを特徴とする付記10に記載の情報検索方法。
(Appendix 11)
The information search method according to claim 10, wherein in the conversion step, the attribute value is converted into a character string obtained by concatenating the attribute name and the attribute value.

(付記12)
前記変換ステップでは、前記属性値を属性値に識別文字列を付与した文字列に変換することを特徴とする付記10に記載の情報検索方法。
(Appendix 12)
The information search method according to appendix 10, wherein, in the conversion step, the attribute value is converted into a character string obtained by adding an identification character string to the attribute value.

(付記13)
コンピュータを、
属性名と属性値からなる属性情報を1つ以上含む登録情報を記憶する記憶手段、
前記登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理手段、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得手段、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成手段、
前記新たな検索情報と一致する前記登録情報を前記記憶手段から検索する検索手段、
として機能させることを特徴とするプログラム。
(Appendix 13)
Computer
Storage means for storing registration information including at least one attribute information including an attribute name and an attribute value;
A combination management unit that creates and stores combination selection information that is information indicating a combination of attribute information included in the registration information;
An acquisition unit that includes one or more of the attribute information including the attribute name and the attribute value, and acquires search information that is a target of information search;
Generating means for acquiring the combination selection information and generating new search information of a combination corresponding to the combination selection information based on the search information;
Search means for searching the storage means for the registered information that matches the new search information;
A program characterized by functioning as

11 情報登録部
12 属性情報ソート連結部
13 ハッシュ生成部
14 登録情報管理部
15 検索情報処理部
16 組み合わせ生成部
17 組み合わせ管理部
18 属性値変換部
21 制御部
22 主記憶部
23 外部記憶部
24 操作部
25 表示部
26 入出力部
27 送受信部
30 制御プログラム
101 情報検索システム
102 情報検索システム
DESCRIPTION OF SYMBOLS 11 Information registration part 12 Attribute information sort connection part 13 Hash generation part 14 Registration information management part 15 Search information processing part 16 Combination generation part 17 Combination management part 18 Attribute value conversion part 21 Control part 22 Main memory part 23 External memory part 24 Operation Unit 25 display unit 26 input / output unit 27 transmission / reception unit 30 control program 101 information search system 102 information search system

Claims (10)

属性名と属性値からなる属性情報を1つ以上含む登録情報を記憶する記憶手段と、
前記登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理手段と、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得手段と、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成手段と、
前記新たな検索情報と一致する前記登録情報を前記記憶手段から検索する検索手段と、
を備えることを特徴とする情報検索システム。
Storage means for storing registration information including at least one attribute information including an attribute name and an attribute value;
A combination management unit that creates and stores combination selection information that is information indicating a combination of attribute information included in the registration information;
Including one or more of the attribute information including the attribute name and the attribute value, and acquiring means for acquiring search information that is a target of information search;
Generating means for acquiring the combination selection information and generating new search information for a combination corresponding to the combination selection information based on the search information;
Search means for searching the registration information that matches the new search information from the storage means;
An information retrieval system comprising:
前記組み合わせ選択情報は、前記登録情報に含まれる属性情報の属性名の組み合わせを示す情報であって、
前記生成手段は、前記組み合わせ選択情報を取得し、前記検索情報の属性情報の中から、前記組み合わせ選択情報に含まれる属性名の組み合わせの新たな検索情報を生成することを特徴とする請求項1に記載の情報検索システム。
The combination selection information is information indicating a combination of attribute names of attribute information included in the registration information,
The said generation means acquires the said combination selection information, and produces | generates the new search information of the combination of the attribute name contained in the said combination selection information from the attribute information of the said search information. Information retrieval system described in 1.
前記登録情報および前記新たな検索情報に含まれる1つ以上の属性値を所定の条件に従って並べ替え、連結した連結属性値を作成する連結手段と、
前記連結属性値をハッシュ変換してハッシュ値を生成するハッシュ生成手段と、を備え、
前記記憶手段は、前記登録情報に対応する前記ハッシュ値をキーとし前記登録情報を値とするハッシュテーブルを記憶しており、
前記検索手段は、前記ハッシュテーブルから前記新たな検索情報に対応するハッシュ値と一致するキーを検索し、その値である登録情報を取得することを特徴とする請求項1または2に記載の情報検索システム。
One or more attribute values included in the registration information and the new search information are rearranged according to a predetermined condition, and a concatenating unit for creating a concatenated concatenated attribute value;
Hash generation means for generating a hash value by hash-converting the connected attribute value,
The storage means stores a hash table having the hash value corresponding to the registration information as a key and the registration information as a value;
3. The information according to claim 1, wherein the search unit searches the hash table for a key that matches a hash value corresponding to the new search information, and acquires registration information that is the value thereof. Search system.
前記登録情報および前記検索情報について、前記属性名および前記属性値の組を一意に識別する属性値に変換して、変換後登録情報および変換後検索情報を生成する変換手段をさらに備え、
前記記憶手段は、前記変換後登録情報を記憶し、
前記生成手段は、前記変換後検索情報に基づいて前記新たな検索情報を生成し、
前記検索手段は、前記新たな検索情報と一致する前記変換後登録情報を前記記憶手段から検索することを特徴とする請求項1ないし3のいずれか1項に記載の情報検索システム。
The registration information and the search information, further comprising conversion means for converting the attribute name and the attribute value pair into an attribute value that uniquely identifies the converted registration information and the converted search information,
The storage means stores the post-conversion registration information,
The generation means generates the new search information based on the converted search information,
The information search system according to any one of claims 1 to 3, wherein the search means searches the storage means for the post-conversion registration information that matches the new search information.
前記変換手段は、前記属性値を属性名と属性値を連結した文字列に変換することを特徴とする請求項4に記載の情報検索システム。   The information search system according to claim 4, wherein the conversion unit converts the attribute value into a character string in which an attribute name and an attribute value are concatenated. 前記変換手段は、前記属性値を属性値に識別文字列を付与した文字列に変換することを特徴とする請求項4に記載の情報検索システム。   The information search system according to claim 4, wherein the conversion unit converts the attribute value into a character string obtained by adding an identification character string to the attribute value. 情報検索システムが実行する情報検索方法であって、
属性名と属性値からなる属性情報を1つ以上含む登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理ステップと、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得ステップと、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成ステップと、
前記登録情報を記憶する記憶手段から、前記新たな検索情報と一致する前記登録情報を検索する検索ステップと、
を備えることを特徴とする情報検索方法。
An information search method executed by an information search system,
A combination management step of creating and storing combination selection information that is information indicating a combination of attribute information included in registration information including one or more attribute information including an attribute name and an attribute value;
Including one or more pieces of the attribute information including the attribute name and the attribute value, and obtaining search information that is a target of information search;
Generating the combination selection information and generating new search information of a combination corresponding to the combination selection information based on the search information;
A search step of searching for the registration information that matches the new search information from a storage means for storing the registration information;
An information retrieval method comprising:
前記組み合わせ選択情報は、前記登録情報に含まれる属性情報の属性名の組み合わせを示す情報であって、
前記生成ステップでは、前記組み合わせ選択情報を取得し、前記検索情報の属性情報の中から、前記組み合わせ選択情報に含まれる属性名の組み合わせの新たな検索情報を生成することを特徴とする請求項7に記載の情報検索方法。
The combination selection information is information indicating a combination of attribute names of attribute information included in the registration information,
The said generation step acquires the said combination selection information, The new search information of the combination of the attribute name contained in the said combination selection information from the attribute information of the said search information is produced | generated. Information search method described in 1.
前記登録情報および前記新たな検索情報に含まれる1つ以上の属性値を所定の条件に従って並べ替え、連結した連結属性値を作成する連結ステップと、
前記連結属性値をハッシュ変換してハッシュ値を生成するハッシュ生成ステップと、を備え、
前記検索ステップでは、前記記憶手段が記憶する前記登録情報に対応する前記ハッシュ値をキーとし前記登録情報を値とするハッシュテーブルから、前記新たな検索情報に対応するハッシュ値と一致するキーを検索し、その値である登録情報を取得することを特徴とする請求項7または8に記載の情報検索方法。
One or more attribute values included in the registration information and the new search information are rearranged according to a predetermined condition, and a concatenating step of creating a concatenated concatenated attribute value;
A hash generation step of generating a hash value by hash-converting the connected attribute value,
In the search step, a key matching the hash value corresponding to the new search information is searched from a hash table using the hash value corresponding to the registration information stored in the storage means as a key and the registration information as a value. The information search method according to claim 7, wherein the registration information that is the value is acquired.
コンピュータを、
属性名と属性値からなる属性情報を1つ以上含む登録情報を記憶する記憶手段、
前記登録情報に含まれる属性情報の組み合わせを示す情報である組み合わせ選択情報を作成し、記憶する組み合わせ管理手段、
前記属性名と前記属性値からなる前記属性情報を1つ以上含み、情報検索の対象である検索情報を取得する取得手段、
前記組み合わせ選択情報を取得し、前記検索情報に基づいて前記組み合わせ選択情報に対応する組み合わせの新たな検索情報を生成する生成手段、
前記新たな検索情報と一致する前記登録情報を前記記憶手段から検索する検索手段、
として機能させることを特徴とするプログラム。
Computer
Storage means for storing registration information including at least one attribute information including an attribute name and an attribute value;
A combination management unit that creates and stores combination selection information that is information indicating a combination of attribute information included in the registration information;
An acquisition unit that includes one or more of the attribute information including the attribute name and the attribute value, and acquires search information that is a target of information search;
Generating means for acquiring the combination selection information and generating new search information of a combination corresponding to the combination selection information based on the search information;
Search means for searching the storage means for the registered information that matches the new search information;
A program characterized by functioning as
JP2010096037A 2010-04-19 2010-04-19 Information search system, information search method and program Expired - Fee Related JP5477139B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010096037A JP5477139B2 (en) 2010-04-19 2010-04-19 Information search system, information search method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010096037A JP5477139B2 (en) 2010-04-19 2010-04-19 Information search system, information search method and program

Publications (2)

Publication Number Publication Date
JP2011227656A true JP2011227656A (en) 2011-11-10
JP5477139B2 JP5477139B2 (en) 2014-04-23

Family

ID=45042935

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010096037A Expired - Fee Related JP5477139B2 (en) 2010-04-19 2010-04-19 Information search system, information search method and program

Country Status (1)

Country Link
JP (1) JP5477139B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016153976A (en) * 2015-02-20 2016-08-25 日本電信電話株式会社 Program and cluster system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07234879A (en) * 1994-02-24 1995-09-05 Toshiba Corp Information processor and data base retrieving method
JPH09101965A (en) * 1995-10-06 1997-04-15 Fuji Xerox Co Ltd Information registering method and information retrieving method
WO2011004846A1 (en) * 2009-07-07 2011-01-13 日本電気株式会社 Information search system, information management device, information search method, information management method, and recording medium
JP2011227655A (en) * 2010-04-19 2011-11-10 Nec Corp Information retrieval system, information retrieval method, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07234879A (en) * 1994-02-24 1995-09-05 Toshiba Corp Information processor and data base retrieving method
JPH09101965A (en) * 1995-10-06 1997-04-15 Fuji Xerox Co Ltd Information registering method and information retrieving method
WO2011004846A1 (en) * 2009-07-07 2011-01-13 日本電気株式会社 Information search system, information management device, information search method, information management method, and recording medium
JP2011227655A (en) * 2010-04-19 2011-11-10 Nec Corp Information retrieval system, information retrieval method, and program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSNJ201010006083; 山崎健太郎、外3名: 'コンテキストのべき集合を用いた高速な動的グルーピング' 電子情報通信学会2009年通信ソサイエティ大会講演論文集2 , 20090901, p.83, 社団法人 電子情報通信学会 *
JPN6014000554; 山崎健太郎、外3名: 'コンテキストのべき集合を用いた高速な動的グルーピング' 電子情報通信学会2009年通信ソサイエティ大会講演論文集2 , 20090901, p.83, 社団法人 電子情報通信学会 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016153976A (en) * 2015-02-20 2016-08-25 日本電信電話株式会社 Program and cluster system

Also Published As

Publication number Publication date
JP5477139B2 (en) 2014-04-23

Similar Documents

Publication Publication Date Title
JP5267670B2 (en) Information search system, information management apparatus, information search method, information management method, and recording medium
US8150823B2 (en) Private searching on a public search engine
US20200183986A1 (en) Method and system for document similarity analysis
CN105988996B (en) Index file generation method and device
CN105447162B (en) Group file searching method and device
JP2009003930A (en) Method and system for providing navigable search result
CN110489701A (en) Extract the method, apparatus and CMS recognition methods of CMS identification feature
JP2019204246A (en) Learning data creation method and learning data creation device
JP2013041385A (en) Document retrieval method, document retrieval device, and document retrieval program
CN109241360B (en) Matching method and device of combined character strings and electronic equipment
JP5477139B2 (en) Information search system, information search method and program
JP2013069175A (en) Keyword extraction system, keyword extraction method, and program
JP2011227655A (en) Information retrieval system, information retrieval method, and program
JP5162215B2 (en) Data processing apparatus, data processing method, and program
CN111597379B (en) Audio searching method and device, computer equipment and computer-readable storage medium
CN117009430A (en) Data management method, device, storage medium and electronic equipment
Sharma et al. An approach for frequent access pattern identification in web usage mining
JP2008197700A (en) Document management system and document management method
JP7509318B2 (en) Extraction device, extraction method, and extraction program
US9996621B2 (en) System and method for retrieving internet pages using page partitions
JP2012078930A (en) Content retrieval device and content retrieval method
US11494093B2 (en) Method and apparatus for processing data of in-memory database
US9189488B2 (en) Determination of landmarks
US11138275B1 (en) Systems and methods for filter conversion
JP6852002B2 (en) Data search method, data search device and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130308

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131225

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140114

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140127

R150 Certificate of patent or registration of utility model

Ref document number: 5477139

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees