JP2006252255A - Database system, database retrieval server, program and recording medium - Google Patents
Database system, database retrieval server, program and recording medium Download PDFInfo
- Publication number
- JP2006252255A JP2006252255A JP2005068845A JP2005068845A JP2006252255A JP 2006252255 A JP2006252255 A JP 2006252255A JP 2005068845 A JP2005068845 A JP 2005068845A JP 2005068845 A JP2005068845 A JP 2005068845A JP 2006252255 A JP2006252255 A JP 2006252255A
- Authority
- JP
- Japan
- Prior art keywords
- item
- database
- information
- tree
- item value
- 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
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
本発明は、ネットワークを利用したデータベースシステムに係り、特にデータベースの情報に含まれる項目値に基づいて、動的に階層ツリーを構成して情報を検索する項目値ツリー検索機能に関する。 The present invention relates to a database system using a network, and more particularly to an item value tree search function for dynamically configuring a hierarchical tree and searching for information based on item values included in database information.
近年、カタログ制作を行う際、コンピュータの普及に伴い、カタログに載せる商品データをデータベース化して利用することが始まっている。データベースと連携し、デスクトップパブリッシング(DTP)等でカタログ制作作業を行い、その効率化が図られてきている。例えば、商品情報等を蓄積したデータベースと、データベースの情報を管理し、データベースの情報の入出力、検索、閲覧等の機能を提供するサーバと複数のユーザ端末装置等からなるデータベースシステムが幾つか存在する(例えば、特許文献1)。 In recent years, when creating catalogs, with the spread of computers, product data to be put on catalogs has been used as a database. Collaborating with a database, catalog creation work is performed by desktop publishing (DTP) or the like, and the efficiency has been improved. For example, there are several database systems consisting of a database that stores product information, a server that manages database information, provides functions such as input / output, search, and browsing of database information, and a plurality of user terminal devices. (For example, Patent Document 1).
また、文書データからデータが格納されている項目のみを検索してツリー表示するツリーの動的作成表示方法、ツリー検索表示システムが存在する(例えば、特許文献2)。 There is also a tree dynamic creation display method and a tree search display system for searching only items in which data is stored from document data and displaying the tree (for example, Patent Document 2).
しかしながら、従来のデータベースシステムでは、検索対象の項目名を選び、その検索値を入力、もしくはプルダウンリストから選択するといった形態であったが、検索するたびに項目を選んだり、値を入力・選択する必要があり、間違った検索値を入力して検索すると結果は0件となり、ユーザにはベースとなる検索条件の検索値を意識する必要があり、操作性や機能性が低いという問題があった。 However, in the conventional database system, an item name to be searched is selected and the search value is input or selected from a pull-down list. However, each time a search is performed, an item is selected or a value is input / selected. If you enter a wrong search value and search, the result is 0. The user needs to be aware of the search value of the base search condition, and there is a problem that operability and functionality are low. .
本発明は、以上の点に鑑みてなされたものであり、データベース内の情報に含まれる1つ以上の項目値の組合せにより、情報を動的にかつ階層的に分類・検索できるデータベースシステム等を提供することを目的とする。 The present invention has been made in view of the above points, and provides a database system that can classify and search information dynamically and hierarchically by a combination of one or more item values included in information in the database. The purpose is to provide.
前述した目的を達成するために第1の発明は、クライアント端末にネットワークを介して接続され、複数の項目からなる情報を記憶、管理するデータベースを有し、情報の検索を行うデータベース検索サーバであって、前記情報を構成する項目に対して、所定数の階層を有する階層構造を設定する項目階層情報を前記データベースに保持し、前記クライアント端末からの検索要求に応じて、前記項目階層情報に基づいて、前記データベースから少なくとも1階層の項目に対する項目値群を取得し、項目値による階層ツリーデータを作成するツリー作成手段と、作成した項目値による階層ツリーデータを前記クライアント端末に提供するツリー提供手段と、前記クライアント端末から階層ツリー上の項目値を選択されると、選択された項目値から関連付けられる最上位の項目値まで、夫々の項目値が対応する項目に一致する情報を、前記データベースからAND(論理積)検索する検索手段と、を具備することを特徴とするデータベース検索サーバである。 In order to achieve the above-described object, the first invention is a database search server connected to a client terminal via a network, having a database for storing and managing information consisting of a plurality of items, and for searching for information. In the database, item hierarchy information for setting a hierarchical structure having a predetermined number of hierarchies is stored in the database, and based on the item hierarchy information in response to a search request from the client terminal. A tree creation means for obtaining an item value group for at least one item from the database and creating hierarchical tree data based on the item value; and a tree providing means for providing the client terminal with the hierarchical tree data based on the created item value When an item value on the hierarchical tree is selected from the client terminal, the selected item value A database search server comprising: search means for performing AND (logical product) search from the database for information that matches each item value up to the highest associated item value. .
また、前記ツリー作成手段は、前記クライアント端末から前記階層ツリー上の選択された項目値のツリー展開要求によって、前記項目階層情報に基づいて、前記データベースから、選択された項目値に関する下位の階層の項目に対する項目値群を取得し、項目値による下位の階層ツリーデータを展開する展開手段を、更に具備することが望ましい。
また、前記検索手段により検索された情報を前記クライアント端末に提供する情報提供手段を、更に具備することが望ましい。
In addition, the tree creation means is configured to request a tree expansion request for a selected item value from the database based on the item hierarchy information in response to a tree expansion request for the selected item value on the hierarchy tree from the client terminal. It is desirable to further include expansion means for acquiring an item value group for the item and expanding lower hierarchical tree data based on the item value.
It is preferable that the information processing device further includes information providing means for providing the client terminal with information searched by the search means.
第1の発明によるデータベース検索サーバは、クライアント端末にネットワークを介して接続され、複数の項目からなる情報を記憶、管理するデータベースを有し、情報を構成する項目に対して、所定数の階層を有する階層構造を設定する項目階層情報をデータベースに保持し、クライアント端末からの検索要求に応じて、項目階層情報に基づいて、データベースから少なくとも1階層の項目に対する項目値群を取得し、項目値による階層ツリーデータを作成し、作成した項目値による階層ツリーデータを前記クライアント端末に提供する。クライアント端末から階層ツリー上の項目値を選択されると、選択された項目値から関連付けられる最上位の項目値まで、夫々の項目値が対応する項目に一致する情報を、データベースからAND(論理積)検索する。 The database search server according to the first invention is connected to a client terminal via a network, has a database for storing and managing information consisting of a plurality of items, and has a predetermined number of hierarchies for items constituting the information. Item hierarchy information for setting a hierarchical structure is stored in the database, and in response to a search request from the client terminal, an item value group for at least one item is acquired from the database based on the item hierarchy information. Hierarchical tree data is created, and the hierarchical tree data based on the created item values is provided to the client terminal. When an item value on the hierarchical tree is selected from the client terminal, information that matches each item value from the selected item value to the highest-level item value to be associated with the corresponding item is obtained from the database. )Search for.
「情報」は、例えば、商品情報であり、商品の文字情報(スペックなど)や、商品の素材情報(画像情報)等からなる。
「項目」は、データベースのレコードに、フィールドに対応して有する情報である。
「項目階層情報」は、情報を構成する項目に対して任意数の階層を有する階層構造を設定し、階層関係にある項目どうしを対応付ける情報であり、データベース内に保持される。
“Information” is, for example, product information, and is composed of character information (such as specifications) of products, material information (image information) of products, and the like.
The “item” is information that corresponds to the field in the database record.
“Item hierarchy information” is information in which a hierarchical structure having an arbitrary number of hierarchies is set for the items constituting the information, and the items having a hierarchical relationship are associated with each other, and held in the database.
第1の発明では、項目値ツリーは動的に再構築されるので、途中で商品情報の(項目値ツリーに関係する)項目値が変更されても、このツリーに随時反映されて検索ができる。
また、ユーザが直感的にツリーを辿ることで、検索条件が絞り込まれ、ツリーのノードを選択した際には、その検索条件を満たす商品情報の一覧を表示することにより、操作の簡略化、直感的な検索をできる。
また、各ノードクリック時に表示される検索結果は静的には保持せず、クリック時に動的にその都度検索することにより、データベース管理者は、この項目値ツリーを随時メンテナンスする必要がない。
In the first invention, since the item value tree is dynamically reconstructed, even if the item value of the product information (related to the item value tree) is changed in the middle, the tree can be reflected as needed and searched. .
In addition, when the user intuitively traces the tree, the search condition is narrowed down. When a node of the tree is selected, a list of product information that satisfies the search condition is displayed, thereby simplifying the operation and intuition. Search.
In addition, the search result displayed when each node is clicked is not statically held, and the database administrator does not need to maintain this item value tree at any time by dynamically searching each time when the node is clicked.
また、第2の発明は、クライアント端末と、複数の項目からなる情報を記憶、管理するデータベースを有し、情報の検索を行うデータベース検索サーバと、がネットワークを介して接続されるデータベースシステムであって、前記クライアント端末は、前記サーバから受け取った項目値による階層ツリーを表示する表示手段と、表示された階層ツリー上の項目値を選択し、項目値によるツリー検索指示を送信する検索指示手段と、を備え、前記データベース検索サーバは、前記情報を構成する項目に対して、所定数の階層を有する階層構造を設定する項目階層情報を前記データベースに保持し、前記クライアント端末からの検索要求に応じて、前記項目階層情報に基づいて、前記データベースから少なくとも1階層の項目に対する項目値群を取得し、項目値による階層ツリーデータを作成するツリー作成手段と、作成した項目値による階層ツリーデータを前記クライアント端末に提供するツリー提供手段と、前記クライアント端末から階層ツリー上の項目値を選択されると、選択された項目値から関連付けられる最上位の項目値まで、夫々の項目値が対応する項目に一致する情報を、前記データベースからAND(論理積)検索する検索手段と、を具備することを特徴とするデータベースシステムである。 The second invention is a database system in which a client terminal and a database search server that stores and manages information consisting of a plurality of items and that searches for information are connected via a network. The client terminal includes a display unit that displays a hierarchical tree based on the item value received from the server, and a search instruction unit that selects an item value on the displayed hierarchical tree and transmits a tree search instruction based on the item value. The database search server holds item hierarchy information for setting a hierarchical structure having a predetermined number of hierarchies for the items constituting the information in the database, and responds to a search request from the client terminal. Based on the item hierarchy information, an item value group for at least one item from the database is obtained. Tree generation means for creating hierarchical tree data based on item values, tree providing means for providing hierarchical tree data based on the created item values to the client terminal, and item values on the hierarchical tree are selected from the client terminal. And a search means for performing an AND (logical product) search from the database for information that matches each item value from the selected item value to the associated highest item value. Is a database system characterized by
第2の発明は、第1の発明のデータベース検索サーバと、検索要求に応じて、サーバから受け取った項目値による階層ツリーを表示し、階層ツリー上の項目値を選択し、項目値によるツリー検索指示を送信するクライアント端末から構成されるデータベースシステムに関する発明である。 According to a second invention, the database search server of the first invention and a hierarchical tree based on item values received from the server in response to a search request are displayed, an item value on the hierarchical tree is selected, and a tree search based on the item value is performed. The present invention relates to a database system composed of client terminals that transmit instructions.
第3の発明は、コンピュータを第1の発明のデータベース検索サーバとして機能させるプログラムである。
第4の発明は、コンピュータを第1の発明のデータベース検索サーバとして機能させるプログラムを記録した記録媒体である。
The third invention is a program for causing a computer to function as the database search server of the first invention.
A fourth invention is a recording medium on which a program for causing a computer to function as the database search server of the first invention is recorded.
上述のプログラムをCD−ROM等の記録媒体に保持させて流通させてもよいし、このプログラムを通信回線を介して送受することもできる。 The above-described program may be distributed by being stored in a recording medium such as a CD-ROM, or the program can be transmitted and received via a communication line.
本発明は、データベース内の情報に含まれる1つ以上の項目値の組合せにより、情報を動的に、かつ階層的に分類・検索できるデータベースシステム等を提供することができる。 The present invention can provide a database system and the like that can classify and search information dynamically and hierarchically by a combination of one or more item values included in the information in the database.
以下に、添付図面を参照しながら、本発明に係るデータベースシステム等の好適な実施形態について詳細に説明する。なお、以下の説明および添付図面において、略同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略することにする。 Hereinafter, preferred embodiments of a database system and the like according to the present invention will be described in detail with reference to the accompanying drawings. In the following description and the accompanying drawings, the same reference numerals are given to components having substantially the same functional configuration, and redundant description is omitted.
図1は、本発明の本実施の形態に係るデータベースシステム100の概略構成を示す図である。 FIG. 1 is a diagram showing a schematic configuration of a database system 100 according to the present embodiment of the present invention.
図1は、データベースシステム100の1例であり、図1に示すように、データベースシステム100は、サーバ101、複数のクライアント端末103等が、ネットワーク109を介して接続されて構成される。尚、データベースシステム100は、WWW(World Wide Web)技術を用いて実現した場合の構成図である。
FIG. 1 shows an example of a database system 100. As shown in FIG. 1, the database system 100 is configured by connecting a server 101, a plurality of
ネットワーク109は、インターネット、ローカルエリアネットワーク(LAN)、社内LAN等のネットワークであり、有線、無線を問わない。
The
サーバ101は、サーバコンピュータ等であり、WWWサーバ110、データベース検索手段111、データベースサーバ112等を有する。データベース検索手段111は、データベースサーバ112を介して、商品情報データベース301内の商品情報310に含まれる1つ以上の項目値の組合せにより、商品情報310を動的に、かつ階層的に分類し項目値による階層ツリーデータを作成し、階層ツリー上の選択された項目値に対して、検索を行う。データベースサーバ112は、データベースエンジン等であり、商品情報データベース301への検索、参照、登録、削除等の各種要求に対する該当処理を行う。
The server 101 is a server computer or the like, and includes a
クライアント端末103は、パーソナルコンピュータ、携帯型端末機(Personal Digital Assistant)等である。クライアント端末103には、WWWブラウザ120が搭載される。クライアント端末103は、WWWブラウザ120を介して、サーバ101のWWWサーバ110にアクセスし、項目値ツリー検索要求に対して、サーバ101から受け取った項目値による階層ツリーを表示し、表示された階層ツリー上の項目値を選択し、商品情報データベース301に対する項目値による検索指示を行う。
The
次に、サーバ101のハードウェア構成を説明する。図2は、サーバ101のハードウェア構成図である。 Next, the hardware configuration of the server 101 will be described. FIG. 2 is a hardware configuration diagram of the server 101.
サーバ101は、制御部201、記憶部202、メディア入出力部203、通信制御部204、入力部205、表示部206、印刷部207等が、システムバス209を介して接続されて構成される。
The server 101 is configured by connecting a
制御部201は、CPU(Central Processing Unit )、ROM(Read Only Memory )、RAM(Random Access Memory)等で構成される。
The
CPUは、記憶部202、ROM、記録媒体等に格納されるプログラムをRAM上のワークメモリ領域に呼び出して実行し、システムバス209を介して接続された各装置を駆動制御し、サーバ101が行う後述する各種処理(図5、図6参照)を実現する。
ROMは、不揮発性メモリであり、コンピュータのブートプログラムやBIOS等のプログラム、データ等を恒久的に保持している。
RAMは、揮発性メモリであり、記憶部202、ROM、記録媒体等からロードしたプログラム、データ等を一時的に保持するとともに、制御部201が各種処理を行う為に使用するワークエリアを備える。
The CPU calls a program stored in the
The ROM is a non-volatile memory and permanently holds a computer boot program, a program such as BIOS, data, and the like.
The RAM is a volatile memory, and temporarily stores a program, data, and the like loaded from the
記憶部202は、HDD(ハードディスクドライブ)であり、制御部201が実行するプログラム、プログラム実行に必要なデータ、OS(オペレーティングシステム)等が格納される。プログラムに関しては、OS(オペレーティングシステム)に相当する制御プログラム391や、本コンピュータを適用するサーバ101が行う後述の処理に相当するアプリケーションプログラム392等が格納されている。
これらの各プログラムコードは、制御部201により必要に応じて読み出されてRAMに移され、CPUに読み出されて各種の手段として実行される。
The
Each of these program codes is read by the
メディア入出力部203(ドライブ装置)は、データの入出力を行い、例えば、フロッピディスクドライブ、PDドライブ、CDドライブ(−ROM、−R、−RW等)、DVDドライブ(−ROM、−R、−RW等)、MOドライブ等のメディア入出力装置等を有する。 The media input / output unit 203 (drive device) performs data input / output, for example, floppy disk drive, PD drive, CD drive (-ROM, -R, -RW, etc.), DVD drive (-ROM, -R, etc.) -RW etc.) and media input / output devices such as MO drives.
通信制御部204は、通信制御装置、通信ポート等を有し、サーバ101とネットワーク109間の通信を媒介する通信インタフェースであり、ネットワーク109を介して、サーバ101と、クライアント端末103間の通信制御を行う。
The
入力部205は、データの入力を行い、例えば、キーボード、マウス等のポインティングデバイス、テンキー等の入力装置を有する。
入力部205を介して、サーバ101に対して、操作指示、動作指示、データ入力等を行うことができる。
The
An operation instruction, an operation instruction, data input, and the like can be performed on the server 101 via the
表示部206は、CRTモニタ、液晶パネル等のディスプレイ装置、ディスプレイ装置と連携してコンピュータのビデオ機能を実現するための論理回路等(ビデオアダプタ等)を有する。
The
印刷部207は、プリンタであり、印刷出力処理を行う。
A
システムバス209は、各装置間の制御信号、データ信号等の授受を媒介する経路である。 The system bus 209 is a path that mediates transmission / reception of control signals, data signals, and the like between the devices.
次に、図3を参照しながら、サーバ101の記憶部202が保持する情報について説明する。図3は、記憶部202が保持する情報を示す図である。
Next, information stored in the
記憶部202内には、複数の商品情報データベース301、及び制御プログラム391、アプリケーションプログラム392等が格納されている。
In the
商品情報データベース301には、複数の商品情報310、管理テーブル群等を有する。尚、サーバ101が管理する商品情報データベース301は、必要に応じて、複数存在してもよい。
商品情報310は、商品のスペック等の文字情報311、商品の素材情報である画像情報312等からなる。
尚、商品情報データベース301のデータ構成は、この構成に限られるものではない。
The
The
The data configuration of the
制御プログラム391は、サーバ101の各構成部分を駆動制御するプログラムであり、OS(オペレーティングシステム)に相当する。
アプリケーションプログラム392は、サーバ101が行う後述の処理(図5、図6参照)に相当する実行可能プログラムであり、WWWサーバ110、データベース検索手段111、データベースサーバ112等に該当するプログラムである。
The
The
次に、図4を参照しながら、クライアント端末103のハードウェア構成を説明する。図4は、クライアント端末103のハードウェア構成図である。
Next, the hardware configuration of the
クライアント端末103は、制御部401、記憶部402、通信制御部403、メディア入出力部404、入力部405、表示部406、印刷部407等が、システムバス409を介して接続される。
尚、クライアント端末103のハードウェア構成は、図2について前述したサーバ101と同様の構成を採る。
The
The hardware configuration of the
次に、図5、図6を参照しながら、データベースシステム100における、サーバ101のデータベース検索手段111による商品情報データベース301内の商品情報310の項目値ツリー検索処理の処理動作について詳しく説明する。図5、図6は、サーバ101の商品情報310の項目値ツリー検索処理の処理手順を示すフローチャートである。
Next, the processing operation of the item value tree search processing of the
サーバ101の記憶部202には、アプリケーションプログラム392であるデータベース検索プログラムがインストールされている。以下のサーバ101の処理は、WWWサーバ110、データベースサーバ112を介して、このデータベース検索プログラムの制御に従って、サーバ101の制御部201によって行われる。
また、クライアント端末103の記憶部402には、アプリケーションプログラム392であるWWWブラウザ120がインストールされており、以下のクライアント端末103の処理(WWWブラウザ120を介したサーバ101へのアクセス、サーバ101への指示等)は、クライアント103の制御部401によって行われる。
A database search program that is an
Further, the
クライアント端末103の制御部401は、サーバ101にアクセスし、商品情報データベース301にログイン要求を行う(ステップS501)。
The
例えば、クライアント端末103のWWWブラウザ120から、サーバ101の所定のURLを指定してサーバ101にアクセスし、サーバ101の制御部201は、データベースサーバ112を介して、ログイン画面データをクライアント端末103に送信する。クライアント端末103の制御部401は、ログイン画面(図示せず)に従って、入力されたユーザID、パスワード、サーバ名をサーバ101に送信する。
For example, the server 101 is accessed from the
サーバ101の制御部201は、受け取ったユーザID、パスワード等からユーザ認証を行い、正しくユーザ認証された場合、指定されたサーバ名に応じた商品情報データベース301を設定、接続する(ステップS502)。
制御部201は、商品情報データベース301の商品情報310に対する操作を行うメイン画面データを送信する(ステップS503)。
The
The
クライアント端末103の制御部401は、受け取ったメイン画面10を表示する(ステップS504)。
The
図8は、メイン画面10を示す図である。
図8に示すように、メイン画面10には、商品情報データベース301から取得した情報を表示する商品情報レコード12からなる商品情報一覧11、グループツリー検索/項目値ツリー検索/キーワード検索/汎用検索等の各種検索を行う検索画面13、作業箱一覧/バスケット一覧、及び各種制御ボタン、メニュバー等が表示される。
FIG. 8 is a diagram showing the main screen 10.
As shown in FIG. 8, the main screen 10 includes a
ユーザは項目ツリー検索を選択し、制御部401は項目ツリー検索要求を送信する(ステップS505)。
例えば、検索画面13上の「項目ツリー検索」タブ21を選択するか、或いはメニュバーの検索ボタン15等をクリックすることにより、表示された検索メニュ(図示せず)から「項目ツリー検索」を選択する。
The user selects item tree search, and the
For example, the “Item Tree Search”
サーバ101の制御部201は、商品情報データベース301の商品情報310に含まれる項目階層情報321を取得する(ステップS506)。
The
図7は、項目階層情報321の一態様を示す図である。
図7に示すように、商品情報データベース301の商品情報310の構造320毎に、複数の項目階層情報321を有する。項目階層情報321は、商品情報310を構成する項目に対して任意数の階層を有する階層構造を設定し、階層関係にある項目どうしを対応付ける情報であり、項目322、親項目323等からなる。項目322は、項目名、項目ID等の項目識別情報であり、親項目323は、項目322の上位階層の項目であり、親項目名、親項目ID等の親項目識別情報である。
例えば、商品情報データベース301内の商品情報310「パーソナルコンピュータ」の構造320に対して項目322「仮コード」、「メーカー」、「型番コード」、「筐体」、「CPU種類」、「製品名称」…等を有し、項目階層情報321として、階層構造を表す項目322「メーカー」の親項目323「パーソナルコンピュータ」、項目322「筐体」の親項目323「メーカー」、項目322「CPU種類」の親項目323「筐体」等を有する。すなわち、階層構造として、「パーソナルコンピュータ」に対して、項目322「メーカー」―>「筐体」―>「CPU種類」が設定される。
FIG. 7 is a diagram illustrating an aspect of the
As shown in FIG. 7, each
For example, the
尚、項目階層情報321のデータ構成は、この構成に限られるものではない。例えば、構造毎に項目値ツリー情報を管理し、項目ツリーIDと構造IDを対応付けるツリー情報テーブルと、各ツリー毎に、項目ツリーID、階層、項目名等からなるツリーノード情報テーブルを有し、構造毎に、ツリー情報テーブル、ツリーノード情報テーブル等に基づいて、各階層の項目を取得してもよい。
The data structure of the
制御部201は、取得した項目階層情報321に基づいて、少なくとも1階層目の項目の項目値群を取得し、項目値をノードとした項目値ツリーデータを作成する(ステップS507)。
尚、本実施の形態では、最初に1階層目のノード情報である項目値を取得し、項目値ツリーデータを作成し、ユーザがツリーを展開させようとするタイミングで配下のノード情報を取得するが、2階層目以下のノード情報については、予め最初に1階層目の情報取得の際に併せて取得してもよい。
Based on the acquired
In this embodiment, first, an item value that is node information of the first layer is acquired, item value tree data is created, and subordinate node information is acquired at a timing when the user attempts to expand the tree. However, the node information on the second and lower layers may be acquired in advance when acquiring information on the first layer in advance.
制御部201は、作成した項目値ツリーデータからなる項目値ツリー検索画面データを送信する(ステップS508)。
The
クライアント端末103の制御部401は、メイン画面10上に項目値ツリー検索画面20を表示する(ステップS601)。
図8に示すように、項目値ツリー検索画面20は、少なくとも1階層の項目の項目値集合をノード22として表示する項目値ツリーからなる。
例えば、ツリーの1階層は、項目「メーカー」の項目値「AAA」、「BBB」、「CCC」、「GGG」…等のノード22からなる。
The
As shown in FIG. 8, the item value
For example, one level of the tree includes
制御部401は、検索するノード22に対してツリー展開要求を行う(ステップS602)。
例えば、1階層のノード22「AAA」の「展開」ボタン23をクリックし、ノード22「AAA」の配下の階層のノード22を展開する。
The
For example, the “expand”
サーバ101の制御部201は、商品情報データベース301から、項目階層情報321に基づいて、選択されたノード22に該当する項目322の配下の項目322の項目値群を取得し、ノード22として項目値ツリーデータを作成、展開する(ステップS603)。
制御部201は、項目値ツリーデータを送信する(ステップS604)。
The
The
クライアント端末103の制御部401は、項目値ツリー検索画面20に展開した項目値ツリーを表示する(ステップS605)。
図9は、項目値ツリー検索画面20(下位ツリー展開)を示す図である。
図9に示すように、項目値ツリー検索画面20(下位ツリー展開)には、1階層のノード22「AAA」―>2階層のノード22「省スペース型」の下位ツリーを展開した項目値ツリーであり、3階層のノードとして項目「CPU種類」の項目値「Celeron」、「Athron」、「なし」等が表示される。
The
FIG. 9 is a diagram showing an item value tree search screen 20 (lower tree expansion).
As shown in FIG. 9, the item value tree search screen 20 (lower tree expansion) is an item value tree in which a lower layer of a
ユーザは検索するノード22を選択し、制御部401は、検索対象のノード22の項目値に対して検索要求を送信する(ステップS606)。
例えば、項目値ツリー検索画面20(下位ツリー展開)上の「AAA」の配下のノード22「省スペース型」をクリックし、検索対象を選択する。
The user selects the
For example, the
サーバ101の制御部201は、選択されたノード22である項目値から最上位の階層まで関連付けられる各項目値に全て一致する商品情報310を、商品情報データベース301から検索する(ステップS607)。
制御部201は、検索結果データである商品情報一覧データを送信する(ステップS608)。
The
The
クライアント端末103の制御部401は、メイン画面10上に検索結果である商品情報一覧11を表示する(ステップS609)。
図10は、メイン画面10(項目値ツリー検索結果)を示す図である。
図10に示すように、メイン画面10上の商品情報一覧11には、項目値ツリー検索結果である、「メーカー」が「AAA」に一致し、「筐体」が「省スペース型」に一致する9件の商品情報レコード12が一覧表示される。
The
FIG. 10 is a diagram showing the main screen 10 (item value tree search result).
As shown in FIG. 10, in the
以上説明したように、本発明の実施の形態によれば、サーバ101の制御部201は、項目からなる商品情報310を記憶、管理する商品情報データベース310を有し、商品情報310を構成する項目に対して任意数の階層を有する階層構造を設定し、階層関係にある項目どうしを対応付ける項目階層情報321を保持し、クライアント端末103からの検索要求に応じて、項目階層情報321に基づいて、商品情報データベース301から少なくとも1階層の項目に対する項目値群を取得し、項目値による階層ツリーデータを作成し、クライアント端末103に提供する。クライアント端末103から階層ツリー上の項目値を選択されると、選択された項目値から最上位の階層まで関連付けられる各項目値に対して、夫々の対応する項目がその項目値と全て一致する商品情報310を、商品情報データベース301から検索する。
As described above, according to the embodiment of the present invention, the
これにより、項目値ツリーは動的に再構築されるので、途中で商品情報の(項目値ツリーに関係する)項目値が変更されても、このツリーに随時反映されて検索ができる。
また、従来の検索方法では、間違った検索値を入力して検索すると結果は0件となり、検索値を意識する必要があったが、この項目値ツリーで検索すると少なくとも1件は必ずヒットする。また、ユーザが直感的にツリーを辿ることで、検索条件が絞り込まれ、ツリーのノードを選択した際には、その検索条件を満たす商品情報の一覧を表示することにより、ユーザは、容易に所望する情報を検索でき、操作の簡略化、直感的な検索をできる。
As a result, the item value tree is dynamically reconstructed. Therefore, even if the item value (related to the item value tree) of the product information is changed on the way, the item value tree is reflected in the tree as needed and can be searched.
Further, in the conventional search method, if the search is performed by inputting an incorrect search value, the result is 0, and it is necessary to be aware of the search value. However, if the search is performed using this item value tree, at least one search is always made. In addition, when the user intuitively traces the tree, the search condition is narrowed down, and when a node of the tree is selected, the user can easily select a desired item by displaying a list of product information that satisfies the search condition. Information can be searched, operation can be simplified, and intuitive search can be performed.
更に、各ノードクリック時に表示される検索結果は静的には保持せず、クリック時に動的にその都度検索することにより、データベース管理者は、この項目値ツリーを随時メンテナンスする必要がないというメリットがある。例えば、ユーザが、ある時点で、ある商品情報において、項目値ツリー検索に設定された項目値を変更し更新した場合でも、以降の項目値ツリー検索にて検索すると動的に検索結果が変わることになる。 In addition, the search results displayed when each node is clicked are not statically maintained, but are dynamically searched each time they are clicked, so that the database administrator does not need to maintain this item value tree at any time. There is. For example, even if the user changes and updates the item value set in the item value tree search at a certain point in time at a certain point in time, the search result will change dynamically when searching in the subsequent item value tree search become.
尚、本実施の形態では、サーバ101に、WWWサーバ110、データベース検索手段111、データベースサーバ112等を有し、クライアント端末103から、サーバ101にアクセスし、WWWサーバ110を介してデータベース検索プログラムを起動したが、予め、クライアント端末103側にデータベース検索プログラムをダウンロードにしておき、クライアント端末103上のデータベース検索プログラムを起動し、サーバ101側のデータベースサーバ112の商品情報データベース301をアクセスしながら、データベース検索処理を行ってもよい。
In this embodiment, the server 101 includes the
また、本実施の形態では、最初に1階層目のノード情報である項目値を取得し、項目値ツリーデータを作成し、ユーザがツリーを展開させようとするタイミングで配下のノード情報を取得するが、2階層目以下のノード情報については、予め最初に1階層目の情報取得の際に併せて取得してもよい。 In this embodiment, first, an item value that is node information of the first layer is acquired, item value tree data is created, and subordinate node information is acquired at a timing when the user attempts to expand the tree. However, the node information on the second and lower layers may be acquired in advance when acquiring information on the first layer in advance.
また、本実施の形態では、データベースとして商品情報、画像情報等を蓄積する商品情報データベース301を用いたが、商品情報、画像情報等に限るものではない。
In this embodiment, the
尚、図5、図6等に示す処理を行うプログラムはCD−ROM等の記録媒体に保持させて流通させてもよいし、このプログラムを通信回線を介して送受することもできる。 Note that the program for performing the processing shown in FIGS. 5 and 6 may be distributed on a recording medium such as a CD-ROM, or the program may be transmitted and received via a communication line.
以上、添付図面を参照しながら、本発明に係るデータベースシステム等の好適な実施形態について説明したが、本発明はかかる例に限定されない。当業者であれば、本願で開示した技術的思想の範疇内において、各種の変更例又は修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。 The preferred embodiments of the database system and the like according to the present invention have been described above with reference to the accompanying drawings, but the present invention is not limited to such examples. It will be apparent to those skilled in the art that various changes or modifications can be conceived within the scope of the technical idea disclosed in the present application, and these naturally belong to the technical scope of the present invention. Understood.
100………データベースシステム
101………サーバ
103………クライアント端末
109………ネットワーク
110………WWWサーバ
111………データベース検索手段
112………データベースサーバ
120………WWWブラウザ
201、401………制御部
202、402………記憶部
301………商品情報データベース
310………商品情報
311………文字情報
320………構造
321………項目階層情報
322………項目
323………親項目
11………商品情報一覧
12………商品情報レコード
21………「項目値ツリー検索」タブ
22………ノード
100 ......... Database system 101 .........
Claims (8)
前記情報を構成する項目に対して、所定数の階層を有する階層構造を設定する項目階層情報を前記データベースに保持し、
前記クライアント端末からの検索要求に応じて、前記項目階層情報に基づいて、前記データベースから少なくとも1階層の項目に対する項目値群を取得し、項目値による階層ツリーデータを作成するツリー作成手段と、
作成した項目値による階層ツリーデータを前記クライアント端末に提供するツリー提供手段と、
前記クライアント端末から階層ツリー上の項目値を選択されると、選択された項目値から関連付けられる最上位の項目値まで、夫々の項目値が対応する項目に一致する情報を、前記データベースからAND(論理積)検索する検索手段と、
を具備することを特徴とするデータベース検索サーバ。 A database search server connected to a client terminal via a network, having a database for storing and managing information consisting of a plurality of items, and for searching for information,
Item hierarchy information for setting a hierarchical structure having a predetermined number of hierarchies for items constituting the information is held in the database,
In response to a search request from the client terminal, on the basis of the item hierarchy information, obtain a field value group for at least one hierarchy item from the database, and create a tree creation means for creating hierarchy tree data by item value;
Tree providing means for providing the client terminal with hierarchical tree data based on the created item values;
When an item value on the hierarchical tree is selected from the client terminal, information corresponding to the item corresponding to each item value from the selected item value to the highest item value associated with the item value is obtained from the database. Logical AND) search means for searching,
A database search server comprising:
前記クライアント端末から前記階層ツリー上の選択された項目値のツリー展開要求によって、前記項目階層情報に基づいて、前記データベースから、選択された項目値に関する下位の階層の項目に対する項目値群を取得し、項目値による下位の階層ツリーデータを展開する展開手段、
を、更に具備することを特徴とする請求項1に記載のデータベース検索サーバ。 The tree creation means includes:
In response to a tree expansion request for the selected item value on the hierarchy tree from the client terminal, an item value group for an item in a lower hierarchy related to the selected item value is acquired from the database based on the item hierarchy information. , Expansion means for expanding the lower-level tree data by item values,
The database search server according to claim 1, further comprising:
を、更に具備することを特徴とする請求項1に記載のデータベース検索サーバ。 Information providing means for providing the client terminal with information searched by the search means;
The database search server according to claim 1, further comprising:
前記クライアント端末は、
前記サーバから受け取った項目値による階層ツリーを表示する表示手段と、
表示された階層ツリー上の項目値を選択し、項目値によるツリー検索指示を送信する検索指示手段と、
を備え、
前記データベース検索サーバは、
前記情報を構成する項目に対して、所定数の階層を有する階層構造を設定する項目階層情報を前記データベースに保持し、
前記クライアント端末からの検索要求に応じて、前記項目階層情報に基づいて、前記データベースから少なくとも1階層の項目に対する項目値群を取得し、項目値による階層ツリーデータを作成するツリー作成手段と、
作成した項目値による階層ツリーデータを前記クライアント端末に提供するツリー提供手段と、
前記クライアント端末から階層ツリー上の項目値を選択されると、選択された項目値から関連付けられる最上位の項目値まで、夫々の項目値が対応する項目に一致する情報を、前記データベースからAND(論理積)検索する検索手段と、
を具備することを特徴とするデータベースシステム。 A database system in which a client terminal has a database for storing and managing information consisting of a plurality of items, and a database search server for searching for information is connected via a network,
The client terminal is
Display means for displaying a hierarchical tree with item values received from the server;
A search instruction means for selecting an item value on the displayed hierarchical tree and transmitting a tree search instruction by the item value;
With
The database search server
Item hierarchy information for setting a hierarchical structure having a predetermined number of hierarchies for items constituting the information is held in the database,
In response to a search request from the client terminal, on the basis of the item hierarchy information, obtain a field value group for at least one hierarchy item from the database, and create a tree creation means for creating hierarchy tree data by item value;
Tree providing means for providing the client terminal with hierarchical tree data based on the created item values;
When an item value on the hierarchical tree is selected from the client terminal, information corresponding to the item corresponding to each item value from the selected item value to the highest item value associated with the item value is obtained from the database. Logical AND) search means for searching,
A database system comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005068845A JP2006252255A (en) | 2005-03-11 | 2005-03-11 | Database system, database retrieval server, program and recording medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005068845A JP2006252255A (en) | 2005-03-11 | 2005-03-11 | Database system, database retrieval server, program and recording medium |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006252255A true JP2006252255A (en) | 2006-09-21 |
Family
ID=37092678
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005068845A Pending JP2006252255A (en) | 2005-03-11 | 2005-03-11 | Database system, database retrieval server, program and recording medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2006252255A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009069971A (en) * | 2007-09-11 | 2009-04-02 | Nomura Research Institute Ltd | Data processing system |
CN104572834A (en) * | 2014-12-10 | 2015-04-29 | 南车青岛四方机车车辆股份有限公司 | Method and device for constructing process meta-model |
KR20170014369A (en) * | 2015-07-29 | 2017-02-08 | 엘에스산전 주식회사 | Energy management system |
-
2005
- 2005-03-11 JP JP2005068845A patent/JP2006252255A/en active Pending
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009069971A (en) * | 2007-09-11 | 2009-04-02 | Nomura Research Institute Ltd | Data processing system |
CN104572834A (en) * | 2014-12-10 | 2015-04-29 | 南车青岛四方机车车辆股份有限公司 | Method and device for constructing process meta-model |
KR20170014369A (en) * | 2015-07-29 | 2017-02-08 | 엘에스산전 주식회사 | Energy management system |
CN106407248A (en) * | 2015-07-29 | 2017-02-15 | Ls 产电株式会社 | Energy management system |
KR101717358B1 (en) * | 2015-07-29 | 2017-03-16 | 엘에스산전 주식회사 | Energy management system |
US10311056B2 (en) | 2015-07-29 | 2019-06-04 | Lsis Co., Ltd. | Energy management system |
CN106407248B (en) * | 2015-07-29 | 2019-12-20 | Ls 产电株式会社 | Energy management system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11693904B2 (en) | Pushing presented data visualizations to assigned displays | |
US7844587B2 (en) | Web-based user interface for searching metadata-driven relational databases | |
KR20170091142A (en) | Web content tagging and filtering | |
EP3485376B1 (en) | Cloud content states framework | |
KR20090068255A (en) | Electronic catalog | |
US20060047620A1 (en) | Method for monitoring changes to an electronic document having a primary predefined purpose | |
JP5076015B1 (en) | Information processing apparatus, client management method, and client management system | |
US20210406268A1 (en) | Search result annotations | |
JP2006252255A (en) | Database system, database retrieval server, program and recording medium | |
JP4611778B2 (en) | Database system, database search server, program, and recording medium | |
JP2006268265A (en) | Database system, database server, program and recording medium | |
JP5211614B2 (en) | Database system, server, search condition inheritance method, program, and recording medium | |
JP5141164B2 (en) | Database system, server, information browsing restriction method by region, program, and recording medium | |
JP2006260133A (en) | Medium layout support system, page layout apparatus, program, and recording medium | |
JP2008234286A (en) | Database system, database server, program, and recording medium | |
JP2006252125A (en) | Database system, server, program and recording medium | |
JP4723885B2 (en) | SEARCH DEVICE, SEARCH PROGRAM, AND SEARCH METHOD | |
JP4974090B2 (en) | Item management server and item management system | |
JP7355307B1 (en) | Application generation program, information processing device and application management system | |
JP2006252257A (en) | Data base text output system, text output server, program and recording medium | |
JP2005092498A (en) | Database system, server, program and recording medium | |
JP4412951B2 (en) | Database system, server, program, and recording medium | |
JP4316333B2 (en) | Database system, program, and recording medium | |
JP2007265076A (en) | Database system, server, program and recording medium | |
CN117055978A (en) | Page generation method of platform application and server |