WO2007047409A2 - Method and system for offsetting network latencies and predictive fetching - Google Patents

Method and system for offsetting network latencies and predictive fetching Download PDF

Info

Publication number
WO2007047409A2
WO2007047409A2 PCT/US2006/040005 US2006040005W WO2007047409A2 WO 2007047409 A2 WO2007047409 A2 WO 2007047409A2 US 2006040005 W US2006040005 W US 2006040005W WO 2007047409 A2 WO2007047409 A2 WO 2007047409A2
Authority
WO
WIPO (PCT)
Prior art keywords
user
logic
results
remote
selection
Prior art date
Application number
PCT/US2006/040005
Other languages
French (fr)
Other versions
WO2007047409A3 (en
Inventor
Murali Aravamudan
Sashikumar Venkataraman
Rakesh Barve
Satyanarayanan Ramaswamy
Ajit Rajasekharan
Original Assignee
Veveo, 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 Veveo, Inc. filed Critical Veveo, Inc.
Publication of WO2007047409A2 publication Critical patent/WO2007047409A2/en
Publication of WO2007047409A3 publication Critical patent/WO2007047409A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Definitions

  • the present application generally relates to processing search queries and, more particularly, to methods and systems for processing search queries using local caching and predictive fetching of results from a remote server to offset network latencies during incremental searching.
  • FIGURE 1 illustrates a common twelve-key keypad interface found in many cell phones and other mobile devices, and also in many television remote control devices.
  • the keypad 10 includes twelve keys 12, most of which are overloaded with multiple alpha-numeric characters or functions. The same key can be used to enter different characters. For instance, the "2" key can be used to enter the number "2" and the letters "A", "B” and "C”.
  • Text entry using such a keypad with overloaded keys can result in an ambiguous text entry, which requires some type of a disambiguation action.
  • a user can press a particular key multiple times in quick succession to select a desired character (e.g., to choose "B", the user would press the "2" key twice quickly, and to choose "C", the user would press the key three times).
  • text entry can be performed using T9 and other text input mechanisms that provide vocabulary based completion choices for each word entered. Neither of these methods is however particularly useful for performing searches because of the number of steps needed to get to the result.
  • One deficiency of the multi-press interface is that too many key strokes are needed.
  • a drawback of applying a vocabulary based word completion interface is the need for the additional step of making a choice from a list of all possible word matches generated by the ambiguous text input.
  • vocabulary based word disambiguation systems are designed typically for composition applications (as opposed to search applications) where user explicitly disambiguates each word by performing a word completion action to resolve that word before proceeding to the next word in the composition.
  • the cumbersome text entry interface on mobile and other devices makes incremental searching a particularly convenient way of finding desired information.
  • the user-operated device returns results for each character of the search query entered by the user, unlike non-incremental search systems where the user has to enter the complete query string prior to initiating the search.
  • incremental searching also enables the user to recover from an erroneous input even before the entire query string is fully input. This is a significant improvement over non-incremental search systems where the user often discovers an error only after submitting a fully formed query to the server.
  • Mobile devices such as phones and PDAs communicate over wireless networks, which typically have high network latencies, making incremental searching unfavorable.
  • these networks have perceptible startup latencies to establish data communication links on wireless networks.
  • the latency on a CDMA IxRTT network could be greater than 600 msec (milliseconds).
  • a GSM EDGE network could have latency as high as 500 msec. It has been found that latency in server responses exceeding 200-300 msec after the user types in a character is perceptible to users. These latencies result in a poor user experience when performing incremental searching with wireless mobile devices.
  • Perceptible network latencies also exist in wired networks. For instance, when using a personal computer (located, e.g., in the U.S.) for retrieving data from a server located a large distance away (e.g., in India), roundtrip latencies can be about 200 ms even with high speed network connections. These perceptible latencies diminish the user experience in performing incremental searching.
  • a method and system are provided for offsetting network latencies in an incremental processing of a search query entered by a user of a device having connectivity to a remote server over a network.
  • the search query is directed at identifying an item from a set of items.
  • data expected to be of interest to the user is stored in a local memory associated with the device.
  • the system Upon receiving a key entry or a browse action entry of the search query from the user, the system searches the local memory associated with the device to identify results therein matching the key entry or browse action entry. The results identified in the local memory are displayed on a display associated with the device.
  • the system upon receiving a key entry or a browse action entry of the search query from the user, the system sends the search query to the remote server and retrieves results from the remote server matching the key entry or browse action entry.
  • the results from the remote server are merged with the results from the local memory for displaying on the display. The process is repeated for additional characters or browse actions entered by the user when he or she does not find the desired item on the display.
  • FIGURE 1 illustrates a keypad with overloaded keys in accordance with the prior art.
  • FIGURE 2 is a simplified illustration of a search system in accordance with one or more embodiments of the invention.
  • FIGURE 3 illustrates device configuration options for a device for performing searches in accordance with one or more embodiments of the invention.
  • FIGURE 4 illustrates an exemplary data structure that can be used for incremental searching in accordance with one or more embodiments of the invention.
  • FIGURE 5 is a flow chart illustrating an exemplary method for finding search results in accordance with one or more embodiments of the invention.
  • FIGURE 6 is a simplified illustration of an exemplary mobile device interface used to perform incremental searching in accordance with one or more embodiments of the invention.
  • FIGURE 7 illustrates the various exemplary user input states the user can transition through to arrive at a desired result in accordance with one or more embodiments of the invention.
  • FIGURE 8 illustrates an example of local search and client-server interactions on a time line in accordance with one or more embodiments of the invention.
  • FIGURE 9 illustrates creation of a local cache of a predictive fetch stream or search results from the remote server in accordance with one or more embodiments of the invention.
  • the local cache in this illustration is a small subset of the server incremental search data structure.
  • various embodiments of the present invention are directed to methods and systems for offsetting network startup and/or roundtrip latencies during incremental searching performed using client devices connected to a remote server over a communication network.
  • the latencies are offset using a predictive fetch scheme and local caching of results on user operated client devices.
  • the local cache (or other memory) on the client device can be used to store a portion of the top results from searchable data spaces in the system. This cache can be searched to allow the user to see results generally instantly on inputting the first character or browse action of the query, which can be even before that device has established connection with the server.
  • the client device upon entry of the first character or browse action of the query, the client device begins to dynamically and predictively fetch from the remote search server results pertinent to the user input expected to be of interest to the user.
  • the choice of results to be fetched can be based on various criteria as will be described below.
  • the remote server results are merged with the local cache results.
  • the remote server predictive fetching operation is continued for any subsequent user input, making use of the time gap between each character entry or browse action performed by the user.
  • This input driven predictive fetch operation from server enables the user to see results with reduced latency on average.
  • the data fetch sequence also preferably adapts over time to the user's typical information finding behavior, which could be exclusively or a combination of text entry and browse actions.
  • the predictive fetch scheme can also address the ambiguity of the input character.
  • the predictive fetch method described in accordance with various embodiments of the invention can function like a continuous user-input driven media stream compensating for the network round trip latencies and fluctuations, enabling the user to see the results in real time with the entry of each character or browse action constituting the input query. Furthermore, in accordance with one or more embodiments of the invention, the predictive fetched results can serve as a cache for subsequent user queries, further reducing perceived latencies.
  • the server can dispatch during a predictive fetch or at another time, results that are predicted in advance to be highly requested query spikes, thus reducing server overloads and response degradation during the actual occurrence of the information query spikes.
  • Various embodiments of the present invention are particularly suited for use with mobile devices (such as cellular phones, PDAs, digital radios, personal media players and other devices) used in communications networks having high latency.
  • mobile devices such as cellular phones, PDAs, digital radios, personal media players and other devices
  • the system can also be used with various other devices communicating on a network such as PCs, television sets, and desk phones having a limited display space.
  • Search queries entered by users on the user-operated devices can include both text input comprising a set of characters or a browse action.
  • a browse action can include a node descend through a node hierarchy (e.g., a set of categories and sub categories) or navigation of a linear list of nodes.
  • the search queries entered by users are directed at identifying an item from a set of items.
  • Each of the items has one or more associated descriptors or metadata.
  • the descriptors can include words in the name of the item or other information relating to the item. For example, if the item is a restaurant, the descriptors can include the name of the restaurant, the type of food served, price range, and the location of the restaurant.
  • the item can be a television content item such as a movie or television program, and the descriptors can be information on the title of the movie or program, the cast, directors, and other keywords and descriptions of the movie or program.
  • the user-operated device includes an ambiguous text input interface
  • the user can type in a search query by pressing overloaded keys of the text input interface once to form an ambiguous query string.
  • the search space at both the remote server and the client device can be initially indexed by performing a many-to-many mapping from the alphanumeric space of terms to numeric strings corresponding to the various prefixes of each alphanumeric term constituting the query string.
  • each alphanumeric character in the string is replaced by its corresponding numeric equivalent based on, e.g., the arrangement of characters on the commonly used twelve-key reduced keypad of the type shown in FIGURE 1.
  • This mapping scheme enables the system in accordance with one or more embodiments to incrementally retrieve results matching the ambiguous alphanumeric input query, as the user types in each character of the query.
  • the user does not have to explicitly specify the termination of each term to assist the system in disambiguating the input query; instead, the user only enters an input query that includes prefix substrings from one or more terms.
  • search techniques described herein including, e.g., assisting users of mobile devices such as cell phones and PDAs in finding or identifying desired items in various databases (e.g., performing searches in directories of people or businesses, searching for and purchasing products/services like airline tickets and groceries, searching through transportation schedules such as airline schedules, searching for movies being shown at theaters, and searching for audio/video content) or for assisting television viewers in identifying desired television content items and channels.
  • television content items can include a wide variety of video/audio content including, but not limited to, television shows, movies, music videos, or any other identifiable content that can be selected by a television viewer. Searching for television content items can be performed across disparate content sources including, but not limited to, broadcast television, VOD, IPTV, and PVR (local and network).
  • FIGURE 2 schematically illustrates an overall system for performing searches with reduced text entry using various devices in accordance with one or more embodiments of the invention.
  • the system includes a server farm or system 202, a network 204, and examples of various client devices 206, 208, 210 operated by users having text input interfaces.
  • search queries entered by users on the devices 206, 208, 210 are processed by the devices and by the server.
  • the network 204 transmits data between the server 202 to the devices 206, 208, 210 operated by the users.
  • the network 204 could be wired or wireless connections or some combination thereof. Examples of possible networks include computer networks, cable television networks, satellite television networks, IP-based television networks, and mobile communications networks (such as, e.g., wireless CDMA and GSM networks).
  • the search devices could have a wide range of interface capabilities.
  • a device e.g., could be a hand-held mobile communications device 208 such as a phone or PDA having a limited display size and a reduced keypad with overloaded keys or a full QWERTY keypad.
  • Another type of search device is a television system 210 with a remote control device 212 having an overloaded keypad or a full QWERTY keypad.
  • Another possible search device is a Personal Computer (PC) 206 with a full QWERTY or reduced keyboard and a computer display.
  • PC Personal Computer
  • FIGURE 3 illustrates an exemplary configuration for a client device in accordance with various embodiments of the invention.
  • a device can have a display 302, a processor 304, volatile memory 306, text input interface 308, remote connectivity 310 to the server 202 through the network 204, and a persistent storage 312.
  • the persistent storage 312 can be, e.g., a removable storage element such as SD, SmartMedia, CompactFlash card etc.
  • FIGURE 4 illustrates an example of a data structure that enables searching using variable prefix strings of characters of search queries.
  • FIGURE 4 illustrates an example of a data structure that enables searching using variable prefix strings of characters of search queries.
  • FIGURE 4 illustration uses a trie data structure 402 to index the prefix strings.
  • Each character in the trie (such as the space character 406) points to a set of top M 404 records that contains the most popular terms that begin with the prefix corresponding to the path from the root to that character.
  • the ordering could be governed, e.g., by popularity, temporal relevance, location relevance, and personal preference.
  • the TOP M records corresponding to every node in the trie may be placed in memory that enables quick access to them.
  • the value of M may be determined by factors such as the display size of the devices from which search would be done and the available memory capacity of the server or client system where the search metadata are stored.
  • Each character in the trie also points to a container 408 that holds all records following the TOP M.
  • the container 408 may be also be cached in memory or stored in secondary storage. For the multi-term entity "guns of navarone", two new prefix strings (in addition to the previous entity), "g_ of navarone” and "gu_ of navarone” are present in the trie.
  • FIGURE 5 is a flow chart illustrating the processing of a search query in accordance with one or more embodiments of the invention.
  • the flow chart shows the process of a user starting a new search, entering characters or a browse action, and arriving at a desired result.
  • the user inputs a character or performs a browse action (e.g., descending down a node or traversing a linear list of nodes) at step 502 using, e.g., a mobile device user interface shown in FIGURE 6.
  • a browse action e.g., descending down a node or traversing a linear list of nodes
  • the local cache on the device is searched at step 504 to determine if there is matching data, i.e., search results for the user's input. Identifying matching data can be performed using, e.g., a trie structure search of the type shown in FIGURE 4.
  • an additional optional check 506 can be performed to determine the "freshness" the resident cache data. Certain types of cached data such as, e.g., stock quotes, may become stale and not have any practical value after a given time period. If there is matching cached data that is not stale, the data are displayed to the user at 508, allowing the user to view and select a displayed result.
  • the user input is sent to a remote server in a predictive fetch operation at step 510.
  • the results of the search performed at the remote server are merged with any local cache results at step 512.
  • the merging is time delayed because the results received from the remote server will be typically received after the results from the local cache search are retrieved and displayed.
  • the data are preferably merged and displayed in a manner that is not overly intrusive or disruptive to the usage of the device since the user may already be viewing local cache results.
  • One way of merging the results can be to append or prepend the results of the server fetch operation to the end or beginning, respectively, of the results from the local cache.
  • Another way to merge the results is to fold the results from the remote server into results displayed from local cache. Duplicate results from the remote server are preferably ignored during merging.
  • step 514 a check is made to determine whether the user has found the desired item in the displayed results. If so, the process terminates at step 516. If not, the user can enter an additional character in the search query text or perform another browse action again at step 502, repeating the process described above.
  • the choice of results for the predictive fetch stream from the remote server can be based on one or more given criteria.
  • the criteria can include one or a combination of some or all of the following: (1) the personalization preferences of the user, (2) the popularity of particular items, (3) the temporal and location relevance of the items, (4) breadth of spread of results across the alphabets of the language used for searches (since in a given language certain sequences of characters will appear more frequently in words than others), and (5) the relevance of terms (in relation to the popularity of the containing item) having the character entered by the user in that ordinal position.
  • This stream can be dynamically adapted to match the incremental query input by the user, by walking down a trie data structure along the path of the prefix string entered by the user.
  • a trie walk can be done down the path "GU NAV" as illustrated in FIGURE 4.
  • the server receives each prefix query string, it streams the top records from that node based, e.g., on the five predictive fetch criteria mentioned above.
  • the personalization preferences of the user can be based, e.g., on user preferences, both explicitly and implicitly defined. Preferences can be implicitly defined based on repetitive user behavior. For instance, if a given user performs a search for the price of a particular stock at a certain time every morning, the system can provide a high rank to matching results relating to said stock.
  • FIGURE 6 is a simplified illustration of a mobile device 602 interface for performing incremental searches.
  • the user can enter text using a keypad 604, which may have overloaded keys similar to the 12-keypad in FIGURE 1.
  • the entered text can be displayed in the text field 606.
  • the navigation interface on the device can be a navigation button 608 that facilitates reduced movement in horizontal and vertical direction.
  • the results are displayed in the results area 610 corresponding to the input incremental text query or browse action.
  • the user can scroll through the results using a scroll interface 612.
  • FIGURE 7 illustrates the various states of user input a user could freely transition in order to get to a desired result.
  • the user has the freedom to choose either one or a combination of: text entry and browse action to find results of interest.
  • the actual path taken however can be influenced by both the user's intent and the results that are displayed. For instance, the user may start by entering text at 702, and may scroll through the displayed results at 704, pick a nonterminal node and traverse the children of the non-terminal at 706.
  • the user discovers a result he can select it at 708 and perform an appropriate action at 710.
  • the predictive fetch stream data can be dynamically adjusted to respond to each one of these different actions: (1) text entry (2) linear scroll and (3) fold descend, as will described below.
  • results displayed can be based upon given criteria such as the five predictive fetch criteria described above.
  • a server trie walk is done (as shown, e.g., in FIGURE 4), and the top results at each node are streamed to the client.
  • the streamed results can also contain sufficient information for the client device to recreate a trie structure out of the streamed results. So, in addition to displaying the streamed results, the results can be stored at the client device in a trie structure similar to the server.
  • the client could receive results from the server for top records on the node “GU”. So if the user enters "GU_” ("_" is used in the place of space here for illustrative purposes), the local trie walk down “GU_ " is done and the top results at this node are displayed to the user.
  • the server could incrementally send only the new records that were not sent earlier during the trie descend to more efficiently utilize network bandwidth.
  • the local server proxy in coordination with the remote server can fetch children of all non-terminals that are rendered on the display area. These results are fetched after fetching the top results needed for displaying in the display window 501 A.
  • the local server proxy in coordination with the remote server can fetch results from the remote server that are not displayed in the results window. In the scenario where the displayed results are mostly folds, predictive fetching of the children of the folds can be done before linear scroll. In other cases, the linear scroll results are fetched before fetching the top child results of folds visible in the display window.
  • fetch sequences are preferably adapted over time to match the typical user's information finding behavior. For instance, on a device operated by a user who typically does not descend down folds but enters multi prefix queries, the system would perform trie walk fetch (with emphasis on results spread over all the alphabets) and linear scroll fetch. As another example, for a user who typically browses after the first text entry, the system could prioritize the fold fetch after a text entry fetch.
  • the predictive fetch sequence can also be influenced by the device capabilities and the mode of text entry.
  • the client may either decide to wait until the triple tap sequence is complete, or send each character as they come in, so that the server can initiate a predictive fetch with the knowledge of the key that is being currently pressed.
  • the decision to buffer or send all characters can be made based on the available bandwidth of the device.
  • characters could be accrued within the multi-press period (approximately 165 msec) and the multi-press timeout period (approximately 1500 msec) before sending the character stream upstream to the remote server.
  • This additional character input latency that can be leveraged off in a multi-press input method could go as high as 1830 msec as given by the following Fitt's equation ⁇ see Silverberg et al., "Predicting Text Entry Speed On Mobile Phones," Proceedings Of The ACM Conference On Human Factors In Computing Systems - Chi 2000. Pp. 9-16):
  • Latency MT repe at + MTjcm
  • 165 msec is the time between each consecutive press using index finger.
  • MTkui is 1500 msec (the time for automatic timeout and selection of the currently entered character).
  • the predictive fetch stream can, in addition to criteria such as the five-point criteria described above, prioritize results for all the overloaded characters on the key pressed by the user. This priority could be naturally captured in a 10 fanout trie, where each node, has results for all overloaded characters represented by that node.
  • the server may on its own also send, time permitting, data that are projected to be information spikes in those areas of interest to the user. For instance, if a popular movie is being released, and the user is observed to have a preference for that genre of movies, information about that movie could automatically be sent to the user device.
  • This type of predictive fetching of data in addition to eliminating the response latency, has the benefit of reducing server overload during the actual occurrence of the information spike.
  • Such predictive fetching and caching can also be done to address the initial startup latency inherent in most communication networks. The size of this cache can be dependant on the available client memory resources.
  • the server could initiate a larger and prolonged download of data to offset the latency.
  • This approach can be used even in contention based television cable networks where the uplink could get crowded.
  • the server could perform a broadcast/multicast/unicast of data.
  • FIGURE 8 illustrates the client-server interactions on a time line where the user input is occurring generally in parallel with a predictive fetch operation in accordance with one or more embodiments of the invention. While the only user input in the illustrated example is text entry, it should be noted that the same principle can be applied to the other forms of user input (e.g., a browse action such as scroll and fold descend).
  • the user enters a query string "TO_ C" (directed at identifying video content relating to the actor Tom Cruise) at 800, 800a, 800b, 800c, respectively.
  • the local server proxy receives the input and returns the results, if any, to the client for display at 802, 802a, 802b, 802c as each character of the query is received.
  • the device sends the input query to the remote server.
  • the predictive fetch scheme exploits the latency between user character inputs to get data.
  • the average latency between characters when using a mobile phone with the standard 12- key keypad (e.g., of the type shown in FIGURE 1) to enter successive characters is 273 msec if the index finger is used and 309 msec if thumb is used. (See Silverberg et al., "Predicting Text Entry Speed On Mobile Phones," Proceedings Of The ACM Conference On Human Factors In Computing Systems - Chi 2000).
  • the minimum of these latencies is used for inter-character latency in the user's text input (800a, 800b, 800c).
  • a symmetric latency (upstream and downstream) of 300 msec is assumed, which is a worst case scenario of CDMA IxRTT latency.
  • the server receives the character 'T' at 804a, it walks down the trie for "T" (note in the case of an ambiguous text input using a 12-key keypad, it would have been a descend down the node 8, on a 10 fanout trie), and fetches the most suitable record using criteria such as the five set criteria described earlier.
  • These results are immediately streamed at 806a to client, where the streamed data packet contains the result data that will be shown in the display 610 (FIGURE 6).
  • the result data can include titles, followed optionally by a description of each result and other rich metadata.
  • the server receives the other characters of the query like the character "O”, it determines and streams additional results at 860b to the client.
  • the client receives the first packet of the predicted fetch stream at 600 msec.
  • the user has already input two more characters "O” and a space character (indicated as an '_' in the figure).
  • the predictive fetch scheme results from the server would start appearing at about 600 msec, and this may potentially contain matching results for the prefix strings "TO” and "TO_”. This would reduce perceived latency to 327 msec for "TO” and 54 msec for "TO_", in contrast to the worst case latency of 600 msec from the point of text entry. Since the user typically perceives latencies only when exceeding the range 200-300 msec, the scheme significantly improves the user experience by reducing the perceived latency and even generally eliminating it in the best case scenario.
  • FIGURE 9 illustrates an example of a local server proxy working in conjunction with a remote server to attempt to deliver results in real-time offsetting the round-trip latencies in accordance with one or more embodiments of the invention.
  • a user's intent may either be to discover a particular item or document (e.g., a movie, "Guns of Navarone") or an aggregation of items or documents (e.g., all Major League Baseball games of a particular team during a season).
  • the input query may either be multiple prefix terms of an entity representing the item or document (e.g., “gunsjtiavarone", “tom_cruise” etc.) or multiple prefix terms of an intersection query (e.g., “tom_volleyball” to retrieve the movie “Castaway” featuring the actor Tom Hanks and a volleyball, "tcjnk” representing all the movies where Tom Cruise and Nicole Kidman acted together).
  • the predictive fetch scheme in accordance with one or more embodiments of the invention retrieves results matching an entity query right from the press of the first character, by walking down a trie in the server farm 902 as each character is entered.
  • Predictive fetch for intersection queries to the client is not ordinarily done, since there could potentially be a large amount of results.
  • These results 904 can be retrieved in real-time from the server 902 and merged at 906 with the predictive fetched results 908 from the client 910 for entity matches.
  • Methods of processing search query inputs from users in accordance with various embodiments of the invention are preferably implemented in software, and accordingly one of the preferred implementations is as a set of instructions (program code) in a code module resident in the random access memory of a user-operated computing device.
  • the set of instructions maybe stored in another memory, e.g., in a hard disk drive, or in a removable memory such as an optical disk (for eventual use in a CD ROM) or floppy disk (for eventual use in a floppy disk drive), or downloaded via the Internet or some other network.

Abstract

A method and system are provided for offsetting network latencies in an incremental processing of a search query entered by a user of a device having connectivity to a remote server over a network. The search query (step 800:T) is directed at identifying an item from a set of items. In accordance with the method and system, data expected to be of interest to the user is stored in a local memory associated with the device. Upon receiving a key entry or a browse action entry of the search query from the user, the system searches the local memory associated with the device to identify results therein matching the key entry or browse action entry. The results identified in the local memory are displayed on a display associated with the device (step 804a). Also upon receiving a key entry or a browse action entry of the search query from the user, the system sends the search query to the remote server and retrieves results from the remote server matching the key entry or browse action entry. The results from the remote server are merged with the results from the local memory for displaying on the display. The process is repeated for additional characters or browse actions entered by the user when he or she does not find the desired item on the display.

Description

METHOD AND SYSTEM FOR OFFSETTING NETWORK LATENCIES DURING
INCREMENTAL SEARCHING USING LOCAL CACHING AND PREDICTIVE
FETCHING OF RESULTS FROM A REMOTE SERVER
RELATED APPLICATIONS
[0001] The present application is based on and claims priority from U.S. Patent Application Serial No. 60/727,561 filed on October 17, 2005 and entitled "Method And System For Predictive Prefetch And Caching Of Results To Offset Network Latencies During Incremental Search With Reduced User Input On Mobile Devices," which is incorporated by reference herein in its entirety.
BACKGROUND OF THE INVENTION
Field of Invention
[0002] The present application generally relates to processing search queries and, more particularly, to methods and systems for processing search queries using local caching and predictive fetching of results from a remote server to offset network latencies during incremental searching.
Description of Related Art
[0003] There are many user-operated devices such as mobile phones, PDAs (personal digital assistants), personal media players, and television remote control devices that have small keypads for text input. Largely because of device size restrictions, a full "QWERTY" keyboard often cannot be provided. Instead, a small keypad is provided having only a limited number of keys, which are overloaded with alpha-numeric characters.
[0004] FIGURE 1 illustrates a common twelve-key keypad interface found in many cell phones and other mobile devices, and also in many television remote control devices. The keypad 10 includes twelve keys 12, most of which are overloaded with multiple alpha-numeric characters or functions. The same key can be used to enter different characters. For instance, the "2" key can be used to enter the number "2" and the letters "A", "B" and "C". [0005] Text entry using such a keypad with overloaded keys can result in an ambiguous text entry, which requires some type of a disambiguation action. For instance, with a multi-press interface, a user can press a particular key multiple times in quick succession to select a desired character (e.g., to choose "B", the user would press the "2" key twice quickly, and to choose "C", the user would press the key three times). Alternatively, text entry can be performed using T9 and other text input mechanisms that provide vocabulary based completion choices for each word entered. Neither of these methods is however particularly useful for performing searches because of the number of steps needed to get to the result. One deficiency of the multi-press interface is that too many key strokes are needed. A drawback of applying a vocabulary based word completion interface is the need for the additional step of making a choice from a list of all possible word matches generated by the ambiguous text input. Furthermore vocabulary based word disambiguation systems are designed typically for composition applications (as opposed to search applications) where user explicitly disambiguates each word by performing a word completion action to resolve that word before proceeding to the next word in the composition.
[0006] The cumbersome text entry interface on mobile and other devices makes incremental searching a particularly convenient way of finding desired information. With incremental searching, the user-operated device returns results for each character of the search query entered by the user, unlike non-incremental search systems where the user has to enter the complete query string prior to initiating the search. Li addition to facilitating the return of results without having to enter the full query string, incremental searching also enables the user to recover from an erroneous input even before the entire query string is fully input. This is a significant improvement over non-incremental search systems where the user often discovers an error only after submitting a fully formed query to the server.
[0007] Mobile devices such as phones and PDAs communicate over wireless networks, which typically have high network latencies, making incremental searching unfavorable. Li particular, these networks have perceptible startup latencies to establish data communication links on wireless networks. Additionally, the network round trip latencies are perceptible even on networks with moderate to high bandwidth (>= 100 kbps) from server to the mobile device. For instance the latency on a CDMA IxRTT network could be greater than 600 msec (milliseconds). A GSM EDGE network could have latency as high as 500 msec. It has been found that latency in server responses exceeding 200-300 msec after the user types in a character is perceptible to users. These latencies result in a poor user experience when performing incremental searching with wireless mobile devices.
[0008] Perceptible network latencies also exist in wired networks. For instance, when using a personal computer (located, e.g., in the U.S.) for retrieving data from a server located a large distance away (e.g., in India), roundtrip latencies can be about 200 ms even with high speed network connections. These perceptible latencies diminish the user experience in performing incremental searching.
BRIEF SUMMARY OF EMBODIMENTS OF THE INVENTION
[0009] In accordance with one or more embodiments of the invention, a method and system are provided for offsetting network latencies in an incremental processing of a search query entered by a user of a device having connectivity to a remote server over a network. The search query is directed at identifying an item from a set of items. In accordance with the method and system, data expected to be of interest to the user is stored in a local memory associated with the device. Upon receiving a key entry or a browse action entry of the search query from the user, the system searches the local memory associated with the device to identify results therein matching the key entry or browse action entry. The results identified in the local memory are displayed on a display associated with the device. Also upon receiving a key entry or a browse action entry of the search query from the user, the system sends the search query to the remote server and retrieves results from the remote server matching the key entry or browse action entry. The results from the remote server are merged with the results from the local memory for displaying on the display. The process is repeated for additional characters or browse actions entered by the user when he or she does not find the desired item on the display.
[0010] These and other features will become readily apparent from the following detailed description wherein embodiments of the invention are shown and described by way of illustration. As will be realized, the invention is capable of other and different embodiments and its several details may be capable of modifications in various respects, all without departing from the invention. Accordingly, the drawings and description are to be regarded as illustrative in nature and not in a restrictive or limiting sense with the scope of the application being indicated in the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
[0011] For a more complete understanding of various embodiments of the present invention, reference is now made to the following descriptions taken in connection with the accompanying drawings in which:
[0012] FIGURE 1 illustrates a keypad with overloaded keys in accordance with the prior art.
[0013] FIGURE 2 is a simplified illustration of a search system in accordance with one or more embodiments of the invention.
[0014] FIGURE 3 illustrates device configuration options for a device for performing searches in accordance with one or more embodiments of the invention.
[0015] FIGURE 4 illustrates an exemplary data structure that can be used for incremental searching in accordance with one or more embodiments of the invention.
[0016] FIGURE 5 is a flow chart illustrating an exemplary method for finding search results in accordance with one or more embodiments of the invention.
[0017] FIGURE 6 is a simplified illustration of an exemplary mobile device interface used to perform incremental searching in accordance with one or more embodiments of the invention.
[0018] FIGURE 7 illustrates the various exemplary user input states the user can transition through to arrive at a desired result in accordance with one or more embodiments of the invention.
[0019] FIGURE 8 illustrates an example of local search and client-server interactions on a time line in accordance with one or more embodiments of the invention.
[0020] FIGURE 9 illustrates creation of a local cache of a predictive fetch stream or search results from the remote server in accordance with one or more embodiments of the invention. The local cache in this illustration is a small subset of the server incremental search data structure.
[0021] Like reference numerals generally refer to like elements in the drawings.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0022] Briefly and as will be described in further detail below, various embodiments of the present invention are directed to methods and systems for offsetting network startup and/or roundtrip latencies during incremental searching performed using client devices connected to a remote server over a communication network. The latencies are offset using a predictive fetch scheme and local caching of results on user operated client devices. The local cache (or other memory) on the client device can be used to store a portion of the top results from searchable data spaces in the system. This cache can be searched to allow the user to see results generally instantly on inputting the first character or browse action of the query, which can be even before that device has established connection with the server. Also, upon entry of the first character or browse action of the query, the client device begins to dynamically and predictively fetch from the remote search server results pertinent to the user input expected to be of interest to the user. The choice of results to be fetched can be based on various criteria as will be described below. The remote server results are merged with the local cache results. The remote server predictive fetching operation is continued for any subsequent user input, making use of the time gap between each character entry or browse action performed by the user. This input driven predictive fetch operation from server enables the user to see results with reduced latency on average. The data fetch sequence also preferably adapts over time to the user's typical information finding behavior, which could be exclusively or a combination of text entry and browse actions. On devices with multiple alphabets overloaded on the same key (as shown, e.g., in FIGURE 1), the predictive fetch scheme can also address the ambiguity of the input character.
[0023] The predictive fetch method described in accordance with various embodiments of the invention can function like a continuous user-input driven media stream compensating for the network round trip latencies and fluctuations, enabling the user to see the results in real time with the entry of each character or browse action constituting the input query. Furthermore, in accordance with one or more embodiments of the invention, the predictive fetched results can serve as a cache for subsequent user queries, further reducing perceived latencies.
[0024] In accordance with one or more embodiments of the invention, the server can dispatch during a predictive fetch or at another time, results that are predicted in advance to be highly requested query spikes, thus reducing server overloads and response degradation during the actual occurrence of the information query spikes.
[0025] Various embodiments of the present invention are particularly suited for use with mobile devices (such as cellular phones, PDAs, digital radios, personal media players and other devices) used in communications networks having high latency. The system however can also be used with various other devices communicating on a network such as PCs, television sets, and desk phones having a limited display space.
[0026] Search queries entered by users on the user-operated devices can include both text input comprising a set of characters or a browse action. A browse action can include a node descend through a node hierarchy (e.g., a set of categories and sub categories) or navigation of a linear list of nodes. The search queries entered by users are directed at identifying an item from a set of items. Each of the items has one or more associated descriptors or metadata. The descriptors can include words in the name of the item or other information relating to the item. For example, if the item is a restaurant, the descriptors can include the name of the restaurant, the type of food served, price range, and the location of the restaurant. In a television application, the item can be a television content item such as a movie or television program, and the descriptors can be information on the title of the movie or program, the cast, directors, and other keywords and descriptions of the movie or program.
[0027] If the user-operated device includes an ambiguous text input interface, the user can type in a search query by pressing overloaded keys of the text input interface once to form an ambiguous query string. In accordance with one or more embodiments of the invention, in an ambiguous text input system, the search space at both the remote server and the client device can be initially indexed by performing a many-to-many mapping from the alphanumeric space of terms to numeric strings corresponding to the various prefixes of each alphanumeric term constituting the query string. In a numeric string, each alphanumeric character in the string is replaced by its corresponding numeric equivalent based on, e.g., the arrangement of characters on the commonly used twelve-key reduced keypad of the type shown in FIGURE 1. This mapping scheme enables the system in accordance with one or more embodiments to incrementally retrieve results matching the ambiguous alphanumeric input query, as the user types in each character of the query. The user does not have to explicitly specify the termination of each term to assist the system in disambiguating the input query; instead, the user only enters an input query that includes prefix substrings from one or more terms.
[0028] There are numerous possible applications for the search techniques described herein including, e.g., assisting users of mobile devices such as cell phones and PDAs in finding or identifying desired items in various databases (e.g., performing searches in directories of people or businesses, searching for and purchasing products/services like airline tickets and groceries, searching through transportation schedules such as airline schedules, searching for movies being shown at theaters, and searching for audio/video content) or for assisting television viewers in identifying desired television content items and channels.
[0029] In the context of television systems, the term "television content items" can include a wide variety of video/audio content including, but not limited to, television shows, movies, music videos, or any other identifiable content that can be selected by a television viewer. Searching for television content items can be performed across disparate content sources including, but not limited to, broadcast television, VOD, IPTV, and PVR (local and network).
[0030] FIGURE 2 schematically illustrates an overall system for performing searches with reduced text entry using various devices in accordance with one or more embodiments of the invention. The system includes a server farm or system 202, a network 204, and examples of various client devices 206, 208, 210 operated by users having text input interfaces. As will be described below, in accordance with various embodiments of the invention, search queries entered by users on the devices 206, 208, 210 are processed by the devices and by the server.
[0031] The network 204 transmits data between the server 202 to the devices 206, 208, 210 operated by the users. The network 204 could be wired or wireless connections or some combination thereof. Examples of possible networks include computer networks, cable television networks, satellite television networks, IP-based television networks, and mobile communications networks (such as, e.g., wireless CDMA and GSM networks).
[0032] The search devices could have a wide range of interface capabilities. A device, e.g., could be a hand-held mobile communications device 208 such as a phone or PDA having a limited display size and a reduced keypad with overloaded keys or a full QWERTY keypad. Another type of search device is a television system 210 with a remote control device 212 having an overloaded keypad or a full QWERTY keypad. Another possible search device is a Personal Computer (PC) 206 with a full QWERTY or reduced keyboard and a computer display.
[0033] FIGURE 3 illustrates an exemplary configuration for a client device in accordance with various embodiments of the invention. A device can have a display 302, a processor 304, volatile memory 306, text input interface 308, remote connectivity 310 to the server 202 through the network 204, and a persistent storage 312. The persistent storage 312 can be, e.g., a removable storage element such as SD, SmartMedia, CompactFlash card etc.
[0034] FIGURE 4 illustrates an example of a data structure that enables searching using variable prefix strings of characters of search queries. (Additional examples of data structures used in performing searches are shown in U.S. Patent Application Serial No. 11/136,261 entitled "Method and System for Performing Searches for Television Programming using Reduced Text Input," which is incorporated by reference herein in its entirety.) The FIGURE 4 illustration uses a trie data structure 402 to index the prefix strings. Each character in the trie (such as the space character 406) points to a set of top M 404 records that contains the most popular terms that begin with the prefix corresponding to the path from the root to that character. The ordering could be governed, e.g., by popularity, temporal relevance, location relevance, and personal preference. The TOP M records corresponding to every node in the trie may be placed in memory that enables quick access to them. The value of M may be determined by factors such as the display size of the devices from which search would be done and the available memory capacity of the server or client system where the search metadata are stored. Each character in the trie also points to a container 408 that holds all records following the TOP M. The container 408 may be also be cached in memory or stored in secondary storage. For the multi-term entity "guns of navarone", two new prefix strings (in addition to the previous entity), "g_ of navarone" and "gu_ of navarone" are present in the trie. The prefix strings "g_" and "gu__" both point to node starting the next word "o" 410. While the figure illustrates a fan out of 26 for alphabets, it could also have a 10 fan-out to address ambiguous input from a phone with an overloaded keypad where multiple alphabets and a numeric value map to the same physical key.
[0035] FIGURE 5 is a flow chart illustrating the processing of a search query in accordance with one or more embodiments of the invention. The flow chart shows the process of a user starting a new search, entering characters or a browse action, and arriving at a desired result.
[0036] The user inputs a character or performs a browse action (e.g., descending down a node or traversing a linear list of nodes) at step 502 using, e.g., a mobile device user interface shown in FIGURE 6.
[0037] The local cache on the device is searched at step 504 to determine if there is matching data, i.e., search results for the user's input. Identifying matching data can be performed using, e.g., a trie structure search of the type shown in FIGURE 4.
[0038] If matching data are found for the user search query, then an additional optional check 506 can be performed to determine the "freshness" the resident cache data. Certain types of cached data such as, e.g., stock quotes, may become stale and not have any practical value after a given time period. If there is matching cached data that is not stale, the data are displayed to the user at 508, allowing the user to view and select a displayed result.
[0039] In response to the user input at step 502 and generally parallel to the local cache search operation 504, the user input is sent to a remote server in a predictive fetch operation at step 510. The results of the search performed at the remote server are merged with any local cache results at step 512. The merging is time delayed because the results received from the remote server will be typically received after the results from the local cache search are retrieved and displayed. The data are preferably merged and displayed in a manner that is not overly intrusive or disruptive to the usage of the device since the user may already be viewing local cache results. One way of merging the results can be to append or prepend the results of the server fetch operation to the end or beginning, respectively, of the results from the local cache. Another way to merge the results is to fold the results from the remote server into results displayed from local cache. Duplicate results from the remote server are preferably ignored during merging.
[0040] At step 514, a check is made to determine whether the user has found the desired item in the displayed results. If so, the process terminates at step 516. If not, the user can enter an additional character in the search query text or perform another browse action again at step 502, repeating the process described above.
[0041] The choice of results for the predictive fetch stream from the remote server can be based on one or more given criteria. The criteria can include one or a combination of some or all of the following: (1) the personalization preferences of the user, (2) the popularity of particular items, (3) the temporal and location relevance of the items, (4) breadth of spread of results across the alphabets of the language used for searches (since in a given language certain sequences of characters will appear more frequently in words than others), and (5) the relevance of terms (in relation to the popularity of the containing item) having the character entered by the user in that ordinal position. This stream can be dynamically adapted to match the incremental query input by the user, by walking down a trie data structure along the path of the prefix string entered by the user. For example, in searching for the movie entitled "Guns of Navarone", if the user enters the query string "GU NAV", a trie walk can be done down the path "GU NAV" as illustrated in FIGURE 4. As the server receives each prefix query string, it streams the top records from that node based, e.g., on the five predictive fetch criteria mentioned above.
[0042] The personalization preferences of the user can be based, e.g., on user preferences, both explicitly and implicitly defined. Preferences can be implicitly defined based on repetitive user behavior. For instance, if a given user performs a search for the price of a particular stock at a certain time every morning, the system can provide a high rank to matching results relating to said stock.
[0043] FIGURE 6 is a simplified illustration of a mobile device 602 interface for performing incremental searches. The user can enter text using a keypad 604, which may have overloaded keys similar to the 12-keypad in FIGURE 1. The entered text can be displayed in the text field 606. The navigation interface on the device can be a navigation button 608 that facilitates reduced movement in horizontal and vertical direction. The results are displayed in the results area 610 corresponding to the input incremental text query or browse action. The user can scroll through the results using a scroll interface 612.
[0044] FIGURE 7 illustrates the various states of user input a user could freely transition in order to get to a desired result. The user has the freedom to choose either one or a combination of: text entry and browse action to find results of interest. The actual path taken however can be influenced by both the user's intent and the results that are displayed. For instance, the user may start by entering text at 702, and may scroll through the displayed results at 704, pick a nonterminal node and traverse the children of the non-terminal at 706. When the user discovers a result, he can select it at 708 and perform an appropriate action at 710. The predictive fetch stream data can be dynamically adjusted to respond to each one of these different actions: (1) text entry (2) linear scroll and (3) fold descend, as will described below.
[0045] In the case of text entry, the choice of results displayed can be based upon given criteria such as the five predictive fetch criteria described above. In one or more embodiments of the invention, a server trie walk is done (as shown, e.g., in FIGURE 4), and the top results at each node are streamed to the client. The streamed results can also contain sufficient information for the client device to recreate a trie structure out of the streamed results. So, in addition to displaying the streamed results, the results can be stored at the client device in a trie structure similar to the server. This enables client device to do a local trie walk on the predictive fetched results and retrieve the results, thereby enabling the client cache to function like a local server proxy (also described below in connection with FIGURE 9). For instance, when the user enters "GU", the client could receive results from the server for top records on the node "GU". So if the user enters "GU_" ("_" is used in the place of space here for illustrative purposes), the local trie walk down "GU_ " is done and the top results at this node are displayed to the user. The server could incrementally send only the new records that were not sent earlier during the trie descend to more efficiently utilize network bandwidth.
[0046] In the case of fold descend, the local server proxy in coordination with the remote server can fetch children of all non-terminals that are rendered on the display area. These results are fetched after fetching the top results needed for displaying in the display window 501 A. [0047] In the case of a linear scroll, the local server proxy in coordination with the remote server, can fetch results from the remote server that are not displayed in the results window. In the scenario where the displayed results are mostly folds, predictive fetching of the children of the folds can be done before linear scroll. In other cases, the linear scroll results are fetched before fetching the top child results of folds visible in the display window. These fetch sequences (trie walk fetch, linear scroll results fetch, folded children fetch) are preferably adapted over time to match the typical user's information finding behavior. For instance, on a device operated by a user who typically does not descend down folds but enters multi prefix queries, the system would perform trie walk fetch (with emphasis on results spread over all the alphabets) and linear scroll fetch. As another example, for a user who typically browses after the first text entry, the system could prioritize the fold fetch after a text entry fetch.
[0048] In accordance with one or more embodiments of the invention, the predictive fetch sequence can also be influenced by the device capabilities and the mode of text entry. For example, on mobile devices where a 12-key keypad (e.g., of the type shown in FIGURE 1) is being used and the user is entering text in triple-tap or multi-press mode (e.g., the user presses once on the '2' key once for 'A', twice for 'B', and thrice for 'C), the client may either decide to wait until the triple tap sequence is complete, or send each character as they come in, so that the server can initiate a predictive fetch with the knowledge of the key that is being currently pressed. The decision to buffer or send all characters can be made based on the available bandwidth of the device. For example, when the bandwidth is low, characters could be accrued within the multi-press period (approximately 165 msec) and the multi-press timeout period (approximately 1500 msec) before sending the character stream upstream to the remote server. This additional character input latency that can be leveraged off in a multi-press input method could go as high as 1830 msec as given by the following Fitt's equation {see Silverberg et al., "Predicting Text Entry Speed On Mobile Phones," Proceedings Of The ACM Conference On Human Factors In Computing Systems - Chi 2000. Pp. 9-16):
Latency = MTrepeat + MTjcm where MTrepeat is 165*2 = 330 msec. 165 msec is the time between each consecutive press using index finger. MTkui is 1500 msec (the time for automatic timeout and selection of the currently entered character).
[0049] When using a single press mode of text entry with a limited keypad (e.g., the 12- key keypad shown in FIGURE 1) with overloaded keys, the predictive fetch stream can, in addition to criteria such as the five-point criteria described above, prioritize results for all the overloaded characters on the key pressed by the user. This priority could be naturally captured in a 10 fanout trie, where each node, has results for all overloaded characters represented by that node.
[0050] In accordance with one or more embodiments of the invention, in addition to user- input driven data predictive fetching, the server may on its own also send, time permitting, data that are projected to be information spikes in those areas of interest to the user. For instance, if a popular movie is being released, and the user is observed to have a preference for that genre of movies, information about that movie could automatically be sent to the user device. This type of predictive fetching of data, in addition to eliminating the response latency, has the benefit of reducing server overload during the actual occurrence of the information spike. Such predictive fetching and caching can also be done to address the initial startup latency inherent in most communication networks. The size of this cache can be dependant on the available client memory resources. In another scenario when the user moves from a lower latency network such as an IXRTT network to a higher latency network such as EVDO, the server could initiate a larger and prolonged download of data to offset the latency. This approach can be used even in contention based television cable networks where the uplink could get crowded. In this case, the server could perform a broadcast/multicast/unicast of data.
[0051] FIGURE 8 illustrates the client-server interactions on a time line where the user input is occurring generally in parallel with a predictive fetch operation in accordance with one or more embodiments of the invention. While the only user input in the illustrated example is text entry, it should be noted that the same principle can be applied to the other forms of user input (e.g., a browse action such as scroll and fold descend). In the illustrated example, the user enters a query string "TO_ C" (directed at identifying video content relating to the actor Tom Cruise) at 800, 800a, 800b, 800c, respectively. The local server proxy receives the input and returns the results, if any, to the client for display at 802, 802a, 802b, 802c as each character of the query is received. Generally in parallel to this, the device sends the input query to the remote server. The predictive fetch scheme exploits the latency between user character inputs to get data. The average latency between characters when using a mobile phone with the standard 12- key keypad (e.g., of the type shown in FIGURE 1) to enter successive characters is 273 msec if the index finger is used and 309 msec if thumb is used. (See Silverberg et al., "Predicting Text Entry Speed On Mobile Phones," Proceedings Of The ACM Conference On Human Factors In Computing Systems - Chi 2000). In the FIGURE 8 example, the minimum of these latencies is used for inter-character latency in the user's text input (800a, 800b, 800c). In the illustration, a symmetric latency (upstream and downstream) of 300 msec is assumed, which is a worst case scenario of CDMA IxRTT latency. When the server receives the character 'T' at 804a, it walks down the trie for "T" (note in the case of an ambiguous text input using a 12-key keypad, it would have been a descend down the node 8, on a 10 fanout trie), and fetches the most suitable record using criteria such as the five set criteria described earlier. These results are immediately streamed at 806a to client, where the streamed data packet contains the result data that will be shown in the display 610 (FIGURE 6). In this example, the result data can include titles, followed optionally by a description of each result and other rich metadata. Similarly, when the server receives the other characters of the query like the character "O", it determines and streams additional results at 860b to the client.
[0052] In the FIGURE 8 illustration, the client receives the first packet of the predicted fetch stream at 600 msec. By this time, the user has already input two more characters "O" and a space character (indicated as an '_' in the figure). If the local server proxy does not have any results to display for the prefix string "TO" or "TO_", the user would perceive a latency. However, the predictive fetch scheme results from the server would start appearing at about 600 msec, and this may potentially contain matching results for the prefix strings "TO" and "TO_". This would reduce perceived latency to 327 msec for "TO" and 54 msec for "TO_", in contrast to the worst case latency of 600 msec from the point of text entry. Since the user typically perceives latencies only when exceeding the range 200-300 msec, the scheme significantly improves the user experience by reducing the perceived latency and even generally eliminating it in the best case scenario.
[0053] FIGURE 9 illustrates an example of a local server proxy working in conjunction with a remote server to attempt to deliver results in real-time offsetting the round-trip latencies in accordance with one or more embodiments of the invention. A user's intent may either be to discover a particular item or document (e.g., a movie, "Guns of Navarone") or an aggregation of items or documents (e.g., all Major League Baseball games of a particular team during a season). When using an incremental search for discovery, the input query may either be multiple prefix terms of an entity representing the item or document (e.g., "gunsjtiavarone", "tom_cruise" etc.) or multiple prefix terms of an intersection query (e.g., "tom_volleyball" to retrieve the movie "Castaway" featuring the actor Tom Hanks and a volleyball, "tcjnk" representing all the movies where Tom Cruise and Nicole Kidman acted together). The predictive fetch scheme in accordance with one or more embodiments of the invention retrieves results matching an entity query right from the press of the first character, by walking down a trie in the server farm 902 as each character is entered. Predictive fetch for intersection queries to the client is not ordinarily done, since there could potentially be a large amount of results. These results 904 can be retrieved in real-time from the server 902 and merged at 906 with the predictive fetched results 908 from the client 910 for entity matches.
[0054] Methods of processing search query inputs from users in accordance with various embodiments of the invention are preferably implemented in software, and accordingly one of the preferred implementations is as a set of instructions (program code) in a code module resident in the random access memory of a user-operated computing device. Until required by the device, the set of instructions maybe stored in another memory, e.g., in a hard disk drive, or in a removable memory such as an optical disk (for eventual use in a CD ROM) or floppy disk (for eventual use in a floppy disk drive), or downloaded via the Internet or some other network. In addition, although the various methods described are conveniently implemented in a computing device selectively activated or reconfigured by software, one of ordinary skill in the art would also recognize that such methods may be carried out in hardware, in firmware, or in more specialized apparatus constructed to perform the specified method steps. [0055] Having described preferred embodiments of the present invention, it should be apparent that modifications can be made without departing from the spirit and scope of the invention.

Claims

1. A user-interface system for a handheld control system and a remote content server having a large set of content items for user selection and activation, the user-interface system comprising:
(a) a local cache of content items on the handheld control system;
(b) local selection logic on the handheld control system for receiving alphanumeric selection actions from the user to specify one or more prefixes of descriptive terms to identify a desired content item, the local selection logic including logic to incrementally find content items from the local cache in response to each alphanumeric selection action by matching the user- entered prefixes with descriptive terms associated with the content items in the local cache;
(c) a remote catalog on the remote content server having a large set of user-selectable and user-activatable content items;
(d) remote selection logic, cooperating with the local selection logic, and including logic to query the remote catalog with user-entered prefixes to incrementally find content items on the remote catalog having descriptive terms associated therewith matching the user-entered prefixes;
(e) presentation logic on the handheld control system for merging the results from the remote selection logic and the local selection logic and ordering the results for presentation in accordance with one or more criteria, and including logic to display the results on a display device as they become available and are merged so that the local selection logic results are presented substantially immediately upon user-entry of alphanumeric selection actions and the remote selection logic results are presented as they are received from the remote selection logic.
2. The system of claim 1 , wherein each alphanumeric selection action is a key press, each key corresponding to a set of one or more alphanumeric characters, the key presses forming an ambiguous text input.
3. The system of claim 1 , wherein the logic to query the remote catalog includes logic to anticipate subsequent alphanumeric selection actions by the user to predictively fetch content items on the remote catalog in accordance with the anticipated alphanumeric selection actions so that content items of interest are provided to the presentation logic.
4. The system of claim 3, wherein the logic to anticipate subsequent alphanumeric selection actions is responsive to at least one of personalized user preferences, popularity of the content item, temporal relevance of the content item, location relevance of the content item, recency of the content item, and relevance of the descriptive terms to the content items of the results.
5. The system of claim 3, wherein the logic to anticipate subsequent alphanumeric selection actions is responsive to a frequency of occurrence of character sequences in the language used for the user-entered prefixes.
6. The system of claim 3, wherein the logic to anticipate subsequent alphanumeric selection actions is responsive to predictive descriptive terms formed from the user-entered prefixes based on adding characters to the user-entered prefixes according to a frequency of occurrence of character sequences in the language used for the user-entered prefixes.
7. The system of claim 1, wherein the logic to query the remote catalog uses a trie data structure or a term intersection process or a combination thereof.
8. The system of claim 1 , wherein the logic to query the remote catalog is on the remote content server.
. The system of claim 1 , wherein the one or more criteria include at least one of personalized user preferences, popularity of the content item, temporal relevance of the content item, location relevance of the content item, freshness of the content item, breadth of spread of results across alphabets of a language of the descriptive terms, and relevance of the descriptive terms to the content items of the results.
10. The system of claim 1, wherein selected remote selection logic results are displayed at the end of a selected list of local selection logic results.
11. The system of claim 1 , wherein selected remote selection logic results are displayed at the beginning of a selected list of local selection logic results.
12. The system of claim 1 , wherein selected remote selection logic results are folded into a list of selected local selection logic results.
13. The system of claim 1, wherein the handheld control system includes the display device.
14. The system of claim 1 , wherein the display device is a display constrained device.
15. The system of claim 1 , wherein the display device is a wireless communication device, a cell phone, a PDA, a personal media player, or a television.
16. The system of claim 1, wherein the handheld control system includes an input constrained device.
17. The system of claim 1 , wherein the handheld control system is a wireless communication device, a cell phone, a PDA, or a personal media player.
18. The system of claim 1 , wherein the handheld control system includes a remote control device and a television interface device for connection to a television, the television interface device being responsive to the remote control device.
19. The system of claim 18, wherein the local cache of content items is on the television interface device.
20. The system of claim 18, wherein the local selection logic is on the television interface device.
21. The system of claim 18, wherein the logic to incrementally find content items is on the television interface device.
22. The system of claim 18, further comprising transmission logic on the television interface device for buffering the alphanumeric selection actions from the user and for transmitting at least one set of more than one alphanumeric selection action to be received by the remote selection logic.
23. The system of claim 22, wherein the number of alphanumeric selection actions buffered is a predetermined fixed number.
24. The system of claim 22, wherein the number of alphanumeric selection actions buffered is based on communication bandwidth available to the local user interface device.
25. The system of claim 1 , wherein the remote content server comprises more than one server.
26. The system of claim 1, wherein the remote catalog comprises more than one catalog.
27. The system of claim 1, further comprising transmission logic on the handheld control system for buffering the alphanumeric selection actions from the user and for transmitting at least one set of more than one alphanumeric selection action to be received by the remote selection logic.
28. The system of claim 27, wherein the number of alphanumeric selection actions buffered is a predetermined fixed number.
29. The system of claim 27, wherein the number of alphanumeric selection actions buffered is based on communication bandwidth available to the local user interface device.
30. The system of claim 1, wherein the local cache includes content items that are expected to be of interest.
31. The system of claim 1 , wherein a content item to be included in the local cache is transmitted to the handheld control system in advance of projected interest in the content item.
32. The system of claim 1, wherein selected content items from the remote selection logic results are added to the local cache.
33. The system of claim 1 , wherein the content items include at least one of a product, a service, an audio/video item, or personal or business contact information.
34. The system of claim 1 , wherein the alphanumeric selection action is a user browse action.
35. The system of claim 34, wherein the browse action comprises a linear scroll or a category descend.
36. The system of claim 34, wherein the one or more prefixes of descriptive terms are associated with categories of a hierarchy for organizing the content items present in at least one of the local cache or remote catalog.
37. The system of claim 36, wherein the results from at least one of the local selection logic or remote selection logic include categories matching the user-entered prefixes.
38. The system of claim 37, wherein the logic to query the remote catalog includes logic to anticipate subsequent browse actions by the user to predictively fetch at least one of the content items organized into the categories included in the results so that content items of interest are provided to the presentation logic.
PCT/US2006/040005 2005-10-17 2006-10-10 Method and system for offsetting network latencies and predictive fetching WO2007047409A2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US72756105P 2005-10-17 2005-10-17
US60/727,561 2005-10-17
US11/356,788 US20070088681A1 (en) 2005-10-17 2006-02-17 Method and system for offsetting network latencies during incremental searching using local caching and predictive fetching of results from a remote server
US11/356,788 2006-02-17

Publications (2)

Publication Number Publication Date
WO2007047409A2 true WO2007047409A2 (en) 2007-04-26
WO2007047409A3 WO2007047409A3 (en) 2007-08-23

Family

ID=37949299

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/040005 WO2007047409A2 (en) 2005-10-17 2006-10-10 Method and system for offsetting network latencies and predictive fetching

Country Status (2)

Country Link
US (1) US20070088681A1 (en)
WO (1) WO2007047409A2 (en)

Families Citing this family (61)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060101504A1 (en) * 2004-11-09 2006-05-11 Veveo.Tv, Inc. Method and system for performing searches for television content and channels using a non-intrusive television interface and with reduced text input
WO2006053011A2 (en) * 2004-11-09 2006-05-18 Veveo, Inc. Method and system for secure sharing, gifting, and purchasing of content on television and mobile devices
US7895218B2 (en) 2004-11-09 2011-02-22 Veveo, Inc. Method and system for performing searches for television content using reduced text input
US20070266406A1 (en) * 2004-11-09 2007-11-15 Murali Aravamudan Method and system for performing actions using a non-intrusive television with reduced text input
GB0508468D0 (en) * 2005-04-26 2005-06-01 Ramakrishna Madhusudana Method and system providing data in dependence on keywords in electronic messages
US8122034B2 (en) * 2005-06-30 2012-02-21 Veveo, Inc. Method and system for incremental search with reduced text entry where the relevance of results is a dynamically computed function of user input search string character count
US7779011B2 (en) 2005-08-26 2010-08-17 Veveo, Inc. Method and system for dynamically processing ambiguous, reduced text search queries and highlighting results thereof
US7788266B2 (en) * 2005-08-26 2010-08-31 Veveo, Inc. Method and system for processing ambiguous, multi-term search queries
GB0517585D0 (en) * 2005-08-30 2005-10-05 Ramakrishna Madhusudana Intuitive search which delivers fast results on the mobile phone
US7644054B2 (en) * 2005-11-23 2010-01-05 Veveo, Inc. System and method for finding desired results by incremental search using an ambiguous keypad with the input containing orthographic and typographic errors
US9135304B2 (en) 2005-12-02 2015-09-15 Salesforce.Com, Inc. Methods and systems for optimizing text searches over structured data in a multi-tenant environment
WO2007089663A2 (en) * 2006-01-27 2007-08-09 Veveo, Inc. System and method for incremental user query on handheld device
US7657526B2 (en) 2006-03-06 2010-02-02 Veveo, Inc. Methods and systems for selecting and presenting content based on activity level spikes associated with the content
US8073860B2 (en) 2006-03-30 2011-12-06 Veveo, Inc. Method and system for incrementally selecting and providing relevant search engines in response to a user query
EP2911071A1 (en) 2006-04-20 2015-08-26 Veveo, Inc. User interface methods and systems for selecting and presenting content based on user navigation and selection actions associated with the content
CA3163292A1 (en) 2006-09-14 2008-03-20 Veveo, Inc. Methods and systems for dynamically rearranging search results into hierarchically organized concept clusters
WO2008045690A2 (en) 2006-10-06 2008-04-17 Veveo, Inc. Linear character selection display interface for ambiguous text input
US8078884B2 (en) * 2006-11-13 2011-12-13 Veveo, Inc. Method of and system for selecting and presenting content based on user identification
CA2686601C (en) * 2007-05-07 2016-10-04 Fourthwall Media Providing personalized resources on-demand over a broadband network to consumer device applications
US20080313574A1 (en) * 2007-05-25 2008-12-18 Veveo, Inc. System and method for search with reduced physical interaction requirements
WO2008148012A1 (en) 2007-05-25 2008-12-04 Veveo, Inc. System and method for text disambiguation and context designation in incremental search
US8296294B2 (en) 2007-05-25 2012-10-23 Veveo, Inc. Method and system for unified searching across and within multiple documents
DE102008010766A1 (en) * 2008-02-25 2009-08-27 Vodafone Holding Gmbh Method for transmitting data e.g. audio data, of database to mobile terminal in mobile communications network, involves reproducing data received by network according to relation that is synchronized with data contained on part of terminal
US8768909B2 (en) * 2008-06-19 2014-07-01 Tropare, Inc. Dynamic menus for multi-prefix interactive mobile searches using predictive text to yield targeted advertisements
US20100010965A1 (en) * 2008-07-08 2010-01-14 International Business Machines Corporation Query Management Systems
US8959536B2 (en) * 2008-08-18 2015-02-17 Infosys Limited Method and system for providing applications to various devices
US9286045B2 (en) 2008-08-18 2016-03-15 Infosys Limited Method and system for providing applications to various devices
US7945683B1 (en) * 2008-09-04 2011-05-17 Sap Ag Method and system for multi-tiered search over a high latency network
US20100162126A1 (en) * 2008-12-23 2010-06-24 Palm, Inc. Predictive cache techniques
US10158823B2 (en) * 2008-12-31 2018-12-18 Tivo Solutions Inc. Methods and techniques for adaptive search
US9152300B2 (en) 2008-12-31 2015-10-06 Tivo Inc. Methods and techniques for adaptive search
US8260938B2 (en) * 2009-01-23 2012-09-04 Google Inc. Predicting user requests to reduce network connection latency
US8977242B1 (en) * 2009-04-06 2015-03-10 Wendell Brown Method and apparatus for content presentation in association with a telephone call
US9166714B2 (en) 2009-09-11 2015-10-20 Veveo, Inc. Method of and system for presenting enriched video viewing analytics
US20110191332A1 (en) 2010-02-04 2011-08-04 Veveo, Inc. Method of and System for Updating Locally Cached Content Descriptor Information
CN102375554A (en) * 2010-07-19 2012-03-14 鸿富锦精密工业(深圳)有限公司 Hand-held device and method thereof for inputting characters
US8577915B2 (en) 2010-09-10 2013-11-05 Veveo, Inc. Method of and system for conducting personalized federated search and presentation of results therefrom
US8990146B2 (en) 2010-12-22 2015-03-24 Sap Se Systems and methods to provide server-side client based caching
US9305090B1 (en) * 2011-03-01 2016-04-05 Amazon Technologies, Inc. Predictive page loading based on suggestion data
US9299030B1 (en) 2011-03-01 2016-03-29 Amazon Technologies, Inc. Predictive page loading based on navigation
US9424357B1 (en) * 2011-03-01 2016-08-23 Amazon Technologies, Inc. Predictive page loading based on text entry and search term suggestions
US8639679B1 (en) * 2011-05-05 2014-01-28 Google Inc. Generating query suggestions
US8812658B1 (en) 2011-05-20 2014-08-19 Amazon Technologies, Inc. Pre-fetching of network page content
US20130144705A1 (en) * 2011-07-31 2013-06-06 Coentre Ventures Llc Socially Networked Business and Consumer Space
US8463807B2 (en) 2011-08-10 2013-06-11 Sap Ag Augmented search suggest
JP5865668B2 (en) * 2011-10-21 2016-02-17 クラリオン株式会社 Information terminal, program, and search method
US9531588B2 (en) * 2011-12-16 2016-12-27 Microsoft Technology Licensing, Llc Discovery and mining of performance information of a device for anticipatorily sending updates to the device
US9645724B2 (en) 2012-02-01 2017-05-09 Facebook, Inc. Timeline based content organization
US9235318B2 (en) 2012-02-01 2016-01-12 Facebook, Inc. Transitions among hierarchical user-interface layers
US9557876B2 (en) 2012-02-01 2017-01-31 Facebook, Inc. Hierarchical user interface
US9221667B2 (en) 2012-05-24 2015-12-29 SteadyServ Technologies, LLC Draft beer supply chain systems and methods
CN104823179B (en) * 2012-12-12 2018-08-07 Sk 普兰尼特有限公司 Method and its system for providing instant result input by user and equipment
US20140280115A1 (en) * 2013-03-14 2014-09-18 Nokia Corporation Methods, apparatuses, and computer program products for improved device and network searching
US20140324815A1 (en) * 2013-04-29 2014-10-30 Broadcom Corporation Search infrastructure representing hosting client devices
US9628543B2 (en) 2013-09-27 2017-04-18 Samsung Electronics Co., Ltd. Initially establishing and periodically prefetching digital content
US20160264394A1 (en) * 2013-11-03 2016-09-15 SteadyServ Technologies, LLC Draft beer supply chain systems and methods
USD776126S1 (en) 2014-02-14 2017-01-10 Samsung Electronics Co., Ltd. Display screen or portion thereof with a transitional graphical user interface
US10318531B2 (en) * 2016-03-30 2019-06-11 Microsoft Technology Licensing, Llc Techniques for search optimization on mobile devices
US10578475B2 (en) 2016-04-29 2020-03-03 Beverage Intel, Llc Sensing devices and systems including examples of pairing sensing devices to containers
US20180189657A1 (en) * 2017-01-05 2018-07-05 International Business Machines Corporation DEPLOYING LOCAL Q AND A SYSTEMS IN IoT DEVICES
CN111241398B (en) * 2020-01-10 2023-07-25 百度在线网络技术(北京)有限公司 Data prefetching method, device, electronic equipment and computer readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6260050B1 (en) * 1999-03-23 2001-07-10 Microstrategy, Inc. System and method of adapting automatic output of service related OLAP reports to disparate output devices
US6466933B1 (en) * 1999-09-21 2002-10-15 International Business Machines Corporation Delayed delivery of query results or other data from a federated server to a federated client until such information is needed

Family Cites Families (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US1261167A (en) * 1917-10-25 1918-04-02 Robert C Russell Index.
US4760528A (en) * 1985-09-18 1988-07-26 Levin Leonid D Method for entering text using abbreviated word forms
NL8700410A (en) * 1987-02-19 1988-09-16 Philips Nv TEXT EDITING DEVICE FOR STENOGRAPHIC TYPES.
CA2499757C (en) * 1990-09-10 2006-05-02 Starsight Telecast, Inc. User interface for television schedule system
US5337347A (en) * 1992-06-25 1994-08-09 International Business Machines Corporation Method and system for progressive database search termination and dynamic information presentation utilizing telephone keypad input
US5481296A (en) * 1993-08-06 1996-01-02 International Business Machines Corporation Apparatus and method for selectively viewing video information
US5623406A (en) * 1995-03-06 1997-04-22 Jean D. Ichbiah Method and system for entering text in computer equipment
US5880768A (en) * 1995-04-06 1999-03-09 Prevue Networks, Inc. Interactive program guide systems and processes
US5487616A (en) * 1995-06-01 1996-01-30 Jean D. Ichbiah Method for designing an ergonomic one-finger keyboard and apparatus therefor
DE69607472T2 (en) * 1995-07-26 2000-08-24 Tegic Communications Inc SYSTEM FOR SUPPRESSING AMBIANCE IN A REDUCED KEYBOARD
US6002394A (en) * 1995-10-02 1999-12-14 Starsight Telecast, Inc. Systems and methods for linking television viewers with advertisers and broadcasters
US5635989A (en) * 1996-02-13 1997-06-03 Hughes Electronics Method and apparatus for sorting and searching a television program guide
WO1997048230A1 (en) * 1996-06-13 1997-12-18 Starsight Telecast, Inc. Method and apparatus for searching a guide using program characteristics
US6085186A (en) * 1996-09-20 2000-07-04 Netbot, Inc. Method and system using information written in a wrapper description language to execute query on a network
US6184877B1 (en) * 1996-12-11 2001-02-06 International Business Machines Corporation System and method for interactively accessing program information on a television
US6005565A (en) * 1997-03-25 1999-12-21 Sony Corporation Integrated search of electronic program guide, internet and other information resources
US6600496B1 (en) * 1997-09-26 2003-07-29 Sun Microsystems, Inc. Interactive graphical user interface for television set-top box
US6839705B1 (en) * 1998-02-10 2005-01-04 Gateway, Inc. Method for delivering and caching preprocessed search results to improve performance of background information searches on a convergence device
US6169984B1 (en) * 1998-04-01 2001-01-02 Microsoft Corporation Global incremental type search navigation directly from printable keyboard character input
US6430527B1 (en) * 1998-05-06 2002-08-06 Avici Systems Prefix search circuitry and method
US6256666B1 (en) * 1998-07-14 2001-07-03 International Business Machines Corp. Method and system for remotely managing electronic mail attachments
US6453312B1 (en) * 1998-10-14 2002-09-17 Unisys Corporation System and method for developing a selectably-expandable concept-based search
US6260250B1 (en) * 1998-12-22 2001-07-17 Callaway Golf Company Apparatus for use in adjusting the lie and/or loft angel of a golf club head
US6757906B1 (en) * 1999-03-30 2004-06-29 Tivo, Inc. Television viewer interface system
US7610194B2 (en) * 2002-07-18 2009-10-27 Tegic Communications, Inc. Dynamic database reordering system
US6721954B1 (en) * 1999-06-23 2004-04-13 Gateway, Inc. Personal preferred viewing using electronic program guide
US6615248B1 (en) * 1999-08-16 2003-09-02 Pitney Bowes Inc. Method and system for presenting content selection options
US6614455B1 (en) * 1999-09-27 2003-09-02 Koninklijke Philips Electronics N.V. Directional navigation within a graphical user interface
US7228556B2 (en) * 1999-12-21 2007-06-05 Tivo Inc. Distributed, interactive television program guide; system and method
US20040220926A1 (en) * 2000-01-03 2004-11-04 Interactual Technologies, Inc., A California Cpr[P Personalization services for entities from multiple sources
US7617184B2 (en) * 2000-05-18 2009-11-10 Endeca Technologies, Inc. Scalable hierarchical data-driven navigation system and method for information retrieval
US7136854B2 (en) * 2000-07-06 2006-11-14 Google, Inc. Methods and apparatus for providing search results in response to an ambiguous search query
US6865575B1 (en) * 2000-07-06 2005-03-08 Google, Inc. Methods and apparatus for using a modified index to provide search results in response to an ambiguous search query
US6529903B2 (en) * 2000-07-06 2003-03-04 Google, Inc. Methods and apparatus for using a modified index to provide search results in response to an ambiguous search query
US6598042B1 (en) * 2000-09-29 2003-07-22 International Business Machines Corporation System and method for query by category
US7096483B2 (en) * 2000-12-21 2006-08-22 Thomson Licensing Dedicated channel for displaying programs
KR100846417B1 (en) * 2001-02-28 2008-07-16 톰슨 라이센싱 Method and apparatus for enabling a user to search electronic program guide information
CN1236601C (en) * 2001-02-28 2006-01-11 汤姆森许可公司 Method for searching of an electronic program guide
US7136846B2 (en) * 2001-04-06 2006-11-14 2005 Keel Company, Inc. Wireless information retrieval
US8266656B2 (en) * 2001-06-06 2012-09-11 Jlb Ventures Llc Method for making selections in search criteria in TV EPGs
US20030046698A1 (en) * 2001-06-11 2003-03-06 Yakov Kamen Methods and apparatuses for conducting a TV EPG search in various search time periods
US7752326B2 (en) * 2001-08-20 2010-07-06 Masterobjects, Inc. System and method for utilizing asynchronous client server communication objects
US7346843B2 (en) * 2001-09-18 2008-03-18 International Business Machines Corporation Low-latency, incremental rendering in a content framework
JP2003110960A (en) * 2001-10-01 2003-04-11 Toshiba Corp Program information retrieval method and program information retrieval apparatus
US6772147B2 (en) * 2002-02-26 2004-08-03 Sony Corporation System and method for effectively implementing a personal channel for interactive television
US7162470B2 (en) * 2002-06-07 2007-01-09 Oracle International Corporation Contextual search interface for business directory services
US20030237096A1 (en) * 2002-06-25 2003-12-25 Barrett Peter T. Program guide data text search
FI121583B (en) * 2002-07-05 2011-01-14 Syslore Oy Finding a Symbol String
US7496559B2 (en) * 2002-09-03 2009-02-24 X1 Technologies, Inc. Apparatus and methods for locating data
US6983280B2 (en) * 2002-09-13 2006-01-03 Overture Services Inc. Automated processing of appropriateness determination of content for search listings in wide area network searches
JP2004135169A (en) * 2002-10-11 2004-04-30 Fujitsu Ten Ltd Digital broadcast receiver
US7319860B2 (en) * 2002-11-07 2008-01-15 Research In Motion Limited Pseudo-interactive input processing in wireless environments
US7107262B2 (en) * 2003-02-20 2006-09-12 International Business Machines Corporation Incremental data query performance feedback model
GB2403105B (en) * 2003-06-17 2006-10-18 Imagine Broadband Ltd Method and system for selectively distributing data to a set of network devices
US20050086691A1 (en) * 2003-10-17 2005-04-21 Mydtv, Inc. Interactive program banners providing program segment information
US7376938B1 (en) * 2004-03-12 2008-05-20 Steven Van der Hoeven Method and system for disambiguation and predictive resolution
US20050256846A1 (en) * 2004-05-12 2005-11-17 Microsoft Corporation Interactive client-server data search
US7836044B2 (en) * 2004-06-22 2010-11-16 Google Inc. Anticipated query generation and processing in a search engine
US7640428B2 (en) * 2004-09-02 2009-12-29 Research In Motion Limited System and method for searching and retrieving certificates
US20060167859A1 (en) * 2004-11-09 2006-07-27 Verbeck Sibley Timothy J System and method for personalized searching of television content using a reduced keypad
US7895218B2 (en) * 2004-11-09 2011-02-22 Veveo, Inc. Method and system for performing searches for television content using reduced text input
US20060122976A1 (en) * 2004-12-03 2006-06-08 Shumeet Baluja Predictive information retrieval
US7428533B2 (en) * 2004-12-06 2008-09-23 Yahoo! Inc. Automatic generation of taxonomies for categorizing queries and search query processing using taxonomies
US20060256078A1 (en) * 2004-12-14 2006-11-16 Melodeo Inc. Information navigation paradigm for mobile phones
US7788248B2 (en) * 2005-03-08 2010-08-31 Apple Inc. Immediate search feedback
US20070027905A1 (en) * 2005-07-29 2007-02-01 Microsoft Corporation Intelligent SQL generation for persistent object retrieval
WO2007089663A2 (en) * 2006-01-27 2007-08-09 Veveo, Inc. System and method for incremental user query on handheld device
US7783660B2 (en) * 2006-10-05 2010-08-24 Yahoo! Inc. System and method for enhanced text matching

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6260050B1 (en) * 1999-03-23 2001-07-10 Microstrategy, Inc. System and method of adapting automatic output of service related OLAP reports to disparate output devices
US6466933B1 (en) * 1999-09-21 2002-10-15 International Business Machines Corporation Delayed delivery of query results or other data from a federated server to a federated client until such information is needed

Also Published As

Publication number Publication date
WO2007047409A3 (en) 2007-08-23
US20070088681A1 (en) 2007-04-19

Similar Documents

Publication Publication Date Title
US20070088681A1 (en) Method and system for offsetting network latencies during incremental searching using local caching and predictive fetching of results from a remote server
US11886474B2 (en) Method and system for processing ambiguous, multi-term search queries
US20190253762A1 (en) Method and system for performing searches for television content using reduced text input
US11500883B2 (en) Multi-prefix query optimization
US20200110782A1 (en) Dynamic Menus for Multi-Prefix Interactive Searches Using Predictive Text to Yield Targeted Advertisements
US9031962B2 (en) Method and system for incremental search with reduced text entry where the relevance of results is a dynamically computed function of user input search string character count
US7937394B2 (en) Method and system for dynamically processing ambiguous, reduced text search queries and highlighting results thereof
US8676776B2 (en) Multi-prefix interactive mobile search
US20080168039A1 (en) Multi-Prefix Interactive Mobile Search
WO2010132491A2 (en) Dynamic menus for multi-prefix interactive mobile searches using predictive text to yield targeted advertisements
WO2007025148A2 (en) Method and system for processing ambiguous, multi-term search queries

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06816829

Country of ref document: EP

Kind code of ref document: A2