+

WO2000077681A1 - Method for displaying search result data from internet search engines in three dimensional form - Google Patents

Method for displaying search result data from internet search engines in three dimensional form Download PDF

Info

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
Application number
PCT/KR1999/000489
Other languages
French (fr)
Inventor
Woo Seop Sim
Original Assignee
Insideu Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Insideu Co., Ltd. filed Critical Insideu Co., Ltd.
Publication of WO2000077681A1 publication Critical patent/WO2000077681A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, 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

A method for displaying search result data from several Internet search engines in a three-dimensional form is disclosed. In a search key words inputting step, a Java servlet program makes a meta information according to search key words inputted by users. In the search result generating step, the Java servlet program transmits corresponding queries into each of the several search engines, brings the search results into itself, parses those 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. In the search result outputting step, the plug-in file is conducted in the web browser to display all of the search results in a three dimensional form on one screen. In addition, the Internet users can search and get more information faster upon using the three-dimensional search engine (Meta 3D).

Description

METHOD FOR DISPLAYING SEARCH RESULT DATA FROM INTERNET SEARCH ENGINES IN THREE DIMENSIONAL FORM
TECHNICAL FIELD
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 .
BACKGROUND ART
Nowadays, the Internet is recognized as the most powerful and abundant information source in the world.
Generally, the information existing in the cyber space of the Internet is searched with the aid of 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. These 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.
However, since 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.
DISCLOSURE OF THE INVENTION
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.
In order to achieve the above object of the present invention, there is provided 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 three dimensional form, whereby the Internet users can recognize and compare the quantities of the information which each of the existing search engines detect, easily and fast.
In accordance with the present invention, there is provided a computer-readable storage medium having a program recorded thereon, where the program is to provide a search key words inputting function
(a), a search result generating function (b) and a search result outputting function (c) to the computer.
BRIEF DESCRIPTION OF THE DRAWINGS
The above objects, characteristics and other advantages of the present invention will be more clearly understood from the following detailed description taken in conjunction with the accompanying drawings, in which:
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); and
Fig. 5 is a screen showing search results from the Meta 3D in a three dimensional form.
BEST MODES FOR CARRYING OUT THE INVENTION
Hereinafter, a method for displaying search result data from search engines in a three dimensional form according to a preferred embodiment of the present invention will be explained in more detail with reference to the accompanying drawings.
With reference to Fig. 2, 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.
To be offered the world wide web (WWW) services, the Internet users can connect into the web server 2 by using the web browser 1.
Through the Java servlet program 3, 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. Upon receiving a query of the search key words from the
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) provide their search results to 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.
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. 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. After producing the temporary file, 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. From the Java servlet program 3, 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.
With reference to Fig. 3, the method for displaying search result data from search engines in a three dimensional search engines(Meta3D) according to the present invention comprises the steps of inputting search key words, generating search results, and outputting a search results.
First, in the search key word inputting step of the three dimensional search engine (Meta 3D), 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. Upon users connection, the Java servlet program checks the user identification and password (S3). When connecting the web server 2, the Java servlet program 3 produces a meta information by inputting the search key words.
In the result generating step, 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). After completion of the searching of the engines, 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). 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.
Finally, in the search result outputting step, 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.
For example, 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
- β- concentric circle to the search information commonly detected by any three of the search engines, and the innermost concentric circle for the search information detected commonly by all of the search engines.
Referring to Fig. 5, the higher the position mark(P) shown as triangle reaches, the higher the average accuracy of the corresponding search results becomes. On the contrary, the lower the position mark(P) reaches, the lower the average accuracy of the corresponding search results becomes.
The three dimensional search engine(Meta3D) is capable of displaying up to maximum 100 kinds of information on a search screen. Thus 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.
On the other hand, 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.
With reference to Fig. 4, there is shown 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.
In addition, because 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.
INDUSTRIAL APPLICABILITY
As described above, the three-dimensional search engine (Meta 3D) 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.
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.
In addition, 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.
The present invention has been described in an illustrative manner, and it is to be understood the terminology used is intended to be in the nature of description rather than of limitation. Many modifications and variations of the present invention are possible in light of the above teachings. Therefore, it is to be understood that within the scope of the appended claims, the invention may be practiced otherwise than as specifically described.

Claims

1. A method for displaying search result data from search engines in a three dimensional form, comprising: search key-words inputting step in which a Java servlet program generates 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 Internet user connects, and 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 through a web server 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 three dimensional form, whereby the Internet uses can recognize and compare the quantities of the information which each of the existing search engines detect, easily and fast.
2. A computer-readable storage medium having a program recorded thereon; where the program is to provide a search key world inputting function (a), a search result generating function (b) and a search result outputting function (c) to the computer.
PCT/KR1999/000489 1999-05-26 1999-08-27 Method for displaying search result data from internet search engines in three dimensional form WO2000077681A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1019990019004A KR100290731B1 (en) 1999-05-26 1999-05-26 Method for displaying three dimentional internet search engine
KR1999/19004 1999-05-26

Publications (1)

Publication Number Publication Date
WO2000077681A1 true WO2000077681A1 (en) 2000-12-21

Family

ID=19587820

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR1999/000489 WO2000077681A1 (en) 1999-05-26 1999-08-27 Method for displaying search result data from internet search engines in three dimensional form

Country Status (2)

Country Link
KR (1) KR100290731B1 (en)
WO (1) WO2000077681A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002082325A2 (en) * 2001-04-09 2002-10-17 Xmlcities, Inc. Method and apparatus for aggregating and dispatching information in distributed systems
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 (en) * 2015-03-30 2017-09-07 バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド Information search method and information search apparatus

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000006664A (en) * 1999-09-29 2000-02-07 문성일 Meta search engine be set on computer of end user
KR100337810B1 (en) * 1999-11-06 2002-05-23 유진우 Search dedicated website and search method on Internet
KR20000012309A (en) * 1999-11-23 2000-03-06 고성민 Circular radiation type internet classification searching method
KR100382600B1 (en) * 2000-01-31 2003-05-01 주식회사 제이.이.씨 Method for providing integrated web search service through network system and computer-readable medium recording the method
KR100366384B1 (en) * 2000-02-26 2002-12-31 (주) 고미드 Information search system based on communication of users
KR20000053774A (en) * 2000-04-08 2000-09-05 윤성원 Display method of internet search engine
KR20010064680A (en) * 2000-06-15 2001-07-11 김양신 A service method for web navigation using virtual space based on 3 dimension
KR100335173B1 (en) * 2000-06-27 2002-05-04 전제철 Distributed/parallel processing search engine, search method and personal search engine providing apparatus
KR20030088087A (en) * 2002-05-11 2003-11-17 이경목 One Click Internet Key Word Searching Method with a Moving Search Key Word Window and Multi Search Engine Icons
KR100739379B1 (en) * 2004-01-17 2007-07-13 한국과학기술연구원 Internet search system that provides search results in 3D virtual space
CN103098049B (en) 2010-07-12 2017-04-12 汤姆逊许可公司 System, method and user interface for content search

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10187755A (en) * 1996-12-26 1998-07-21 Nec Corp Retrieval information visualization system
WO1999010819A1 (en) * 1997-08-26 1999-03-04 Siemens Aktiengesellschaft Method and system for computer assisted determination of the relevance of an electronic document for a predetermined search profile

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10187755A (en) * 1996-12-26 1998-07-21 Nec Corp Retrieval information visualization system
WO1999010819A1 (en) * 1997-08-26 1999-03-04 Siemens Aktiengesellschaft Method and system for computer assisted determination of the relevance of an electronic document for a predetermined search profile

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002082325A2 (en) * 2001-04-09 2002-10-17 Xmlcities, Inc. Method and apparatus for aggregating and dispatching information in distributed systems
WO2002082325A3 (en) * 2001-04-09 2003-09-04 Xmlcities Inc Method and apparatus for aggregating and dispatching information in distributed systems
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 (en) * 2015-03-30 2017-09-07 バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド Information search method and information search apparatus
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 (en) 2001-05-15
KR20000012185A (en) 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 (en) A network resource retrieval method and system
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 (en) A system for collecting specific information from several sources of unstructured digitized data
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 (en) Method for displaying search result data from internet search engines in three dimensional form
WO2007051397A1 (en) An information retrieval system and information retrieval method
JP2004510257A (en) Internet search system and method for facilitating user search
KR100434902B1 (en) Knowledge base custom made information offer system and service method thereof
US6950861B1 (en) System and method for searching websites associated with bookmarks
JP2006099341A (en) Update history generation device and program
US7069262B1 (en) Information processing apparatus, recording medium, and method for using them
JP4769822B2 (en) Information search service providing server, method and system using page group
US7114124B2 (en) Method and system for information retrieval from query evaluations of very large full-text databases
WO2001002984A2 (en) System and method for capturing and managing information from digital source
CN1601524A (en) Fuzzy inquiry system and method
KR100390855B1 (en) method and system of service providing on internet
JP4649036B2 (en) Category reporting method, record reporting method, search service device by search server
JP2008077353A (en) Keyword classification method, server computer, and program
CN101923548A (en) Method for searching Internet information and search engine

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
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载