WO2001065410A2 - Moteur de recherche sur l'internet - Google Patents

Moteur de recherche sur l'internet Download PDF

Info

Publication number
WO2001065410A2
WO2001065410A2 PCT/US2001/005165 US0105165W WO0165410A2 WO 2001065410 A2 WO2001065410 A2 WO 2001065410A2 US 0105165 W US0105165 W US 0105165W WO 0165410 A2 WO0165410 A2 WO 0165410A2
Authority
WO
WIPO (PCT)
Prior art keywords
spatial
database
information
lexicography
search
Prior art date
Application number
PCT/US2001/005165
Other languages
English (en)
Other versions
WO2001065410A3 (fr
Inventor
Margaret E. Elliott
David W. Bell
James E. Welch
Original Assignee
Geocontent, Inc.
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 Geocontent, Inc. filed Critical Geocontent, Inc.
Priority to AU2001243184A priority Critical patent/AU2001243184A1/en
Publication of WO2001065410A2 publication Critical patent/WO2001065410A2/fr
Publication of WO2001065410A3 publication Critical patent/WO2001065410A3/fr

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/953Querying, e.g. by the use of web search engines
    • G06F16/9537Spatial or temporal dependent retrieval, e.g. spatiotemporal queries

Definitions

  • Our invention relates to search engines for locating, identifying, indexing and retrieval of desired information from the Internet.
  • Two primary applications are disclosed which are each integral parts to ]the overall invention..
  • the first is a spatial indexing intelligent agent which is a hybrid between Web- Indexing Robots and Spatial Robot Software (SRS) that indexes information against a database of spatial language.
  • the second is a modified search engine which is a hybrid between Internet Search
  • Web roaming applications use the link information embedded in hypertext documents to locate, retrieve, and locally scan as many documents as possible for keywords entered by the reader.
  • Embedded link information in each document facilitates a greater scope of search since available hypertext documents are likely to be searched.
  • links are embedded only when the destination is believed to exist, links to very new documents may not yet exist and the new information may be able to be located.
  • whole sections of the hypertext may not have been searched by a spider because, for example, a server holding desired information was unreachable due to a network or server downtime.
  • input words is defined as consisting of letters only and exclude digits and punctuation. Before input words are inserted into an index which is being generated, they are configured in lower case, and reduced to a canonical stem by removal of suffixes.
  • a robot can be programmed which sites to visit by using varied strategies.
  • robots start from a historical list of URLs, especially documents having many links elsewhere, such as server lists, "What's New" pages, and the most popular sites on the Web.
  • a robot can select URLs to visit and index, and parse and use the starting point as a source for new URLs.
  • Robots decide what to index. When a document is located, it may decide to parse it, and insert it into its database. How this is done depends on the robot: Some robots index the HTML Titles, or the first few paragraphs, or parse the entire HTML and index all words. Weighing the significance of each document can depend on parameters such as HTML constructs, etc. Some robots are programmed to parse the META tag, or other special hidden tags contained within each document. Part II: Spatial Robot Software (SRS ⁇ )
  • SRS Internet Search Engine Technology
  • a scoring system is used to sort through that index and find the pages the client seems to want.
  • Search engines combine many different factors to find the best matches, including text relevance and link analysis.
  • Text relevance searches every Web page for exactly the words entered. Many factors enter into text relevance, such as how important the words are on the page, how many times the words appear where on the page they appear, and how many other pages contain those words. Multiple words can be entered through the search interface usually utilizing some form of Boolean logic (AND, OR, and NOT filters).
  • Link analysis uses the many connections from one page to another to rank the quality and/or usefulness of each page. In other words, if many Web pages are linking to a page X, then page X is considered a high-quality page.
  • the search engine checks the word index and correlates it with web site data found in a database.
  • the database of web sites will contain basic information gleaned from the web site by a web-indexing robot.
  • the robot will pull descriptions and keywords from meta tags inserted by the author of the page in accordance with HTML specifications from the
  • W3C World Wide Web Consortium
  • Different robots will collect different additional information and perform some analysis on the page in an attempt to capture better information about the sites checked by the robot. This information will fuel the text and link analysis performed by the search engine.
  • Search engines use the filtering results performed by the web indexing robot to enhance their search capabilities and to perform on-demand filtering based on client input at the time of the search.
  • An Internet search engine searches an index of words collected by web indexing robots.
  • a SSE searches the spatial index to that index of words or the spatial columns of data in that index of words to find matches in a radius distance from a geographic coordinate.
  • the input may be either a postal address or postal address fragment.
  • the search engine resolves the user input to a geographic coordinate, next it uses that coordinate in its search of the word index or spatial index.
  • a spatial indexing intelligent agent for indexing spatial information and a spatial search engine are disclosed.
  • Attribute information - descriptive information about a spatial location which can include but is not limited to: demographic information, historical facts, economic information, alternative names ("Windy City” for Chicago, or "Beantown” for Boston) and feature type (is location a cemetery, park, landmark, etc.).
  • Coordinate information - alpha-numeric values from a mathematical system for identifying spatial locations, and can be arbitrary, geocentric, virtual, and galactic.
  • Identity information - information that uniquely identifies/describes spatial locations which are part of the spatial lexicography database, and can be, but not limited to such items as area code, cellular signature, place name, and zip code.
  • spatial lexicography database a database which contains spatial information; specifically: 1) coordinate information; and, 2) Identifier information in such a way that it associates spatial locations in the coordinate system with different identifier types such as a city name, county, state, area code, zip code, etc.
  • This database may also contain: 3) Attribute information.
  • This database contrasts different identifier codes to one another such as Near/Far; Above/Below; Contains.
  • "Spatial information” information related to or about locations in three-dimensional space. Spatial information includes identifier information and attribute information. Examples of spatial information include: postal zip codes, area codes, geographic longitude/latitude coordinates, and place names. Besides two-coordinate systems, spatial information can also be extended to include three dimensional models so that the height above or below a two dimensional coordinate can also be considered.
  • Topical database Organized collection of information. Can include spatial information and non-spatial information.
  • the spatial search engine contains a spatial lexicography database.
  • This database encompasses all locations and defines the searchable universe or realm.
  • the spatial lexicography database comprises two separate types of information but information which is associated with one another. The first is coordinate information which is used to identify every location in the searchable universe. The second type of information is termed identifier information and is information which is associated or identified with any of said locations in the searchable universe.
  • a second database separate from the spatial lexicography database, contains documents indexed by a spatial indexing intelligent agent or spider. How the spider searches for documents will be discussed later.
  • the search criteria comprises a reference location and a search radius about the reference location.
  • the search engine would convert the entered reference location into a three dimensional coordinate and then, using a mathematical algorithm convert the search radius into either a two or three dimensional coordinate box surrounding said reference coordinate. This coordinate box sets the outer boundary for selecting identifier information.
  • the choice of two or three dimensional coordinates depends upon the nature of the searchable universe. If the universe is simply geographic, then it may be only two dimensional while a galactic or virtual coordinate system would be three dimensional.
  • the search engine next searches the spatial lexicography database and selects all identifier information which is within the coordinate box.
  • the Agent will utilize two database sources prior to indexing any information. It does not matter which database source is first used so long as both are utilized prior to the indexing phase.
  • One database contains Universal Resource Identifier (URI) addresses. The size of this database will change as the spider identifies and adds new URI's to the database and removes URI's where no resource is found.
  • the other database is the spatial lexicography database which contains spatial locations, demographic information and place names. This database can be initially formed from various sources of public information such as census, and gazetteer data.
  • Attribute information can be added to the spatial lexicography database, such as genealogical data pertaining to such places as cemeteries, and surnames; archaeological information; historical society data such as war memorials, and sites of historical significance; geological society information such as locations of geysers, caves, etc.; national park information; commercial source information such as the location for campgrounds, retail centers, marinas, etc.; other governmental information such as airport locations, military bases, and other government offices; educational information such as locations for schools and universities; and astronomical data like celestial locations such as the location of a star or the specific crater on the moon.
  • spatial locations can include those for fictional sites such as those which are part of computer games and use of an arbitrary grid reference system such as is used for the architecture/engineering industry. These sources are only examples of what can be included into a spatial lexicography database and are not limited to only the aforementioned examples.
  • the spatial indexing agent/spider is parse various URI's seeking spatial reference.
  • a URI may identify a document which contains a number of spatial references, such as Washington, D.C., the United States Patent Office, and Dulles Airport. This URI will be scored against the identified spatial references so that a confidence is obtained for each spatial reference that the document is about that spatial reference.
  • the actual operation of the spatial indexing agent/spider is to parse the resource obtained at a URI residing in the URI database.
  • the spider also reads the spatial lexicography database and stores it in RAM.
  • the spider In the next phase, termed the Parsing Phase, the spider then formulates a search pattern to filter the information contained in the spatial lexicography database to only the data which has a match to the URI reference.
  • the search pattern is essentially a multiple filtering process.
  • a webpage for a golf course development company has been retrieved by the spider.
  • the spider would be programmed to search the webpage for occurrences of state names and/or their variations.
  • a copy of all spatial information pertaining to any state names identified is created within the spider.
  • This is the first stage of the filtering process and reduces the reviewable spatial lexicography database down to only the spatial information which is identified for those particular states.
  • the second stage of the filtering process then takes the URI referenced document and compares it to the features remaining in the spatial lexicography database for those particular states.
  • the features can include such items as the city name, airport, retail center, park, marina, etc. as were discussed above.
  • any features present in the spatial lexicography database which are present in the URI referenced document will be flagged or identified
  • the identified features and the URI referenced document will next proceed to the Scoring Phase. If no features are identified, the Scoring Phase is bypassed, and the URI referenced document proceeds to the Archive Phase wherein it will be recorded that it is non-spatial.
  • the purpose behind recording URI's which do not identify spatial references is that these particular URI's can be placed on a different revisit schedule than other URI's for parsing by the web indexing spider.
  • phase filtering process can include more than simply a two-stage process as discussed above.
  • an additional stage can be incorporated to include a country designation.
  • the first stage would filter a URI referenced document to the specific country.
  • the second stage would be filtering by the state with the third stage filtering by features. Scoring Phase
  • the web indexing spider is parsing URI documents and flagging features which are present in the spatial lexicography database.
  • flagging is that the URI can now be scored against a specific spatial reference.
  • the Archive Phase is the depository for four pieces of information regarding each specific URI parsed. This information comprises the URI, the spatial reference, the confidence in the parsing technique used to identify the spatial reference, and the score.
  • Any hyperlinks identified by the spider in each URI would then be put into a URI database if the URI also contained spatial references. In the next cycle, these newly identified URI's are available for parsing by the web indexing spider. If the URI did not have any spatial references, these hyperlinks are ignored. The basic assumption for ignoring these hyperlinks is that they probably do not contain useful information and search time for the spider would be best utilized by searching other URI's. For example, a URI containing an article on chemistry would have no spatial reference. Any hyperlinks from this article would also most likely have no spatial references. Therefore, a spider would be wasting search time parsing these hyperlinks. Modified Search Engine
  • a client application such as a web browser submits a request to our spatial search engine.
  • the request will be in either the form of an HTTP POST or GET request.
  • the request is directed to the controller, which is a component sof ware that directs requests between the various component software elements. These software elements may reside or be distributed in various network locations physically separate from one another.
  • the controller formulates a request for the spatial reference search component which then queries the spatial lexicography database.
  • a client application i.e. a web browser, may submit a request for Washington, D.C.
  • the controller will receive this request in a particular format, identified by the client application as a zip code, or GPS coordinate, etc.
  • the client application will also supply the search parameter, such as radius from a reference point.
  • the controller formulates the request by checking to see if all required information has been supplied. If the information has not been supplied, the controller returns an error message. If the required information has been presented, the request type and appropriate parameters supplied to the controller are then submitted to the spatial reference search component.
  • the spatial reference search component will determine whether the requested spatial search type is coordinate, zip code, area code, or place name. For zip code searches, the component will correct any oddly formed zip codes to its standardized format. Next, the component will create an ODBC connection to the spatial lexicography database. It will create a SQL query, which returns the coordinates of the zip code for which information has been requested. The supplied radius is then converted into longitude and latitude coordinates which define the bounded area of interest. These extents are compared to the values in the spatial lexicography database to identify records contained within them. If the search is successful, the spatial reference information is returned to the controller. For coordinate based queries, the same procedure is used without the zip code queries. The coordinates are supplied direct to the spatial reference search component by the controller.
  • a topical database can be anything of interest to the consumer which has already been spatially indexed, or contains natural spatial references such as a telephone directory.
  • a topical database can be, but are not limited to: news articles, classified ads, images, photographs, a web index, books, real estate listings, and store locations.
  • the component establishes an ODBC connection to the topical database.
  • the component executes an SQL query against the data to find records with values containing the spatial references identified by the first phase. Once the query procedure are complete, the results are formed into one of the following formats as requested by the controller: XML, Array, Structure, List (gives place names only). If a palm database (PDB) format was requested, the controller will convert the data to a palm database for download to a handheld device such as a personal digital assistant (PDA). If wireless access was requested, the resulting PDB is sent to an external system which supports SMTP protocol.
  • PDB palm database
  • the controller can communicate with the spatial search component and topical search components via HTTP thus allowing distributed processing to occur across a network such as the Internet.
  • the search engine may be applied as a tool for research and education for schools, libraries, colleges, and universities throughout the world. It can fulfill a similar function for companies and organizations as a data mining tool and will complement traditional search engines. In addition to a desktop based implementation, it may be implemented in combination with wireless positioning and display capabilities, enabling its use for school field trips or other travel applications. The primary function in all of these cases would be
  • An alternative implementation of the technology is as a business method for accessing information on the world wide web via map interface.
  • This business method allows users to interact with a map and have spatially relevant search criteria be produced rather than having the map simply act as icons for place names organized hierarchically.
  • the search interface will accept the latitude and longitude of the users selection on the map and perform a spatial search.
  • the search will identify a list of places within a configurable radius around the user's selection point and use all of these locations in a search rather than a predefined category or user supplied character string.
  • the results can be listed by location and ordered by the locations' distance from the user selection point.
  • Fig. 1 is an overall flowchart for the spatial indexing robot
  • Fig. 2 is a flowchart for the search engine
  • Fig.3 is a flowchart for the Access Phase of the web indexing robot
  • Fig. 4 is a flowchart for the Parsing Phase of the web indexing robot
  • Fig. 5 is a flowchart for the Scoring Phase for the web indexing robot
  • Fig 6 is a flowchart for the Archiving Phase for the web indexing robot
  • Fig. 7 is a flowchart for the Spatial Reference
  • Fig. 8 is a flowchart for the Topical Data Retrieval Phase
  • Fig. 9 is a depiction of the types of information available, converted to string data and thereafter used for parsing
  • Fig. 10 a schema of an example of the spatial lexicography database
  • Fig's. 10A, 10B, IOC, 10D, 10E and 10F are respective portions of the schema represented in Fig. 10
  • Fig. 11 is an example of a binary stream of data.
  • the robot works through phases of activity.
  • the robot begins at the Access Phase 100.
  • the robot obtains three pieces of information: 1) the spatial references from a spatial lexicography database; 2) the input Universal Resource Identifier
  • the robot moves to the Parsing Phase 200 where it processes the document for each possible spatial reference obtained from the spatial lexicography database in block 100.
  • the robot decides if the data is spatially relevant; if it is not, the robot returns to block 100 to begin the next cycle. It will do so if no spatially relevant information was identified in block 200. However, if the robot identifies spatially relevant information, it will go on to the Scoring Phase 300 to score the relevance of the spatial references identified during the Parsing Phase 200.
  • the robot parses the metadata information found in the document which includes the ⁇ meta> and ⁇ title> HTML tags.
  • Meta tags There may be multiple occurrences of meta tags in a document. One occurrence may contain a description of the document; a second may contain keywords used to make the document's content key word identifiable.
  • the spider will also parse the URI of the document and the title tag of the document to see if the spatial references it found during Parsing Phase 200 have also occurred in these key portions of the document's structure. The spider will multiply the resulting score from searching these data elements against a factor determined from counting the number of times the spatial reference occurred in the main body of the data.
  • the robot writes the score and data elements obtained in
  • Scoring Phase 300 into an archival database, logs the URI as either having or not having spatial references, and if spatial references are found, the links from the document are added to the robots internal link library only if the document had spatial references within it. From Archive Phase 400, the robot returns to the Access Phase 100 to begin the cycle again.
  • the Access Phase 100, Parsing Phase 200, Scoring Phase 300 and Archive Phase 400 are each more fully described below.
  • Access Phase 100 Access Phase 100 is illustrated in Fig. 3.
  • the robot receives an input Universal
  • URI Resource Identifier
  • ODBC Open Database Connectivity
  • RDBMS Relational Database Management Systems
  • the robot establishes an HTTP connection to the URI at block 110, retrieves the document indicated at block 112 found at that URI at block 114, establishes a database connection through ODBC at block 116 to the spatial lexicography database at block 118, and retrieves the spatial data set at block 120.
  • the spider removes any HTML code from the source document at block 202; formulates a Regular Expression search criteria at block 204 for each record in the spatial lexicography database; parses the contents of the document at block 206 and attempts to match patterns from the regular expression against the document which is now represented as a stream of characters.
  • the spider search technique includes a series of alternative formulations until all forms of the record have been exhausted. By way of example, all of the following variations will be searched for the location "Saint Paul, Minnesota”: “Saint Paul, Minnesota”, “St. Paul, Minnesota”, “Saint Paul, MN”, “St. Paul, MN", “St Paul, Minnesota”, and “St Paul, MN”.
  • Blocks, 208, 210, 212 and 216 are subparts of block 206.
  • the robot checks the document to identify any occurrences of state names and variations thereof in the document. If no state is identified, processing moves to block 216 where the robot parses the document for the occurrence of zip codes or area codes. Any zip codes or area codes identified become associated with the document as the robot moves into Scoring Phase 300. If a single state or multiple states are identified at block 208, the robot re-parses the document at block 210 to identify a concatenation of a feature name which is associated with each state name identified in block 208. For example, a feature name can be a city such as
  • the concatenation will be any Minnesota city which is adjacent to Minnesota in the stream of data for a document. Occurrences of city-state concatenation such as in the example "St. Paul Minnesota” will move the robot to block 216. Feature names can be more than simply cities. Examples of other such categories were identified earlier under the heading "Spatial Indexing Intelligent Agent/Data
  • the spider will proceed to block 212. It will then re-parse the document to determine if any feature name exists which is associated with each state identified at 208 but which is not adjacent to the state in the same document.
  • Spatial coordinates are then obtained for each feature name identified at block 212 within the document which is associated with a state but not a concatenation with the state.
  • the spider having the spatial coordinates, then calculates the distance between each possible pair of feature name locations.
  • Block 218 is a mathematical algorithm to filter out outlying locations which have a low probability of being associated with the other feature name locations. For example, assume that a document has the following feature name/state name combinations: Arlington, VA; Crystal City, VA; Washington, D.C, Bethesda, MD, and Richmond, VA. Next, the spider will determine, based upon the spatial coordinates for each city, that the document has a high probability that it is not about Richmond, VA.
  • Scoring Phase 300 In Scoring Phase 300 illustrated in Fig. 5, the robot parses the document for metadata information such as ⁇ meta> and ⁇ title> HTML tags which are associated with the spatial references found from Parsing Phase 200. In our example above, these spatial references were cities.
  • the robot is parsing the keyword meta tag for the cities identified. Any cities are identified at block 304 and the score is augmented higher. For each piece of meta data, this process is repeated at blocks 306, 314, and 320. A score has now been created for each spatial reference. Therefore, in our example, each of the four remaining cities receives a score. The purpose is to determine how much each city is related to the document.
  • the spider carries the following information to Archive Phase 400 : the document URI, and the feature names, score, and meta data associated with the document.
  • the robot establishes a connection, such as an ODBC connection, at block 402 with a results database 410.
  • a connection such as an ODBC connection
  • the information which the spider carries from Scoring Phase 300 is then written into results database at block 404.
  • the spider next deposits all hyperlinks located in the document into an internal link library 412.
  • the spider then returns to step 104 in Access Phase 100 to obtain a new URI and repeat the cycle for the new document.
  • a postal address database is not used to provide the spatial relevance criteria for our robot as is common with other spatial robots.
  • We have instead developed a spatial lexicography database of spatial language which includes the names, locations, and supplemental attribute information such as historical facts and demographic statistics about identifiable spatial locations, which may or may not have an address.
  • the data models shown in the following figures illustrate the many fields of information which can be included as part of the spatial lexicography database.
  • Fig.10 is a schema and Fig. 10A-F are enlarged views of segments of Fig. 10. The relationships in this database provide the capability to perform queries with lexicographical parameters.
  • a person seeking a bed and breakfast inn may use the following query using the spatial lexicography database described as the invention: Display all the results which satisfy the following criteria: a) towns in Nevada having a population of less than 5,000; b) with an average income of greater than $75,000; c) within twelve miles of a river; d) having at least 6 historical features within 6 miles; and e) all towns identified must be within 100 miles of each other.
  • the user is able to query for results which have qualities that the user deems desirable. This is in contrast to present search engines which only provide results within a radius of an initial reference point.
  • Our spider is capable of traversing the Internet and performing the role of a web- indexing robot while performing spatial indexing at the same time. Besides traditional databases, our spider can index content found in both binary and textual files, LDAP systems, and document management systems.
  • Block 502 is the URI name space which may be an image, document, data stream, binary object or multimedia application or content.
  • the robot accesses the data identified at Block 502 through a Hyper Text Transfer Protocol (HTTP) at block 504. Regardless of the actual data type retrieved, the data is treated as a file object at block 506.
  • the contents of the file object are read into a system variable at block 508 which means the entire content of the HTTP stream of information is collected as character data using ASCII and Unicode encoding to preserve the data's integrity. This system variable is ready for regular expression parsing at block 518.
  • the data source at block 512 would be accessed via an ODBC connection at block 514 and the results of the access are gathered into tuples at block 516. Tuples are pairs of objects and the entire tuple can be cast as a string type regardless of the object pair's native data types. For this reason, the tuples are ready at block 518 for regular expression parsing.
  • an ODBC data source which includes text files, objects in an Object Relational Database (ORDB), RDBMS data, and certain supported file types
  • the data source at block 512 would be accessed via an ODBC connection at block 514 and the results of the access are gathered into tuples at block 516. Tuples are pairs of objects and the entire tuple can be cast as a string type regardless of the object pair's native data types. For this reason, the tuples are ready at block 518 for regular expression parsing.
  • LDAP Local Directory Access Protocol
  • HTTP will carry LDAP messages to the directory to access the data.
  • LDAP data sources are received as tuples at block 526. As above, tuples can be cast as string types and are ready for regular expression parsing at block 518.
  • the operating system is accessed to retrieve the files in block 534.
  • the data is returned as a file object at block 536 and is read into a system variable as before, in block 538.
  • the system variable is string data type and is ready for regular expression parsing at block 518.
  • the robot's search logic is based on regular expressions, which require the data to be of a string data type. As illustrated in Fig. 9, all data reaches the spider's parsing phase as string type data.
  • a regular expression (RE) i.e. a pattern of characters with wildcards, can represent different string combinations which have the same meaning.
  • Regular expressions can be concatenated to form new regular expressions. For example, if A and B are both regular expressions, then AB is also a regular expression. If a string p matches A and another string q matches B, the string pq will match AB. Thus, complex expressions can easily be constructed from simpler ones.
  • the first is “All Data Sources” and the second is “HTML”.
  • 'topical confidence' score indicates whether the robot determined that the data's topic was the spatial reference or whether the data obtained from the source document or source database record merely mentioned the spatial reference in passing.
  • Our robot combines many different factors to find the best matches, including text relevance and link analysis.
  • Our robot uses text analysis which searches every data element for variations of spatial references listed in the spatial lexicography database. Variations include occurrence of abbreviations and alternative forms of the name (i.e. Saint, St., San).
  • our robot uses contextual analysis by identifying attribute information from the spatial lexicography database in the text of the document. Contextual analysis may indicate that the word occurrence is indeed the desired name and not a different meaning with the same spelling. This way it can distinguish an occurrence of "Page, Oregon” from a "Web Page”.
  • the robot also considers use of capitalization in its determination of valid spatial references, but this is not a limiting factor in that it can recognize patterns with lower case forms and use this information in its confidence scoring.
  • the robot recognizes that occurrences of portions of a place name may be indicative of a valid spatial reference.
  • the spider will re-index the data to verify if supplementary information from the attributes listed in the spatial lexicography database warrant validation as a spatially relevant data element. In these cases, a lower score is given to its 'method employed' score.
  • the second scoring type utilizes elements from the structure of HTML documents to obtain a score. Relevance of the text and contextual occurrence is validated by the occurrence of spatial references in the vicinity of the location believed to be discovered, the occurrence of the spatial reference in key portions of the document such as the title, keywords, Uniform Resource Locator (URL), and description. Multiple occurrences are treated with caution such that low multiples improve confidence while excessive occurrences decrease confidence.
  • the robot analyzes hyperlinks. Once seed URLs have been provided to the robot, the robot only harvests links from documents that have been successfully indexed with a spatial reference and which also bears a confidence score above a designated threshold.
  • FIG. 2 A request is made of the search engine at block 550.
  • the controller takes the request at block 580 and initiates a search for relevant spatial references.
  • the search procedure and identified spatial references are indicated generally as block 600. Any results are returned to controller 580.
  • Controller 580 uses the results from the first search as the criteria for the second search.
  • the second search procedure and identified results are indicated generally as block 700.
  • the spatially optimized results are then returned to controller 580.
  • Controller 580 passes any results back to the requestor at block 650.
  • Blocks 600 & 700 are detailed in Fig. 7 and Fig. 8.
  • Controller 580 is simply a switch logic component that passes information through the steps in Figs. 7 and 8. Referring to Fig.
  • our search engine takes an input request including a radius and a location as an initial parameter at block 602.
  • a connection is established at block 604 with a spatial lexicography database at block 606 and the requested item is extracted from the database at block 608.
  • the bounding box coordinates of the desired search radius from the location are mathematically calculated at block 610. This calculated bounding box is used as criteria to query the spatial lexicography database at block 612.
  • the results of the second request at block 614 are criteria for querying the topical database in the spatial reference system it uses in the topical retrieval phase identified in Fig.8.
  • a user can provide a zip code and a radius he is interested in searching. Similarly, he could also display an electronic map and zoom to a specific geographic reference and then furnish a radius.
  • the search engine will obtain the latitude and longitude for the zip code or geographic reference from the spatial lexicography database. Next, the search engine will calculate the boundary of the radius in longitude and latitude coordinates. Then the search engine will query the spatial lexicography database for all place names located within the boundary.
  • Block 616 identifies the relevant spatial data resulting from this search and which are returned to controller 580 for use in the topical query.
  • the topical data retrieval phase shown in Fig. 8 utilizes the results of the information obtained by the search engine in the spatial reference identification phase.
  • An ODBC connection is established at block 702 with the topical database 704.
  • the spatial reference parameters developed from the spatial reference identification phase 600 is used to extract records that fall within the bounding box of the initial request identified as block 706.
  • the engine will determine what return data format is required.
  • the data is converted to an XML messaging format at either block 710 or 712.
  • the XML data is either streamed via HTTP at block 714 via controller 580 to the requestor (not shown) or alternatively, the data is converted to a handheld database at block 716.
  • the handheld database is either streamed over HTTP at block 714 via controller 580 to the requestor (not shown) or sent by e-mail using a wireless protocol at block 720 via controller 580 to the requestor (not shown) for wireless retrieval.
  • the search engine in the spatial reference identification phase 600 will finally query a book database for all books having the place names occurring in their title or description. The list of books is then available to the user.
  • Our search engine searches a spatial lexicography database rather than an index of words or a spatial index collected and/or developed by web indexing robots.
  • the flowchart shown in Fig. 2 illustrates that in the first phase the search engine consults a spatial lexicography database. Results from this phase are communicated via controller 580 to the topical data retrieval phase 700 shown in Fig. 8 where the topical database is searched for matches with the criteria identified in the first phase.
  • the topical data is not required to be pre-indexed (commonly called "geocoding"). Instead, the spatial lexicography database is first consulted for search criteria to be used in the topical database such as a list of place names, zip codes, area codes, etc.
  • Our search engine will then select the records from the topical database that are relevant to the spatial locations gleaned from the spatial lexicography database. Our search engine will further refine its selection by performing text analysis to identify specific items of interest.
  • Traditional search engines will look for a location of interest by matching the location name with occurrences in a topical database. For example, searching for information about Ojai, California will return topical data that only had Ojai California in the data record.
  • the importance of the spatial data identification phase is that a search "within a five mile radius of Ojai California" will return topical data not only about Ojai but also include surrounding communities even though the user was unaware of these other communities. For example, a search on Ojai will return information about Ojai, Miramonte, Miners Oaks, etc.
  • the functionality of this search engine is important in that it can allow a user to locate points of interest not only within a specific city, but will also identify for the user other points of interest which are located within a specified distance which may or may not be within the city limits
  • a spatial lexicography database model is illustrated in Fig. 10.
  • This database includes identifier information and coordinate information.
  • the database can also include attribute information such as historical facts and demographic statistics about identifiable spatial locations. These need not be geographic places and could be galactic, interplanetary, stellar, virtual, arbitrary, or man made spatial definitions (i.e. star maps, imaginary worlds, facilities and building blueprints, and three dimensional spaces could be handled by our search engine and would be candidates for inclusion in the database).
  • Inquiries into the spatial lexicography database may be based on various spatial location identifiers such as coordinates, zip codes, area codes, etc. or non-spatial search parameters (i.e. attribute information) such as demographic parameters (i.e. all towns with populations less than 3,000). These search parameters are not possible with conventional search engines because they rely on an index of postal addresses or phone numbers relevant to the data.
  • Our search engine is not limited to databases created by web-indexing robots and may investigate databases built from relational database management systems, Lightweight
  • Reference Identification Phase illustrates that the spatial lexicography database is consulted first to develop a criteria set for use in querying the topical database.
  • our search engine will access any data source reachable via the POP3, HTTP, ODBC,
  • OLE DB OLE DB
  • LDAP HTTP
  • file I/O protocols OLE DB, LDAP (HTTP), or file I/O protocols.
  • the topical database and spatial lexicography database used in the process may be geographically segregated from each other and the software component can communicate via the HTTP protocol over the Internet to complete the transaction.
  • the HTTP client/server may be HTTP capable software application including a web server, database server, etc.
  • Topical databases can be downloaded for offline viewing on hand held devices.
  • the data is dynamically obtained from server databases, converted to hand held device databases, and placed on the hand held device via messaging technologies for wireless access or through HTTP downloads of the database.
  • Results may be edited and synchronized with the server through messaging or HTTP upload mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

L'invention concerne un agent intelligent d'indexation spatial qui effectue l'indexation des informations par rapport à une base de données d'un langage spatial qui s'utilise en combinaison avec un moteur de recherche modifié qui effectue des recherches en utilisant des critères pertinents du point de vue spatial et des algorithmes d'analyse spatiale. Des valeurs alphanumériques provenant d'un système mathématique sont utilisées pour identifier des emplacements spatiaux; elles peuvent être arbitraires, géocentriques, virtuelles et galactiques.
PCT/US2001/005165 2000-02-28 2001-02-16 Moteur de recherche sur l'internet WO2001065410A2 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001243184A AU2001243184A1 (en) 2000-02-28 2001-02-16 Internet search engine

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US18532200P 2000-02-28 2000-02-28
US60/185,322 2000-02-28
US22635800P 2000-08-18 2000-08-18
US60/226,358 2000-08-18
US26109501P 2001-01-10 2001-01-10
US60/261,095 2001-01-10

Publications (2)

Publication Number Publication Date
WO2001065410A2 true WO2001065410A2 (fr) 2001-09-07
WO2001065410A3 WO2001065410A3 (fr) 2002-03-14

Family

ID=27391956

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/005165 WO2001065410A2 (fr) 2000-02-28 2001-02-16 Moteur de recherche sur l'internet

Country Status (2)

Country Link
AU (1) AU2001243184A1 (fr)
WO (1) WO2001065410A2 (fr)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2365549A (en) * 2000-03-15 2002-02-20 Global Taxi Ltd Location based internet search engine
WO2006028478A1 (fr) * 2003-11-25 2006-03-16 Google Inc. Procede pour attribuer des identificateurs d'emplacement geographique a des pages web
WO2006074056A1 (fr) * 2004-12-30 2006-07-13 Google Inc. Identification de document faisant autorite
WO2006130463A2 (fr) * 2005-05-27 2006-12-07 Google Inc. Classement de resultats de recherche locale en fonction de l'importance de l'emplacement
WO2006130462A2 (fr) * 2005-05-27 2006-12-07 Google Inc. Utilisation de frontieres associees a une vue de carte pour la recherche de zones d'activites
WO2007042245A1 (fr) * 2005-10-10 2007-04-19 Deutsche Telekom Medien Gmbh Moteur de recherche pour effectuer une recherche relative a un lieu
WO2007087629A1 (fr) * 2006-01-27 2007-08-02 Google Inc. Codage géographique pour des requêtes recherche de position
WO2008073502A2 (fr) * 2006-12-11 2008-06-19 Google Inc. Notation relative à une fenêtre d'affichage pour requêtes de recherche de position
EP2118779A1 (fr) * 2007-02-05 2009-11-18 Google, Inc. Recherche de données géographiques structurées
US7747598B2 (en) 2006-01-27 2010-06-29 Google Inc. Geographic coding for location search queries
US7987195B1 (en) 2008-04-08 2011-07-26 Google Inc. Dynamic determination of location-identifying search phrases
US8122013B1 (en) 2006-01-27 2012-02-21 Google Inc. Title based local search ranking
US8463774B1 (en) 2008-07-15 2013-06-11 Google Inc. Universal scores for location search queries
RU2669143C1 (ru) * 2017-04-21 2018-10-08 Общество с ограниченной ответственностью "ДубльГИС" Способ преобразования данных геоинформационных систем (гис), система для его реализации и способ поиска по сформированной этим способом базе данных

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU5303198A (en) * 1997-02-21 1998-08-27 Dudley John Mills Network-based classified information systems
US5893093A (en) * 1997-07-02 1999-04-06 The Sabre Group, Inc. Information search and retrieval with geographical coordinates

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU5303198A (en) * 1997-02-21 1998-08-27 Dudley John Mills Network-based classified information systems
US5893093A (en) * 1997-07-02 1999-04-06 The Sabre Group, Inc. Information search and retrieval with geographical coordinates

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"METHOD FOR USING GLOBAL POSITION SYSTEM TO FIND CLOSE SERVICES" IBM TECHNICAL DISCLOSURE BULLETIN, IBM CORP., vol. 41, no. 1, 1 January 1998 (1998-01-01), page 693 XP000772259 NEW YORK, NY, US ISSN: 0018-8689 *
GOVINDARAJAN J ET AL: "Geo Viser - Geographic Visualization of Search Engine Results" TENTH INTERNATIONAL WORKSHOP ON DATABASE AND EXPERT SYSTEMS APPLICATIONS, DEXA 99, FLORENCE, IT, 1 - 2 September 1999, pages 269-273, XP010352427 IEEE Comput. Soc., Los Alamitos, CA, US ISBN: 0-7695-0281-4 *
POTMESIL M: "Maps alive: viewing geospatial information on the WWW" COMPUTER NETWORKS AND ISDN SYSTEMS, NORTH HOLLAND PUBLISHING, vol. 29, no. 8-13, 1 September 1997 (1997-09-01), pages 1327-1342, XP004095328 AMSTERDAM, NL ISSN: 0169-7552 *

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2365549A (en) * 2000-03-15 2002-02-20 Global Taxi Ltd Location based internet search engine
WO2006028478A1 (fr) * 2003-11-25 2006-03-16 Google Inc. Procede pour attribuer des identificateurs d'emplacement geographique a des pages web
US8650197B2 (en) 2004-12-30 2014-02-11 Google Inc. Authoritative document identification
WO2006074056A1 (fr) * 2004-12-30 2006-07-13 Google Inc. Identification de document faisant autorite
US8046371B2 (en) 2005-05-27 2011-10-25 Google Inc. Scoring local search results based on location prominence
WO2006130462A3 (fr) * 2005-05-27 2007-01-18 Google Inc Utilisation de frontieres associees a une vue de carte pour la recherche de zones d'activites
WO2006130463A3 (fr) * 2005-05-27 2007-01-18 Google Inc Classement de resultats de recherche locale en fonction de l'importance de l'emplacement
WO2006130462A2 (fr) * 2005-05-27 2006-12-07 Google Inc. Utilisation de frontieres associees a une vue de carte pour la recherche de zones d'activites
US7373246B2 (en) 2005-05-27 2008-05-13 Google Inc. Using boundaries associated with a map view for business location searching
US8068980B2 (en) 2005-05-27 2011-11-29 Google Inc. Using boundaries associated with a map view for business location searching
US7822751B2 (en) 2005-05-27 2010-10-26 Google Inc. Scoring local search results based on location prominence
JP2008542883A (ja) * 2005-05-27 2008-11-27 グーグル インコーポレイテッド 位置顕著性に基づくローカル検索結果のスコアリング
JP4790014B2 (ja) * 2005-05-27 2011-10-12 グーグル インコーポレイテッド 位置顕著性に基づくローカル検索結果のスコアリング
US7698059B2 (en) 2005-05-27 2010-04-13 Google Inc. Using boundaries associated with a map view for business location searching
WO2006130463A2 (fr) * 2005-05-27 2006-12-07 Google Inc. Classement de resultats de recherche locale en fonction de l'importance de l'emplacement
WO2007042245A1 (fr) * 2005-10-10 2007-04-19 Deutsche Telekom Medien Gmbh Moteur de recherche pour effectuer une recherche relative a un lieu
EP1783633A1 (fr) * 2005-10-10 2007-05-09 Deutsche Telekom Medien GmbH Moteur de recherche pour une recherche relative à une position
US7747598B2 (en) 2006-01-27 2010-06-29 Google Inc. Geographic coding for location search queries
CN102354312A (zh) * 2006-01-27 2012-02-15 谷歌公司 用于位置搜索查询的地理编码
US7912837B2 (en) 2006-01-27 2011-03-22 Google Inc. Geographic coding for location search queries
CN102354312B (zh) * 2006-01-27 2014-11-05 谷歌公司 用于位置搜索查询的地理编码
WO2007087629A1 (fr) * 2006-01-27 2007-08-02 Google Inc. Codage géographique pour des requêtes recherche de position
EP2538356A1 (fr) * 2006-01-27 2012-12-26 Google Inc. Codage géographique pour des requêtes de recherche de localisation
US8122013B1 (en) 2006-01-27 2012-02-21 Google Inc. Title based local search ranking
WO2008073502A3 (fr) * 2006-12-11 2008-08-21 Google Inc Notation relative à une fenêtre d'affichage pour requêtes de recherche de position
WO2008073502A2 (fr) * 2006-12-11 2008-06-19 Google Inc. Notation relative à une fenêtre d'affichage pour requêtes de recherche de position
US7792883B2 (en) 2006-12-11 2010-09-07 Google Inc. Viewport-relative scoring for location search queries
EP2118779A4 (fr) * 2007-02-05 2013-07-17 Google Inc Recherche de données géographiques structurées
EP2118779A1 (fr) * 2007-02-05 2009-11-18 Google, Inc. Recherche de données géographiques structurées
KR101450358B1 (ko) 2007-02-05 2014-10-14 구글 인코포레이티드 구조형 지리적 데이터 검색
US8694528B2 (en) 2008-04-08 2014-04-08 Google Inc. Dynamic determination of location-identifying search phrases
US7987195B1 (en) 2008-04-08 2011-07-26 Google Inc. Dynamic determination of location-identifying search phrases
US8463774B1 (en) 2008-07-15 2013-06-11 Google Inc. Universal scores for location search queries
RU2669143C1 (ru) * 2017-04-21 2018-10-08 Общество с ограниченной ответственностью "ДубльГИС" Способ преобразования данных геоинформационных систем (гис), система для его реализации и способ поиска по сформированной этим способом базе данных

Also Published As

Publication number Publication date
WO2001065410A3 (fr) 2002-03-14
AU2001243184A1 (en) 2001-09-12

Similar Documents

Publication Publication Date Title
US20020156779A1 (en) Internet search engine
US7231405B2 (en) Method and apparatus of indexing web pages of a web site for geographical searchine based on user location
JP4249726B2 (ja) データベース群にインデックスを付けるため、およびデータベース群を探索するための方法およびシステム
US8150885B2 (en) Method and apparatus for organizing data by overlaying a searchable database with a directory tree structure
US7539669B2 (en) Methods and systems for providing guided navigation
EP1342177A1 (fr) Proc d de structuration et de recherche d'information
WO2001016806A1 (fr) Systeme de recherche par internet permettant de retrouver des resultats choisis d'une recherche anterieure
WO2001065410A2 (fr) Moteur de recherche sur l'internet
WO2006107141A1 (fr) Serveur, procede et systeme pour la fourniture de service de recherche d'information au moyen d'un ensemble de feuilles
Manguinhas et al. A geo-temporal web gazetteer integrating data from multiple sources
Vidmar et al. Internet Search Tools: History to 2000

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

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: A2

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

WWE Wipo information: entry into national phase

Ref document number: 09937789

Country of ref document: US

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)
AK Designated states

Kind code of ref document: A3

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: A3

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

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

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

Ref country code: JP