JP2004078781A - Device, method, program for searching url and recording medium - Google Patents

Device, method, program for searching url and recording medium Download PDF

Info

Publication number
JP2004078781A
JP2004078781A JP2002241173A JP2002241173A JP2004078781A JP 2004078781 A JP2004078781 A JP 2004078781A JP 2002241173 A JP2002241173 A JP 2002241173A JP 2002241173 A JP2002241173 A JP 2002241173A JP 2004078781 A JP2004078781 A JP 2004078781A
Authority
JP
Japan
Prior art keywords
url
client terminal
attribute
search
obtaining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002241173A
Other languages
Japanese (ja)
Inventor
Hirotada Ueno
植野 宏直
Takeshi Tono
東野 豪
Yasuhiro Hirano
平野 泰宏
Junichi Sawase
澤瀬 順一
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2002241173A priority Critical patent/JP2004078781A/en
Publication of JP2004078781A publication Critical patent/JP2004078781A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a URL searching device in which the size of a database which records URL needs not to be increased extremely when searching desired URL, and which can adapt user attributes as needed. <P>SOLUTION: The URL searching device receives a searching request from a user which includes information to obtain attribute of a client terminal and a retrieval key, obtains virtual URL based on the retrieval key, dynamically determines a client terminal attribute based on the information to obtain the client terminal attribute, changes the virtual URL to a URL on WWW space based on the determined client terminal attribute, and informs the client terminal of the converted URL. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、WWW空間上のURLの検索方法、URL検索装置、URL検索プログラムおよび記録媒体であって、特に、同一の検索キーに対して、ユーザ属性に応じたURLと、ユーザ属性とコンテンツ属性との組み合わせに応じたURLとを検索し、その結果を、ユーザへ返す方法に関する。
【0002】
【従来の技術】
WWW空間上の少なくとも1つのURLをユーザが検索する場合、サーバがユーザから検索キーを受信し、この受信した検索キーに基づいて、データベースに記録されている多数のURLの中から、所定の条件に適合するURLを検索し、その結果を、ユーザに通知する。
【0003】
また、ユーザの識別が可能であれば、受信した検索キーに加えて、上記識別されたユーザ属性を、検索キーとして扱い、これらに基づいて、データベースに記録されている多数のURLの中から、条件に適合しているURLを特定し、その結果をユーザに通知する。
【0004】
【発明が解決しようとする課題】
上記従来の検索方法において、検索の精度を向上させようとすると、検索に必要なURLを格納しているデータベースの規模が大きくなるという問題があり、また、検索時の処理量が増えるという問題がある。
【0005】
また、検索要求を行う度に変動する項目(所在地情報のような項目)が、ユーザ属性の中に存在する場合、データベースに格納されているユーザ属性と、検索時のユーザ属性とが一致しないことがあり、検索の精度が下がるという問題がある。
【0006】
本発明は、所望のURLを検索する場合、URLを記録しているデータベースの規模を大幅に増大させる必要がなく、また、ユーザ属性の変動に随時適応することができるURL検索装置、URL検索方法、URL検索プログラムおよび記録媒体を提供することを目的とする。
【0007】
【課題を解決するための手段】
本発明は、WWW空間上のURLを検索するURL検索装置において、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手段と、受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手段と、受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手段と、決定された上記クライアント端末属性に基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手段と、上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手段とを有するURL検索装置である。
【0008】
【発明の実施の形態および実施例】
図1は、本発明の一実施例であるURL検索装置としてのサーバ1と、クライアント端末2とを示すブロック図である。
【0009】
サーバ1は、検索を行うサーバであり、検索要求受信部11と、コンテンツURL検索部12と、コンテンツ属性データベース13と、ユーザ属性決定部14と、ユーザ属性データベース15と、ヘッダ情報テーブル16と、URL変換部17と、URL変換テーブル18とを有する。
【0010】
クライアント端末2は、検索要求31を送信する端末であり、検索要求送信部21と、検索結果受信部22とを有する。
【0011】
クライアント端末2が送信する検索要求31は、コンテンツURLで構成されている検索キー32と、TCP/IPヘッダ33と、ユーザ識別子35とによって構成されている。
【0012】
図3は、上記実施例において、サーバ1に格納されているコンテンツ属性データベース13のテーブルの内容を示す図である。
【0013】
図4は、上記実施例において、サーバ1に格納されているユーザ属性データベース15のテーブルの内容を示す図である。
【0014】
図5は、上記実施例において、サーバ1に格納されているヘッダ情報テーブル16の内容を示す図である。
【0015】
図6は、上記実施例において、サーバ1に格納されているURL変換テーブル18の内容を示す図である。
【0016】
サーバ1とクライアント端末2との間の通信は、TCP/IPによって行われ、ヘッダ情報テーブル16には、図5に示すように、IPアドレス範囲とアクセス元地域との対応が格納されている。
【0017】
検索要求受信部11は、クライアント端末2の検索要求送信部21から検索要求31を受信し、検索要求31に含まれているTCP/IPパケットから、パケット内の所定の位置に存在する「コンテンツID」を構成する文字列であって、図3に示す「コンテンツID」を構成する文字列を、検索キー32として取得し、また、上記パケット内の所定の位置に存在する「ユーザID」を構成する文字列であって、図4に示す「ユーザID」を構成する文字列を、ユーザ識別子35として取得する。
【0018】
また、検索要求受信部11は、検索要求31に含まれているTCP/IPパケットヘッダ33から、送信元(クライアント端末2)のIPアドレスを、IPアドレス34として取得する。
【0019】
その後、送信元(クライアント端末2)から取得された検索キー32を、コンテンツURL検索部12に送信し、また、IPアドレス34とユーザ識別子35とをユーザ属性決定部14に送信する。
【0020】
コンテンツURL検索部12は、受信した検索キー32に基づいて、図3に示すコンテンツ属性データベース13を検索し、該当する1つのレコードの、コンテンツURL36を含む、少なくとも1つのカラムにわたるコンテンツ属性情報37を取得し、URL変換部17に送信する。
【0021】
ここで、コンテンツ属性データベース13に格納されているコンテンツURL36は、予め定められた書式に従って記述されている仮想的なURLであるとする。したがって、検索キーに基づいて仮想的なURLを求めることができる。
【0022】
なお、上記コンテンツ属性情報37は、図3に示す「コンテンツURL」と、「提供対象地域」とである。
【0023】
ユーザ属性決定部14は、ユーザ識別子35に基づいて、図4に示すユーザ属性データベース15を検索し、該当する1つのレコードの、少なくとも1つのカラムに記載されている居住地域38を取得し、IPアドレス34の範囲に基づいて、ヘッダ情報テーブル16を参照し、アクセス元地域39を取得し、居住地域38を、アクセス元地域39で上書きすることによって、更新されたアクセス元地域311を作成し、URL変換部17に送信する。
【0024】
ここで、ユーザ属性データベース15に格納されているクライアント端末属性である居住地域38を、クライアント端末の属性を求めるための情報であるIPアドレス34に基づいて求められたアクセス元地域39に置き換えることによって、クライアント端末の属性を求めるための情報からクライアント端末属性を動的に決定することができる。
【0025】
URL変換部17は、アクセス元地域39に含まれているアクセス元地域311と、コンテンツ属性情報37に含まれている「提供対象地域」とを比較し、アクセス元地域311が当該コンテンツの提供対象地域に含まれていれば、アクセス元地域311に基づいて、図6に示すURL変換テーブル18を検索し、所定の1つのドメイン名312を取得する。
【0026】
その後、コンテンツURL36の文字列中の変換対象部分文字列313を、ドメイン名312に置き換えることによって、検索結果URL(新たなURL)314を作成し、検索結果受信部22に送信する。
【0027】
なお、上記変換対象部分文字列313は、図3に示す「コンテンツURL」の中の“http://”と、その次に現れる“/”とによって囲まれている部分文字列である。
【0028】
次に、上記実施例の動作について説明する。
【0029】
図2は、上記実施例において、ユーザが、クライアント端末2からサーバ1にログインし、クライアント端末2のアクセス元地域に応じた新たなURLを、サーバ1が検索し、この検索された新たなURLにアクセスする場合の動作を示すフローチャートである。
【0030】
まず、クライアント端末2に設けられている検索要求送信部21が、検索要求31を送信すると(S41)、検索要求受信部11は、検索要求31を受信する(S42)。
【0031】
この受信された検索要求31から、トークンを抽出し(S43)、パケット内の所定の位置に存在している「コンテンツID」(図3)を示す文字列を、検索キー32として取得し、パケット内の所定の位置に存在している「ユーザID」(図4)を示す文字列を、ユーザ識別子35として取得する。これと同時に、検索要求31のTCP/IPパケットヘッダ33に基づいて、送信元のIPアドレスを、IPアドレス34として取得する。
【0032】
検索キー32が、コンテンツURL検索部12に送られ(S44)、ユーザ識別子35とIPアドレス34とが、ユーザ属性決定部14に送られる(S45、S46)。
【0033】
コンテンツURL検索部12は、検索キー32を受信し(S47)、この受信した検索キー32に基づいて、図3に示すコンテンツ属性データベース13から、コンテンツ属性を検索し(S48)、該当する1つのレコードのコンテンツURL36を含む複数カラムにわたるコンテンツ属性情報37を取得する(S49)。
【0034】
ここで、コンテンツ属性データベース13に格納されているコンテンツURL36は、予め定められた書式に従って記述されている仮想的なURLであるとする。したがって、検索キーに基づいて仮想的なURLを求めることができる。
【0035】
コンテンツURL検索部12が、コンテンツ属性情報37を取得し(S49)、このコンテンツ属性情報37として、図3に示す「コンテンツURL」と「提供対象地域」との2つのカラムを取得すれば十分である。取得されたコンテンツ属性情報37は、URL変換部17に送られる(S410)。
【0036】
一方、ユーザ属性決定部14は、ユーザ識別子35を受信し(S411)、IPアドレスを受信する(S412)。これら受信したユーザ識別子35に基づいて、図4に示すユーザ属性データベース15からユーザ属性を検索し(S413)、該当する1つのレコードに含まれている居住地域310を含む複数の居住地域38を取得する(S414)。
【0037】
また、ユーザ属性決定部14は、受信したIPアドレス34に基づいて、図5に示すヘッダ情報テーブル16を参照し(S415)、該当するアクセス元地域39を取得する(S416)。
【0038】
S417では、アクセス元地域311を作成し、居住地域38とアクセス元地域39とに基づいて、居住地域38中の居住地域310を、アクセス元地域39に置き換え、アクセス元地域311を作成する。この作成されたアクセス元地域311は、URL変換部17に送られる(S418)。
【0039】
ここで、ユーザ属性データベース15に格納されているクライアント端末属性である居住地域38を、クライアント端末の属性を求めるための情報であるIPアドレス34に基づいて求められたアクセス元地域39に置き換えることによって、クライアント端末の属性を求めるための情報からクライアント端末属性を動的に決定することができる。
【0040】
URL変換部17は、コンテンツ属性情報37と、アクセス元地域311とを受信する(S419、S420)。そして、受信したコンテンツ属性情報37に含まれているアクセス元地域39と比較する(S421)。
【0041】
属性を比較した結果(S421)、アクセス元地域39が、当該コンテンツの提供対象地域に含まれていれば、アクセス元地域39に基づいて、図6に示すURL変換テーブル18を参照し(S422)、該当する所定の1つのドメイン名312(図6に示す「ドメイン名」)を取得する(S423)。
【0042】
検索結果URL(新たなURL)を作成する場合(S424)では、コンテンツURL36の文字列中の変換対象部分文字列313を、ドメイン名312で書き換え、検索結果URL314を作成する。なお、上記変換対象部分文字列313は、図3に示す「コンテンツURL」において、“http;//”と、その次に現れる“/”とによって囲まれている部分文字列である。
【0043】
この作成された検索結果URL314は、検索結果受信部22に送られ(S425)、検索結果受信部22が上記検索結果URLを受信し(S426)、受信された検索結果URL314(新たなURL)にアクセスする(S427)。
【0044】
上記実施例において、コンテンツURLを、WWW空間上でアクセスポイント毎に互いに異なるURLに、1対多で対応させておくので、新たなURLを検索する場合、コンテンツ属性データベースの規模が大きくなることがなく、また、検索要求時に動的にユーザ属性を判断するので、ユーザ属性の変更に追随することができる。
【0045】
また、以上の手順において、検索キー32として、「コンテンツID」と等価な文字列だけを使用するのでなく、コンテンツ属性データベース13上の1つのレコードを検索できるのに必要十分なカラムと等価な文字列を使用するようにしてもよい。
【0046】
さらに、上記実施例において、コンテンツ属性データベース13上で「提供対象地域」欄を設けなければ、比較(S421)に関わる処理を省略することができる。
【0047】
そして、上記実施例では、アクセスポイント情報とそれに対応するURL変換テーブルによるURL変換部17を使用しているが、このURL変換部17の代わりに、図4に示すユーザ属性データベース15に年齢・性別等の適当なカラムを設定し、それら1個以上のカラムの任意の組み合わせに対応するURL変換テーブルによるURL変換部を使用するようにしてもよい。
【0048】
また、上記実施例では、TCP/IPヘッダ33から送信元IPアドレスを取得し、ユーザ属性を更新するが、このようにする代わりに、TCP/IPヘッダ33に含まれている他の情報を取得し、ユーザ属性を更新するようにしてもよい。
【0049】
さらに、上記実施例では、ユーザを識別するための情報として、ユーザ識別子35を使用しているが、ユーザ識別子35の代わりに、ログイン時に発行されるセッション識別子等、間接的にユーザを識別する情報を使用するようにしてもよく、その情報をCookie等から得るようにしてもよい。
【0050】
そして、上記実施例では、URLのドメイン名部分を変換するが、ドメイン名部分は変換せずにパス名部分を、地域毎や性別毎のパスに変換するようにしてもよく、また、サーバ毎にパスの構成が異なる場合等にドメイン名とパス名との両方を変換するようにしてもよい。
【0051】
つまり、上記実施例は、WWW空間上のURLを検索するURL検索装置において、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手段と、受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手段と、受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手段と、決定された上記クライアント端末属性に基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手段と、上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手段とを有するURL検索装置の例である。
【0052】
また、上記実施例は、WWW空間上のURLを検索するURL検索装置において、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手段と、受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手段と、受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手段と、URLに括りつけられたコンテンツ属性と決定された上記クライアント端末属性とに基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手段と、上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手段とを有するURL検索装置の例である。
【0053】
これらの場合、上記クライアント端末の属性は、上記クライアント端末が属するネットワークであり、上記クライアント端末の属性を求めるための情報は、クライアント端末のIPアドレスであり、上記URL変換手段は、上記クライアント端末が属するネットワークに応じたURLに変換する手段である。
【0054】
また、上記クライアント端末の属性は、ユーザに関する情報であり、上記クライアント端末の属性を求めるための情報は、ユーザを識別する情報であり、上記URL変換手段は、上記ユーザに関する情報に応じたURLに変換する手段である。
【0055】
さらに、上記クライアント端末の属性は、上記クライアント端末が属するネットワークとユーザに関する情報とであり、上記クライアント端末の属性を求めるための情報は、上記クライアント端末のIPアドレスとユーザを識別する情報とであり、上記URL変換手段は、上記クライアント端末が属するネットワークとユーザに関する情報とに応じたURLに変換する手段である。
【0056】
また、上記実施例を、プログラムの発明として把握することができる。つまり、上記実施例は、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手順と、受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手順と、受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手順と、決定された上記クライアント端末属性に基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手順と、上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手順とをコンピュータに実行させるプログラムとして把握することができる。
【0057】
さらに、上記実施例を、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手順と、受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手順と、受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手順と、URLに括りつけられたコンテンツ属性と決定された上記クライアント端末属性とに基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手順と、上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手順とをコンピュータに実行させるプログラムとして把握することができる。
【0058】
そして、上記プログラムを、FD、CD、DVD、HD、半導体メモリ等の記録媒体に記録するようにしてもよい。
【0059】
上記各実施例によれば、サーバ側で、データを一元化することができるという利点があり、また、ユーザ側では、サーバ側と最短経路で接続することができるという利点がある。
【0060】
【発明の効果】
本発明によれば、URL検索を行う場合、URLを記録するデータベースの規模を大幅に増大させる必要がなく、また、ユーザ属性の変動に随時適応することができるという効果を奏する。
【図面の簡単な説明】
【図1】本発明の一実施例であるURL検索装置としてのサーバ1と、クライアント端末2とを示すブロック図である。
【図2】上記実施例において、ユーザが、クライアント端末2からサーバ1にログインし、クライアント端末2のアクセス元地域に応じた新たなURLを、サーバ1が検索し、この検索された新たなURLにアクセスする場合の動作を示すフローチャートである。
【図3】上記実施例において、サーバ1に格納されているコンテンツ属性データベース13のテーブルの内容を示す図である。
【図4】上記実施例において、サーバ1に格納されているユーザ属性データベース15のテーブルの内容を示す図である。
【図5】上記実施例において、サーバ1に格納されているヘッダ情報テーブル16の内容を示す図である。
【図6】上記実施例において、サーバ1に格納されているURL変換テーブル18の内容を示す図である。
【符号の説明】
1…サーバ、
11…検索要求受信部、
12…コンテンツURL検索部、
13…コンテンツ属性データベース、
14…ユーザ属性決定部、
15…ユーザ属性データベース、
16…ヘッダ情報テーブル、
17…URL変換部、
18…URL変換テーブル、
2…クライアント端末、
21…検索要求送信部、
22…検索結果受信部、
31…検索要求、
32…検索キー、
33…TCP/IPヘッダ、
34…IPアドレス、
35…ユーザ識別子、
36…コンテンツURL、
37…コンテンツ属性情報、
38…居住地域、
39…アクセス元地域、
310…居住地域、
311…ユーザ属性情報、
312…ドメイン名、
313…変換対象部分文字列、
314…新たなURL。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a URL search method, a URL search device, a URL search program, and a recording medium on a WWW space, and more particularly to a URL corresponding to a user attribute, a user attribute and a content attribute for the same search key. And a method of retrieving a URL corresponding to a combination of the URL and returning the result to the user.
[0002]
[Prior art]
When the user searches for at least one URL on the WWW space, the server receives a search key from the user, and, based on the received search key, a predetermined condition from among a large number of URLs recorded in the database. Is searched, and the result is notified to the user.
[0003]
If the user can be identified, in addition to the received search key, the identified user attribute is treated as a search key, and based on these, from among a large number of URLs recorded in the database, The URL matching the condition is specified, and the result is notified to the user.
[0004]
[Problems to be solved by the invention]
In the above-described conventional search method, when trying to improve search accuracy, there is a problem that the size of a database storing URLs required for search becomes large, and a problem that a processing amount at the time of search increases. is there.
[0005]
In addition, when an item that changes every time a search request is made (an item such as location information) exists in the user attributes, the user attribute stored in the database does not match the user attribute at the time of the search. There is a problem that the accuracy of the search is reduced.
[0006]
According to the present invention, when searching for a desired URL, it is not necessary to greatly increase the size of a database recording the URL, and a URL search apparatus and a URL search method capable of adapting to changes in user attributes as needed , A URL search program and a recording medium.
[0007]
[Means for Solving the Problems]
The present invention relates to a URL search apparatus for searching for a URL in a WWW space, wherein a search request receiving means for receiving, from the client terminal, a search request from a user including information for obtaining an attribute of the client terminal and a search key. Virtual URL search means for obtaining a virtual URL based on the received search key, and client terminal attribute detection for dynamically determining the client terminal attribute from the received information for obtaining the attribute of the client terminal Means, URL conversion means for converting the virtual URL to a URL on the WWW space based on the determined client terminal attribute, and a converted URL notification for notifying the client terminal of the converted URL. And a URL search device having means.
[0008]
Embodiments and Examples of the Invention
FIG. 1 is a block diagram showing a server 1 as a URL search device and a client terminal 2 according to one embodiment of the present invention.
[0009]
The server 1 performs a search, and includes a search request receiving unit 11, a content URL searching unit 12, a content attribute database 13, a user attribute determining unit 14, a user attribute database 15, a header information table 16, It has a URL conversion unit 17 and a URL conversion table 18.
[0010]
The client terminal 2 is a terminal that transmits a search request 31 and includes a search request transmitting unit 21 and a search result receiving unit 22.
[0011]
The search request 31 transmitted by the client terminal 2 includes a search key 32 formed of a content URL, a TCP / IP header 33, and a user identifier 35.
[0012]
FIG. 3 is a diagram showing the contents of the table of the content attribute database 13 stored in the server 1 in the above embodiment.
[0013]
FIG. 4 is a diagram showing the contents of the table of the user attribute database 15 stored in the server 1 in the above embodiment.
[0014]
FIG. 5 is a diagram showing the contents of the header information table 16 stored in the server 1 in the above embodiment.
[0015]
FIG. 6 is a diagram showing the contents of the URL conversion table 18 stored in the server 1 in the above embodiment.
[0016]
The communication between the server 1 and the client terminal 2 is performed by TCP / IP, and the correspondence between the IP address range and the access source area is stored in the header information table 16 as shown in FIG.
[0017]
The search request receiving unit 11 receives the search request 31 from the search request transmitting unit 21 of the client terminal 2 and, based on the TCP / IP packet included in the search request 31, “content ID” existing at a predetermined position in the packet. Of the "content ID" shown in FIG. 3 as the search key 32, and the "user ID" existing at a predetermined position in the packet. A character string constituting the “user ID” shown in FIG.
[0018]
In addition, the search request receiving unit 11 acquires the IP address of the transmission source (the client terminal 2) as the IP address 34 from the TCP / IP packet header 33 included in the search request 31.
[0019]
Thereafter, the search key 32 acquired from the transmission source (the client terminal 2) is transmitted to the content URL retrieval unit 12, and the IP address 34 and the user identifier 35 are transmitted to the user attribute determination unit 14.
[0020]
The content URL search unit 12 searches the content attribute database 13 shown in FIG. 3 based on the received search key 32, and obtains the content attribute information 37 of at least one column including the content URL 36 of one corresponding record. The URL is acquired and transmitted to the URL conversion unit 17.
[0021]
Here, it is assumed that the content URL 36 stored in the content attribute database 13 is a virtual URL described according to a predetermined format. Therefore, a virtual URL can be obtained based on the search key.
[0022]
The content attribute information 37 is “content URL” and “providing target area” shown in FIG.
[0023]
The user attribute determination unit 14 searches the user attribute database 15 shown in FIG. 4 based on the user identifier 35, acquires the residence area 38 described in at least one column of the corresponding one record, and Based on the range of the address 34, the access source area 39 is acquired by referring to the header information table 16, and the updated access source area 311 is created by overwriting the residence area 38 with the access source area 39, The URL is transmitted to the URL conversion unit 17.
[0024]
Here, by replacing the residence area 38 which is the client terminal attribute stored in the user attribute database 15 with the access source area 39 obtained based on the IP address 34 which is information for obtaining the attribute of the client terminal. The attribute of the client terminal can be dynamically determined from information for obtaining the attribute of the client terminal.
[0025]
The URL conversion unit 17 compares the access source area 311 included in the access source area 39 with the “provided target area” included in the content attribute information 37, and determines that the access source area 311 is a target of providing the content. If it is included in the area, the URL conversion table 18 shown in FIG. 6 is searched based on the access source area 311 to obtain one predetermined domain name 312.
[0026]
After that, the search result URL (new URL) 314 is created by replacing the conversion target partial character string 313 in the character string of the content URL 36 with the domain name 312, and is transmitted to the search result receiving unit 22.
[0027]
The conversion target partial character string 313 is a partial character string surrounded by “http: //” in “content URL” shown in FIG. 3 and “/” appearing next to it.
[0028]
Next, the operation of the above embodiment will be described.
[0029]
FIG. 2 shows that in the above embodiment, a user logs in to the server 1 from the client terminal 2, the server 1 searches for a new URL according to the access source area of the client terminal 2, and the searched new URL 6 is a flowchart showing an operation when accessing the.
[0030]
First, when the search request transmitting unit 21 provided in the client terminal 2 transmits the search request 31 (S41), the search request receiving unit 11 receives the search request 31 (S42).
[0031]
A token is extracted from the received search request 31 (S43), and a character string indicating “content ID” (FIG. 3) existing at a predetermined position in the packet is obtained as a search key 32, and the packet is acquired. A character string indicating the “user ID” (FIG. 4) existing at a predetermined position in is obtained as the user identifier 35. At the same time, based on the TCP / IP packet header 33 of the search request 31, the source IP address is acquired as the IP address 34.
[0032]
The search key 32 is sent to the content URL search unit 12 (S44), and the user identifier 35 and the IP address 34 are sent to the user attribute determination unit 14 (S45, S46).
[0033]
The content URL search unit 12 receives the search key 32 (S47), and searches the content attribute database 13 shown in FIG. 3 for a content attribute based on the received search key 32 (S48). The content attribute information 37 covering a plurality of columns including the content URL 36 of the record is acquired (S49).
[0034]
Here, it is assumed that the content URL 36 stored in the content attribute database 13 is a virtual URL described according to a predetermined format. Therefore, a virtual URL can be obtained based on the search key.
[0035]
It is sufficient that the content URL search unit 12 acquires the content attribute information 37 (S49), and acquires the two columns of “content URL” and “providing target area” shown in FIG. is there. The acquired content attribute information 37 is sent to the URL conversion unit 17 (S410).
[0036]
On the other hand, the user attribute determining unit 14 receives the user identifier 35 (S411) and receives the IP address (S412). Based on the received user identifier 35, a user attribute is searched from the user attribute database 15 shown in FIG. 4 (S413), and a plurality of residence areas 38 including the residence area 310 included in one corresponding record are acquired. (S414).
[0037]
Further, based on the received IP address 34, the user attribute determination unit 14 refers to the header information table 16 shown in FIG. 5 (S415), and acquires the corresponding access source area 39 (S416).
[0038]
In S417, the access source area 311 is created, and based on the residence area 38 and the access source area 39, the residence area 310 in the residence area 38 is replaced with the access source area 39, and the access source area 311 is created. The created access source area 311 is sent to the URL conversion unit 17 (S418).
[0039]
Here, by replacing the residence area 38 which is the client terminal attribute stored in the user attribute database 15 with the access source area 39 obtained based on the IP address 34 which is information for obtaining the attribute of the client terminal. The attribute of the client terminal can be dynamically determined from information for obtaining the attribute of the client terminal.
[0040]
The URL conversion unit 17 receives the content attribute information 37 and the access source area 311 (S419, S420). Then, it compares with the access source area 39 included in the received content attribute information 37 (S421).
[0041]
As a result of comparing the attributes (S421), if the access source area 39 is included in the content providing area, the URL conversion table 18 shown in FIG. 6 is referred to based on the access source area 39 (S422). Then, one corresponding domain name 312 ("domain name" shown in FIG. 6) is acquired (S423).
[0042]
When a search result URL (new URL) is created (S424), the conversion target partial character string 313 in the character string of the content URL 36 is rewritten with the domain name 312, and the search result URL 314 is created. The conversion target partial character string 313 is a partial character string surrounded by "http;//" and "/" appearing next to it in "content URL" shown in FIG.
[0043]
The created search result URL 314 is sent to the search result receiving section 22 (S425), and the search result receiving section 22 receives the search result URL (S426), and converts the received search result URL 314 (new URL). Access is made (S427).
[0044]
In the above embodiment, since the content URL is made to correspond one-to-many to the URL different for each access point on the WWW space, when searching for a new URL, the size of the content attribute database may increase. In addition, since the user attribute is dynamically determined at the time of a search request, it is possible to follow a change in the user attribute.
[0045]
In the above procedure, not only a character string equivalent to “content ID” is used as the search key 32 but also a character equivalent to a column necessary and sufficient to be able to search one record on the content attribute database 13. A column may be used.
[0046]
Further, in the above embodiment, if the “provided area” column is not provided on the content attribute database 13, the processing related to the comparison (S421) can be omitted.
[0047]
In the above embodiment, the URL conversion unit 17 using the access point information and the URL conversion table corresponding to the access point information is used. Instead of the URL conversion unit 17, the user attribute database 15 shown in FIG. And the like, and a URL conversion unit based on a URL conversion table corresponding to an arbitrary combination of one or more columns may be used.
[0048]
In the above embodiment, the source IP address is obtained from the TCP / IP header 33 and the user attribute is updated. Instead of this, other information included in the TCP / IP header 33 is obtained. Then, the user attributes may be updated.
[0049]
Further, in the above embodiment, the user identifier 35 is used as information for identifying the user, but instead of the user identifier 35, information for indirectly identifying the user, such as a session identifier issued at the time of login. May be used, and the information may be obtained from Cookie or the like.
[0050]
In the above embodiment, the domain name portion of the URL is converted, but the path name portion may be converted into a path for each region or gender without converting the domain name portion. For example, when the path configuration is different, both the domain name and the path name may be converted.
[0051]
That is, in the above-described embodiment, in a URL search device that searches for a URL in a WWW space, a search request for receiving a search request from a user including information for obtaining an attribute of a client terminal and a search key is received from the client terminal. Receiving means, virtual URL searching means for obtaining a virtual URL based on the received search key, and client for dynamically determining the client terminal attribute from the received information for obtaining the attribute of the client terminal Terminal attribute detecting means, URL converting means for converting the virtual URL to a URL on the WWW space based on the determined client terminal attribute, and conversion for notifying the client terminal of the converted URL. This is an example of a URL search device having a post-URL notification unit.
[0052]
Further, in the above-described embodiment, in a URL search device for searching for a URL in a WWW space, a search request for receiving from a client terminal a search request from a user including information for obtaining an attribute of the client terminal and a search key. Receiving means, virtual URL searching means for obtaining a virtual URL based on the received search key, and client for dynamically determining the client terminal attribute from the received information for obtaining the attribute of the client terminal Terminal attribute detecting means, URL converting means for converting the virtual URL to a URL on the WWW space based on the content attribute bound to the URL and the determined client terminal attribute, A URL search device having a URL conversion means for notifying the client terminal of the URL. It is.
[0053]
In these cases, the attribute of the client terminal is the network to which the client terminal belongs, the information for obtaining the attribute of the client terminal is the IP address of the client terminal, and the URL conversion means is that the client terminal This is a means for converting to a URL according to the network to which it belongs.
[0054]
Further, the attribute of the client terminal is information about the user, the information for obtaining the attribute of the client terminal is information for identifying the user, and the URL conversion unit converts the URL according to the information about the user into a URL. It is a means to convert.
[0055]
Further, the attribute of the client terminal is information on a network and a user to which the client terminal belongs, and the information for obtaining the attribute of the client terminal is an IP address of the client terminal and information for identifying the user. The URL conversion means is means for converting the URL into a URL corresponding to the network to which the client terminal belongs and information about the user.
[0056]
Further, the above embodiment can be understood as a program invention. That is, in the above embodiment, the search request from the user including the information and the search key for obtaining the attribute of the client terminal, a search request receiving procedure for receiving from the client terminal, based on the received search key, A virtual URL search procedure for obtaining a virtual URL, a client terminal attribute detection procedure for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute, and the determined client terminal attribute A URL conversion procedure for converting the virtual URL into a URL on the WWW space based on the URL and a converted URL notification procedure for notifying the client terminal of the converted URL are grasped as programs for causing a computer to execute. can do.
[0057]
Further, the above embodiment, a search request from the user including a search key and information for obtaining the attribute of the client terminal, a search request receiving procedure for receiving from the client terminal, based on the received search key, A virtual URL search procedure for obtaining a virtual URL, a client terminal attribute detection procedure for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute, and a content bound to the URL. URL conversion procedure for converting the virtual URL to a URL on the WWW space based on the attribute and the determined client terminal attribute, and a converted URL notification for notifying the client terminal of the converted URL. The procedure can be understood as a program that causes a computer to execute the procedure.
[0058]
Then, the program may be recorded on a recording medium such as an FD, a CD, a DVD, an HD, and a semiconductor memory.
[0059]
According to each of the above embodiments, there is an advantage that data can be unified on the server side, and there is an advantage that the user can connect to the server by the shortest path.
[0060]
【The invention's effect】
According to the present invention, when performing a URL search, there is an effect that it is not necessary to greatly increase the size of a database for recording the URL, and it is possible to adapt to changes in user attributes as needed.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a server 1 as a URL search device and a client terminal 2 according to one embodiment of the present invention.
In the above embodiment, a user logs in to the server 1 from the client terminal 2, the server 1 searches for a new URL according to the access source area of the client terminal 2, and the searched new URL 6 is a flowchart showing an operation when accessing the.
FIG. 3 is a diagram showing contents of a table of a content attribute database 13 stored in a server 1 in the embodiment.
FIG. 4 is a diagram showing the contents of a table of a user attribute database 15 stored in a server 1 in the embodiment.
FIG. 5 is a diagram showing contents of a header information table 16 stored in a server 1 in the embodiment.
FIG. 6 is a diagram showing contents of a URL conversion table 18 stored in the server 1 in the embodiment.
[Explanation of symbols]
1 ... server,
11 ... search request receiving unit
12 Content URL search unit
13. Content attribute database,
14 ... User attribute determination unit
15: User attribute database,
16: header information table,
17 URL conversion unit,
18 URL conversion table,
2. Client terminal,
21 ... search request transmission unit,
22 ... search result receiving unit,
31 ... search request,
32 ... search key,
33 ... TCP / IP header,
34 ... IP address,
35 ... user identifier,
36 ... Content URL,
37 ... Content attribute information,
38… Residence area,
39… Access source area,
310 ... residence area,
311 ... user attribute information,
312 ... domain name,
313: partial character string to be converted
314 new URL.

Claims (11)

WWW空間上のURLを検索するURL検索装置において、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手段と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手段と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手段と;
決定された上記クライアント端末属性に基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手段と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手段と;
を有することを特徴とするURL検索装置。
A search request receiving means for receiving, from the client terminal, a search request from a user including information for obtaining an attribute of the client terminal and a search key;
Virtual URL search means for obtaining a virtual URL based on the received search key;
Client terminal attribute detecting means for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute;
URL conversion means for converting the virtual URL to a URL on the WWW space based on the determined client terminal attribute;
A converted URL notifying unit for notifying the client terminal of the converted URL;
URL search device characterized by having.
WWW空間上のURLを検索するURL検索装置において、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手段と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手段と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手段と;
URLに括りつけられたコンテンツ属性と決定された上記クライアント端末属性とに基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手段と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手段と;
を有することを特徴とするURL検索装置。
A search request receiving means for receiving, from the client terminal, a search request from a user including information for obtaining an attribute of the client terminal and a search key;
Virtual URL search means for obtaining a virtual URL based on the received search key;
Client terminal attribute detecting means for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute;
URL conversion means for converting the virtual URL to a URL on the WWW space based on the content attribute bound to the URL and the determined client terminal attribute;
A converted URL notifying unit for notifying the client terminal of the converted URL;
URL search device characterized by having.
請求項1または請求項2において、
上記クライアント端末の属性は、上記クライアント端末が属するネットワークであり、上記クライアント端末の属性を求めるための情報は、クライアント端末のIPアドレスであり、上記URL変換手段は、上記クライアント端末が属するネットワークに応じたURLに変換する手段であることを特徴とするURL検索装置。
In claim 1 or claim 2,
The attribute of the client terminal is the network to which the client terminal belongs, the information for obtaining the attribute of the client terminal is the IP address of the client terminal, and the URL conversion means is configured to determine the attribute of the network to which the client terminal belongs. A URL conversion device for converting the URL into a URL.
請求項1または請求項2において、
上記クライアント端末の属性は、ユーザに関する情報であり、上記クライアント端末の属性を求めるための情報は、ユーザを識別する情報であり、上記URL変換手段は、上記ユーザに関する情報に応じたURLに変換する手段であることを特徴とするURL検索装置。
In claim 1 or claim 2,
The attribute of the client terminal is information about the user, the information for obtaining the attribute of the client terminal is information for identifying the user, and the URL conversion means converts the URL into a URL corresponding to the information about the user. URL search device characterized by being means.
請求項1または請求項2において、
上記クライアント端末の属性は、上記クライアント端末が属するネットワークとユーザに関する情報とであり、上記クライアント端末の属性を求めるための情報は、上記クライアント端末のIPアドレスとユーザを識別する情報とであり、上記URL変換手段は、上記クライアント端末が属するネットワークとユーザに関する情報とに応じたURLに変換する手段であることを特徴とするURL検索装置。
In claim 1 or claim 2,
The attribute of the client terminal is information on a network and a user to which the client terminal belongs, and the information for obtaining the attribute of the client terminal is an IP address of the client terminal and information for identifying a user. A URL search device, wherein the URL conversion unit converts the URL into a URL corresponding to the network to which the client terminal belongs and information about the user.
WWW空間上のURLを検索するURL検索方法において、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信段階と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索段階と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出段階と;
決定された上記クライアント端末属性に基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換段階と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知段階と;
を有することを特徴とするURL検索方法。
In a URL search method for searching for a URL on a WWW space, a search request receiving step of receiving a search request from a user including information for obtaining an attribute of a client terminal and a search key from the client terminal;
A virtual URL search step for obtaining a virtual URL based on the received search key;
A client terminal attribute detecting step of dynamically determining a client terminal attribute from the received information for obtaining the attribute of the client terminal;
A URL conversion step of converting the virtual URL to a URL on a WWW space based on the determined client terminal attribute;
A post-conversion URL notification step of notifying the client terminal of the converted URL;
URL search method characterized by having.
WWW空間上のURLを検索するURL検索方法において、クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信段階と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索段階と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出段階と;
URLに括りつけられたコンテンツ属性と決定された上記クライアント端末属性とに基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換段階と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知段階と;
を有することを特徴とするURL検索方法。
In a URL search method for searching for a URL on a WWW space, a search request receiving step of receiving a search request from a user including information for obtaining an attribute of a client terminal and a search key from the client terminal;
A virtual URL search step for obtaining a virtual URL based on the received search key;
A client terminal attribute detecting step of dynamically determining a client terminal attribute from the received information for obtaining the attribute of the client terminal;
A URL conversion step of converting the virtual URL to a URL on the WWW space based on the content attribute bound to the URL and the determined client terminal attribute;
A post-conversion URL notification step of notifying the client terminal of the converted URL;
URL search method characterized by having.
クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手順と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手順と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手順と;
決定された上記クライアント端末属性に基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手順と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手順と;
をコンピュータに実行させるプログラム。
A search request receiving procedure for receiving, from the client terminal, a search request from a user including information for obtaining an attribute of the client terminal and a search key;
A virtual URL search procedure for obtaining a virtual URL based on the received search key;
A client terminal attribute detection procedure for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute;
A URL conversion procedure for converting the virtual URL to a URL on the WWW space based on the determined client terminal attribute;
A post-conversion URL notification procedure for notifying the client terminal of the converted URL;
A program that causes a computer to execute.
クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手順と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手順と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手順と;
URLに括りつけられたコンテンツ属性と決定された上記クライアント端末属性とに基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手順と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手順と;
をコンピュータに実行させるプログラム。
A search request receiving procedure for receiving, from the client terminal, a search request from a user including information for obtaining an attribute of the client terminal and a search key;
A virtual URL search procedure for obtaining a virtual URL based on the received search key;
A client terminal attribute detection procedure for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute;
A URL conversion procedure for converting the virtual URL to a URL on the WWW space based on the content attribute bound to the URL and the determined client terminal attribute;
A post-conversion URL notification procedure for notifying the client terminal of the converted URL;
A program that causes a computer to execute.
クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手順と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手順と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手順と;
決定された上記クライアント端末属性に基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手順と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手順と;
をコンピュータに実行させるプログラムを記録したコンピュータ読み取り可能な記録媒体。
A search request receiving procedure for receiving, from the client terminal, a search request from a user including information for obtaining an attribute of the client terminal and a search key;
A virtual URL search procedure for obtaining a virtual URL based on the received search key;
A client terminal attribute detection procedure for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute;
A URL conversion procedure for converting the virtual URL to a URL on the WWW space based on the determined client terminal attribute;
A post-conversion URL notification procedure for notifying the client terminal of the converted URL;
Computer-readable recording medium on which a program for causing a computer to execute the program is recorded.
クライアント端末の属性を求めるための情報と検索キーとを含むユーザからの検索要求を、上記クライアント端末から受信する検索要求受信手順と;
受信した上記検索キーに基づいて、仮想的なURLを求める仮想的URL検索手順と;
受信した上記クライアント端末の属性を求めるための情報から、クライアント端末属性を動的に決定するクライアント端末属性検出手順と;
URLに括りつけられたコンテンツ属性と決定された上記クライアント端末属性とに基づいて、上記仮想的なURLをWWW空間上のURLに変換するURL変換手順と;
上記変換されたURLを、上記クライアント端末に通知する変換後URL通知手順と;
をコンピュータに実行させるプログラムを記録したコンピュータ読み取り可能な記録媒体。
A search request receiving procedure for receiving, from the client terminal, a search request from a user including information for obtaining an attribute of the client terminal and a search key;
A virtual URL search procedure for obtaining a virtual URL based on the received search key;
A client terminal attribute detection procedure for dynamically determining a client terminal attribute from the received information for obtaining the client terminal attribute;
A URL conversion procedure for converting the virtual URL to a URL on the WWW space based on the content attribute bound to the URL and the determined client terminal attribute;
A post-conversion URL notification procedure for notifying the client terminal of the converted URL;
Computer-readable recording medium on which a program for causing a computer to execute the program is recorded.
JP2002241173A 2002-08-21 2002-08-21 Device, method, program for searching url and recording medium Pending JP2004078781A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002241173A JP2004078781A (en) 2002-08-21 2002-08-21 Device, method, program for searching url and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002241173A JP2004078781A (en) 2002-08-21 2002-08-21 Device, method, program for searching url and recording medium

Publications (1)

Publication Number Publication Date
JP2004078781A true JP2004078781A (en) 2004-03-11

Family

ID=32023751

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002241173A Pending JP2004078781A (en) 2002-08-21 2002-08-21 Device, method, program for searching url and recording medium

Country Status (1)

Country Link
JP (1) JP2004078781A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008521108A (en) * 2004-11-18 2008-06-19 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, system, and computer program for unique naming scheme of content management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008521108A (en) * 2004-11-18 2008-06-19 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, system, and computer program for unique naming scheme of content management system

Similar Documents

Publication Publication Date Title
KR100990098B1 (en) Data processing system, data processing method, information processing device, and computer readable recording medium for recording the computer program
US8321503B2 (en) Context-specific network resource addressing model for distributed services
CN102341800B (en) Search processing method and apparatus
WO2015101101A1 (en) Channel access method and system
JP2006323721A (en) Data management system, data server and data management method
US20070083485A1 (en) File server, file providing method and recording medium
US20100274870A1 (en) Transcoding web resources
KR20040013215A (en) Internal Natural Domain Service System with Local Name Servers for Flexible Top-Level Domains
JP4229769B2 (en) Address translation program, address translation method, and address translation apparatus
US8914436B2 (en) Data processing device and data retriever
JP2009223608A (en) Reverse proxy system
US9189546B2 (en) Semantic client, semantic information management server, method of generating semantic information, method of searching semantic information, and computer program recording medium for performing the methods
US11582226B2 (en) Malicious website discovery using legitimate third party identifiers
US20090055931A1 (en) Device and method for detecting vulnerability of web server using multiple search engines
JP2004078781A (en) Device, method, program for searching url and recording medium
US10958617B2 (en) Systems and methods for using domain name system context based response records
JP5488267B2 (en) Information processing apparatus, information processing method, and information processing program
EP2558961B1 (en) Providing mobile versions of web resources
KR100902757B1 (en) Method and system for providing searching result based on url
JP2005352534A (en) Multi vendor support system and support method
US11057470B2 (en) Communication device and communication method for processing meta data
KR101792863B1 (en) Apparatus and method for streaming contents
JP6014338B2 (en) Content distribution apparatus, content distribution system, and content distribution program
JP2004348676A (en) Information resource server and information resource provision method
JP2000242566A (en) Image distribution system, image proxy device and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040301

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070309

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070713