Systems and methods for processing an index are described. An index may be merged with another index of comparable age and size into a single index. Since older indexes are less likely to need updating, they are “set aside” to age based on certain adaptive criteria such as the age and size of the index, percentage of deletions, and how long it takes to update the index. An index that has been set aside may be compacted into a format that is optimized for fast searching.
|
1. A machine-implemented method of maintaining an inverted index, the method comprising:
receiving merging criteria for merging multiple indexes of an inverted index into a next generation index;
receiving aging criteria for aging indexes of the inverted index;
monitoring a characteristic of an index of the inverted index for determining when the index meets the merging criteria;
merging the index that meets the merging criteria with one or more indexes that meet the criteria and are determined to be suitable for merging, wherein indexes determined to be suitable for merging have comparable characteristics;
setting the merged indexes aside to age when the characteristics of the merged indexes meet the aging criteria.
2. The method of
3. A computer readable storage medium storing executable instructions which when executed by a data processing system cause the data processing system to perform a method as in
4. The method of
5. A computer readable storage medium storing executable instructions which when executed by a data processing system cause the data processing system to perform a method as in
6. The method of
monitoring a current computing environment in which the inverted index is maintained;
adapting the merging criteria and aging criteria to the current computing environment; and
merging and setting the merged indexes aside to age when the characteristics of the merged indexes meet the merging criteria and aging criteria as adapted to the current computing environment.
7. A computer readable storage medium storing executable instructions which when executed by a data processing system cause the data processing system to perform a method as in
8. The method of
9. A computer readable storage medium storing executable instructions which when executed by a data processing system cause the data processing system to perform a method as in
10. A computer readable storage medium storing executable instructions which when executed by a data processing system cause the data processing system to perform a method as in
|
Modern data processing systems, such as general purpose computer systems, allow the users of such systems to create a variety of different types of data files. For example, a typical user of a data processing system may create text files with a word processing program such as Microsoft Word or may create an image file with an image processing program such as Adobe's PhotoShop. Numerous other types of files are capable of being created or modified, edited, and otherwise used by one or more users for a typical data processing system. The large number of the different types of files that can be created or modified can present a challenge to a typical user who is seeking to find a particular file which has been created.
Modern data processing systems often include a file management system which allows a user to place files in various directories or subdirectories (e.g. folders) and allows a user to give the file a name. Further, these file management systems often allow a user to find a file by searching not only the content of a file, but also by searching for the file's name, or the date of creation, or the date of modification, or the type of file. An example of such a file management system is the Finder program which operates on Macintosh computers from Apple Computer, Inc. of Cupertino, Calif. Another example of a file management system program is the Windows Explorer program which operates on the Windows operating system from Microsoft Corporation of Redmond, Wash. Both the Finder program and the Windows Explorer program include a find command which allows a user to search for files by various criteria including a file name or a date of creation or a date of modification or the type of file. This search capability searches through information which is the same for each file, regardless of the type of file. Thus, for example, the searchable data for a Microsoft Word file is the same as the searchable data for an Adobe PhotoShop file, and this data typically includes the file name, the type of file, the date of creation, the date of last modification, the size of the file and certain other parameters which may be maintained for the file by the file management system.
Certain presently existing application programs allow a user to maintain data about a particular file. This data about a particular file may be considered metadata because it is data about other data. This metadata for a particular file may include information about the author of a file, a summary of the document, and various other types of information. Some file management systems, such as the Finder program, allow users to find a file by searching through the metadata.
In a typical system, the various content, file, and metadata are indexed for later retrieval using a program such as the Finder program, in what is commonly referred to as an inverted index. For example, an inverted index might contain a list of references to documents in which a particular word appears. Given the large numbers of words and documents in which the words may appear, an inverted index can be extremely large. The size of an index presents many challenges in processing and storing the index, such as updating the index or using the index to perform a search.
Methods and systems for processing an inverted index in a data processing system are described herein.
According to one aspect of the invention, a method for aging an index is described in which an index is set aside to age when the index meets certain aging criteria. The aging criteria may include, among others, the size of the index, the deletion rate, the amount of processor time required to update the index from an update set and/or the size of the update sets used to update the index. The criteria may be adapted to the current computing environment, such as the amount of memory that is currently available. Once an index is set aside it is generally closed to further updates other than deletions.
According to one aspect of the invention, the method for merging an index is described in which two or more indexes are merged into one index when the two or more indexes meet certain merging criteria. The merging criteria may include, among others, the comparative sizes and ages of the indexes. The criteria may be adapted to the current computing environment, such as the amount of memory that is currently available.
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings in which like references indicate similar elements.
The embodiments of the present invention will be described with reference to numerous details set forth below, and the accompanying drawings will illustrate the described embodiments. As such, the following description and drawings are illustrative of embodiments of the present invention and are not to be construed as limiting the invention. Numerous specific details are described to provide a thorough understanding of the present invention. However, in certain instances, well known or conventional details are not described in order to not unnecessarily obscure the present invention in detail.
The present description includes material protected by copyrights, such as illustrations of graphical user interface images. The owners of the copyrights, including the assignee of the present invention, hereby reserve their rights, including copyright, in these materials. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office file or records, but otherwise reserves all copyrights whatsoever. Copyright Apple Computer, Inc. 2007.
Various different software architectures may be used to implement the functions and operations described herein, such as to perform the method shown in
In one exemplary embodiment, the find by content software 106 and/or the find by metadata software 110 is used to find a term present in the file data 104 or meta data 108. For example, the software 106/110 may be used to find text and other information from word processing or text processing files created by word processing programs such as Microsoft Word, etc.
The find by content software 106 and find by metadata software 110 are operatively coupled to databases which include one or more indexes 122. The indexes 122 represent at least a subset of the data files in a storage device, including file data 104 and meta data 108, and may include all of the data files in a particular storage device (or several storage devices), such as the main hard drive of a computer system. The one or more indexes 122 comprise an indexed representation of the content and/or metadata of each item stored on the data files 104/108, such as a text document, music, video, or other type of file. The find by content software 106 searches for a term in that content by searching through the one or more index files 122 to see if the particular term, e.g., a particular word, is present in items stored on data files 104 which have been indexed. The find by content software functionality is available through find by metadata software 110 which provides the advantage to the user that the user can search the indexes 122 for the content 104 within an item stored on the data files 104 as well as any metadata 108 that may have been generated for the item.
In one embodiment of the present invention, indexing software 102 is used to create and maintain the one or more indexes 122 that are operatively coupled to the find by content and metadata software applications 106/110. Among other functions, the indexing software 102 receives information obtained by scanning the file data 104 and meta data 108, and uses that information to generate a postings list 112 that identifies an item containing a particular term, or having metadata containing a particular term. As such, the postings list 112 is a type of inverted index that maps a term, such as a search term, to the items identified in the list. In a typical embodiment, the information obtained during the scan includes a unique identifier that uniquely identifies the item containing the particular term, or having metadata containing the term. For example, items such as a word processing or text processing file have unique identifiers, referred to as ITEMIDs. The ITEMIDs are used when generating the postings list 112 to identify those items that contain a particular term, such as the word “Apple.” ITEMIDs identifying other types of files, such as image files or music files, may also be posted to the postings list 112, in which case the ITEMID typically identifies items having metadata containing a particular term.
In one embodiment, the indexing software 102 accumulates postings lists 112 for one or more terms into one or more update sets 120 and, from time to time, flushes the updates sets 120 into one or more index files 122. The postings lists 112 for one or more items may also be stored in a postings file 118. The indexing software 102 may employ one or more indexing tables 114 that comprise one or more term tables, including a two-level table that separates the more frequently occurring terms from the less frequently occurring terms. The tables 114 may also include a postings table that comprises one or more postings lists for the terms that are being indexed. In one embodiment, the indexing software may maintain a live index 116 to contain the most current index. In some cases, updates to an index may be generated in a delta postings list 126 that is a specially marked postings list that may be dynamically applied to an index 122, postings files 118, updates sets 120, or other forms of an index in order to insure that the most current information is returned whenever those indexes are accessed.
Over time, an inverted index will grow to accommodate the indexing of new and updated data and metadata files. But the larger an index is, the longer it takes to update, and the less efficient it is to access during search and retrieval. So it is desirable to limit the growth of the index. But simply splitting up an index into smaller separate indexes is not a good solution since there is a certain amount of overhead for processing each index, and processing several small indexes may be less efficient than processing one index.
Embodiments of the present invention limit the growth of an index without simply splitting the index into several smaller indexes. As an inverted index grows, it is aged into multiple generational indexes stored on storage mediums to limit the growth of the index and improve the efficiency of accessing the index.
In one embodiment, two or more indexes meeting certain criteria are merged into one index. The merging criteria may include such things as the comparable age and size of each index. The merging criteria may be adapted to the current processing environment, such as the amount of memory that is available as well as processor speed and availability. Over time, merged indexes may be merged again with other merged indexes of comparable age and size resulting in multiple generations of indexes.
In one embodiment, indexes may be set aside to age when they meet certain criteria. The aging criteria may include such things as the age of the index, including the generation of the index as a result of merging, the allowable size of the index proportional to the amount of memory that is available, as well as the percentage of deletions from the index, and the amount of processor time needed to update the index. The criteria may be adapted to the current processing environment, such as the amount of memory that is available as well as processor speed and availability.
Since users tend to work on a few items at a time, the life cycle of a typical item represented in the index is such that an index referring to older items is less likely to need updating than an index referring to newer items. Therefore, in one embodiment, once an index is set aside, it is closed to updating, but may still be subject to deletions, and can still be accessed for search and retrieval. In addition, an index that has been set aside may be compacted into a format that is optimized for fast searching, whereas the newer, more active, indexes are maintained in a format that is better for updating and inserting.
In a typical embodiment, new index files 204A/204B are those that have not yet been merged, referred to as generation “0,” or G0 indexes. Merged index files 206 are referred to with the number of times that they have been merged from younger indexes, such as G1, indicating once merged, G2 indicating twice merged, and so forth. A set aside index 208 is typically one that has already been subject to merging and has now met the criteria for being set aside. Once set aside, the index 208 is generally closed to further updates from update sets 120, but may continue to be subject to deletions.
With regard to merging, in one embodiment, those index files that are selected for merging are preferably ordered into a format that improves the efficiency of the merging process, which is itself a memory intensive computing operation. For example, prior to merging, the indexing software 102 may walk through the index and reorder the index using a process that is similar to the process used for flushing an update set 120 to an index. Once the indexes to be merged have been suitably ordered, the merging process may be performed in the background, leaving the indexes undergoing merging available for searching, and retrieval. In this manner, the merging process does not impact the user's access to the indexing information contained in indexes that are subject to merging.
At block 406, indexing software commences merging the candidate indexes. In one embodiment, the indexes are prepared for merging so that they are ordered into a format that will improve the efficiency of the merging process. In some cases, the indexes may be compacted or compressed into a format that will improve the efficiency of the merging process. The merging process is memory intensive, and is, therefore, typically conducted in the background, leaving the indexes available for access for searching and retrieval. At block 408, merging concludes, and the indexing software assigns an appropriate G number to the newly merged index to reflect the number of times that the index has been merged. The entire process may be repeated to merge previously merged indexes in the manner described.
As shown in
It will be apparent from this description that aspects of the present invention may be embodied, at least in part, in software. That is, the techniques may be carried out in a computer system or other data processing system in response to its processor, such as a microprocessor, executing sequences of instructions contained in a memory, such as ROM 607, RAM 605, mass storage 606 or a remote storage device. In various embodiments, hardwired circuitry may be used in combination with software instructions to implement the present invention. Thus, the techniques are not limited to any specific combination of hardware circuitry and software nor to any particular source for the instructions executed by the data processing system. In addition, throughout this description, various functions and operations are described as being performed by or caused by software code to simplify description. However, those skilled in the art will recognize what is meant by such expressions is that the functions result from execution of the code by a processor, such as the microprocessor 603.
Patent | Priority | Assignee | Title |
8209305, | Apr 19 2006 | Microsoft Technology Licensing, LLC | Incremental update scheme for hyperlink database |
8239391, | Jul 13 2010 | Microsoft Technology Licensing, LLC | Hierarchical merging for optimized index |
8949247, | Dec 20 2007 | Microsoft Corporation | Method for dynamic updating of an index, and a search engine implementing the same |
Patent | Priority | Assignee | Title |
6169983, | May 30 1998 | Microsoft Technology Licensing, LLC | Index merging for database systems |
20040267722, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jun 10 2007 | Apple Inc. | (assignment on the face of the patent) | / | |||
Aug 21 2007 | HOERNKVIST, JOHN MARTIN | Apple Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 019962 | /0001 | |
Apr 10 2010 | HORNKVIST, JOHN MARTIN | Apple Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 024227 | /0401 |
Date | Maintenance Fee Events |
May 13 2010 | ASPN: Payor Number Assigned. |
Oct 30 2013 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Nov 16 2017 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Nov 17 2021 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Jun 01 2013 | 4 years fee payment window open |
Dec 01 2013 | 6 months grace period start (w surcharge) |
Jun 01 2014 | patent expiry (for year 4) |
Jun 01 2016 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jun 01 2017 | 8 years fee payment window open |
Dec 01 2017 | 6 months grace period start (w surcharge) |
Jun 01 2018 | patent expiry (for year 8) |
Jun 01 2020 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jun 01 2021 | 12 years fee payment window open |
Dec 01 2021 | 6 months grace period start (w surcharge) |
Jun 01 2022 | patent expiry (for year 12) |
Jun 01 2024 | 2 years to revive unintentionally abandoned end. (for year 12) |