Any and all applications for which a foreign or domestic priority claim is identified in the Application Data Sheet as filed with the present application, are hereby incorporated by reference in their entirety under 37 CFR 1.57.
Field of the Invention
The present invention relates generally to data processing, and in particular to systems and methods for performing search indexing and providing search results.
Description of the Related Art
Conventional search applications are structured to work when searching a single index or displaying a single results set from another search provider. However, conventional search applications fail to provide an effective means to combine the search results into a single unified view and allow the user to interact with all search results in one place.
For example, many search engines will either not handle data that has not been processed directly by that search engine or will show the results sets in multiple separate view panes or tabs that must be reviewed separately and cannot be sorted or refined together. If the user needs to find more items or execute another search, the user must adjust the search terms and then page through the results sets tab by tab. Because of the difficulty of review, the user will often abandon search efforts or choose to review just one set or tab of the search results, or will stop refining the search while there are still numerous results and will adopt a tedious review of each responsive item in the results set.
The following presents a simplified summary of one or more aspects in order to provide a basic understanding of such aspects. This summary is not an extensive overview of all contemplated aspects, and is intended to neither identify key or critical elements of all aspects nor delineate the scope of any or all aspects. Its sole purpose is to present some concepts of one or more aspects in a simplified form as a prelude to the more detailed description that is presented later.
Methods and systems for federation of data are described herein.
An example aspect includes a method of federating data, such as search results, the method comprising: receiving an identification of a first data source associated with a first schema, the first data source comprising data of a first type; receiving an identification of a second data source associated with a second schema, the second data source comprising data of a second type, the second type different than the first type; accessing an identification of a plurality of fields for a results set user interface; accessing a mapping of the data of the first type to a first field of the results set user interface; accessing a mapping of the data of the second type to the first field of the results set user interface; causing, at least in part, data of the first type from the first data source and data of the second type from the second data source to be merged and displayed in the first field on a user terminal.
An example aspect includes a search federation system, comprising: a computing system comprising hardware; a non-transitory computer storage medium having stored thereon executable instructions that direct the computing system to perform operations comprising: receiving an identification of a first data source associated with a first schema, the first data source comprising data of a first type; receiving an identification of a second data source associated with a second schema, the second data source comprising data of a second type, the second type different than the first type; accessing an identification of a plurality of fields for a results set user interface; accessing a mapping of the data of the first type to a first field of the results set user interface; accessing a mapping of the data of the second type to the first field of the results set user interface; causing, at least in part, data of the first type from the first data source and data of the second type from the second data source to be merged and displayed in the first field on a user terminal.
An example aspect includes a non-transitory computer storage medium having stored thereon executable instructions that when executed by a computer system direct the computing system to perform operations comprising: receiving an identification of a first data source associated with a first schema, the first data source comprising data of a first type; receiving an identification of a second data source associated with a second schema, the second data source comprising data of a second type, the second type different than the first type; accessing an identification of a plurality of fields for a results set user interface; accessing a mapping of the data of the first type to a first field of the results set user interface; accessing a mapping of the data of the second type to the first field of the results set user interface; causing, at least in part, data of the first type from the first data source and data of the second type from the second data source to be merged and displayed in the first field on a user terminal.
Embodiments will now be described with reference to the drawings summarized below. These drawings and the associated description are provided to illustrate example embodiments, and not to limit the scope of the invention.
Methods and systems for federation of search results are described herein.
An example embodiment enables a plurality of sets of results to be combined in a single results set. Optionally, certain embodiments enable the user to see some or all of the documents or data included in the combined result set. Optionally, mapping of different data types from different data sources to a results set column may be performed. The mapping may be specified by an end user or the mapping may be a default mapping that the end user can modify. Optionally, a search field is provided. As a user incrementally enters characters of search terms into the field, the search engine causes the results set displayed to the user to correspondingly decrease, even though these results are spread across different unique indexes. Optionally, the user can continue to refine and adjust the search results until the responsive documents/data are filtered down to a relatively small set of results, including the potential to refine down to a single document or item of data. Thus, optionally, the user can perform such search filtering, refinement, and review in a single displayed scrollable area (e.g., pane) of results, optionally regardless of the number of documents identified in the search results and optionally even if the search results are from a plurality of indexes that have little or no overlap in their underlying schema.
In an illustrative example, a search may be executed against two or more indexes from the following: an index for emails and email attachments, an index for files, an index for calendar items, an index for contacts, an index for tasks, an index for media (e.g., music files, video files, image files), an index for notes.
In another illustrative example, a search may be executed against one or more local indexes (e.g., an index for emails and email attachments, an index for files, an index for calendar items, an index for contacts, an index for tasks, and an index for notes) and/or one or more indexes from one or more remote sources. By way of illustrative example, the remote source may be another search engine such as Windows Search, SharePoint, Google Desktop Search, IBM Enterprise Content Management, Jive, Oracle WebCenter, Box, etc., or a remote search index stored on a server or personal computing device (e.g., a laptop computer, desktop computer, tablet computer, smart phone, etc.).
Optionally, if the index exists on a remote source, certain embodiments build a local index corresponding to the remote results set as they are returned by the remote source by constructing an index, such as an inverted index, of the metadata provided in that results set. The remotely returned values can be sorted, displayed, and/or refined in the same or similar fashion as the locally indexed data. This index, by its nature, may be transient and may optionally be deleted and rebuilt when the search request against the remote source is altered and/or resubmitted. Optionally, this transient index may be retained if and as long as the new search request was more restrictive (included additional search terms) than the original search request.
Optionally, in addition or instead, a local index for remote data is first created by indexing the data in place (e.g., wherein the processing system has direct access to the location where data is stored, without having to copy the data in order to perform the indexing) and then executing a search against two or more data sources, including a pre-existing local index. By way of illustrative example, the remote data may be a web email, calendar, or contacts data source (e.g., Gmail, Yahoo, AOL, etc.), a database (e.g., MySQL, SQL Server, Oracle, etc.), and/or a document management system (e.g., SharePoint, Documentum, etc.).
In another illustrative example, a search may be executed against any data source, optionally including pre-existing local data sources; remote indexes controlled and created by third parties, indexes controlled and created by the system taught in U.S. Pat. No. 7,370,035, which is hereby incorporated by reference herein in its entirety, and/or locally indexed remote data sources.
The indexes may optionally be constructed as a reverse or inverted index. Optionally, a given search index may be created based on a defined schema (e.g., a schema that defines the fields (e.g., columns) of data that are to be returned and displayed to the end user as a representation of a matching item against the search term). A given column corresponds to a field of data that is appropriate for the type of data being indexed. For example, results sets from an email index may include such fields as: from; to; subject; cc; bcc; date sent, etc. By way of contrast, results sets from a file index may include: folder path; file name; file size; date modified, etc. A given index may have its own discrete schema of data fields/columns that is appropriate to the given data type and which may have little to no overlap with other indexes that were created for other data sources.
A given index may optionally be constructed in blocks. For example, a set of blocks may include an incremental bulk/block in memory (e.g., volatile memory) and/or a finished bulk/block that can be stored to non-volatile mass memory (e.g., a hard magnetic drive, a FLASH drive, battery backed random access memory, etc.). A given bulk may constitute a plurality of separate files or a single file containing the same or equivalent data.
The bulk 112 optionally includes a “words” file that comprises a list of the words that occur in the target files, a “deletions” file that lists indexed documents or files that have since been deleted, and a “body” file. The body file content may be used for a view pane/area display when the actual document or document is not available or may become unavailable when the content is needed for display in the view pane. The body file can be particularly useful for more transient files, such as emails. Advantageously, the bulk 112 is optionally stored in volatile RAM 110 so that additions and deletions can be made very quickly, without requiring constant modification of the final index 108 stored on slower non-volatile mass storage media 102. Optionally, some or all the indexes can be read from relatively slower non-volatile memory into relatively faster volatile RAM 110 to increase search speed. Upon shut-down of the search application, the bulk 112 may be written back to the index 108 for storage on the non-volatile mass memory media 102.
The user is enabled to select which data sources are included in the results set, from one source to all available sources or any subset of sources. The user is further enabled to choose which field of data for a given source is mapped to and displayed in a given results set column for each of the data sources. Optionally, a user interface may enable the user to modify a preexisting mapping (e.g., a default mapping).
For example, a results set user interface may include some or all of the following columns of data (or additional data columns or other fields of data): Name, Document Type, Date/Time, From, To, Subject, Folder Name, Path, Source Type, Status, Attachments, Size, Calendar Event Start Time, Calendar Event End Time, Calendar Event Recurrence, Calendar Event Location, Calendar Event Required Attendees, Calendar Event Attachments, etc. An example email data source may include some or all of the following fields: Status (e.g., read, unread), From, To, cc, bcc, Subject, Date/Time, Folder Name, Attachment Type, Attachment Size, Folder Name, etc. A calendar data source may include some or all of the following fields: Subject, Start Time, End Time, Recurrence, Location, Required Attendees, Attachments. An example contact data source may include some or all of the following fields: File As, Email Address, Mobile Phone, Work Phone, Company, Job Title, Categories, Physical Address, Notes, etc. An example files data source may include some or all of the following fields: Name, Document Type, Date/Time Created, Date/Time Last Edited, Size, Path, Source Type, Extension, etc. An example tasks data source may include some or all of the following fields: Subject, Start Date, Due Date, Importance, Status, Categories, Folder Name, Attachments, etc. Thus, it can be seen that different data sources may have very different sets of data types and schemas.
An example embodiment, illustrated in
By way of illustrative example, the user can select an email source. The email source may include a “date received” field and “date sent” field. The user can specify that the “date sent” field be mapped to a “date” column in the results set user interface, and that data corresponding to the “date received” not be displayed in the results set user interface. By way of still further example, a “file” source may include a “date created” field and a “date last modified” field. The user can map either the “date created” field or the “date last modified” field to the in the results set user interface date column. By yet further example, if the email source includes a “subject” field, and a file source includes a “title” field, then the user may elect to map both to a “name” results set user interface date column. Thus, a user is provided the flexibility to easily map to a given column the source data that is most appropriate from the user's perspective.
Conventional applications would typically always display each field in its own column if the application was even capable of displaying the different data in the same results set. Thus, in the example illustrated in
Embodiments disclosed herein optionally solve the problem of displaying results sets where some or the majority of the cells are blank. For example, an interface, such as the example interface shown in
Additionally, the user can execute a search against a single column, such as column 402 or column 404, without having to construct an elaborate Boolean expression. In
This combination of search results returned back from multiple indexes can, in certain instances, reach into the hundreds of thousands or millions of results. The results, as illustrated in
Optionally, the column information is compressed so that all or a large portion of the column information fits in the system's relatively higher speed volatile random access memory, and the column information can then be sorted using memory-sort algorithms. As an example, each index might have 5 sub-indexes, and there might be 8 different data sources, so there would be 40 (8 data sources×5 sub-indexes) discrete sub-indexes in all.
At state 608, for each discrete sub-index an initial window of values for the first set of sorted results for that sub-index are loaded into memory. As an example, each sub-index might load the first 5, 30, or 100 results. At state 610, the initial identified value for each sub-index will be the first value in each list. The process compares these values to each other to find the next ordered value according to the designated sort. At state 612, this identified value is added to a master sorted list. In this example, the master sorted list includes not just the value used to sort but also includes a unique identifier that specifies the record for that result that enables lookup of some or all the other fields of data associated with that record.
At state 614, this identified value is evaluated to determine if it is the last item in the window of results loaded into memory for that sub-index. If it is, at state 616 an additional window of values is obtained from the appropriate sub-index and loaded into memory. At state 618, a pointer to designate the identified value for the affected sub-index is moved to the next item. At state 620, the current length of the master sorted list is compared with the location of the end of the user positioned scroll window. If the master list has reached the user specified position (or optionally approximately the user specified position), then sub-index comparison ends and, in state 622, the results are displayed to the user, displaying the subset of results that match the size of the currently selected display window and the setting of the scrollbar. If the master sort list is not yet long enough to be at the user specified position, the system returns to state 610 to compare the identified value for each sub-index, including the previously identified value for all but one of the sub-indexes along with the next value for the affected sub-index as identified in state 618. Thus, the process merge-sorts the multiple indexes together, but the merge-sort operation may be paused or halted at state 620 when enough data has been sorted to fill the scroll window being displayed to the user (although more than enough data to file the scroll window may optionally be merged sorted (e.g., between 2-5 times enough data, between 1.5-10 times enough data, etc.). This is particularly advantageous when the user is near the start (or end, as discussed below) of the sorted list, which is typically the most common case.
In the above example process, the sort order proceeded in one direction, according to the user sort command input at state 602. Optionally instead, the sorting may be done in reverse order when the user moves the scrollbar past the half-way mark, and then the result order may be reversed before they are displayed. In this fashion, no more than approximately half the results need to be merged for display to the user. Sorting results that occur when the scrollbar is positioned near to its end will be effectively as fast as sorting that occurs when the scrollbar is positioned near its beginning.
Because the user is able to combine arbitrary columns of data across different data types, the user can choose to sort together different data types, including number, string, date. For example, the user may choose to define a column as the date value of Due Date for a Task index, the number value of Size for a File index, and the string value of Subject for an Email index. This embodiment will properly sort and display mixed data types such as numbers, strings, and dates. The data being displayed from each of the discrete sub-indexes will already be sorted against the other items within that sub-index and can be easily sorted with each other when the data types match each other.
Thus, the following special cases may be considered: string-to-number sorting, string-to-date sorting, and number-to-date sorting. For a given sorting, the values being sorted (e.g., the current two values being sorted) are first evaluated to determine if there is a conflict. Optionally, in this example, conflicts are only evaluated when one or more of the first few characters of the value in question are numeric. For example, optionally the sorting rules may specify that a value that only consists of number values will always sort ahead of a value that includes any alphabetic characters. Thus, no conflict will arise when sorting the string value ‘ape’ with the numeric value ‘20’ (‘20’ will be sorted before ‘ape’ using such a rule). As can be seen in sub-index 708, even if the value ‘20’ was a string value, it would sort ahead of ‘ape’. In order to handle conflicts, one of the sorting methods can be given priority over the other sorting methods when two different data types are being compared.
In this example, number sorts are given priority over string sorts, number sorts are given priority over date sorts, and date sorts are given priority over string sorts. When strings from two different data types are to be compared, they will be compared with the sorting method that has priority between those two data types. For example, when comparing the string ‘100’ and the number ‘11’ the two values are compared as numbers and ‘11’ would sort ahead of ‘100’. Although dates are displayed in various formats, for sort comparison, they will be analyzed as a whole number of years with a decimal value applying to the month and date. For example, Jul. 1, 2013 would be sorted using the value 2013.50. Therefore when comparing the numeric values ‘2013’ and ‘2014’ and the date ‘Jul. 1, 2013’ the sort order would be determined by numeric sorting and the display order would be ‘2013’, ‘Jul. 1, 2013’, ‘2014’.
Thus, as described above, certain embodiments provide a mechanism to enable a user to execute search queries rapidly and incrementally across a multitude of separate and discrete indexes and view the results set in a single window that can be further refined with additional query parameters. The user can customize and define the display of data to provide a dense visualization of information through a flexible and easy method to search multiple indexes simultaneously. Because the results are optionally all shown in a single results pane (optionally by scrolling through the results accessed via the results pane) and powerful queries against these multiple discrete indexes can be easily submitted, the user is able to efficiently and quickly scroll through all of the responsive items, even when they number in the millions, and refine the search parameters to filter the results down to precisely the item or items the user was trying to find.
The methods and processes described herein may have fewer or additional steps or states and the steps or states may be performed in a different order. Not all steps or states need to be reached. The methods and processes described herein may be embodied in, and fully or partially automated via, software code modules executed by one or more general purpose computers. The code modules may be stored in any type of computer-readable medium or other computer storage device. Some or all of the methods may alternatively be embodied in whole or in part in specialized computer hardware. The systems described herein may optionally include displays, user input devices (e.g., touchscreen, keyboard, mouse, voice recognition, etc.), network interfaces, etc. While reference may be made to displaying or storing data in a row or column, other display formats and organizations or data storage structures may be used.
The results of the disclosed methods may be stored in any type of computer data repository, such as relational databases and flat file systems that use volatile and/or non-volatile memory (e.g., magnetic disk storage, optical storage, EEPROM and/or solid state RAM).
While the phrase “click” may be used with respect to a user selecting a control, menu selection, or the like, other user inputs may be used, such as voice commands, text entry, gestures, etc. User inputs may, by way of example, be provided via an interface, such as via text fields, wherein a user enters text, and/or via a menu selection (e.g., a drop down menu, a list or other arrangement via which the user can check via a check box or otherwise make a selection or selections, a group of individually selectable icons, etc.). When the user provides an input or activates a control, a corresponding computing system may perform the corresponding operation. Some or all of the data, inputs and instructions provided by a user may optionally be stored in a system data store (e.g., a database), from which the system may access and retrieve such data, inputs, and instructions. The notifications and user interfaces described herein may be provided via a Web page, a dedicated or non-dedicated phone application, computer application, a short messaging service message (e.g., SMS, MMS, etc.), instant messaging, email, push notification, audibly, and/or otherwise.
The user terminals described herein may be in the form of a mobile communication device (e.g., a cell phone), laptop, tablet computer, interactive television, game console, media streaming device, head-wearable display, networked watch, etc. They may optionally include displays, user input devices (e.g., touchscreen, keyboard, mouse, voice recognition, etc.), network interfaces, etc.
Many variations and modifications may be made to the above-described embodiments, the elements of which are to be understood as being among other acceptable examples. All such modifications and variations are intended to be included herein within the scope of this disclosure. The foregoing description details certain embodiments. It will be appreciated, however, that no matter how detailed the foregoing appears in text, the invention can be practiced in many ways. As is also stated above, the use of particular terminology when describing certain features or aspects of certain embodiments should not be taken to imply that the terminology is being re-defined herein to be restricted to including any specific characteristics of the features or aspects of the invention with which that terminology is associated.
Number | Name | Date | Kind |
---|---|---|---|
5111398 | Nunberg et al. | May 1992 | A |
5202982 | Gramlich | Apr 1993 | A |
5303361 | Colwell et al. | Apr 1994 | A |
5659732 | Kirsch | Aug 1997 | A |
5671426 | Armstrong, III | Sep 1997 | A |
5692173 | Chew | Nov 1997 | A |
5704060 | Del Monte | Dec 1997 | A |
5704560 | Wimmer | Jan 1998 | A |
5717923 | Dedrick | Feb 1998 | A |
5721897 | Rubinstein | Feb 1998 | A |
5724424 | Gifford | Mar 1998 | A |
5724521 | Dedrick | Mar 1998 | A |
5724524 | Hunt et al. | Mar 1998 | A |
5748954 | Mauldin | May 1998 | A |
5752238 | Dedrick | May 1998 | A |
5754938 | Herz et al. | May 1998 | A |
5754939 | Herz et al. | May 1998 | A |
5768521 | Dedrick | Jun 1998 | A |
5778361 | Nanjo et al. | Jul 1998 | A |
5794210 | Goldhaber et al. | Aug 1998 | A |
5819273 | Vora et al. | Oct 1998 | A |
5826241 | Stein et al. | Oct 1998 | A |
5832208 | Chen et al. | Nov 1998 | A |
5835087 | Herz et al. | Nov 1998 | A |
5848397 | Marsh et al. | Dec 1998 | A |
5848407 | Ishikawa et al. | Dec 1998 | A |
5852820 | Burrows | Dec 1998 | A |
5855008 | Goldhaber et al. | Dec 1998 | A |
5864845 | Voorhees et al. | Jan 1999 | A |
5864846 | Voorhees et al. | Jan 1999 | A |
5903882 | Asay et al. | May 1999 | A |
5907837 | Ferrel et al. | May 1999 | A |
5918014 | Robinson | Jun 1999 | A |
5920854 | Kirsch et al. | Jul 1999 | A |
5920859 | Li | Jul 1999 | A |
6006225 | Bowman | Dec 1999 | A |
6029195 | Herz | Feb 2000 | A |
6035325 | Potts | Mar 2000 | A |
6070158 | Kirsch | May 2000 | A |
6073133 | Chrabaszcz | Jun 2000 | A |
6078866 | Buck et al. | Jun 2000 | A |
6085193 | Malkin et al. | Jul 2000 | A |
6112172 | True et al. | Aug 2000 | A |
6182068 | Culliss | Jan 2001 | B1 |
6216122 | Elson | Apr 2001 | B1 |
6269361 | Davis et al. | Jul 2001 | B1 |
6330567 | Chao | Dec 2001 | B1 |
6366923 | Lenk et al. | Apr 2002 | B1 |
6421675 | Ryan et al. | Jul 2002 | B1 |
6496820 | Tada et al. | Dec 2002 | B1 |
6513028 | Lee | Jan 2003 | B1 |
6564213 | Ortega et al. | May 2003 | B1 |
6606304 | Grinter et al. | Aug 2003 | B1 |
6615237 | Kyne et al. | Sep 2003 | B1 |
6638314 | Meyerzon | Oct 2003 | B1 |
6665668 | Sugaya et al. | Dec 2003 | B1 |
6700591 | Sharpe | Mar 2004 | B1 |
6704747 | Fong | Mar 2004 | B1 |
6711565 | Subramaniam et al. | Mar 2004 | B1 |
6751603 | Bauer et al. | Jun 2004 | B1 |
6757713 | Ogilvie et al. | Jun 2004 | B1 |
6826594 | Pettersen | Nov 2004 | B1 |
6847959 | Arrouye et al. | Jan 2005 | B1 |
6862713 | Kraft et al. | Mar 2005 | B1 |
6873982 | Bates et al. | Mar 2005 | B1 |
6904450 | King et al. | Jun 2005 | B1 |
6961731 | Holbrook | Nov 2005 | B2 |
7035903 | Baldonado | Apr 2006 | B1 |
7047502 | Petropoulos et al. | May 2006 | B2 |
7054855 | Basso et al. | May 2006 | B2 |
7069497 | Desai | Jun 2006 | B1 |
7370035 | Gross et al. | May 2008 | B2 |
7424510 | Gross et al. | Sep 2008 | B2 |
7424676 | Carlson | Sep 2008 | B1 |
7496559 | Gross et al. | Feb 2009 | B2 |
7702636 | Sholtis | Apr 2010 | B1 |
7707255 | Satterfield | Apr 2010 | B2 |
7945914 | Hasiuk et al. | May 2011 | B2 |
8019741 | Gross et al. | Sep 2011 | B2 |
8086953 | Gabber | Dec 2011 | B1 |
8498977 | Gross et al. | Jul 2013 | B2 |
20010027406 | Araki et al. | Oct 2001 | A1 |
20010027450 | Shinoda | Oct 2001 | A1 |
20010029508 | Okada et al. | Oct 2001 | A1 |
20010039490 | Verbitsky et al. | Nov 2001 | A1 |
20020004735 | Gross | Jan 2002 | A1 |
20020019679 | Okada et al. | Feb 2002 | A1 |
20020055981 | Spaey et al. | May 2002 | A1 |
20020073078 | Ku et al. | Jun 2002 | A1 |
20020087408 | Burnett | Jul 2002 | A1 |
20020092019 | Marcus | Jul 2002 | A1 |
20020111962 | Crucs | Aug 2002 | A1 |
20020165707 | Call | Nov 2002 | A1 |
20020169763 | Tada et al. | Nov 2002 | A1 |
20020178009 | Firman | Nov 2002 | A1 |
20020184317 | Thankachan | Dec 2002 | A1 |
20030014415 | Weiss et al. | Jan 2003 | A1 |
20030037321 | Bowen | Feb 2003 | A1 |
20030130993 | Mendelevitch et al. | Jul 2003 | A1 |
20030171910 | Abir | Sep 2003 | A1 |
20030225764 | Smith et al. | Dec 2003 | A1 |
20030227489 | Arend et al. | Dec 2003 | A1 |
20030229898 | Babu et al. | Dec 2003 | A1 |
20030233419 | Beringer | Dec 2003 | A1 |
20040073443 | Gabrick et al. | Apr 2004 | A1 |
20040128285 | Green | Jul 2004 | A1 |
20040133564 | Gross et al. | Jul 2004 | A1 |
20040143569 | Gross et al. | Jul 2004 | A1 |
20040172389 | Galai et al. | Sep 2004 | A1 |
20040205514 | Sommerer | Oct 2004 | A1 |
20040230891 | Pravetz | Nov 2004 | A1 |
20050204191 | McNally | Sep 2005 | A1 |
20050223061 | Auerbach | Oct 2005 | A1 |
20050256846 | Zigmond et al. | Nov 2005 | A1 |
20060064394 | Dettinger | Mar 2006 | A1 |
20060095424 | Petropoulos et al. | May 2006 | A1 |
20060168067 | Carlson et al. | Jul 2006 | A1 |
20060195379 | Abecassis | Aug 2006 | A1 |
20060195481 | Arrouye | Aug 2006 | A1 |
20060224604 | Landsman | Oct 2006 | A1 |
20070192423 | Karlson | Aug 2007 | A1 |
20070226204 | Feldman | Sep 2007 | A1 |
20070240035 | Sthanikam | Oct 2007 | A1 |
20080114731 | Kumar | May 2008 | A1 |
20080133487 | Gross | Jun 2008 | A1 |
20080141365 | Soegtrop | Jun 2008 | A1 |
20080147818 | Sabo | Jun 2008 | A1 |
20080208812 | Quoc | Aug 2008 | A1 |
20090006332 | Mowatt et al. | Jan 2009 | A1 |
20090119268 | Bandaru | May 2009 | A1 |
20090150363 | Gross et al. | Jun 2009 | A1 |
20100023502 | Marlow | Jan 2010 | A1 |
20100169320 | Patnam | Jul 2010 | A1 |
20100274783 | Chevalier et al. | Oct 2010 | A1 |
20110055177 | Chakra | Mar 2011 | A1 |
20110126142 | Zhou | May 2011 | A1 |
20110208775 | Brette et al. | Aug 2011 | A1 |
20120017178 | Mulloy | Jan 2012 | A1 |
20120197912 | Grigsby | Aug 2012 | A1 |
20120278303 | Krishnaprasad et al. | Nov 2012 | A1 |
20120290555 | Wu et al. | Nov 2012 | A1 |
20120290592 | Ishii | Nov 2012 | A1 |
20120330887 | Young | Dec 2012 | A1 |
20130042083 | Mutalik | Feb 2013 | A1 |
20130166909 | Agrawal | Jun 2013 | A1 |
20130326333 | Hashmi | Dec 2013 | A1 |
20140310324 | Branton | Oct 2014 | A1 |
20140344249 | Magistrado | Nov 2014 | A1 |
20150161159 | Provenzano | Jun 2015 | A1 |
20150278764 | Patil | Oct 2015 | A1 |
Number | Date | Country |
---|---|---|
WO 9901802 | Jan 1999 | WO |
WO 9939286 | Aug 1999 | WO |
WO 9948028 | Sep 1999 | WO |
WO 0016218 | Mar 2000 | WO |
WO 0041090 | Jul 2000 | WO |
WO 0067159 | Nov 2000 | WO |
WO 2004023243 | Mar 2004 | WO |
Entry |
---|
“Lotus Magellan Explorer's Guide,” © 1989 Lotus Development Corporation. |
“Lotus Magellan Product Information Guide,” Circa 1989. |
Barth, Steve, “Personal Toolkit: Navigating Information and Ideas,” KMWorld Apr. 2003, vol. 12, Issue 4; printed from http://www.kmworld.com/publications/magazine/index.cfm?action=readarticle&Article—id+1505&publication—id=1. |
Chapter 14, Section 14.5; “JavaScript & DHTML Cookbook” by Danny Goodman; ISBN: 0-596-00467-2; Publisher: O'Reilly; Print Publication Date Apr. 1, 2003. |
Computing Service, Email Addresses in Microsoft Outlook 98, Dec. 5, 2000, pp. 1-3. |
Ellison, Carol, “Info to Go,” Jun. 30, 2002; printed from http://www.pcmag.com/article2/0, 1759,3575,00.asp. |
Halpin, Jon, “PC Data Finder Goes A-Hunting,” Jun. 19, 2001; printed from http://www.pcmag.com/article2/0,4149,144228,00.asp. |
http://www2.essex.ac.uk/cs/services/email/addressing2.html—searched on www.waybackmachine.com—Internet Archive Wayback Machine, Search Results for Jan. 1, 1996-Mar. 5, 2007. |
International Search Report from corresponding PCT Application PCT/US2003/027241, filed Sep. 3, 2003. |
Inverted index, Wikipedia, http://en.wikipedia.org/wiki/Inverted—index; Dec. 12, 2006. |
Pogue, David, Finding Files and Web Sites with Sherlock 2, MAC OS 9: The Missing Manual, Chapter 15, pp. 257-278, Mar. 30, 2000. |
Proximity search (text), Wikipedia, http://en.wikipedia.org/wiki/Proximity—search—%28text%29; Dec. 12, 2006. |
Sherman, Chris, “Enfish Tracker Pro,” © Jan. 1999; printed from http://www.onlinemag.net/OL1999/sherman1.html. |
Shneiderman, B., et al., Clarifying Search: A User-Interface Framework for Test Searches, D-Lib Magazine, Jan. 1997. |
Shokouhi, Milad, and Si, Luo, Foundations and Trends® in Information Retrieval, vol. 5, No. 1 (2011) 1-102 © 2011, DOI: 10.1561/1500000010. |
Stop words, Wikipedia, http://en.wikipedia.org/wiki/Stop—words; Dec. 12, 2006. |
Supplementary Search Report for EP 03794539.1, filed Sep. 3, 2003. |
Number | Date | Country | |
---|---|---|---|
20140289223 A1 | Sep 2014 | US |
Number | Date | Country | |
---|---|---|---|
61804576 | Mar 2013 | US |