WO2001086507A1 - Relevant search rankings using high refresh-rate distributed crawling - Google Patents

Relevant search rankings using high refresh-rate distributed crawling Download PDF

Info

Publication number
WO2001086507A1
WO2001086507A1 PCT/US2001/014701 US0114701W WO0186507A1 WO 2001086507 A1 WO2001086507 A1 WO 2001086507A1 US 0114701 W US0114701 W US 0114701W WO 0186507 A1 WO0186507 A1 WO 0186507A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
page
crawler
network
content
Prior art date
Application number
PCT/US2001/014701
Other languages
French (fr)
Inventor
Jacob William Green
John Lane Schultz
Yair Amir
Michael Truman Goodrich
Original Assignee
The Johns Hopkins University
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 The Johns Hopkins University filed Critical The Johns Hopkins University
Priority to US10/257,255 priority Critical patent/US7299219B2/en
Priority to AU2001262993A priority patent/AU2001262993A1/en
Publication of WO2001086507A1 publication Critical patent/WO2001086507A1/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

Definitions

  • the invention generally relates to a computerized network such as the Internet or World Wide Web (“WWW”), and more particularly, to maximizing retrieval of content freshly published on the network.
  • WWW World Wide Web
  • the Internet has become an important computerized network, which can be accessed by computer users worldwide. Over the years, the number of Internet sites and the available content on the Internet has grown. Only in some cases does an Internet user already know the specific website address (e.g., www. .com) to enter to access a desired website. Often Internet users want to retrieve certain subject matter, without being able to provide the Internet address(es) (i.e., the domain) at which such subject matter may be located. Such users want to be able to have a search of the Internet performed for them to retrieve their desired subject matter, and conventionally they have done so via so-called "search engines", such as www.google.com. For such searching, a user generally starts by visiting the search engine site (e.g., www.google.com), where the user encounters a field in which to enter his desired word(s) or phrase to search.
  • search engine site e.g., www.google.com
  • An Internet user querying a popular commercial search engine such as www.google.com or www.altavista.com will get back a listing of content that the search engine deems relevant to the query. While some search engines perform this task better than others, all known search engines before the present invention suffer from a common problem: a majority of the content they return is old. For example, with conventional search engines sometimes the most current content returned has been between one and three months old. This datedness is a real problem for some types of content, such as current events and news stories.
  • search engines work from an index to locate Web documents that satisfy a specified search criteria.
  • the index is a limiting factor for the search engine, i.e., if the index only has "old" content, the search engine can do no better in returning information to the user query.
  • a "web crawler” which is a computer program that automatically retrieves numerous Web documents from one or more Web sites.
  • a Web crawler processes the received data, preparing the data to be subsequently processed by other programs, such as creation of a search engine-useable index of documents available on the Internet.
  • the first problem is the slow scan rate at which search engines currently look for new and changed information on a network.
  • One reason why these crawlers scan so slowly is their dependence on a centralized crawling method where all of the crawlers crawl from a small number of sites on the network. This set-up causes a lot of the downloaded information to traverse the same network pipe.
  • a second problem that occurs is that current search engines do not incorporate new content into their "rankings" very well.
  • Conventional search engines use certain methods to arrive at an Authority Measure for a page. For example, Google's PageRank ranking technology depends on the number of links a to-be-ranked page has linking to it in order to decide on the weight of the to-be-ranked page. Because new content inherently does not have many links to it, it will not be ranked very high under Google's PageRank scheme or similar schemes.
  • the search engine even if the search engine identifies a site as having relevant content, if the website has few links to it because of its newness, the search engine will rank it low in the list of retrieved site addresses that the searching user views.
  • Some search inquiries can return thousands or more of addresses responsive to the request, so that being a low-ranked result of the search decreases the likelihood that the searcher will actually view the content.
  • Search engines fall into the general category of web-mining applications. These applications collect and extract large amounts of data from the web, for further processing. In the case of search engines, this further processing is the construction and maintenance of searchable indexes. Many other processing methods can be performed on this data. Examples of such applications include event notification systems, market analysis, corporate intelligence, etc.
  • the field of data-mining is closely related to web-mining: in data-mining, data is usually processed from a database, whereas in web-mining, data is primarily processed from information on the web.
  • Ihe architecture of conventional web mining applications is_shown in Figure 5(a).
  • Conventional web mining applications use polling methods, in which the applications must continually poll the data available on the network (such as the Internet) to determine what is there and what is changed.
  • metacomputer Somewhat separate from the development of the above- mentioned Internet searching technology, so-called "metacomputer” technology has been developing.
  • the idea of a metacomputer was first popularized by the Seti@home project in 1996, relating to searches for Extra Terrestrials by scanning the sky for intelligent radio signals originating outside the solar system. Metacomputers then developed for more generalized uses.
  • a metacomputer system manages and contains a large number of machines (managing servers, and the contributor nodes). Together, the system created is a powerful virtual computer.
  • a metacomputer like any computer, there is an operating system, and the applications that run on top of the operating system, h the original use by the Seti@home project, the application and operating system ("OS") were combined, and only the seti application could run on their system. Starting in about the first half of 2000, many companies took up this idea, creating such virtual computers on which people could run their distributed applications.
  • a metacomputer such as Share has a two- component basic architecture consisting of the Contributor Environment (CE) which runs on contributors' machines, and the Allocation Servers (AS) that hand out jobs to the CEs.
  • CE Contributor Environment
  • AS Allocation Servers
  • Another metacomputer was constructed by what was formerly known as PopularPower before March 2001 when it went out of business under that name.
  • Another metacomputer is that of Distributed Science.net (created when ProcessTree merged with Dcypher.net).
  • Other operating systems include Entropia.com, AppliedMeta.com, UnitedDevices and DataSynapse.
  • the present invention in a preferred embodiment provides systems for processing fresh information added to a network, such as a system comprising, for a network, identifying fresh information added to the network; and presenting the fresh information as a stream of events.
  • a network such as a system comprising, for a network, identifying fresh information added to the network; and presenting the fresh information as a stream of events.
  • the invention may be used wherein the network is the Internet or intranet.
  • the invention provides for the stream of events to be made available for concurrent use by a plurality of web-mining applications.
  • the invention further provides for the system optionally to include rating the fresh information.
  • the fresh information identification may be by a metacomputer deployed to identify fresh information.
  • the invention provides a method of gathering information freshly available on a network, such as a method comprising deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
  • the invention in another embodiment provides that the information-gathering method may include deploying a distributed system of crawlers.
  • a further embodiment of the invention provides for commanding the crawlers to encounter content on the network and to filter encountered content for freshness.
  • Another embodiment of the invention provide for the filter of encountered content for freshness to comprise instructions to filter old or unchanged information and to gather only information on the network that is new or changed, hi the invention, in a particularly preferred embodiment of using the crawlers, the crawlers sit on a plurality of machines across the network.
  • the invention provides for using a metacomputer that includes at least one link server for receiving content from the crawlers, hi a particularly preferred embodiment of the invention, crawlers are commanded to return only the fresh encountered content to the link server.
  • crawlers in a further embodiment provides that data is compressed before being sent by a crawler.
  • the invention also provides a high scan rate, decreased bandwidth method for data delivery, such as a method comprising: (A) providing at least one coordinating Link Server to direct a plurality of crawlers through low bandwidth commands; (B) providing that when a crawler is instructed by the Link Server to check a page link, for the to-be-checked page link the crawler also is told information including URL name, last time checked, and a last crawl date page digest from when the link was last checked; (C) connecting a crawler to the to-be-checked page and commanding the crawler to read a header of the to-be-checked page, and (1) commanding the crawler that if the to-be-checked page header returns a last modified date, the crawler check the page against the last crawl date associated with the to-be-checked page; further provided that: (i) for a to-be- checked page found to be unchanged, the crawler bypasses and does not download/process the to-be-checked page; but (
  • the invention also in a further embodiment provides for a method wherein whenever the crawler downloads a page determined to be new or changed, the crawler optionally extracts the links on the downloaded page and reports the extracted links to the Link Server.
  • Such methods according to the invention in a further embodiment may include identifying if extracted links are valid by commanding the crawlers to attempt to connect to the extracted links from a downloaded page.
  • the invention also provides for methods including commanding the crawler, once connected, to also filter out the links and only extract and return HTML/TEXT links.
  • the invention in a further preferred embodiment provides methods that include information processing by the crawlers on the downloaded pages.
  • the information processing may be stripping out HTML tags and using information retrieval and/or natural language processing techniques to characterize the document.
  • the invention provides for methods that include updating Link Server records on the links and scheduling them for later crawling or re-crawling, such as management by the Link Server of link assignments for crawling.
  • the invention provides for management by the Link Server to comprise assigning network- wise close links to a crawler and/or arranging for relatively more frequent crawling of links from domains with track records of frequent change.
  • the invention provides methods and systems in which the Data Center, upon receiving new or changed content conducts at least one of the following: (a) storage of the new or changed content; (b) storage of only delta changes of a page; (c) data mining; (d) data processing; (e) application of data to at least one search engine; (f) intelligent caching.
  • the invention also provides methods of processing new information on a network and of rating gathered fresh information, such as a method comprising: (A) for information encountered on the network that is new relative to a data base of existing content, identifying at least one existing document within a predetermined distance from the newly encountered information; and, (B) identifying an already-established weight of the at least one existing nearby document identified according to step (A).
  • the inventive method in a further embodiment may include, for the newly encountered information, assigning a weight measurement partially based on the already-established weight(s) identified in step (B) of the at least one existing nearby document.
  • a particularly preferred embodiment of the invention provides time-adjusted weighting of the new information, such as time-adjusted weighting of the new information comprising assigning a time dependent function to the assigned weight measurement, wherein as the new information ages, less weight based on the at least one existing nearby document is accorded the new information.
  • the invention in another preferred embodiment provides a ranking method for new or changed content on a network, such as a method comprising partially ranking the new or changed content based on at least one neighboring page, hi a further embodiment, the invention provides a ranking method wherein the partial ranking of a new page X with a URL of form http://www.xyz.edu/a/b/c/d/X.html, wherein "xyz" may be any domain name, ".edu” may be any web suffix including but not limited to .com, .net and .tv and a, b, c and d are variables, comprises assigning a Temporary_Authority_Measure based on at least one Authority_Measure of at least one page in the same /a/b/c/dV directory or in a page that is a predetermined distance from the new page.
  • the inventive ranking method includes reducing the effect of any neighboring page with time, hi a further embodiment, the invention provides a method wherein
  • the invention in another preferred embodiment also provides computer-readable information, such as computer-readable information produced (A) from a stream of events comprising fresh information identified for a network; or (B) by deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
  • the invention in additional preferred embodiments provides a computer data base of such computer-readable information, and an index prepared from such a computer data base.
  • the invention in another preferred embodiment provides an electronic library wherein the library consists essentially of such an index.
  • the invention provides a computerized search engine wherein the search engine queries an index prepared from such computer-readable information.
  • the invention in another preferred embodiment provides a distributed system of crawlers returning content from a network to a link server, wherein each crawler: (1) minimizes time spent on old and unchanged content; (2) filters and excludes from returning old or unchanged content to the link server; and (3) gathers and returns fresh content to the link server.
  • the invention provides a monitoring method for at least one web mining application, such as a method comprising screening web documents for changed content, wherein the screening occurs in a system external to the web mining application.
  • the inventive monitoring method includes, in the external system, locating changed content and preparing a stream of updates characterizing the changed content
  • the inventive monitoring method includes providing the stream of updates to the at least one web mining application.
  • the inventive monitoring method is one wherein the stream of updates is provided to multiple web mining applications.
  • Another inventive embodiment provides a monitoring method wherein the stream of updates is simultaneously useable by the multiple web mining applications.
  • a further embodiment of the invention provides a monitoring method wherein the screening includes applying a change filter to prohibit unchanged web documents and other repetitive content from reaching the web mining application.
  • the invention provides a monitoring method wherein the change filter comprises a data center cooperating with a network/metacomputer system.
  • Figure 1(a) is schematic diagram of a high scan rate architecture that is a distributed system according to the present invention.
  • Figure 1(b) is a schematic diagram of interaction between components of a high scan rate architecture system according to Figure 1(a).
  • Figure 2 is a schematic diagram of changed and new content testing according to the present invention.
  • Figure 3(a) is a flow chart for a crawling system according to the invention, in the context of a share allocation server nd metacomputer.
  • Figure 3(b) is a flow chart for a crawling system according to the invention, in the context of the Internet.
  • Figure 4 is a flow chart of a stream of update created by a crawling system according to the invention, and the web-mining applications that are built by and stay current based on the invention.
  • Figure 5(a) and 5(c) each is a flow chart of a conventional polling model.
  • Figure 5(b) and 5(d) is a flow chart of an event driven model which is an example according to the present invention.
  • Figure 6 is a graph of resources versus number of web mining applications, contrasting a conventional polling model with an example of an inventive model.
  • Figure 7 is a flow chart of a monitoring system according to the invention.
  • FIGS 8(a) and 8(b) are graphs of a temporary authority measure (TAM) according to the invention.
  • TAM temporary authority measure
  • the invention uses a distributed system of crawlers to efficiently gather new and changed published information on a network
  • the distributed system is a metacomputer system.
  • a metacomputer examples include the Share Metacomputer developed by Green et al. at the Johns Hopkins University, and the systems of PopularPower.com, processtree. com, DistributedScience.net, Entropia.com, AppliedMeta.com, UnitedDevices, DataSynapse, and the like.
  • a metacomputer operating system suitable for use in the present invention is made up of many participating computers on the network (such as the Internet).
  • the metacomputer consists of the Contributor Environments (CE) and the Allocation Servers (AS).
  • CE is a software application that is installed on a contributor's computer, which can be any modern computer with a network connection.
  • the CE runs as a low priority background process, to minimize the impact on performance experienced by a normal user of the computer, and to basically harness only the unused resources of the contributor's computer.
  • the task of the CE is to download, monitor and run jobs given to it.
  • the AS coordinates the efforts of all the nodes in the metacomputer.
  • the allocation server(s) hand out jobs to the CEs, trying to efficiently use the combined resources of all the nodes.
  • the AS has the ability to add or remove any job running on a node, and to upgrade the CE application to the newest version.
  • the present invention uses a metacomputer with a suitable operating system, such as Share combined with the distributed crawling systems such as that of the HyperDog System; the distributed crawling system in U.S. Patent 6,182,085 issued January 30, 2001 to Eichstaedt et al. of IBM, entitled “Collaborative Team Crawling: Large Scale Information Gathering Over the Internet”; or the distributed crawling system of S. Brin and L. Page, "The Anatomy of a Large-Scale Hypertextual Web Search Engine," the 7 th International World Wide Web Conference (WWW7), 1998.
  • the operating system is the Share system, a virtual OS that runs the metacomputer.
  • the Share system preferably is used with the HyperDog system, a distributed crawling system that is an example of a system that works well on a metacomputer.
  • the HyperDog system is an example of a system that distributes the crawlers to many points in the network through a metacomputer, so that the crawling algorithm gains advantages such as bandwidth savings to the central indexing point.
  • the crawlers filter the pages they crawl and only return back the pages they perceive as new or changed since their last visit. Because only a small portion of the WWW changes each day, the changes sent back to the central indexer are greatly reduced compared to conventional crawler technology.
  • the crawlers further save bandwidth by compressing their communications with the indexers.
  • Using a metacomputer with a distributed crawling system provides at least several advantages. When scan rates are high (on the order of daily), a savings of about two orders of magnitude can be achieved. Also, using a metacomputer system provides ease of manageability and use. Individual machines in a metacomputer are self-managed and administered, and are normally replaced or upgraded on a regular schedule. To the centralized indexer, the metacomputer represents a black box that feeds the indexer the changes that are occurring on the WWW, without having to manage the crawlers or the infrastructure on which they run. The indexers experience the event driven model where event notifications are received through a stream of changes from the black box. A system such as HyperDog gives the indexers all the updates that occur without overwhelming the indexers with redundant pages that have not changed.
  • the stream of updates according to the present invention allows for shared commonalities, with each application customizing the data to its own differing web-mining needs.
  • the operating system manages all the nodes of the metacomputer.
  • the operating system leases time on the virtual computer to companies (or others) that have applications that those companies want to use.
  • the system of the present invention is such an application for desired use (called HyperDog).
  • the crawlers in the crawling system of the invention get run on nodes of the metacomputer. It is the metacomputer' s responsibility to hand out the crawling application to its nodes, to make sure they are up and running, and to make sure that the nodes are not being harmed by the application.
  • This distributed system of crawlers may sit on many machines across the network, as depicted in Figure 1(a), as in a preferred embodiment of the present invention.
  • crawlers la, lb are shown.
  • Crawlers la, lb etc. maybe, are not necessarily required to be, the same.
  • Crawlers la through If are shown in Figure 1(a) by way of example, but it will be readily appreciated that the number of crawlers is not limited.
  • a preferred embodiment of the invention uses at least one Link Server 2.
  • One or more LSs may be added in addition to LS 2.
  • the LS 2 is selected to obtain a high scan rate, by a decrease in bandwidth to a web-mining application, and the LS is capable of directing the crawlers through low bandwidth commands.
  • the LS is programmed for sending a link or batch of links to a crawler selected by the LS.
  • the LS further is programmed for including in each such link the to-be-checked URL name, and, if applicable, the last time it was checked and a page digest from when it was last checked.
  • a suitable LS for use in the present invention is one that is programmed to update its records on links and schedule them for later crawling.
  • a Link Server can "hand out” links to a crawler blindly but more preferably the Link Server will be “smart” about the hand-outs. Namely, the Link Server preferably tries to hand out links to crawlers that are "network-wise" close to each other, send out links more frequently from domains with track records of frequent change, and otherwise optimize crawling efforts.
  • Link Server 2 is shown communicating with crawler lb. However, it will be appreciated that Link Server 2 communicates with other crawlers, such as crawlers la, lc. Additionally, a crawler is not necessarily restricted to communication with a single Link Server, but generally a crawler is in communication with one Link Server, such as crawler lb being controlled by Link Server 2.
  • a crawler is programmed for connecting to a to-be-checked page and reading the page header. A crawler further is programmed that if the page returns a last modified date, the crawler is to check this date against the last crawl date information associated with this link.
  • a crawler is programmed so that if the page has changed since the last time it was checked, the crawler will either let the LS and web-mining applications know that it has changed, or download, process, and compress the page content for sending to the LS and web-mining applications.
  • a suitable crawler for use in the present invention is one which "filters" to-be-checked pages to minimize time spent on unchanged pages and to minimize or eliminate downloading and sending of unchanged pages, while recognizing and gathering fresh information.
  • crawler that minimizes time spent on an unchanged page, by first being programmed so that if the crawler finds from the page header that the page has not changed, the crawler will proceed immediately to the next page. Second, the crawler is programmed that if the web server serving a to-be-checked page does not report the date the content was last modified, the crawler will download the page, and run the downloaded page a function at the crawler to get a digest of the downloaded page. The crawler is further programmed that if such a new digest matches the digest from the last crawl of the page, then the crawler is to assume the page to be unchanged and proceed to the next link.
  • crawler that recognizes fresh content is a crawler programmed that upon finding that a crawler-prepared digest does not match the digest provided to the crawler, then the crawler is to assume that the page has changed and is to notify and/or send the data to the LS.
  • a crawler may batch up these return notifications to be sent back to the LS. Such batching-up reduces the communications overhead of reestablishing any communication channels between a crawler and a LS.
  • a crawler used in the present invention is one that, upon downloading a page and determining that it is new or changed, also will extract the links on the downloaded page for reporting back to the LS.
  • a crawler for use in the present invention preferably is one that will return the links originally received from the LS, with updated digests and crawl times.
  • the crawler lb requests (1001) the Link Server 2 for an assignment of URLs to check.
  • the link server 2 sends a batch of URLS (1002) to the crawler lb.
  • the crawler lb checks the URLs as requested to determine which, if any, have changed.
  • the crawler lb returns the updated state of the URLs and any content changes (1004) to the link server 2.
  • the link server 2 updates the state of the returned URLs and broadcasts (1006) to the web mining application 5 URL updates for those URLs that have changed.
  • the broadcast updates are used by the web mining application 5 to keep web mining applications running.
  • the cycles of URL requests, batch sending and returning (1001, 1002, 1004) preferably repeat continuously.
  • Request initiation (1001) is by crawler lb in Figure 1(b), but may be by any crawler seeking work to perform.
  • Link Server 2 sends a batch of links to check 3 to a crawler lb.
  • crawler lb executes its crawling assignment, during which the crawler lb encounters content.
  • the crawler lb filters the encountered content and extracts only that which is new or changed, and then returns this content 4 to at least one data center and preferably any interested web mining applications 5.
  • Web mining application 5 may be a database or similar storage center that can process the data at web mining application 5.
  • One or more additional web mining applications may be used.
  • the content 4 provided by the crawlers lb etc. includes content, processed content and new content notification.
  • the crawlers lb etc. By using the crawlers lb etc. to filter the data and only return or notify regarding the fresh content, less bandwidth is needed to get the information to the web mining application 5 (from the viewpoint of the web mining application 5). Compressing the data from the crawlers lb to the web mining application 5 further reduces the bandwidth costs. In turn, reducing the bandwidth requirements of a web mimng application increases the rate at which a web mining application can "scan" or find out about new information on the network. This increased scan rate allows each web mining application to learn about new information quickly.
  • the crawler lb returns to Link Server 2 old links with new digests and crawl dates 6 and new and dead links 7 that the crawler lb has found.
  • a preferred embodiment of the invention also maybe appreciated with reference to Figure 2, showing functions performed by a crawler lb from Figure 1(a). Namely, after getting a link from the link server 100, the crawler gets a link header 101. If the crawler finds no last modification date on the header 103, the crawler downloads the page 105. For the downloaded page, the crawler checks whether the CRCs match 109 or do not match 106. If the CRCs do not match 106, the page is processed, the crawler performs an updating process 107 of updating links for the CRC and for crawl date, and the crawler lb returns the link and processed page to the Link Server 2 and gets the next link 108.
  • the crawler finds a last modified date available on the header 102, the crawler gets the header date 110 and determines if the header date is older or newer than the last crawl date. If the header last modified date is older than the last crawl date 111, the crawler treats the page as having no change and gets the next link 112.
  • the crawler finds that the header date has a last modified date newer than the last crawl date 113, the crawler performs an update 107 and returns the link and processed page and gets a next link 108.
  • the link in the case where the link has never been crawled by a crawler in the crawling system, the link will lack a digest and last crawl date, and so the crawler that encounters such a link will download the link and report the information back to the LS 2.
  • the web mining applications, , ! ? receive new information without competing old mformation.
  • the web mining applications 5 can process the new information with fewer resources - thus more quickly and efficiently - than if the new mformation had accompanying old information.
  • the event-driven model thus provides superior results over, and is distinguished from, the polling model.
  • the crawlers optionally can attempt to connect to the links that are extracted from a downloaded page. This activity will identify if the links are valid. Another optional activity is that, once connected, the crawler can filter out the links and only extract and return links of a certain type, such as only links of the MLYJJE type HTML/TEXT. Also, the crawlers optionally can perform information processing on downloaded pages to save on the computation time by the-web-mining applications. Processing examples include: stripping out HTML tags; using information retrieval and/or natural language processing techniques to understand the subject matter of the document and/or categorize the document.
  • a web-mining application is not limited in its use of the received data and may use the received data in many ways.
  • some of the options for proceeding include: store this information; store only the delta changes of a page (like a software version control system); mine the data; process the data for use by a search engines; provide intelligent caching, and the like.
  • the web mining applications may be combined and used together as is known to those working with computer systems.
  • Each crawler has a respective contributor environment, such as contributor environment 8a for crawler la.
  • Each crawler is in communication with one or more web servers, such as crawler la in communication with web servers 9 and 9 ! , and crawler lc in communication with web server 9'".
  • Each contributor environment 8a, 8b, 8c is controlled by the share allocation server 10.
  • Each crawler la, lb, lc is in communication with the HyperDog system of LinkServers and web mining applications 11, an example of a link server being link server 2 in Figure 1 , and an example of a web mining application being web mining application 5 in Figure 1.
  • CE 8a contributor environments
  • the CEs such as CE 8a are dispersed on the Internet 12.
  • Each CE, such as CE 8a, is in communication with the allocation server 10.
  • the present invention makes possible dissemination of update notifications to listening web-mining applications.
  • Such dissemination of update notifications may be performed, by way of example, as shown in Figure 4.
  • Figure 4 shows a stream of update created by a crawling system according to the invention, and the web-mining applications 5 that are built by and stay current based on the invention.
  • a data center 13 is provided in the crawling system as shown in Figure 4, which is a non-limiting example according to the invention.
  • the data center 13 comprises a plurality of link servers 2 and a plurality of web mining applications (WMA).
  • WMAs do not necessarily have to reside within a datacenter, as shown in Figure 7, and can be owned and operated by third parties that use standard communications to listen to the stream of updates.
  • the data center 13 is in communication with a plurality of crawlers.
  • a plurality of crawlers la, lb, lc are in communication with a plurality of web servers 9.
  • the crawlers la, lb, lc return information to a plurality of link servers 2, which in turn provide their new information to a spreading system 14 which in turn selectively provides new information to a plurality of web mining applications 5.
  • the spreading system 14 receives all new information.
  • the spreading system 14 controls the distribution of the new information so that each web mining application 5 receives desired new information but not old information and not new information that is unwanted by the particular web mining application 5.
  • the invention provides a monitoring system, an example of which is shown in Figure 7.
  • the monitoring system provides for a plurality of crawlers lb to communicate with a data center 13 through a network/metacomputer system 17. From the received information, the data center 13 can produce a changed link stream 18 and a changed content stream 19.
  • the changed link stream 18 may be provided to selected web mining applications, such as WMA 5.
  • the changed content stream 19 may be provided to selected WMAs, such as WMA 5'.
  • the invention makes possible an event driven system for web mining applications, so that the cumbersome conventional polling systems may be avoided.
  • Advantages of an event driven model according to the invention contrasted with a conventional polling model, maybe seen with reference to Figures 5(a) and 5(b).
  • Figure 5(a) depicts a conventional polling model, in which the WWW is sampled by a plurality of applications, App 1, etc.
  • each of the applications separately downloads and processes all documents, leading to much duplication and repetition of effort.
  • a HyperDog system performs polling and downloading, filters the content, and provides selected content (i.e., changes) to the applications. The applications thus are only faced with processing a small percentage of content on the WWW, namely, changed content.
  • a web document 15 is delivered in its entirety to a web mining application 5, as shown in Figure 5(c).
  • the invention makes possible the delivery of information in more useful form to the web mining application 5, as shown by way of example in Figure 5(d).
  • a web document 15 may be processed by a change filter 16 and sent to web mining application 5 in processed form rather than in its entirety.
  • the invention makes possible the processing (such as by change filter 16) of some or all documents before they are provided to a web mining application.
  • Change filter 16 may be used in the invention to process any document before it reaches the web mining application.
  • Change filter 16 may be used to filter unchanged documents so that only new or changed web documents can reach the web mining application 5.
  • the invention results in the location of much new information on the network.
  • the invention provides ways to process the new information, such as to assign weight or importance.
  • New information that is found receives a measurement of weight partially based on the weight of "nearby documents".
  • the definition of "nearby document” is based on the URL (Universal Resource Locator) structure of the information.
  • URL Universal Resource Locator
  • a time dependent function can be applied to this weight.
  • aspects of the invention are combined to provide a system that gathers more information than previous systems, continually provides access and notification of fresh information, and is able to rate the importance or relevance of this fresh information.
  • Another aspect of the present invention is ranking of new or changed content. Namely, once new content is found, it must be ranked on its importance or relevance. This ranking is mainly useful for search engines, but has other uses as well.
  • the page having new content is partially ranked on the authoritativeness of its neighboring pages.
  • the measure of "neighboring" is based on the URL structure of the pages. For a new page X with a URL of http://www.xyz.edu/a/b/c/d/X.html, its weight will have a component that is based on the weight of pages in the same "/a/b/c/ ⁇ V" directory, where those neighboring, existing pages already have associated with them an Authority_Measure conventionally derived.
  • the neighboring page-based ranking component newly introduced by the invention and for applying to a page on a network such as the Internet with new content, is called the Temporary_Authority_Measure (TAM).
  • TAM Temporary_Authority_Measure
  • Q would have a TAM of 20.
  • the general formula or table of formulae for such a TAM boost is customizable to the search engine. For example, different search engines may give different TAMs, or they could have the same TAM measurement but weight the TAM into their overall Authority Measurement differently.
  • an initial TAM for a new page Q can be assigned based on a nearby page X already having an Authority_Measure as set forth above.
  • FIG. 8(a) an example of TAM as a function of distance for a TAM according to the invention maybe seen.
  • TAM is plotted on the y-axis versus distance on the x- axis, with time held constant.
  • the curve in Figure 8(a) is an example, and other curves may be used.
  • the new document which was used to prepare Figure 8(a) may be http://www.abc.com/dog/cat/mouse/squirrel/pet.html. Examples of distance measures from the new document are as follows:
  • the invention provides for modifying the TAM measurement to reflect time. For example, if Q is new content assigned an initial TAM of 80 based on links around it, then as time passes, the TAM for Q gained from Q's neighbors will decrease. If Q.htrnl is assigned a TAM of 80 when it is first found, then after a week the TAM will have dropped to 60, after another week, the TAM will be down to 40, after a month or more the TAM on Q is 0. This time-based adjustment ensures that TAM of the new content does not remain the dominating Authority_Measure forever, and a page eventually gains its own Authority_Measure based on popularity.
  • FIG. 8(b) an example of time-decay of a TAM according to the invention may be seen, i Figure 8(b), TAM is plotted on the y-axis versus time on the x-axis, with distance held constant.
  • the curve in Figure 8(b) is an example, and other curves may be used.
  • the general formula or table of formulae for the TAM time- decay feature is customizable to a particular search engine.
  • search engine applications are not limited to search engines, but may be used in any system that requires crawling or event notification on the state of information on a massive information network (of which the Internet is an important example).
  • the invention provides systems that are commercially useable in many applications, including but not limited to: enhancing the performance of search engines; gathering information for data mining applications; and, to information-gathering for "Electronic Libraries".

Abstract

A system for maximal gathering of fresh information added to a network such as the Internet and for processing the gathered fresh information. A link server (2) sends a batch of links to check (3) to a crawler (1B). Crawler (1B) them executes its crawling assignment by filtering the encountered content and extracting only that which is new or changed (4). Crawler (IB) then returns this content (4) to at least one data center and any interested web mining application (5). By using the crawlers (1A-E) to filter the data and only return or notify regarding the fresh content, less bandwidth is needed to get the information to the web mining application (5).

Description

RELEVANT SEARCH RANKINGS USING HIGH REFRESH-RATE DISTRIBUTED CRAWLING
DESCRIPTION
Statement Regarding Government Funding This invention was made under the DAJ PA Metacomputing project titled: "End to End Resource Allocation in Metacomputers", DARPA/ITO, Contract number G438-E46-2074. The Government may have certain rights in this invention.
Field of the Invention The invention generally relates to a computerized network such as the Internet or World Wide Web ("WWW"), and more particularly, to maximizing retrieval of content freshly published on the network.
BACKGROUND OF THE INVENTION
The Internet has become an important computerized network, which can be accessed by computer users worldwide. Over the years, the number of Internet sites and the available content on the Internet has grown. Only in some cases does an Internet user already know the specific website address (e.g., www. .com) to enter to access a desired website. Often Internet users want to retrieve certain subject matter, without being able to provide the Internet address(es) (i.e., the domain) at which such subject matter may be located. Such users want to be able to have a search of the Internet performed for them to retrieve their desired subject matter, and conventionally they have done so via so-called "search engines", such as www.google.com. For such searching, a user generally starts by visiting the search engine site (e.g., www.google.com), where the user encounters a field in which to enter his desired word(s) or phrase to search.
An Internet user querying a popular commercial search engine such as www.google.com or www.altavista.com will get back a listing of content that the search engine deems relevant to the query. While some search engines perform this task better than others, all known search engines before the present invention suffer from a common problem: a majority of the content they return is old. For example, with conventional search engines sometimes the most current content returned has been between one and three months old. This datedness is a real problem for some types of content, such as current events and news stories.
Current search engines work from an index to locate Web documents that satisfy a specified search criteria. The index is a limiting factor for the search engine, i.e., if the index only has "old" content, the search engine can do no better in returning information to the user query.
Preparation and maintenance of such an index conventionally has been accomplished by a "web crawler", which is a computer program that automatically retrieves numerous Web documents from one or more Web sites. A Web crawler processes the received data, preparing the data to be subsequently processed by other programs, such as creation of a search engine-useable index of documents available on the Internet.
Conventional crawlers have been proposed and are in use. However, the problem of returning current content continues to go unsolved. The fault in the current search engine systems of failing to return current content arises from a combination of two problems that have yet to be addressed.
The first problem is the slow scan rate at which search engines currently look for new and changed information on a network. The best conventional crawlers visit most web pages only about once a month. Because the scan rates of these conventional search engines are so slow there is no way for them to capture a majority of all the fresh content that is available. One reason why these crawlers scan so slowly is their dependence on a centralized crawling method where all of the crawlers crawl from a small number of sites on the network. This set-up causes a lot of the downloaded information to traverse the same network pipe. To reach high network scan rates on the order of a day with such an approach would be impractical, for requiring too enormous an amount of bandwidth flowing to a small number of locations on the network, because the cost would not be economically feasible. Due to such economics, most search engines have a scan rate of much slower than once a day.
A second problem that occurs is that current search engines do not incorporate new content into their "rankings" very well. Conventional search engines use certain methods to arrive at an Authority Measure for a page. For example, Google's PageRank ranking technology depends on the number of links a to-be-ranked page has linking to it in order to decide on the weight of the to-be-ranked page. Because new content inherently does not have many links to it, it will not be ranked very high under Google's PageRank scheme or similar schemes. Thus, for certain search engines, even if the search engine identifies a site as having relevant content, if the website has few links to it because of its newness, the search engine will rank it low in the list of retrieved site addresses that the searching user views. Some search inquiries can return thousands or more of addresses responsive to the request, so that being a low-ranked result of the search decreases the likelihood that the searcher will actually view the content.
Like Google, other conventional search engines also derive an Authority Measure for a page based on the number of links that point to the page. Thus normally an Authority Measure will be low for new pages. Newly created content, being new, is unknown to most people, and, not knowing about it, people have not put HTML (HyperText Markup Language) links in their documents pointing to it. Under conventional systems, new content maintains a low score, until more people find out about it and link to it.
Search engines fall into the general category of web-mining applications. These applications collect and extract large amounts of data from the web, for further processing. In the case of search engines, this further processing is the construction and maintenance of searchable indexes. Many other processing methods can be performed on this data. Examples of such applications include event notification systems, market analysis, corporate intelligence, etc. The field of data-mining is closely related to web-mining: in data-mining, data is usually processed from a database, whereas in web-mining, data is primarily processed from information on the web. Ihe architecture of conventional web mining applications is_shown in Figure 5(a). Conventional web mining applications use polling methods, in which the applications must continually poll the data available on the network (such as the Internet) to determine what is there and what is changed. Conventionally, all data/web mining, including search engines, corporate intelligence, etc., have been using polling methods. Practically speaking, the conventional methods provide for visiting pages in set lists now-and- then, and seeing what is in the pages. The amount of work to be done when using such polling methods is extraordinarily large.
Somewhat separate from the development of the above- mentioned Internet searching technology, so-called "metacomputer" technology has been developing. The idea of a metacomputer was first popularized by the Seti@home project in 1996, relating to searches for Extra Terrestrials by scanning the sky for intelligent radio signals originating outside the solar system. Metacomputers then developed for more generalized uses.
A metacomputer system manages and contains a large number of machines (managing servers, and the contributor nodes). Together, the system created is a powerful virtual computer. In a metacomputer, like any computer, there is an operating system, and the applications that run on top of the operating system, h the original use by the Seti@home project, the application and operating system ("OS") were combined, and only the seti application could run on their system. Starting in about the first half of 2000, many companies took up this idea, creating such virtual computers on which people could run their distributed applications.
Such metacomputers require operating systems, and the Share System developed at Johns Hopkins by Jacob Green and John Schultz was an early development of such a virtual computer. Green et al have published information about the Share System, e.g., at www.cnds.jhu.edu. A metacomputer such as Share has a two- component basic architecture consisting of the Contributor Environment (CE) which runs on contributors' machines, and the Allocation Servers (AS) that hand out jobs to the CEs. Another such metacomputer was constructed by what was formerly known as PopularPower before March 2001 when it went out of business under that name. Another metacomputer is that of Distributed Science.net (created when ProcessTree merged with Dcypher.net). Other operating systems include Entropia.com, AppliedMeta.com, UnitedDevices and DataSynapse.
Eichstaedt et al. in U.S. Patent 6,182,085 issued January 30, 2001 for "Collaborative Team Crawling: Large Scale Information Gathering Over the Internet", recognize the need to make a crawler (gatherer) more efficient, and provide a method using multiple processors for collaborative web crawling and information processing. They use a set of crawlers running at the same location. However, a need still remains for systems for maximally retrieving, indexing, rating and making available current content on a network.
U.S. Patent 6,151,624 to Teare et al., issued November 21, 2000, entitled "Navigating Network Resources Based on Metadata", provides for the crawler to execute every 24 hours. (Column 17.) The crawler polls Web sites on the Internet to locate customer sites that have updates, and a database is updated. (Column 18.) Although the crawler is commanded to execute every 24 hours, index files are only updated weekly based on the database. (Columns 17-18).
Thus, improved technology is needed for successfully gathering fresh content from a network such as the Internet especially that can operate without getting bogged down by the vast amount of unchanged content on the Internet. Also, there remains a need for technology to effectively rank new content.
SUMMARY OF THE INVENTION
It therefore is an object of this invention to provide a method of expediting retrieval of new content published on the Internet or another network.
It is a further object of the invention to provide a method of using a distributed crawling system for efficiently and promptly gathering new content published on the Internet or another network.
Additionally it is an object of the present invention to expedite the time in which new published content on the Internet or another network may be accessed by a user posing a content-based query, or web mining application. Additionally, it is an object of this invention to provide a model for creating and maintaining web mining applications (like search engines) based on update notifications, and not needing to rely on continual polling of the data.
Additionally, it is an object of this invention to provide a platform on which many web mining applications can listen to a commonly available set of update notifications to build their application and stay current.
In order to accomplish these and other objects of the invention, the present invention in a preferred embodiment provides systems for processing fresh information added to a network, such as a system comprising, for a network, identifying fresh information added to the network; and presenting the fresh information as a stream of events. The invention may be used wherein the network is the Internet or intranet.
In a particularly preferred embodiment, the invention provides for the stream of events to be made available for concurrent use by a plurality of web-mining applications.
The invention further provides for the system optionally to include rating the fresh information.
In another embodiment of the inventive system, the fresh information identification may be by a metacomputer deployed to identify fresh information.
In another embodiment, the invention provides a method of gathering information freshly available on a network, such as a method comprising deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
The invention in another embodiment provides that the information-gathering method may include deploying a distributed system of crawlers. A further embodiment of the invention provides for commanding the crawlers to encounter content on the network and to filter encountered content for freshness. Another embodiment of the invention provide for the filter of encountered content for freshness to comprise instructions to filter old or unchanged information and to gather only information on the network that is new or changed, hi the invention, in a particularly preferred embodiment of using the crawlers, the crawlers sit on a plurality of machines across the network.
In another embodiment, the invention provides for using a metacomputer that includes at least one link server for receiving content from the crawlers, hi a particularly preferred embodiment of the invention, crawlers are commanded to return only the fresh encountered content to the link server. The invention in a further embodiment provides that data is compressed before being sent by a crawler.
In another preferred embodiment, the invention also provides a high scan rate, decreased bandwidth method for data delivery, such as a method comprising: (A) providing at least one coordinating Link Server to direct a plurality of crawlers through low bandwidth commands; (B) providing that when a crawler is instructed by the Link Server to check a page link, for the to-be-checked page link the crawler also is told information including URL name, last time checked, and a last crawl date page digest from when the link was last checked; (C) connecting a crawler to the to-be-checked page and commanding the crawler to read a header of the to-be-checked page, and (1) commanding the crawler that if the to-be-checked page header returns a last modified date, the crawler check the page against the last crawl date associated with the to-be-checked page; further provided that: (i) for a to-be- checked page found to be unchanged, the crawler bypasses and does not download/process the to-be-checked page; but (ii) if the to-be-checked page is found to have changed since the last checked time, the crawler notifies the Data Center that the to-be-checked page has been changed, downloads, processes, compresses and sends the to-be-checked page content to the Data Center; (2) commanding the crawler that if no last modification date is found in the to-be-checked page header, the crawler downloads the page, and then runs the downloaded page through a function at the crawler to obtain a new page digest for matching against a last crawl page digest, if any, provided that: (i) if and only if the new page digest can be matched to a last crawl page digest, the crawler proceeds to the next link to be checked; but (ii) if for the new page digest no matching last crawl page digest is found, the crawler then notifies the Data Center and/or transmits the new page digest to the Data Center, further provided that the crawler returns the links originally received from the Link Server with updated digests and crawl times.
The invention also in a further embodiment provides for a method wherein whenever the crawler downloads a page determined to be new or changed, the crawler optionally extracts the links on the downloaded page and reports the extracted links to the Link Server. Such methods according to the invention in a further embodiment may include identifying if extracted links are valid by commanding the crawlers to attempt to connect to the extracted links from a downloaded page. The invention also provides for methods including commanding the crawler, once connected, to also filter out the links and only extract and return HTML/TEXT links.
The invention in a further preferred embodiment provides methods that include information processing by the crawlers on the downloaded pages. In such inventive methods, the information processing may be stripping out HTML tags and using information retrieval and/or natural language processing techniques to characterize the document.
In another embodiment, the invention provides for methods that include updating Link Server records on the links and scheduling them for later crawling or re-crawling, such as management by the Link Server of link assignments for crawling. In a further preferred embodiment, the invention provides for management by the Link Server to comprise assigning network- wise close links to a crawler and/or arranging for relatively more frequent crawling of links from domains with track records of frequent change.
In a further preferred embodiment, the invention provides methods and systems in which the Data Center, upon receiving new or changed content conducts at least one of the following: (a) storage of the new or changed content; (b) storage of only delta changes of a page; (c) data mining; (d) data processing; (e) application of data to at least one search engine; (f) intelligent caching.
The invention also provides methods of processing new information on a network and of rating gathered fresh information, such as a method comprising: (A) for information encountered on the network that is new relative to a data base of existing content, identifying at least one existing document within a predetermined distance from the newly encountered information; and, (B) identifying an already-established weight of the at least one existing nearby document identified according to step (A). The inventive method in a further embodiment may include, for the newly encountered information, assigning a weight measurement partially based on the already-established weight(s) identified in step (B) of the at least one existing nearby document. A particularly preferred embodiment of the invention provides time-adjusted weighting of the new information, such as time-adjusted weighting of the new information comprising assigning a time dependent function to the assigned weight measurement, wherein as the new information ages, less weight based on the at least one existing nearby document is accorded the new information.
The invention in another preferred embodiment provides a ranking method for new or changed content on a network, such as a method comprising partially ranking the new or changed content based on at least one neighboring page, hi a further embodiment, the invention provides a ranking method wherein the partial ranking of a new page X with a URL of form http://www.xyz.edu/a/b/c/d/X.html, wherein "xyz" may be any domain name, ".edu" may be any web suffix including but not limited to .com, .net and .tv and a, b, c and d are variables, comprises assigning a Temporary_Authority_Measure based on at least one Authority_Measure of at least one page in the same /a/b/c/dV directory or in a page that is a predetermined distance from the new page. In another embodiment, the inventive ranking method includes reducing the effect of any neighboring page with time, hi a further embodiment, the invention provides a method wherein the ranking method includes a time-dependent reduction of the Temporary_Authority_Measure.
The invention in another preferred embodiment also provides computer-readable information, such as computer-readable information produced (A) from a stream of events comprising fresh information identified for a network; or (B) by deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information. The invention in additional preferred embodiments provides a computer data base of such computer-readable information, and an index prepared from such a computer data base. The invention in another preferred embodiment provides an electronic library wherein the library consists essentially of such an index. In another preferred embodiment, the invention provides a computerized search engine wherein the search engine queries an index prepared from such computer-readable information.
The invention in another preferred embodiment provides a distributed system of crawlers returning content from a network to a link server, wherein each crawler: (1) minimizes time spent on old and unchanged content; (2) filters and excludes from returning old or unchanged content to the link server; and (3) gathers and returns fresh content to the link server.
Also, in another preferred embodiment, the invention provides a monitoring method for at least one web mining application, such as a method comprising screening web documents for changed content, wherein the screening occurs in a system external to the web mining application. J a particularly preferred embodiment, the inventive monitoring method includes, in the external system, locating changed content and preparing a stream of updates characterizing the changed content, hi another particularly preferred embodiment, the inventive monitoring method includes providing the stream of updates to the at least one web mining application. In a further embodiment, the inventive monitoring method is one wherein the stream of updates is provided to multiple web mining applications. Another inventive embodiment provides a monitoring method wherein the stream of updates is simultaneously useable by the multiple web mining applications.
A further embodiment of the invention provides a monitoring method wherein the screening includes applying a change filter to prohibit unchanged web documents and other repetitive content from reaching the web mining application. In a particularly preferred embodiment, the invention provides a monitoring method wherein the change filter comprises a data center cooperating with a network/metacomputer system.
BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing and other objects, aspects and advantages will be better understood from the following detailed description of the preferred embodiments of the invention with reference to the drawings, in which:
Figure 1(a) is schematic diagram of a high scan rate architecture that is a distributed system according to the present invention.
Figure 1(b) is a schematic diagram of interaction between components of a high scan rate architecture system according to Figure 1(a).
Figure 2 is a schematic diagram of changed and new content testing according to the present invention.
Figure 3(a) is a flow chart for a crawling system according to the invention, in the context of a share allocation server nd metacomputer. Figure 3(b) is a flow chart for a crawling system according to the invention, in the context of the Internet.
Figure 4 is a flow chart of a stream of update created by a crawling system according to the invention, and the web-mining applications that are built by and stay current based on the invention.
Figure 5(a) and 5(c) each is a flow chart of a conventional polling model. Figure 5(b) and 5(d) is a flow chart of an event driven model which is an example according to the present invention.
Figure 6 is a graph of resources versus number of web mining applications, contrasting a conventional polling model with an example of an inventive model.
Figure 7 is a flow chart of a monitoring system according to the invention.
Figures 8(a) and 8(b) are graphs of a temporary authority measure (TAM) according to the invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS OF THE INVENTION
In a first preferred embodiment, the invention uses a distributed system of crawlers to efficiently gather new and changed published information on a network, hi a most preferred embodiment, the distributed system is a metacomputer system. Examples of a suitable metacomputer include the Share Metacomputer developed by Green et al. at the Johns Hopkins University, and the systems of PopularPower.com, processtree. com, DistributedScience.net, Entropia.com, AppliedMeta.com, UnitedDevices, DataSynapse, and the like.
A metacomputer operating system suitable for use in the present invention is made up of many participating computers on the network (such as the Internet). The metacomputer consists of the Contributor Environments (CE) and the Allocation Servers (AS). The CE is a software application that is installed on a contributor's computer, which can be any modern computer with a network connection. The CE runs as a low priority background process, to minimize the impact on performance experienced by a normal user of the computer, and to basically harness only the unused resources of the contributor's computer. The task of the CE is to download, monitor and run jobs given to it. The AS coordinates the efforts of all the nodes in the metacomputer. The allocation server(s) hand out jobs to the CEs, trying to efficiently use the combined resources of all the nodes. The AS has the ability to add or remove any job running on a node, and to upgrade the CE application to the newest version.
The present invention uses a metacomputer with a suitable operating system, such as Share combined with the distributed crawling systems such as that of the HyperDog System; the distributed crawling system in U.S. Patent 6,182,085 issued January 30, 2001 to Eichstaedt et al. of IBM, entitled "Collaborative Team Crawling: Large Scale Information Gathering Over the Internet"; or the distributed crawling system of S. Brin and L. Page, "The Anatomy of a Large-Scale Hypertextual Web Search Engine," the 7th International World Wide Web Conference (WWW7), 1998. a preferred embodiment of the invention, the operating system is the Share system, a virtual OS that runs the metacomputer. The Share system preferably is used with the HyperDog system, a distributed crawling system that is an example of a system that works well on a metacomputer. The HyperDog system is an example of a system that distributes the crawlers to many points in the network through a metacomputer, so that the crawling algorithm gains advantages such as bandwidth savings to the central indexing point. The crawlers filter the pages they crawl and only return back the pages they perceive as new or changed since their last visit. Because only a small portion of the WWW changes each day, the changes sent back to the central indexer are greatly reduced compared to conventional crawler technology. The crawlers further save bandwidth by compressing their communications with the indexers.
Using a metacomputer with a distributed crawling system according to the invention provides at least several advantages. When scan rates are high (on the order of daily), a savings of about two orders of magnitude can be achieved. Also, using a metacomputer system provides ease of manageability and use. Individual machines in a metacomputer are self-managed and administered, and are normally replaced or upgraded on a regular schedule. To the centralized indexer, the metacomputer represents a black box that feeds the indexer the changes that are occurring on the WWW, without having to manage the crawlers or the infrastructure on which they run. The indexers experience the event driven model where event notifications are received through a stream of changes from the black box. A system such as HyperDog gives the indexers all the updates that occur without overwhelming the indexers with redundant pages that have not changed. Because the recrawls are done in a distributed fashion, greater speed is achieved through parallelization. Initially the speed will be relatively slow because everything will be "new" or "changed" to the crawlers. In this inital phase the crawlers will be discovering the existing content on the WWW. After the initial phase, a system like HyperDog will reach a relative steady state, where only the normal growth of the WWW will be reported.
By using such a system and generating a stream of update notifications, many indexing or web-mining applications can share the costs of crawling. Unlike many of the conventional web-mining applications, which effectively reproduce each others' same crawling work, the stream of updates according to the present invention allows for shared commonalities, with each application customizing the data to its own differing web-mining needs.
The operating system, of which Share is an example, manages all the nodes of the metacomputer. The operating system leases time on the virtual computer to companies (or others) that have applications that those companies want to use. The system of the present invention is such an application for desired use (called HyperDog). The crawlers in the crawling system of the invention get run on nodes of the metacomputer. It is the metacomputer' s responsibility to hand out the crawling application to its nodes, to make sure they are up and running, and to make sure that the nodes are not being harmed by the application.
This distributed system of crawlers may sit on many machines across the network, as depicted in Figure 1(a), as in a preferred embodiment of the present invention. With reference to Figure 1(a), crawlers la, lb are shown. Crawlers la, lb etc. maybe, are not necessarily required to be, the same. Crawlers la through If are shown in Figure 1(a) by way of example, but it will be readily appreciated that the number of crawlers is not limited.
As shown in Figure 1(a), a preferred embodiment of the invention uses at least one Link Server 2. One or more LSs may be added in addition to LS 2. The LS 2 is selected to obtain a high scan rate, by a decrease in bandwidth to a web-mining application, and the LS is capable of directing the crawlers through low bandwidth commands. The LS is programmed for sending a link or batch of links to a crawler selected by the LS. The LS further is programmed for including in each such link the to-be-checked URL name, and, if applicable, the last time it was checked and a page digest from when it was last checked.
A suitable LS for use in the present invention is one that is programmed to update its records on links and schedule them for later crawling. A Link Server can "hand out" links to a crawler blindly but more preferably the Link Server will be "smart" about the hand-outs. Namely, the Link Server preferably tries to hand out links to crawlers that are "network-wise" close to each other, send out links more frequently from domains with track records of frequent change, and otherwise optimize crawling efforts.
In Figure 1(a), Link Server 2 is shown communicating with crawler lb. However, it will be appreciated that Link Server 2 communicates with other crawlers, such as crawlers la, lc. Additionally, a crawler is not necessarily restricted to communication with a single Link Server, but generally a crawler is in communication with one Link Server, such as crawler lb being controlled by Link Server 2. A crawler is programmed for connecting to a to-be-checked page and reading the page header. A crawler further is programmed that if the page returns a last modified date, the crawler is to check this date against the last crawl date information associated with this link. A crawler is programmed so that if the page has changed since the last time it was checked, the crawler will either let the LS and web-mining applications know that it has changed, or download, process, and compress the page content for sending to the LS and web-mining applications.
A suitable crawler for use in the present invention is one which "filters" to-be-checked pages to minimize time spent on unchanged pages and to minimize or eliminate downloading and sending of unchanged pages, while recognizing and gathering fresh information.
One example of a crawler that minimizes time spent on an unchanged page, by first being programmed so that if the crawler finds from the page header that the page has not changed, the crawler will proceed immediately to the next page. Second, the crawler is programmed that if the web server serving a to-be-checked page does not report the date the content was last modified, the crawler will download the page, and run the downloaded page a function at the crawler to get a digest of the downloaded page. The crawler is further programmed that if such a new digest matches the digest from the last crawl of the page, then the crawler is to assume the page to be unchanged and proceed to the next link.
One example of a crawler that recognizes fresh content is a crawler programmed that upon finding that a crawler-prepared digest does not match the digest provided to the crawler, then the crawler is to assume that the page has changed and is to notify and/or send the data to the LS. A crawler may batch up these return notifications to be sent back to the LS. Such batching-up reduces the communications overhead of reestablishing any communication channels between a crawler and a LS.
Preferably, a crawler used in the present invention is one that, upon downloading a page and determining that it is new or changed, also will extract the links on the downloaded page for reporting back to the LS. Also, preferably, a crawler for use in the present invention preferably is one that will return the links originally received from the LS, with updated digests and crawl times.
Modifications and variations on to the crawlers mentioned above by way of example may be made, within the present invention. hi the invention, a plurality of a single type of crawler may be used, or, different crawlers may be used in various combinations.
An example of a relationship between a link server 2, crawler lb and web mining application 5 in Figure 1(a) may be appreciated with reference to Figure 1(b). The crawler lb requests (1001) the Link Server 2 for an assignment of URLs to check. The link server 2 sends a batch of URLS (1002) to the crawler lb. The crawler lb checks the URLs as requested to determine which, if any, have changed. The crawler lb returns the updated state of the URLs and any content changes (1004) to the link server 2. The link server 2 updates the state of the returned URLs and broadcasts (1006) to the web mining application 5 URL updates for those URLs that have changed. The broadcast updates are used by the web mining application 5 to keep web mining applications running. The cycles of URL requests, batch sending and returning (1001, 1002, 1004) preferably repeat continuously. Request initiation (1001) is by crawler lb in Figure 1(b), but may be by any crawler seeking work to perform.
An example of a system, in operation, according to a preferred embodiment of the invention, having a LS and crawlers as set forth above, is as follows, discussed with reference to Figures 1(a), (b) and 2.
Link Server 2 sends a batch of links to check 3 to a crawler lb. According to the batch 3, crawler lb then executes its crawling assignment, during which the crawler lb encounters content. The crawler lb filters the encountered content and extracts only that which is new or changed, and then returns this content 4 to at least one data center and preferably any interested web mining applications 5.
Web mining application 5 may be a database or similar storage center that can process the data at web mining application 5. One or more additional web mining applications may be used. The content 4 provided by the crawlers lb etc. includes content, processed content and new content notification.
By using the crawlers lb etc. to filter the data and only return or notify regarding the fresh content, less bandwidth is needed to get the information to the web mining application 5 (from the viewpoint of the web mining application 5). Compressing the data from the crawlers lb to the web mining application 5 further reduces the bandwidth costs. In turn, reducing the bandwidth requirements of a web mimng application increases the rate at which a web mining application can "scan" or find out about new information on the network. This increased scan rate allows each web mining application to learn about new information quickly.
Again with reference to Figure 1(a), in the invention the crawler lb returns to Link Server 2 old links with new digests and crawl dates 6 and new and dead links 7 that the crawler lb has found.
A preferred embodiment of the invention also maybe appreciated with reference to Figure 2, showing functions performed by a crawler lb from Figure 1(a). Namely, after getting a link from the link server 100, the crawler gets a link header 101. If the crawler finds no last modification date on the header 103, the crawler downloads the page 105. For the downloaded page, the crawler checks whether the CRCs match 109 or do not match 106. If the CRCs do not match 106, the page is processed, the crawler performs an updating process 107 of updating links for the CRC and for crawl date, and the crawler lb returns the link and processed page to the Link Server 2 and gets the next link 108. If, however, after getting the link header 101, the crawler finds a last modified date available on the header 102, the crawler gets the header date 110 and determines if the header date is older or newer than the last crawl date. If the header last modified date is older than the last crawl date 111, the crawler treats the page as having no change and gets the next link 112.
If the crawler finds that the header date has a last modified date newer than the last crawl date 113, the crawler performs an update 107 and returns the link and processed page and gets a next link 108.
Particularly, it will be appreciated that in the case where the link has never been crawled by a crawler in the crawling system, the link will lack a digest and last crawl date, and so the crawler that encounters such a link will download the link and report the information back to the LS 2.
In such a system as discussed above, it will be appreciated that the web mining applications,,!? receive new information without competing old mformation. Thus, the web mining applications 5 can process the new information with fewer resources - thus more quickly and efficiently - than if the new mformation had accompanying old information. The event-driven model thus provides superior results over, and is distinguished from, the polling model.
It will be appreciated that the above activities have been discussed for a single crawler while the system is in operation, but that meanwhile each of the crawlers in the system is proceeding likewise on its own with regard to other pages.
Moreover, there are a number of further activities that optionally may be performed by the crawlers. For example, the crawlers optionally can attempt to connect to the links that are extracted from a downloaded page. This activity will identify if the links are valid. Another optional activity is that, once connected, the crawler can filter out the links and only extract and return links of a certain type, such as only links of the MLYJJE type HTML/TEXT. Also, the crawlers optionally can perform information processing on downloaded pages to save on the computation time by the-web-mining applications. Processing examples include: stripping out HTML tags; using information retrieval and/or natural language processing techniques to understand the subject matter of the document and/or categorize the document.
It will be appreciated that the a web-mining application is not limited in its use of the received data and may use the received data in many ways. When a web-mining application is notified or receives new or changed content, some of the options for proceeding include: store this information; store only the delta changes of a page (like a software version control system); mine the data; process the data for use by a search engines; provide intelligent caching, and the like.
Where more than one web mining application is provided, the web mining applications may be combined and used together as is known to those working with computer systems.
With reference to Figure 3(a), an example of using the invention in the context of a metacomputer system such as Share is shown. Each crawler has a respective contributor environment, such as contributor environment 8a for crawler la. Each crawler is in communication with one or more web servers, such as crawler la in communication with web servers 9 and 9!, and crawler lc in communication with web server 9'". Each contributor environment 8a, 8b, 8c is controlled by the share allocation server 10. Each crawler la, lb, lc is in communication with the HyperDog system of LinkServers and web mining applications 11, an example of a link server being link server 2 in Figure 1 , and an example of a web mining application being web mining application 5 in Figure 1.
Referring to Figure 3(b), an example of using the invention in the context of the Internet is shown. In this example, a plurality of contributor environments (CE) are shown, such as CE 8a (also shown on Figure 3(a)). The CEs such as CE 8a are dispersed on the Internet 12. Each CE, such as CE 8a, is in communication with the allocation server 10.
The present invention makes possible dissemination of update notifications to listening web-mining applications. Such dissemination of update notifications may be performed, by way of example, as shown in Figure 4. Figure 4 shows a stream of update created by a crawling system according to the invention, and the web-mining applications 5 that are built by and stay current based on the invention. In the crawling system as shown in Figure 4, which is a non-limiting example according to the invention, a data center 13 is provided. The data center 13 comprises a plurality of link servers 2 and a plurality of web mining applications (WMA). The WMAs do not necessarily have to reside within a datacenter, as shown in Figure 7, and can be owned and operated by third parties that use standard communications to listen to the stream of updates. The data center 13 is in communication with a plurality of crawlers. A plurality of crawlers la, lb, lc are in communication with a plurality of web servers 9. The crawlers la, lb, lc return information to a plurality of link servers 2, which in turn provide their new information to a spreading system 14 which in turn selectively provides new information to a plurality of web mining applications 5. In the exemplary spreading system as shown in Figure 4, the spreading system 14 receives all new information. The spreading system 14 controls the distribution of the new information so that each web mining application 5 receives desired new information but not old information and not new information that is unwanted by the particular web mining application 5.
In another embodiment, the invention provides a monitoring system, an example of which is shown in Figure 7. The monitoring system provides for a plurality of crawlers lb to communicate with a data center 13 through a network/metacomputer system 17. From the received information, the data center 13 can produce a changed link stream 18 and a changed content stream 19. The changed link stream 18 may be provided to selected web mining applications, such as WMA 5. The changed content stream 19 may be provided to selected WMAs, such as WMA 5'.
Advantageously, the invention makes possible an event driven system for web mining applications, so that the cumbersome conventional polling systems may be avoided. Advantages of an event driven model according to the invention, contrasted with a conventional polling model, maybe seen with reference to Figures 5(a) and 5(b). Figure 5(a) depicts a conventional polling model, in which the WWW is sampled by a plurality of applications, App 1, etc. In the polling model of Figure 5(a), each of the applications separately downloads and processes all documents, leading to much duplication and repetition of effort. hi an event driven model according to the invention, an example of which is shown in Figure 5(b), a HyperDog system performs polling and downloading, filters the content, and provides selected content (i.e., changes) to the applications. The applications thus are only faced with processing a small percentage of content on the WWW, namely, changed content.
Advantages of the invention when event driven web mining is used may be seen with reference to the contrasting flow charts of Figures 5(c) and 5(d). In the conventional polling methods, a web document 15 is delivered in its entirety to a web mining application 5, as shown in Figure 5(c). Advantageously and by contrast, the invention makes possible the delivery of information in more useful form to the web mining application 5, as shown by way of example in Figure 5(d). For example, in the invention, a web document 15 may be processed by a change filter 16 and sent to web mining application 5 in processed form rather than in its entirety. The invention makes possible the processing (such as by change filter 16) of some or all documents before they are provided to a web mining application. Change filter 16 may be used in the invention to process any document before it reaches the web mining application. Change filter 16 may be used to filter unchanged documents so that only new or changed web documents can reach the web mining application 5.
With reference to Figure 6, the advantages of the present invention may be further appreciated, by considering resources expended versus bandwidth. On the x-axis, number of web mining applications (WMAs) is plotted. On the y-axis, resource usage in bandwidth is plotted. For a conventional polling model (-[]-), an increase in the number of WMAs results in a directly proportional increase in the bandwidth. For a HyperDog model which is an example according to the invention, there is no difference in the bandwidth regardless of the addition of WMAs, i.e., increasing the number of WMAs does not increase the bandwidth needed.
It will be appreciated as set forth above, particularly with regard to the figures but without limitation thereto, that the invention results in the location of much new information on the network. In a further aspect, the invention provides ways to process the new information, such as to assign weight or importance. New information that is found receives a measurement of weight partially based on the weight of "nearby documents". The definition of "nearby document" is based on the URL (Universal Resource Locator) structure of the information. To further enhance this weighting process, a time dependent function can be applied to this weight. Thus, as the content ages, its portion of weight gained from the documents around it will decrease with time.
Together, aspects of the invention are combined to provide a system that gathers more information than previous systems, continually provides access and notification of fresh information, and is able to rate the importance or relevance of this fresh information.
Another aspect of the present invention is ranking of new or changed content. Namely, once new content is found, it must be ranked on its importance or relevance. This ranking is mainly useful for search engines, but has other uses as well.
To accomplish this relevance rating, the page having new content is partially ranked on the authoritativeness of its neighboring pages. The measure of "neighboring" is based on the URL structure of the pages. For a new page X with a URL of http://www.xyz.edu/a/b/c/d/X.html, its weight will have a component that is based on the weight of pages in the same "/a/b/c/άV" directory, where those neighboring, existing pages already have associated with them an Authority_Measure conventionally derived.
The neighboring page-based ranking component, newly introduced by the invention and for applying to a page on a network such as the Internet with new content, is called the Temporary_Authority_Measure (TAM). For example if there were two pages in the "/a/b/c/άV" directory, X.html and Q.html, and Q had a Authority_Measure of 100, then X would have a TAM of 80.
If Q was not in the "/a/b/c/d/" directory, but was in the "a/b/c/" or "a/b/c/d/e/" directory then Q would have a TAM of 20.
As the distance in directory structure decreases, so does the contributing weight.
The general formula or table of formulae for such a TAM boost is customizable to the search engine. For example, different search engines may give different TAMs, or they could have the same TAM measurement but weight the TAM into their overall Authority Measurement differently. Thus, an initial TAM for a new page Q can be assigned based on a nearby page X already having an Authority_Measure as set forth above.
With reference to Figure 8(a), an example of TAM as a function of distance for a TAM according to the invention maybe seen. In Figure 8(a), TAM is plotted on the y-axis versus distance on the x- axis, with time held constant. The curve in Figure 8(a) is an example, and other curves may be used. The new document which was used to prepare Figure 8(a) may be http://www.abc.com/dog/cat/mouse/squirrel/pet.html. Examples of distance measures from the new document are as follows:
D=l http://www.abc.com/dog/cat/mouse/squirrel/apple.html D=2 http://www.abc.com/dog/cat/mouse/orange.html D=3 http://www.abc.com/dog/cat/pear.html
D=3 http://www.abc.eom/dog/cat/mouse/wombat/a.html » D=4: http://www.abc.eom/dog a.html
D=4: http://www.abc.com/dog/cat/class/us.html
D=5: http .7/www. abc. com
D=6: http://www.abc.com/hello
Additionally, the invention provides for modifying the TAM measurement to reflect time. For example, if Q is new content assigned an initial TAM of 80 based on links around it, then as time passes, the TAM for Q gained from Q's neighbors will decrease. If Q.htrnl is assigned a TAM of 80 when it is first found, then after a week the TAM will have dropped to 60, after another week, the TAM will be down to 40, after a month or more the TAM on Q is 0. This time-based adjustment ensures that TAM of the new content does not remain the dominating Authority_Measure forever, and a page eventually gains its own Authority_Measure based on popularity.
With reference to Figure 8(b), an example of time-decay of a TAM according to the invention may be seen, i Figure 8(b), TAM is plotted on the y-axis versus time on the x-axis, with distance held constant. The curve in Figure 8(b) is an example, and other curves may be used.
The general formula or table of formulae for the TAM time- decay feature is customizable to a particular search engine.
Those working with computer systems will appreciate, with reference to the above, that embodiments of the present invention may be constructed with the above information using, as necessary, conventionally available hardware and software, and programming techniques.
Although particular mention has been made above of search engine applications, it will be appreciated that the systems of the present invention are not limited to search engines, but may be used in any system that requires crawling or event notification on the state of information on a massive information network (of which the Internet is an important example). The invention provides systems that are commercially useable in many applications, including but not limited to: enhancing the performance of search engines; gathering information for data mining applications; and, to information-gathering for "Electronic Libraries".
While the invention has been described in terms of its preferred embodiments, those skilled in the art will recognize that the invention can be practiced with modification within the spirit and scope of the appended claims.

Claims

CLAIMSWe claim:
1. A system for processing fresh mformation added to a network, comprising: for a network, identifying fresh information added to the network; and presenting the fresh information as a stream of events.
2. The system of claim 1, wherein the stream of events is made available for concurrent use by a plurality of web-mining applications.
3. The system of claim 2, including rating the fresh information.
4. The system of claim 1, wherein the fresh information identification is by a metacomputer deployed to identify fresh information.
5. The system of Claim 1, wherein the network is the Internet or intranet.
6. A method of gathering information freshly available on a network, comprising: deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
7. The method of gathering information of claim 6, including deploying a distributed system of crawlers.
8. The method of claim 7, including commanding the crawlers to encounter content on the network and to filter encountered content for freshness.
9. The method of claim 8 wherein the filter of encountered content for freshness comprises instructions to filter old or unchanged information and to gather only information on the network that is new or changed.
10. The method of Claim 6, wherein the network is the Internet or intranet.
11. The method of Claim 7, wherein the crawlers sit on a plurality of machines across the network.
12. The method of claim 7, wherein the metacomputer includes at least one link server for receiving content from the crawlers.
13. The method of claim 12, wherein the crawlers are commanded to return only the fresh encountered content to the link server.
14. The method of Claim 6, wherein data is compressed before being sent by a crawler.
15. The method of claim 6, including rating gathered fresh information.
16. A method of processing new information on a network, comprising:
(A) for information encountered on the network that is new relative to a data base of existing content, identifying at least one existing document within a predetermined distance from the newly encountered information; and,
(B) identifying an already-established weight of the at least one existing nearby document identified according to step (A).
17. The method of claim 16, including for the newly encountered information, assigning a weight measurement partially based on the already-established weight(s) identified in step (B) of the at least one existing nearby document.
18. The method of claim 16, including time-adjusted weighting of the new information.
19. The method of claim 17, including time-adjusted weighting of the new information comprising assigning a time dependent function to the assigned weight measurement, wherein as the new information ages, less weight based on the at least one existing nearby document is accorded the new information.
20. A high scan rate, decreased bandwidth method for data delivery, comprising:
(A) providing at least one coordinating Link Server to direct a plurality of crawlers through low bandwidth commands;
(B) providing that when a crawler is instructed by the Link Server to check a page link, for the to-be-checked page link the crawler also is told information including URL name, last time checked, and a last crawl date page digest from when the link was last checked;
(C) connecting a crawler to the to-be-checked page and commanding the crawler to read a header of the to-be-checked page, and
(1) commanding the crawler that if the to-be-checked page header returns a last modified date, the crawler check the page against the last crawl date associated with the to-be-checked page; further provided that: (i) for a to-be-checked page found to be unchanged, the crawler bypasses and does not download/process the to-be-checked page; but (ii) if the to-be-checked page is found to have changed since the last checked time, the crawler notifies the Data Center that the to-be- checked page has been changed, downloads, processes, compresses and sends the to-be-checked page content to the Data Center;
(2) commanding the crawler that if no last modification date is found in the to-be-checked page header, the crawler downloads the page, and then runs the downloaded page through a function at the crawler to obtain a new page digest for matching against a last crawl page digest, if any, provided that: (i) if and only if the new page digest can be matched to a last crawl page digest, the crawler proceeds to the next link to be checked; but (ii) if for the new page digest no matching last crawl page digest is found, the crawler then notifies the Data Center and/or transmits the new page digest to the Data Center, further provided that the crawler returns the links originally received from the Link Server with updated digests and crawl times.
21. The method of Claim 20, wherein whenever the crawler downloads a page determined to be new or changed, the crawler optionally extracts the links on the downloaded page and reports the extracted links to the Link Server.
22. The method of Claim 21, including identifying if extracted links are valid by commanding the crawlers to attempt to connect to the extracted links from a downloaded page.
23. The method of Claim 21, including commanding the crawler, once connected, to also filter out the links and only extract and return HTML/TEXT links.
24. The method of Claim 21, including information processing by the crawlers on the downloaded pages.
25. The method of Claim 24, wherein the information processing is selected from the group consisting of: stripping out HTML tags and using information retrieval and or natural language processing techniques to characterize the document.
26. The method of Claim 20, including updating Link Server records on the links and scheduling them for later crawling or re-crawling.
27. The method of Claim 26, including management by the Link Server of link assignments for crawling.
28. The method of Claim 27, wherein the management by the Link Server comprises assigning network-wise close links to a crawler and/or arranging for relatively more frequent crawling of links from domains with track records of frequent change.
29. The method of Claim 20, wherein the Data Center upon receiving new or changed content conducts at least one of the following:
(a) storage of the new or changed content;
(b) storage of only delta changes of a page;
(c) data mining;
(d) data processing;
(e) application of data to at least one search engine;
(f) intelligent caching.
30. A ranking method for new or changed content on a network, comprising partially ranking the new or changed content based on at least one neighboring page.
31. The method of Claim 30, wherein the partial ranking of a new page X with a URL of form http://www.xyz.edu/a/b/c/d/X.html, wherein "xyz" may be any domain name, ".edu" may be any web suffix including but not limited to .com, .net and .tv and a, b, c and d are variables, comprises assigning a Temporary_Authority_Measure based on at least one Authority_Measure of at least one page in the same /a/b/c/d/ directory or in a page that is a predetermined distance from the new page.
32. The method of Claim 30, wherein the ranking method includes reducing the effect of any neighboring page with time.
33. The method of Claim 31, wherein the ranking method includes a time-dependent reduction of the Temporary_Authority_Measure.
34. Computer-readable information produced
(A) from a stream of events comprising fresh information identified for a network; or
(B) by deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
35. An index prepared from a computer data base of computer- readable information produced
(A) from a stream of events comprising fresh information identified for a network; or (B) by deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
36. An electronic library wherein the library consists essentially of an index prepared from a computer data base of computer-readable information produced
(A) from a stream of events comprising fresh information identified for a network; or
(B) by deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
37. A computerized search engine wherein the search engine queries an index prepared from computer-readable information produced
(A) from a stream of events comprising fresh information identified for a network; or
(B) by deploying a metacomputer to gather information freshly available on the network, wherein the metacomputer comprises information-gathering crawlers instructed to filter old or unchanged information.
38. A distributed system of crawlers returning content from a network to a link server, wherein each crawler: (1) minimizes time spent on old and unchanged content; (2) filters and excludes from returning old or unchanged content to the link server; and (3) gathers and returns fresh content to the link server.
39. A monitoring method for at least one web mining application, comprising screening web documents for changed content, wherein the screening occurs in a system external to the web mining application.^
40. The monitoring method of Claim 39, including, in the external system, locating changed content and preparing a stream of updates characterizing the changed content.
41. The monitoring method of Claim 40, including providing the stream of updates to the at least one web mining application.
42. The monitoring method of Claim 41, wherein the stream of updates is provided to multiple web mining applications.
43. The monitoring method of Claim 42, wherein the stream of updates is simultaneously useable by the multiple web mining applications.
44. The monitoring method of claim 39, wherein the screening includes applying a change filter to prohibit unchanged web documents and other repetitive content from reaching the web mining application.
45. The monitoring method of claim 44, wherein the change filter comprises a data center cooperating with a network/metacomputer system.
PCT/US2001/014701 2000-05-08 2001-05-08 Relevant search rankings using high refresh-rate distributed crawling WO2001086507A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US10/257,255 US7299219B2 (en) 2001-05-08 2001-05-08 High refresh-rate retrieval of freshly published content using distributed crawling
AU2001262993A AU2001262993A1 (en) 2000-05-08 2001-05-08 Relevant search rankings using high refresh-rate distributed crawling

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US20264400P 2000-05-08 2000-05-08
US60/202,644 2000-05-08

Publications (1)

Publication Number Publication Date
WO2001086507A1 true WO2001086507A1 (en) 2001-11-15

Family

ID=22750730

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/014701 WO2001086507A1 (en) 2000-05-08 2001-05-08 Relevant search rankings using high refresh-rate distributed crawling

Country Status (2)

Country Link
AU (1) AU2001262993A1 (en)
WO (1) WO2001086507A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1522931A1 (en) * 2003-10-07 2005-04-13 Cogisum Intermedia AG Process and system for searching for and retrieving documents pertaining to a search term in a data space
WO2009147055A1 (en) * 2008-06-05 2009-12-10 International Business Machines Corporation Incremental crawling of multiple content providers using aggregation
US7725452B1 (en) * 2003-07-03 2010-05-25 Google Inc. Scheduler for search engine crawler
US7987172B1 (en) 2004-08-30 2011-07-26 Google Inc. Minimizing visibility of stale content in web searching including revising web crawl intervals of documents
US7991762B1 (en) 2005-06-24 2011-08-02 Google Inc. Managing URLs
US8042112B1 (en) 2003-07-03 2011-10-18 Google Inc. Scheduler for search engine crawler
US20120284252A1 (en) * 2009-10-02 2012-11-08 David Drai System and Method For Search Engine Optimization
US8386459B1 (en) 2005-04-25 2013-02-26 Google Inc. Scheduling a recrawl
US8666964B1 (en) 2005-04-25 2014-03-04 Google Inc. Managing items in crawl schedule

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5855020A (en) * 1996-02-21 1998-12-29 Infoseek Corporation Web scan process
US6038668A (en) * 1997-09-08 2000-03-14 Science Applications International Corporation System, method, and medium for retrieving, organizing, and utilizing networked data
US6151624A (en) * 1998-02-03 2000-11-21 Realnames Corporation Navigating network resources based on metadata

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5855020A (en) * 1996-02-21 1998-12-29 Infoseek Corporation Web scan process
US6038668A (en) * 1997-09-08 2000-03-14 Science Applications International Corporation System, method, and medium for retrieving, organizing, and utilizing networked data
US6151624A (en) * 1998-02-03 2000-11-21 Realnames Corporation Navigating network resources based on metadata

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8161033B2 (en) * 2003-07-03 2012-04-17 Google Inc. Scheduler for search engine crawler
US8707312B1 (en) 2003-07-03 2014-04-22 Google Inc. Document reuse in a search engine crawler
US8775403B2 (en) 2003-07-03 2014-07-08 Google Inc. Scheduler for search engine crawler
US10621241B2 (en) 2003-07-03 2020-04-14 Google Llc Scheduler for search engine crawler
US10216847B2 (en) 2003-07-03 2019-02-26 Google Llc Document reuse in a search engine crawler
US8707313B1 (en) 2003-07-03 2014-04-22 Google Inc. Scheduler for search engine crawler
US7725452B1 (en) * 2003-07-03 2010-05-25 Google Inc. Scheduler for search engine crawler
US8042112B1 (en) 2003-07-03 2011-10-18 Google Inc. Scheduler for search engine crawler
US9679056B2 (en) 2003-07-03 2017-06-13 Google Inc. Document reuse in a search engine crawler
WO2005036415A2 (en) * 2003-10-07 2005-04-21 Cogisum Intermedia Ag Method and system for searching and querying documents relating to a search item within a data space
EP1522931A1 (en) * 2003-10-07 2005-04-13 Cogisum Intermedia AG Process and system for searching for and retrieving documents pertaining to a search term in a data space
WO2005036415A3 (en) * 2003-10-07 2005-07-21 Cogisum Intermedia Ag Method and system for searching and querying documents relating to a search item within a data space
US7987172B1 (en) 2004-08-30 2011-07-26 Google Inc. Minimizing visibility of stale content in web searching including revising web crawl intervals of documents
US8407204B2 (en) 2004-08-30 2013-03-26 Google Inc. Minimizing visibility of stale content in web searching including revising web crawl intervals of documents
US8782032B2 (en) 2004-08-30 2014-07-15 Google Inc. Minimizing visibility of stale content in web searching including revising web crawl intervals of documents
US8666964B1 (en) 2005-04-25 2014-03-04 Google Inc. Managing items in crawl schedule
US8386459B1 (en) 2005-04-25 2013-02-26 Google Inc. Scheduling a recrawl
US7991762B1 (en) 2005-06-24 2011-08-02 Google Inc. Managing URLs
US8386460B1 (en) 2005-06-24 2013-02-26 Google Inc. Managing URLs
US8799261B2 (en) 2008-06-05 2014-08-05 International Business Machines Corporation Incremental crawling of multiple content providers using aggregation
US9582578B2 (en) 2008-06-05 2017-02-28 International Business Machines Corporation Incremental crawling of multiple content providers using aggregation
WO2009147055A1 (en) * 2008-06-05 2009-12-10 International Business Machines Corporation Incremental crawling of multiple content providers using aggregation
US20120284252A1 (en) * 2009-10-02 2012-11-08 David Drai System and Method For Search Engine Optimization
US10346483B2 (en) * 2009-10-02 2019-07-09 Akamai Technologies, Inc. System and method for search engine optimization

Also Published As

Publication number Publication date
AU2001262993A1 (en) 2001-11-20

Similar Documents

Publication Publication Date Title
US7299219B2 (en) High refresh-rate retrieval of freshly published content using distributed crawling
US10210256B2 (en) Anchor tag indexing in a web crawler system
US6006217A (en) Technique for providing enhanced relevance information for documents retrieved in a multi database search
US7185088B1 (en) Systems and methods for removing duplicate search engine results
CA2453225C (en) Apparatus for and method of selectively retrieving information and enabling its subsequent display
US7552109B2 (en) System, method, and service for collaborative focused crawling of documents on a network
US7418440B2 (en) Method and system for extraction and organizing selected data from sources on a network
US6638314B1 (en) Method of web crawling utilizing crawl numbers
US8266134B1 (en) Distributed crawling of hyperlinked documents
US7653654B1 (en) Method and system for selectively accessing files accessible through a network
Shrivastava A methodical study of web crawler
CN101211340A (en) Dynamic network crawler based on client end /service end
WO2001086507A1 (en) Relevant search rankings using high refresh-rate distributed crawling
US20050125412A1 (en) Web crawling
Anbukodi et al. Reducing web crawler overhead using mobile crawler
CN101763392A (en) Retrieval architecture and retrieval method
US20040205049A1 (en) Methods and apparatus for user-centered web crawling
US20010047271A1 (en) Method and system for building a content database
CN1122232C (en) Method for simultaneously implementing several searches of engine retrieval
JP3725837B2 (en) Knowledge information collecting system and knowledge information collecting method
Nath WEB CRAWLER
Jodelis Harvesting and archiving of electronic resources in Lithuania: towards virtual library
Bal et al. Filtering the Nonmodified pages at remote site during crawling using Mobile Crawlers
JP2000322434A (en) Dynamic updating processing system for information retrieval service
Raju et al. An Efficient Web Personalization Approach based on Periodic Accessibility and Web Usage Mining

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWE Wipo information: entry into national phase

Ref document number: 10257255

Country of ref document: US

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP