JP2008257666A - Program for displaying search result list - Google Patents

Program for displaying search result list Download PDF

Info

Publication number
JP2008257666A
JP2008257666A JP2007122879A JP2007122879A JP2008257666A JP 2008257666 A JP2008257666 A JP 2008257666A JP 2007122879 A JP2007122879 A JP 2007122879A JP 2007122879 A JP2007122879 A JP 2007122879A JP 2008257666 A JP2008257666 A JP 2008257666A
Authority
JP
Japan
Prior art keywords
search
page
engines
result list
search results
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
JP2007122879A
Other languages
Japanese (ja)
Inventor
Akiko Koga
明子 甲賀
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2007122879A priority Critical patent/JP2008257666A/en
Publication of JP2008257666A publication Critical patent/JP2008257666A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To perform comparative examination of search results by a plurality of search engines with a reduced labor hour by displaying in what place in each search engine a specific page is listed in a visually easy-to-understand manner in comparing the search results by the plurality of search engines. <P>SOLUTION: The program comprises procedures of transmitting a request to the plurality of search engines to acquire search results; displaying the acquired search results by the plurality of search engines as a list; and specifying a page corresponding to a position where a mouse is placed in the search result list to highlight the display part of the page in each search engine of the search result list. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、複数の検索エンジンの検索結果を人間に分かりやすい形で一覧表示する方法に関する。  The present invention relates to a method of displaying a list of search results of a plurality of search engines in a form that is easy for humans to understand.

複数の検索エンジンの検索結果を同時に閲覧し、比較するには、インターネットブラウザーにて各検索エンジンの検索結果ページを画面に表示して、見比べる。  To view and compare the search results of multiple search engines at the same time, display the search result pages of each search engine on the screen using an Internet browser and compare them.

しかしながら、特定の検索エンジンの検索結果内の任意のページが、他の検索エンジンの検索結果で何位に表示されているのかを見つけるには、検索結果ページ内をURLやページタイトルで検索するなどの作業が必要であり、調査対象のページが多い場合はその労力は大変大きい。  However, in order to find out how many arbitrary pages in the search results of a specific search engine are displayed in the search results of other search engines, search the search result page by URL or page title. If there are many pages to be surveyed, the labor is very large.

本発明では複数の検索エンジンの検索結果を比較する際に、特定のページが各検索エンジンで何位に表示されているのかを視覚的に分かりやすく表示し、複数の検索エンジンの検索結果を比較する際の労力を削減することを課題とする。  In the present invention, when comparing the search results of a plurality of search engines, the position of a specific page displayed on each search engine is visually displayed in an easily understandable manner, and the search results of the plurality of search engines are compared. It is an issue to reduce the labor when doing so.

この課題を解決するために請求項1の発明は、複数の検索エンジンにリクエストを送信して検索結果を取得し、取得した複数の検索エンジンの検索結果を一覧表にして表示し、検索結果一覧表の中のマウスが置かれている位置に対応するページを特定し、検索結果一覧表の中の各検索エンジンにおけるそのページの表示部分を強調表示する。  In order to solve this problem, the invention of claim 1 transmits a request to a plurality of search engines to acquire search results, displays the acquired search results of the plurality of search engines as a list, and displays a search result list. The page corresponding to the position where the mouse is placed in the table is specified, and the display portion of the page in each search engine in the search result list is highlighted.

本発明により複数の検索エンジンの検索結果を比較する際に、検索結果に含まれる任意のページが各検索エンジンで何位に表示されるのかを視覚的、直感的に認識できるようになり、従来必要であった複数の検索エンジンの検索結果の比較に要する労力は大きく削減される。  According to the present invention, when comparing the search results of a plurality of search engines, it is possible to visually and intuitively recognize how many arbitrary pages included in the search results are displayed on each search engine. The labor required for comparing the search results of a plurality of search engines, which is necessary, is greatly reduced.

複数の検索エンジンにリクエストを送信し、各検索エンジンの検索結果ページのHTMLソースを取得し、検索結果に含まれる各ページのURLやタイトルなどの情報を取得する。  Requests are transmitted to a plurality of search engines, the HTML source of the search result page of each search engine is acquired, and information such as the URL and title of each page included in the search result is acquired.

取得したURLやタイトルを、横軸を検索エンジン、縦軸を検索結果表示順位とした表として画面に表示する。  The acquired URL and title are displayed on the screen as a table with the horizontal axis as the search engine and the vertical axis as the search result display order.

画面に表示した一覧表内のマウスの位置に対応するページを取得する。具体的には、一覧表内のページ表示部分をHTMLのdiv要素などで囲み、このdiv要素にonmouseoverなどのマウス移動に関するハンドラを設定しておく。  Get the page corresponding to the position of the mouse in the list displayed on the screen. Specifically, the page display part in the list is enclosed by an HTML div element or the like, and a handler relating to mouse movement such as “onmouseover” is set in this div element.

マウス位置にあるページを特定したら、各検索エンジンにおけるそのページの位置を調べる。AタグのHREF属性で同じURLを探索しても良いし、あらかじめ、各ページの表示部分に固有のIDを割り振っておいても良い。  When the page at the mouse position is specified, the position of the page in each search engine is examined. The same URL may be searched for using the HREF attribute of the A tag, or a unique ID may be assigned to the display portion of each page in advance.

各検索エンジンにおけるそのページの位置が取得できたら、そのページの表示部分を強調表示する。強調するには、Javaスクリプトによって、文字をボールドする、背景色を変更する、マウス位置からその位置まで線を引くといった方法がある。  When the position of the page in each search engine is acquired, the display portion of the page is highlighted. For emphasis, there are methods such as bolding characters, changing the background color, and drawing a line from the mouse position to that position, using a Java script.

Claims (1)

コンピュータに、複数の検索エンジンにリクエストを送信して検索結果を取得する手順と、取得した複数の検索エンジンの検索結果を一覧表にして表示する手順と、検索結果一覧表の中のマウスが置かれている位置に対応するページを特定し、検索結果一覧表の中の各検索エンジンにおけるそのページの表示部分を強調表示する手順を実行させるためのプログラム。  A procedure for sending a request to multiple search engines to obtain search results on a computer, a procedure for displaying the obtained search results of multiple search engines as a list, and a mouse in the search result list A program for specifying a page corresponding to the current position and executing a procedure for highlighting the display portion of the page in each search engine in the search result list.
JP2007122879A 2007-04-05 2007-04-05 Program for displaying search result list Pending JP2008257666A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007122879A JP2008257666A (en) 2007-04-05 2007-04-05 Program for displaying search result list

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007122879A JP2008257666A (en) 2007-04-05 2007-04-05 Program for displaying search result list

Publications (1)

Publication Number Publication Date
JP2008257666A true JP2008257666A (en) 2008-10-23

Family

ID=39981142

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007122879A Pending JP2008257666A (en) 2007-04-05 2007-04-05 Program for displaying search result list

Country Status (1)

Country Link
JP (1) JP2008257666A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104137098A (en) * 2011-12-01 2014-11-05 摩托罗拉移动有限责任公司 Methods performed by electronic devices that facilitate navigating a webpage

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104137098A (en) * 2011-12-01 2014-11-05 摩托罗拉移动有限责任公司 Methods performed by electronic devices that facilitate navigating a webpage
CN104137098B (en) * 2011-12-01 2018-03-16 谷歌技术控股有限责任公司 The method of the promotion navigation WEB page performed by electronic equipment
US10007736B2 (en) 2011-12-01 2018-06-26 Google Technology Holdings LLC Methods performed by electronic devices that facilitate navigating a webpage

Similar Documents

Publication Publication Date Title
US7734610B2 (en) Decentralised web annotation
JP5233220B2 (en) Page additional information sharing management method
JP2015026320A5 (en)
CN101876897A (en) System and method used for processing Widget on Web browser
KR20110050707A (en) New tab pages and bookmark toolbars in a browser
JP2013509008A5 (en)
US20130159275A1 (en) Information searching system and method
US20230274338A1 (en) Electronic apparatus, display method, and program
CN105260383B (en) It is a kind of for showing the processing method and electronic equipment of Web page image information
JP2011186876A (en) Browsing device, browsing system, browsing method and browsing program
EP2411956A2 (en) A method and system for ontology navigation and visualization
US20120254233A1 (en) Information processing system, information processor, and computer program product
CN103631807A (en) Method and device for switching engines so as to conduct searching again
JP2008257666A (en) Program for displaying search result list
US9053204B2 (en) Method for navigating within a search result obtained by means of a search engine
JP2008071116A (en) Information delivery system, information delivery device, information delivery method and information delivery program
JP5585816B2 (en) Portal site generation system, portal site generation method, and computer program
JP5134639B2 (en) Client apparatus, display method, program, information processing apparatus, and information processing system
JP2007280020A (en) Web information retrieval system
WO2011024716A1 (en) Structured text search-expression-generating device, method and process therefor, structured text search device, and method and process therefor
JP5300648B2 (en) RECOMMENDATION INFORMATION PROVIDING DEVICE, USER TERMINAL, OPERATION RECOMMENDING METHOD, AND PROGRAM
JP2012230628A (en) Video display device, video display management device, video display method, and video display management method
JP6101880B1 (en) System, program and recording medium for displaying Web page
JP2015125742A (en) Inter-gadget display cooperation method, inter-gadget display cooperation program, and information processor
JP5661828B2 (en) Terminal device, audio output method, and audio output program