WO2000077681A1 - Procede d'affichage de donnees de resultats de recherche des moteurs de recherche internet sous forme tridimensionnelle - Google Patents
Procede d'affichage de donnees de resultats de recherche des moteurs de recherche internet sous forme tridimensionnelle Download PDFInfo
- Publication number
- WO2000077681A1 WO2000077681A1 PCT/KR1999/000489 KR9900489W WO0077681A1 WO 2000077681 A1 WO2000077681 A1 WO 2000077681A1 KR 9900489 W KR9900489 W KR 9900489W WO 0077681 A1 WO0077681 A1 WO 0077681A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- search
- engines
- internet
- search engines
- plug
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
Definitions
- the present invention relates, in general, to a method for displaying search result data from Internet search engines in a three dimensional form and, more particularly, to a method for displaying search result data from a plurality of internet search engines in a three dimensional form in order to diplay search results of a plurality of search engines by internet users on a cyber space easily and fast .
- search engines such as Yahoo, AltaVista, eXcite, Infoseek, Webcrawler, etc, which users can access by connecting their uniform resource locators (URLs) with web browsers such as Netscape, Explorer, Opera, etc.
- URLs uniform resource locators
- search engines require agent programs to display the search results corresponding to search key words input by users in hypertext markup language (HTML) document forms on the WWW.
- HTML hypertext markup language
- the conventional internet search engines present the search results merely in letter forms only, it is inconvenient for the users to recognize the presented search results at the first glance.
- the conventional internet search engines can usually display at most 10 to 20 search results on one screen, hence the search results can not be compared at a glance, requiring a long period of time for the users to analyze.
- the object of the present invention is to overcome the above problems encountered in prior arts and has an object to provide a method for displaying search result data from Internet search engines in a three dimensional form by using a three dimensional plug-in technology, which can compare search results with a position mark(P) displaying search result of search engines and a height mark(H) having a result of each search engine, can display the search result data on a screen up to maximum 100 kinds of information, that is, five to ten times as much as search result data of the existing search engines, and can be easily compared with a statistical distribution among the respective search results, with which desired information can be obtained from the Internet quickly and widely.
- a method for displaying search result data from internet search engines in a three dimensional form comprising: a key-words inputting step in which a Java servlet program provides a server waiting thread which is used to permit the access to a server of the Internet users who use a web browser, waits until an internet user connects, makes a meta information according to search key words inputted by users; a search result generating step in which the Java servlet program produces as many server search threads as search engines to be used, transmits queries for the search key words into each of the search engines, brings a certain number of search results corresponding to the key words from each of the search engines into itself, parses the search results into the meta information, produces a plug-in file based on the meta information, and transmits the plug-in file to the web browser in use; and a search result outputting step in which the plug-in file is conducted in the web browser of the Internet users to display the search results from all of the used search engines in a
- a computer-readable storage medium having a program recorded thereon, where the program is to provide a search key words inputting function
- Fig. 1 is a screen displaying search results from a conventional search engine
- Fig. 2 is a view illustrating a system organization of the three dimensional internet search engine (Meta 3D) according to one embodiment of the present invention
- Fig. 3 is a flow chart illustrating a search key words inputting step, a search result generating step, and a search result outputting step of the Meta3D according to the present invention
- Fig. 4 is a screen showing a key word inputting step of the three dimensional search engine(Meta 3D).
- Fig. 5 is a screen showing search results from the Meta 3D in a three dimensional form.
- Methoda 3D there is a system organization of the three-dimensional search engine according to one embodiment of the present invention, named "Meta 3D".
- the system of the "Meta 3D” consists of a web browser 1, a web server 2, a Java servlet program 3, conventional search engines 4, and a plug-in file 7.
- the Internet users can connect into the web server 2 by using the web browser 1.
- the web server 2 can access the conventional search engines 4.
- the Java servlet program brings the search results corresponding to search key words inquiry from the conventional search engines, parses the search results and produces a plug-in file.
- Java servlet program 3 the conventional search engines which include Yahoo (http://www.yahoo.com), AltaVista (http://www.altavista.com), eXcite (http://search.excite.com), Infoseek (http://infoseek.go.com), and
- Webcrawler http://www.webcrawler.com
- the Java servlet program 3 Upon receiving the search result data from the existing search engines 4, the Java servlet program 3 produces a plug-in file 7 for connecting to the web browser 1. As soon as the plug-in file 7 is transmitted from the Java servlet program 3 through the web server 2 to the web browser 1, it is executed and the search results of the five search engines are displayed in a three-dimensional form on one screen of the Internet user, at once.
- the Java servlet program 3 If the Internet user who is on the search page of the WWW browser 1 sends a query of search key words to the web server 2 then the Java servlet program 3 reads data corresponding search parameters and transmits them to the existing search engines 4. After searching the information in response to the search parameter transmission, each of the search engines takes advantage of the common gateway interface (CGI) to make out hypertext markup language (HTML) documents of the search results.
- CGI common gateway interface
- HTML hypertext markup language
- the Java servlet program 3 collects the search results from the search engines and produces a temporary file which contains various specifications of the HTML documents, including the relative amount of search results by search engines, URLs, titles, and the number of the search engines involved in finding out the documents.
- the contents of the temporary file is parsed by a parsing program to analyze the titles, the descriptions, the URL, etc. and then new files are produced on the basis of this analysis.
- a stream of the newly produced files flows through the web server 2 to the web browser 1.
- the three-dimensional plug-in program which the users are using reads the formats of the transferred files and designates the address of each URL to represent the search results in a tetragonal form.
- the method for displaying search result data from search engines in a three dimensional search engines(Meta3D) comprises the steps of inputting search key words, generating search results, and outputting a search results.
- the Java servlet program produces a server waiting thread (SI) for user connection on internet and goes into a wait state (S2) until users connect with the program.
- SI server waiting thread
- S2 wait state
- S3 user identification and password
- the Java servlet program 3 produces five server search threads (S5) which are to connect with the five existing search engines including Yahoo, AltaVista, eXcite, Infoseek, and Webcrawler, respectively, and transmits a query of the search key words to each of the search engines 4 (S6).
- the Java servlet program 3 fetches the search results by a parcel of 20 data, if present, from the individual search engines (S7) and then, parses the result of the individual search engines(S8).
- the Java servlet program 3 Based on the meta information obtained from the parsing of the result, the Java servlet program 3 makes out a plug-in file (S9) which is a three dimensional result file and is then transmitted through the web server 2 to the web browser 1 which is being used by the users.
- S9 plug-in file
- the plug-in file 7 which is received by the web browser 1 is analyzed and outputted the search results from the five existing search engines used in the invention, that is, Yahoo, AltaVista, eXcite, Infoseek and Webcrawler, in a three- dimensional form (S10) in order to display in such statistical distribution forms concurrently on one screen that they can be easily compared with one another as to a position mark(P) and a height mark(H) representing their average search quantity and accuracy of each search engine respectively.
- the outermost concentric circle relates to the search information which is detected individually by the search engines, the second outermost concentric circle to the search information which is detected commonly by any two of the search engines, the third outermost
- the three dimensional search engine(Meta3D) is capable of displaying up to maximum 100 kinds of information on a search screen.
- the search results five to ten times more than those of conventional search engines can appear in a narrow space, and displaying a statistical distribution of the search results to be easily compared.
- the web browser 1 for the present invention are Internet Explorer 4.0 or higher versions, Netscape 4.0 or higher versions, Opera, etc.
- a web site of the three dimensional search engine(Meta3D) is http://www.meta3d.net and a plug-in file of the Meta3D can be downloaded through it.
- a search key word inputting screen of the three-dimensional search engine (Meta 3D). If a search key word or key words are inputted on a search screen of the Meta3D, the search results from Yahoo, AltaVista, eXcite, Infoseek and Webcrawler are displayed as an analyzed form in the three-dimensional space as shown in Fig. 5.
- the three dimensional search engines (Meta 3D) can reduce time for re-searching several times, the Meta3D is very convenient search engine, and is effective in an advertisement by confirming the statistical distribution of many search results from a plurality of search engines.
- the three-dimensional search engine (Meta 3D) enables the Internet users to search information which are the search result of a plurality of search engines including Yahoo, Altavista, eXcite, Infoseek, Webcrawler etc, fast and accurately and to recognize more quantities of desired information easily in a three-dimensional space.
- the three-dimensional search engine hunts more information in cyber space by taking advantage of the existing search engines, for example, Yahoo, AltaVista, eXcite, Infoseek and Webcrawler, at once and provides the search results found by the existing search engine for the Internet users in such a three-dimensional form by the use of a plug-in technique.
- the search results of three dimensional search engine(Meta 3D) can be compared with a position mark(P) displaying search result data of the search engines and a height mark(H) having a search result data of each search engine.
- Meta 3D Due to the statistical distribution among the respective search results by Meta 3D, an easy and quick comparison on the search results is possible. This will serve as an effective means in an internet advertisement area by reducing time for re-searching the desired information several times.
- the three-dimensional search engine (Meta 3D) displays the search results, which are replied from many existing search engines including Yahoo, AltaVista, eXcite, Infoseek and Webcrawler etc, in response to the search key word query, concurrently in one screen, the Internet users can search and get more information faster upon using the three-dimensional search engine (Meta 3D) than upon using the existing search engines individually.
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
La présente invention concerne un procédé d'affichage de données de résultats de recherche de plusieurs moteurs de recherche Internet sous forme tridimensionnelle. Dans une opération de recherche par introduction de mots clés, un programme de miniserveur Java réalise une méta-information en fonction des mots clés de recherche introduits par les utilisateurs. Dans l'opération de génération de résultat de recherche, le programme du miniserveur Java transmet les demandes correspondantes à chacun des moteurs de recherche, assimile ces résultats de recherche, les analyse en méta-information, produit un fichier enfichable sur la base de la méta-information, puis transmet le fichier enfichable au navigateur de réseau Web en cours d'utilisation. Dans l'opération de génération de résultat de recherche, le fichier enfichable est introduit dans le navigateur réseau Web pour afficher tous les résultats de recherche sous forme tridimensionnelle sur un seul écran. Par ailleurs, les utilisateurs d'Internet peuvent chercher et obtenir d'avantage d'informations plus rapidement en utilisant le moteur de recherche tridimensionnel (Méta 3D).
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019990019004A KR100290731B1 (ko) | 1999-05-26 | 1999-05-26 | 3차원 인터넷 검색 엔진의 표시 방법 |
KR1999/19004 | 1999-05-26 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2000077681A1 true WO2000077681A1 (fr) | 2000-12-21 |
Family
ID=19587820
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/KR1999/000489 WO2000077681A1 (fr) | 1999-05-26 | 1999-08-27 | Procede d'affichage de donnees de resultats de recherche des moteurs de recherche internet sous forme tridimensionnelle |
Country Status (2)
Country | Link |
---|---|
KR (1) | KR100290731B1 (fr) |
WO (1) | WO2000077681A1 (fr) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2002082325A2 (fr) * | 2001-04-09 | 2002-10-17 | Xmlcities, Inc. | Procede et appareil permettant de regrouper et de distribuer des informations dans des systemes distribues |
US7587392B2 (en) | 2006-09-15 | 2009-09-08 | Microsoft Corporation | Efficient navigation of search results |
US8549436B1 (en) | 2007-06-04 | 2013-10-01 | RedZ, Inc. | Visual web search interface |
JP2017526058A (ja) * | 2015-03-30 | 2017-09-07 | バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド | 情報検索方法及び情報検索装置 |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20000006664A (ko) * | 1999-09-29 | 2000-02-07 | 문성일 | 엔드유저 컴퓨터에 세팅되는 메타검색엔진 |
KR100337810B1 (ko) * | 1999-11-06 | 2002-05-23 | 유진우 | 인터넷상의 검색전문웹사이트 및 그 검색방법 |
KR20000012309A (ko) * | 1999-11-23 | 2000-03-06 | 고성민 | 원형방사식 인터넷 분류 검색방법 |
KR100382600B1 (ko) * | 2000-01-31 | 2003-05-01 | 주식회사 제이.이.씨 | 네트워크 시스템을 이용한 통합웹검색서비스 제공방법 및그 방법을 기록한 컴퓨터로 읽을 수 있는 기록매체 |
KR100366384B1 (ko) * | 2000-02-26 | 2002-12-31 | (주) 고미드 | 사용자간의 커뮤니케이션을 기반으로 하는 정보 검색 방법및 시스템 |
KR20000053774A (ko) * | 2000-04-08 | 2000-09-05 | 윤성원 | 인터넷 검색엔진의 검색결과 표시방법 |
KR20010064680A (ko) * | 2000-06-15 | 2001-07-11 | 김양신 | 3차원 가상공간 웹 네비게이션 서비스 방법 |
KR100335173B1 (ko) * | 2000-06-27 | 2002-05-04 | 전제철 | 분산/병렬 처리 검색엔진 및 그 검색방법 그리고 개인용검색엔진 제공장치 |
KR20030088087A (ko) * | 2002-05-11 | 2003-11-17 | 이경목 | 떠있는 검색 단어 입력 창을 공유하는 원터치 음성인식검색 방법 |
KR100739379B1 (ko) * | 2004-01-17 | 2007-07-13 | 한국과학기술연구원 | 검색 결과를 3d 가상 공간에 제공하는 인터넷 검색 시스템 |
CN103098049B (zh) | 2010-07-12 | 2017-04-12 | 汤姆逊许可公司 | 用于内容搜索的系统、方法和用户界面 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10187755A (ja) * | 1996-12-26 | 1998-07-21 | Nec Corp | 検索情報視覚化システム |
WO1999010819A1 (fr) * | 1997-08-26 | 1999-03-04 | Siemens Aktiengesellschaft | Procede et systeme pour la determination assistee par ordinateur de l'utilite d'un document electronique par rapport a un profil de recherche predeterminable |
-
1999
- 1999-05-26 KR KR1019990019004A patent/KR100290731B1/ko not_active IP Right Cessation
- 1999-08-27 WO PCT/KR1999/000489 patent/WO2000077681A1/fr active Application Filing
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10187755A (ja) * | 1996-12-26 | 1998-07-21 | Nec Corp | 検索情報視覚化システム |
WO1999010819A1 (fr) * | 1997-08-26 | 1999-03-04 | Siemens Aktiengesellschaft | Procede et systeme pour la determination assistee par ordinateur de l'utilite d'un document electronique par rapport a un profil de recherche predeterminable |
Non-Patent Citations (3)
Title |
---|
CHALMERS MATTHEW, CHITSON PAUL: "Bead: Explorations in information visualization", PROCEEDINGS OF THE FIFTEENTH ANNUAL INTERNATIONAL ACM SIGIR CONFERENCE ON RESEARCH AND DEVELOPMENT IN INFORMATION RETRIEVAL, 21 June 1992 (1992-06-21) - 24 June 1992 (1992-06-24), COPENHAGEN, DENMARK, pages 330 - 337, XP002246201, Retrieved from the Internet <URL:http://www.acm.org/pubs/articles/proceedings/ir/133160/p330-chalmers/p330-chalmers.pdf> [retrieved on 20001030] * |
CHOI YONG S., YOO SUK I.: "Multi-agent learning approach to WWW information retrieval using neurla network", PROCEEDINGS OF THE 1999 INTERNATIONAL CONFERENCE ON INTELLIGENT USER INTERFACES, 5 January 1999 (1999-01-05) - 8 January 1999 (1999-01-08), REDONDO BEACH, CA, USA, pages 23 - 30, Retrieved from the Internet <URL:http://www.acm.org/pubs/articles/proceedings/uist/291080/p23-choi/p23-choi.pdf> [retrieved on 20001030] * |
SPOERRI ANSELM: "InfoCrystal", PROCEEDINGS OF THE CHI'94 CONFERENCE COMPANION ON HUMAN FACTORS IN COMPUTING SYSTEMS, 24 April 1994 (1994-04-24) - 28 April 1994 (1994-04-28), BOSTON, UNITED STATES, pages 11 - 12, XP058255058, Retrieved from the Internet <URL:http://www.acm.org/pubs/articles/proceedings/chi/259963/p11-spoerri/p11-spoerri.pdf> [retrieved on 20001030], DOI: doi:10.1145/259963.259972 * |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2002082325A2 (fr) * | 2001-04-09 | 2002-10-17 | Xmlcities, Inc. | Procede et appareil permettant de regrouper et de distribuer des informations dans des systemes distribues |
WO2002082325A3 (fr) * | 2001-04-09 | 2003-09-04 | Xmlcities Inc | Procede et appareil permettant de regrouper et de distribuer des informations dans des systemes distribues |
US7587392B2 (en) | 2006-09-15 | 2009-09-08 | Microsoft Corporation | Efficient navigation of search results |
US8549436B1 (en) | 2007-06-04 | 2013-10-01 | RedZ, Inc. | Visual web search interface |
JP2017526058A (ja) * | 2015-03-30 | 2017-09-07 | バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド | 情報検索方法及び情報検索装置 |
US10943281B2 (en) | 2015-03-30 | 2021-03-09 | Baidu Online Network Technology (Beijing) Co., Ltd. | Information search method, information search device and information search non-transitory computer storage medium |
Also Published As
Publication number | Publication date |
---|---|
KR100290731B1 (ko) | 2001-05-15 |
KR20000012185A (ko) | 2000-03-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10929487B1 (en) | Customization of search results for search queries received from third party sites | |
US6490579B1 (en) | Search engine system and method utilizing context of heterogeneous information resources | |
CN100476830C (zh) | 一种网络资源检索方法及系统 | |
US7289983B2 (en) | Personalized indexing and searching for information in a distributed data processing system | |
US7865494B2 (en) | Personalized indexing and searching for information in a distributed data processing system | |
CA2365705C (fr) | Systeme de collecte d'information specifique dans plusieurs sources de donnees numerisees non structurees | |
US7099861B2 (en) | System and method for facilitating internet search by providing web document layout image | |
US20020091835A1 (en) | System and method for internet content collaboration | |
US8171010B2 (en) | Method and system for indexing information and providing results for a search including objects having predetermined attributes | |
US20080065632A1 (en) | Server, method and system for providing information search service by using web page segmented into several inforamtion blocks | |
WO2000077681A1 (fr) | Procede d'affichage de donnees de resultats de recherche des moteurs de recherche internet sous forme tridimensionnelle | |
WO2007051397A1 (fr) | Systeme d’extraction d’informations et procede d’extraction d’informations | |
JP2004510257A (ja) | 使用者の検索を容易にするインターネット検索システム及びその方法 | |
KR100434902B1 (ko) | 지식 기반 맞춤 정보 제공 시스템 및 그 서비스 방법 | |
US6950861B1 (en) | System and method for searching websites associated with bookmarks | |
JP2006099341A (ja) | 更新履歴生成装置及びプログラム | |
US7069262B1 (en) | Information processing apparatus, recording medium, and method for using them | |
JP4769822B2 (ja) | ページグループを用いた情報検索サービス提供サーバー、方法及びシステム | |
US7114124B2 (en) | Method and system for information retrieval from query evaluations of very large full-text databases | |
WO2001002984A2 (fr) | Systeme et procede de collecte et de gestion d'informations a partir d'une source numerique | |
CN1601524A (zh) | 模糊查询系统及方法 | |
KR100390855B1 (ko) | 인터넷 서비스 제공방법 및 시스템 | |
JP4649036B2 (ja) | 検索サーバーによるカテゴリの報告方法、レコードの報告方法、検索サービス装置 | |
JP2008077353A (ja) | キーワード分類方法、サーバコンピュータ、及びプログラム | |
CN101923548A (zh) | 一种互联网信息搜索方法及一种搜索引擎 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): CN JP US |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 09744661 Country of ref document: US |
|
122 | Ep: pct application non-entry in european phase |