KR20010048276A - Searching Site from IP and CP - Google Patents

Searching Site from IP and CP Download PDF

Info

Publication number
KR20010048276A
KR20010048276A KR1019990052920A KR19990052920A KR20010048276A KR 20010048276 A KR20010048276 A KR 20010048276A KR 1019990052920 A KR1019990052920 A KR 1019990052920A KR 19990052920 A KR19990052920 A KR 19990052920A KR 20010048276 A KR20010048276 A KR 20010048276A
Authority
KR
South Korea
Prior art keywords
search
daemon
web
site
searching
Prior art date
Application number
KR1019990052920A
Other languages
Korean (ko)
Inventor
안건
서민찬
안홍진
왕신원
이미진
이정훈
이형재
표병훈
Original Assignee
안건
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 안건 filed Critical 안건
Priority to KR1019990052920A priority Critical patent/KR20010048276A/en
Publication of KR20010048276A publication Critical patent/KR20010048276A/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

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

PURPOSE: A search site in the internet and an online communication is provided to search information loaded on an online communication service and provide a searching result regardless of kinds of online communication services by inputting a search word at once. CONSTITUTION: A search site is connected to the corresponding online communication service by the Telnet Daemon(40) using a Telnet protocol. The search site stores a result in a database(30) by searching information located on IPS site of the online communication. Also, the search site obtains wanted information from an internet web site(70) by searching a tag of a web page to be searched by the Web Daemon(50) and stores the information in a database(30). A web server(10) receives a searching word inputted from a user, and searches information stored in the database(30) through a CGI(20) and provides the information to the user. The web server(10) may provide a searching object as a searching list form. The searching list becomes a searching object of the Telnet Daemon(40) and the Web Daemon(50). If a searching object is designated by a searching list, a searching time by the Telnet Daemon(40) or the Web Daemon(50) is reduced.

Description

인터넷과 피씨 통신의 검색 사이트{Searching Site from IP and CP}Search Site from IP and CP}

본 발명은 검색어 입력에 의하여 인터넷과 PC 통신을 모두 검색할 수 있는 검색 사이트에 관한 것이다.The present invention relates to a search site that can search both the Internet and PC communication by inputting a search word.

일반적인 정보 검색 사이트인 야후나 상품 정보 검색 서비스인 야비스를 포함한 현재의 검색 사이트들은 모두 인터넷상의 정보만을 검색하여 이용자에게 제공한다. 이러한 인터넷 기반 정보 검색 사이트들이 가지는 검색 엔진은, 주제별 검색 엔진, 단어별 검색 엔진, 메타(Meta) 검색 엔진 및 통합 검색 엔진으로 분류할 수 있다.All current search sites, including Yahoo, a general information search site, and Yabis, a product information search service, search for information on the Internet and provide it to users. The search engines of the Internet-based information retrieval sites can be classified into a topic search engine, a word search engine, a meta search engine, and an integrated search engine.

주제별 검색 엔진은 특정 주제별로 각 페이지들을 분류하여 정리해놓은 검색 엔진으로서 각 분야별로 분류가 되어 있고, 원하는 분야를 선택하면 세부 항목이 나오고 계속 링크해서 들어가다 보면 이용자가 원하는 정보를 찾을 수 있는 것이다. 이러한 방식은 검색하고자 하는 것에 대하여 아무런 정보가 없이, 대분류 정도만 알아도 찾을 수 있는 장점이 있는 반면에, 원하는 정보를 얻기까지 여러 단계를 거쳐야하므로, 중간 단계에서 선택을 잘못하면 엉뚱한 정보만을 찾을 수도 있는 단점이 있다. 따라서, 요즘의 주제별 검색 엔진들의 추세는 "단어별 검색 엔진" 유형까지도 취하고 있다.Thematic search engine is a search engine that sorts each page by a specific subject and is classified by each field. If you select a desired field, detailed items appear and continue to link to find the information you want. This method has the advantage that you can find it without knowing anything about what you want to search for, but you have to go through several steps to get the information you want, so you can only find the wrong information if you make a wrong choice in the middle. have. Thus, the trend of thematic search engines these days is taking the "search engine by word" type.

단어별 검색 엔진에서의 데이터베이스 구축 방법은, "Manual Index"와 "Agent Index"가 있다. "Manual Index"는 웹 서버를 구축한 사람이 직접 검색 엔진에 자신이 구축한 서버나 HTML 파일의 URL을 등록해주어야만 데이터베이스가 갱신되는 것으로서, 누락된 웹 서버들이 있을 수 있다는 단점이 있다. " Agent Index"는 웹 로봇이 웹 서버들을 돌아다니면서 자신이 방문한 서버들의 URL을 자신의 데이터베이스에 자동으로 등록해주는 것이다. 일반적으로 "Agent Index"의 데이터베이스의 규모가 휠씬 크다. 그러나, 규모가 큰 만큼 검색된 결과의 양도 많기 때문이 일일이 살펴보기가 용이하지 않은 단점이 있다.Database construction methods in the word-by-word search engine include "Manual Index" and "Agent Index". "Manual Index" means that the web server is updated only when the person who builds the web server registers the URL of the server or HTML file that he or she has built in the search engine. There is a disadvantage of missing web servers. "Agent Index" is a web robot that roams web servers and automatically registers the URLs of the servers they visit in their databases. In general, the database of the "Agent Index" is much larger. However, the larger the size, the larger the amount of search results, so it is not easy to look at each one.

이와 같은 단어별 검색 엔진은 간단한 키워드를 통하여 원하는 정보를 신속하게 찾을 수 있지만, 색인이 정확하지 않은 검색 엔진의 경우 원하는 정보를 찾을 수 없는 경우도 있으므로 해당 검색 엔진이 얼마나 많은 자료를 데이터베이스에 정확하게 유지하고 있느냐가 중요하게 된다. 이 방식에서는 검색 결과에 대하여 가중을 줄 경우도 있는데, 가중치가 높을수록 검색 결과의 정확도가 높은 것을 의미한다.These word-based search engines can quickly find the information you need through simple keywords, but search engines with incorrect indexes may not be able to find the information you are looking for. It becomes important whether you do. In this method, the search results may be weighted. The higher the weight, the higher the accuracy of the search results.

메타(Meta) 검색 엔진은 여러 검색 엔진을 한데 모아 검색하기 편리하게 만든 툴로서, 하나의 조작 환경으로 각각의 검색 엔진을 검색할 수 있고, 웹 문서만을 검색 대상으로 하는 것이 아니라, 프로그램이나 뉴스 그룹 또는 FAQ 같은 문서까지도 찾아주는 넓은 검색 영역을 갖는다.The Meta Search Engine is a tool that brings together several search engines and makes them easy to search. You can search individual search engines with a single operating environment, not just web documents, but programs or newsgroups. It also has a wide search area that can find documents such as FAQs.

통합 검색 엔진은 한 번의 검색으로 여러 검색 엔진을 모두 검색하고, 대부분 멀티 쓰레드(Multi-Thread) 기법을 사용하므로 한 번의 검색 시간으로 여러 곳을 검색할 수 있다.The integrated search engine can search multiple search engines all in one search, and most of them use multi-threading techniques, so you can search multiple places in one search time.

상기한 바와 같은 종래의 인터넷 기반 검색 엔진은 인터넷 상의 정보만을 검색할 수 있다. 한편, PC 통신의 경우, PC 통신 가입자는 자신이 가입되어 있는 PC 통신에 올라있는 정보만을 검색할 수 있을 뿐이다.A conventional internet based search engine as described above can search only information on the Internet. On the other hand, in the case of PC communication, the PC communication subscriber can only retrieve information on the PC communication to which he is subscribed.

본 발명은 상기한 바와 같은 종래 기술의 문제점을 해결하기 위한 것으로서, 본 발명의 목적은, 한 번의 검색어 입력으로 인터넷 기반 검색과 이용자가 가입된 PC 통신 서비스에 관계없이 PC 통신상에 올라있는 정보 검색을 모두 수행하여 검색 결과를 제공하는 인터넷과 PC 통신의 검색 사이트를 제공하는 것이다.The present invention is to solve the problems of the prior art as described above, an object of the present invention is to search information on the PC communication regardless of the Internet-based search and the PC communication service subscribed to the user with a single search word input It is to provide a search site of the Internet and PC communication to perform both search and provide search results.

도1은 본 발명의 제1실시예에 의한 인터넷과 PC 통신의 검색 사이트의 구성도,1 is a block diagram of a search site for Internet and PC communication according to a first embodiment of the present invention;

도2는 본 발명의 제2실시예에 의한 인터넷과 PC 통신의 검색 사이트의 구성도,2 is a block diagram of a search site for Internet and PC communication according to a second embodiment of the present invention;

도3은 실시간 검색의 경우 본 발명의 제3실시예에 의한 인터넷과 PC 통신의 검색 사이트의 구성도.3 is a block diagram of a search site for Internet and PC communication according to a third embodiment of the present invention in the case of real-time search;

* 도면의 주요한 부분에 대한 부호의 설명 *Explanation of symbols on the main parts of the drawings

10 : 웹 서버10: web server

20 : CGI(Common Gateway Interface)20: Common Gateway Interface (CGI)

30 : 데이터베이스30: database

40 : 텔넷 데몬(Telnet Daemon)40: Telnet Daemon

50 : 웹 데몬(Web Daemon)50: Web Daemon

60 : IPS 사이트60: IPS site

70 : 웹 사이트70: website

80 : 어드민 직접 입력부(Admin Direct Input)80: Admin Direct Input

상기한 바와 같은 목적을 달성하기 위하여, 본 발명에 의한 인터넷과 PC 통신의 검색 사이트는, 텔넷 프로토콜을 이용하여 PC 통신에 접속하고, 해당 절차를 밟아서 PC 통신의 IPS 사이트에 있는 정보를 검색하는 텔넷 데몬; 검색하고자 하는 웹 페이지의 태그를 검색함으로써 인터넷 웹 사이트로부터 원하는 정보를 획득하는 웹 데몬; 상기 텔넷 데몬과 웹 데몬에 의하여 검색된 정보를 저장하는 데이터베이스; 및 사용자로부터 검색어 입력을 받고, CGI를 통하여 상기 데이터베이스에 저장된 정보를 찾아서 사용자에게 제공하는 웹 서버를 포함하는 것을 특징으로 한다.In order to achieve the above object, the search site of the Internet and PC communication according to the present invention connects to PC communication using the Telnet protocol, and performs the corresponding procedure to retrieve the information in the IPS site of the PC communication. Daemon; A web daemon for obtaining desired information from an internet web site by searching a tag of a web page to be searched; A database storing information retrieved by the telnet daemon and the web daemon; And a web server that receives a search word input from a user and finds and stores the information stored in the database through the CGI.

상기한 바와 같은 목적을 달성하기 위한 본 발명에 의한 인터넷과 PC 통신의 실시간 검색 사이트는, 텔넷 프로토콜을 이용하여 PC 통신에 접속하고, 해당 절차를 밟아서 PC 통신의 IPS 사이트에 있는 정보를 검색하는 텔넷 데몬; 검색하고자 하는 웹 페이지의 태그를 검색함으로써 인터넷 웹 사이트로부터 원하는 정보를 획득하는 웹 데몬; 및 사용자로부터 검색어 입력을 받고, CGI를 통하여 상기 텔넷 데몬 및 상기 웹 데몬에 의하여 검색된 정보를 사용자에게 제공하는 웹 서버를 포함하는 것을 특징으로 한다.The real-time search site of the Internet and PC communication according to the present invention for achieving the above object is connected to PC communication using the telnet protocol, and telnet to retrieve the information in the IPS site of the PC communication by following the procedure Daemon; A web daemon for obtaining desired information from an internet web site by searching a tag of a web page to be searched; And a web server receiving a search word input from a user and providing the user with information retrieved by the telnet daemon and the web daemon through a CGI.

이하에서 첨부된 도면을 참조하면서 본 발명에 의한 인터넷과 PC 통신의 검색 사이트를 상세하게 설명한다.Hereinafter, a search site of the Internet and PC communication according to the present invention will be described in detail with reference to the accompanying drawings.

도1은 본 발명의 제1실시예에 의한 인터넷과 PC 통신의 검색 사이트의 구성도이다.1 is a block diagram of a search site for Internet and PC communication according to the first embodiment of the present invention.

도1에 도시된 바와 같이, 본 발명에 의한 인터넷과 PC 통신의 검색 사이트에서는 PC 통신 검색 결과와 인터넷 검색 결과를 하나의 데이터베이스에 저장하여 사용자에게 제공한다.As shown in Fig. 1, the search site of the Internet and PC communication according to the present invention stores the PC communication search results and the Internet search results in a single database and provides them to the user.

이를 위하여, 본 발명에 의한 검색 사이트는 텔넷 데몬(40)에 의하여 텔넷 프로토콜을 이용하여 해당 PC 통신에 접속하고, 해당 절차를 밟아서 PC 통신의 IPS 사이트에 있는 정보를 검색하여 그 결과를 데이터베이스(31)에 저장한다.To this end, the search site according to the present invention connects to the corresponding PC communication by using the Telnet protocol by the telnet daemon 40, and searches the information in the IPS site of the PC communication by following the corresponding procedure and stores the result in the database (31). ).

본 발명에 의한 검색 사이트는 또한, 웹 데몬(50)에 의하여 검색하고자 하는 웹 페이지의 태그를 검색함으로써 인터넷 웹 사이트(70)로부터 원하는 정보를 획득하고 이를 데이터베이스(31)에 저장한다.The search site according to the present invention also obtains the desired information from the Internet web site 70 by storing the tag of the web page to be searched by the web daemon 50 and stores it in the database 31.

웹 서버(10)는 사용자로부터 검색어 입력을 받아서, CGI(20)를 통하여 데이터베이스(31)에 저장된 정보를 검색하여 사용자에게 제공한다.The web server 10 receives a search word input from the user, retrieves the information stored in the database 31 through the CGI 20, and provides the same to the user.

이때, 웹 서버(10)에서 검색 대상을 검색 목록 형식을 빌어서 제공할 수도 있으며, 이러한 검색 목록은 텔넷 데몬(40)이나 웹 데몬(50)의 검색 대상이 된다. 검색 목록에 의하여 검색 대상이 지정되면 텔넷 데몬(40)이나 웹 데몬(50)에 의한 검색 시간이 단축된다.In this case, the web server 10 may provide a search target through a search list format, and the search list may be a search target of the telnet daemon 40 or the web daemon 50. If the search target is specified by the search list, the search time by the telnet daemon 40 or the web daemon 50 is shortened.

도2는 본 발명의 제2실시예에 의한 인터넷과 PC 통신의 검색 사이트의 구성도이다. 도2에 도시된 본 발명의 제2실시예에 의한 인터넷과 PC 통신의 검색 사이트는 도1에 도시된 본 발명의 제1실시예에 의한 인터넷과 PC 통신의 검색 사이트에 어드민 직접 입력부(80)가 부가된 것이다.2 is a block diagram of a search site for Internet and PC communication according to a second embodiment of the present invention. The search site for Internet and PC communication according to the second embodiment of the present invention shown in FIG. 2 is an administrator direct input unit 80 to the search site for Internet and PC communication according to the first embodiment of the present invention shown in FIG. Is added.

어드민 직접 입력부(80)는 텔넷 데몬(40)이나 웹 데몬(50)에 의한 검색의 부족한 부분을 보충하기 위하여, 사이트 운영자가 수동적으로 찾은 정보를 데이터베이스(20)에 저장하는 기능을 수행한다.The administrator direct input unit 80 performs a function of storing the information manually found by the site administrator in the database 20 in order to make up for the lack of the search by the telnet daemon 40 or the web daemon 50.

도3은 실시간 검색의 경우 본 발명의 제3실시예에 의한 인터넷과 PC 통신의 검색 사이트의 구성도이다. 도3은 실시간 검색의 경우이므로, 데이터베이스(20)가 불필요하고, 다만 텔넷 데몬(40)에 의한 PC 통신의 IPS 사이트(60) 검색과 웹 데몬(50)에 의한 웹 사이트(70) 검색 결과를 CGI를 통하여 사용자에게 제공한다.3 is a block diagram of a search site for Internet and PC communication according to the third embodiment of the present invention in the case of real-time search. 3 is a case of real-time search, the database 20 is not necessary, but the IPS site 60 search of PC communication by the telnet daemon 40 and the website 70 search result by the web daemon 50 are shown. Provide it to the user through CGI.

이 경우에도 웹 서버(10)에서 검색 대상을 검색 목록 형식을 빌어서 제공할 수도 있으며, 이러한 검색 목록은 텔넷 데몬(40)이나 웹 데몬(50)의 검색 대상이 된다.In this case, the web server 10 may provide a search target in the form of a search list, and the search list is a search target of the telnet daemon 40 or the web daemon 50.

정리하면, 본 발명에 의한 인터넷과 PC 통신의 검색 사이트를 방문하는 사용자는 웹 서버(10)를 통하여 검색어를 입력하고 검색 결과를 제공받으며, 검색 사이트 운영자는 사용자가 입력한 검색어에 따라서 텔넷 데몬(40)을 통하여 PC 통신의 IPS 사이트(60)의 검색한 결과, 웹 데몬(50)을 통하여 웹 사이트(70)를 검색한 결과를 모두 사용자에게 제공한다.In summary, a user who visits a search site of the Internet and PC communication according to the present invention inputs a search word through a web server 10 and is provided with a search result. The search site operator uses a telnet daemon according to the search word input by the user. As a result of searching the IPS site 60 of PC communication through 40, all the results of searching the web site 70 through the web daemon 50 are provided to the user.

이때 제공되는 자료는 실시간으로 제공될 수도 있고, 데이터베이스(20)에 일단 저장되었다가 사용자의 요청에 의하여 제공될 수도 있으며, 데이터베이스(20)에 일단 저장되었다가 사용자의 요청에 의하여 제공되는 경우에는 어드민 직접 입력부(80)를 통하여 사이트 운영자가 수동적으로 직접 찾은 정보를 데이터베이스(20)에 저장하였다가 사용자에게 제공할 수도 있다.In this case, the provided data may be provided in real time, may be stored in the database 20 and then provided by the user's request, and if stored in the database 20 and then provided by the user's request, Information directly found by the site administrator through the direct input unit 80 may be stored in the database 20 and then provided to the user.

이상에서 설명한 바와 같이, 본 발명에 의한 인터넷과 PC 통신의 검색 사이트는 한 번의 검색어 입력으로 PC 통신과 인터넷을 모두 검색할 수 있으므로, 사용자가 가입한 PC 통신의 종류와 관계없이 인터넷뿐만 아니라, PC 통신까지 검색할 수 있는 장점이 있다.As described above, the search site of the Internet and PC communication according to the present invention can search both the PC communication and the Internet by inputting a single search word, and therefore, the PC as well as the Internet regardless of the type of PC communication subscribed to by the user There is an advantage to search for communication.

Claims (5)

텔넷 프로토콜을 이용하여 PC 통신에 접속하고, 해당 절차를 밟아서 PC 통신의 IPS 사이트에 있는 정보를 검색하는 텔넷 데몬;A telnet daemon that accesses PC communication using the telnet protocol and goes through the procedure to retrieve information at the IPS site of the PC communication; 검색하고자 하는 웹 페이지의 태그를 검색함으로써 인터넷 웹 사이트로부터 원하는 정보를 획득하는 웹 데몬;A web daemon for obtaining desired information from an internet web site by searching a tag of a web page to be searched; 상기 텔넷 데몬과 웹 데몬에 의하여 검색된 정보를 저장하는 데이터베이스; 및A database storing information retrieved by the telnet daemon and the web daemon; And 사용자로부터 검색어 입력을 받고, CGI를 통하여 상기 데이터베이스에 저장된 정보를 찾아서 사용자에게 제공하는 웹 서버를 포함하는 것을 특징으로 하는 인터넷과 PC 통신의 검색 사이트.Search site for the Internet and PC communication, characterized in that it receives a search word input from the user, and finds the information stored in the database through the CGI to provide to the user. 제1항에 있어서, 상기 웹 서버는,The method of claim 1, wherein the web server, 상기 텔넷 데몬이나 웹 데몬의 검색 대상을 제공하는 것임을 특징으로 하는 인터넷과 PC 통신의 검색 사이트.And a search site for the Internet and PC communication, characterized by providing a search target for the telnet daemon or web daemon. 제1항에 있어서,The method of claim 1, 사이트 운영자가 수동적으로 찾은 정보를 상기 데이터베이스에 저장하는 기능을 수행하는 어드민 직접 입력부를 더 포함하는 것임을 특징으로 하는 인터넷과 PC 통신의 검색 사이트.The search site of the Internet and PC communication, characterized in that it further comprises an administrator direct input unit for performing a function of storing the information manually found by the site operator in the database. 텔넷 프로토콜을 이용하여 PC 통신에 접속하고, 해당 절차를 밟아서 PC 통신의 IPS 사이트에 있는 정보를 검색하는 텔넷 데몬;A telnet daemon that accesses PC communication using the telnet protocol and goes through the procedure to retrieve information at the IPS site of the PC communication; 검색하고자 하는 웹 페이지의 태그를 검색함으로써 인터넷 웹 사이트로부터 원하는 정보를 획득하는 웹 데몬; 및A web daemon for obtaining desired information from an internet web site by searching a tag of a web page to be searched; And 사용자로부터 검색어 입력을 받고, CGI를 통하여 상기 텔넷 데몬 및 상기 웹 데몬에 의하여 검색된 정보를 사용자에게 제공하는 웹 서버를 포함하는 것을 특징으로 하는 인터넷과 PC 통신의 실시간 검색 사이트.And a web server for receiving a search word input from a user and providing the user with information retrieved by the telnet daemon and the web daemon through a CGI. 제4항에 있어서, 상기 웹 서버는,The method of claim 4, wherein the web server, 상기 텔넷 데몬이나 웹 데몬의 검색 대상을 제공하는 것임을 특징으로 하는 인터넷과 PC 통신의 실시간 검색 사이트.Real-time search site of the Internet and PC communication, characterized in that to provide a search target of the Telnet daemon or Web daemon.
KR1019990052920A 1999-11-26 1999-11-26 Searching Site from IP and CP KR20010048276A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990052920A KR20010048276A (en) 1999-11-26 1999-11-26 Searching Site from IP and CP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990052920A KR20010048276A (en) 1999-11-26 1999-11-26 Searching Site from IP and CP

Publications (1)

Publication Number Publication Date
KR20010048276A true KR20010048276A (en) 2001-06-15

Family

ID=19621954

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990052920A KR20010048276A (en) 1999-11-26 1999-11-26 Searching Site from IP and CP

Country Status (1)

Country Link
KR (1) KR20010048276A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000018242A (en) * 2000-01-25 2000-04-06 이명우 A method for shortening access-time and its management system in internet portal service
KR100716113B1 (en) * 2005-10-06 2007-05-09 엔에이치엔(주) Method and system for tagging web-data in web search

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990010227A (en) * 1997-07-15 1999-02-05 윤종용 Real-time information retrieval method using mobile search engine
KR19990052718A (en) * 1997-12-23 1999-07-15 유기범 How to provide paid site information when accessing the Internet in a large capacity communication processing system
KR19990069299A (en) * 1998-02-06 1999-09-06 윤종용 How to search the web to find information in specific locations
KR19990070968A (en) * 1998-02-26 1999-09-15 홍오성 How to Search and Database Your Internet Resources

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990010227A (en) * 1997-07-15 1999-02-05 윤종용 Real-time information retrieval method using mobile search engine
KR19990052718A (en) * 1997-12-23 1999-07-15 유기범 How to provide paid site information when accessing the Internet in a large capacity communication processing system
KR19990069299A (en) * 1998-02-06 1999-09-06 윤종용 How to search the web to find information in specific locations
KR19990070968A (en) * 1998-02-26 1999-09-15 홍오성 How to Search and Database Your Internet Resources

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000018242A (en) * 2000-01-25 2000-04-06 이명우 A method for shortening access-time and its management system in internet portal service
KR100716113B1 (en) * 2005-10-06 2007-05-09 엔에이치엔(주) Method and system for tagging web-data in web search

Similar Documents

Publication Publication Date Title
US6336117B1 (en) Content-indexing search system and method providing search results consistent with content filtering and blocking policies implemented in a blocking engine
US6633867B1 (en) System and method for providing a session query within the context of a dynamic search result set
US7082428B1 (en) Systems and methods for collaborative searching
US7627568B2 (en) Method and system for updating a search engine database based on popularity of links
US9158764B2 (en) Method and apparatus for utilizing user feedback to improve signifier mapping
US7383299B1 (en) System and method for providing service for searching web site addresses
US6101537A (en) Universal electronic resource denotation, request and delivery system
US6415319B1 (en) Intelligent network browser using incremental conceptual indexer
US20010037325A1 (en) Method and system for locating internet users having similar navigation patterns
US20020078045A1 (en) System, method, and program for ranking search results using user category weighting
US20020069194A1 (en) Client based online content meta search
US20030120654A1 (en) Metadata search results ranking system
NZ519640A (en) An indexing system for accessing data on a server
US20100125781A1 (en) Page generation by keyword
WO2011102765A1 (en) Method and arrangement for network searching
US20050125412A1 (en) Web crawling
KR20030024297A (en) Search system and method
US20040210560A1 (en) Method and system for searching a wide area network
Menkov et al. AntWorld: a collaborative web search tool
KR20010048276A (en) Searching Site from IP and CP
KR20020012716A (en) Bookmark registration system in an internet and operating method thereof
KR20020017863A (en) Method for searching keyword by using connection statistics materials in internet user
KR20020062464A (en) A method of searching the Web using meta search engines and the system thereof
KR200216631Y1 (en) Simul-searching Site from IP and CP
KR100428690B1 (en) Search system and method

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application