US11294966B2 - Method and apparatus for pushing search results, an apparatus and non-volatile computer storage medium - Google Patents

Method and apparatus for pushing search results, an apparatus and non-volatile computer storage medium Download PDF

Info

Publication number
US11294966B2
US11294966B2 US15/534,452 US201515534452A US11294966B2 US 11294966 B2 US11294966 B2 US 11294966B2 US 201515534452 A US201515534452 A US 201515534452A US 11294966 B2 US11294966 B2 US 11294966B2
Authority
US
United States
Prior art keywords
search results
content
current search
user
new content
Prior art date
Legal status (The legal status 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 status listed.)
Active, expires
Application number
US15/534,452
Other versions
US20170364592A1 (en
Inventor
Liang XING
Yajie LI
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Baidu Online Network Technology Beijing Co Ltd
Original Assignee
Baidu Online Network Technology Beijing Co Ltd
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 Baidu Online Network Technology Beijing Co Ltd filed Critical Baidu Online Network Technology Beijing Co Ltd
Publication of US20170364592A1 publication Critical patent/US20170364592A1/en
Assigned to BAIDU ONLINE NETWORK TECHNOLOGY (BEIJING) CO., LTD. reassignment BAIDU ONLINE NETWORK TECHNOLOGY (BEIJING) CO., LTD. NUNC PRO TUNC ASSIGNMENT (SEE DOCUMENT FOR DETAILS). Assignors: LI, Yajie, XING, Liang
Application granted granted Critical
Publication of US11294966B2 publication Critical patent/US11294966B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/18Complex mathematical operations for evaluating statistical data, e.g. average values, frequency distributions, probability functions, regression analysis

Definitions

  • the present disclosure relates to the technical field of the Internet technologies, and particularly to a method and apparatus for pushing search results, an apparatus and a non-volatile computer storage medium.
  • the entity-searching technology means that the user inputs a key word, and a search engine searches for the key word according to a fixed frequency and pushes search results to the user.
  • the search engine needs to frequently push search results to the user, so this seriously wastes the user's network resources.
  • a plurality of aspects of the present disclosure provide a method and apparatus for pushing search results, an apparatus and a non-volatile computer storage medium, to reduce network resources consumed by pushing the search results to the user.
  • a method for pushing search results comprising:
  • an apparatus for pushing search results comprising:
  • a searching module configured to perform real-time search according to the user's key word to obtain current search results
  • a statistics module configured to perform statistics of access heat of each content in the current search results
  • an obtaining module configured to, from the current search results, content whose access heat meets heat requirements, as content to be pushed;
  • a pushing module configured to push the content to be pushed to the user.
  • an apparatus comprising
  • processors one or more processors
  • a non-volatile computer storage medium in which one or more programs are stored, an apparatus being enabled to execute the following operations when said one or more programs are executed by the apparatus:
  • real-time search is performed according to the user's key word and a search result is pushed to the user, and the user may obtain the desired information in time.
  • statistics is performed for the access heat of each content in the current search results, content whose access heat meets the heat requirement is obtained from the current search results and pushed to the user as the pushed content, and this is equivalent to screening the search results. This may reduce the number of search results pushed to the user, reduce network resources consumed in pushing the search result to the user, and facilitate the saving of the user's network resources.
  • FIG. 1 is a flow chart of a method of pushing search results according to an embodiment of the present disclosure
  • FIG. 2 is a block diagram of an apparatus for pushing search results according to an embodiment of the present disclosure
  • FIG. 3 is a block diagram of an apparatus for pushing search results according to another embodiment of the present disclosure.
  • FIG. 1 is a flow chart of a method of pushing search results according to an embodiment of the present disclosure. As shown in FIG. 1 , the method comprises:
  • the search engine performs real-time search according to the user's key word, and pushes the search results to the user so that the user obtains the desired information in time.
  • a mode of implementing real-time search is as follows: pre-setting a trigger condition for real-time search, and enabling the search engine to perform search according to the user's key word every time when the trigger condition for the real-time search is satisfied, wherein the trigger condition for the real-time search may be set adaptively according to specific application scenario. Illustration is presented by way of example.
  • the trigger condition for the real-time search may be a preset search frequency.
  • the search engine cyclically performs search according to the preset search frequency and the user's key word to implement real-time search.
  • the search frequency may be searching once every two minutes, or every five minutes, or the like.
  • the trigger condition for the real-time search may be a preset search times threshold in a unit time.
  • the search engine performs search not less than the search times threshold according to the user's key word in the unit time according to needs, to implement the real-time search.
  • the search times threshold in the unit time may be 10,000 times per hour or 200 times per minutes, or the like.
  • the trigger condition for the real-time search may further be some events, for example, the search frequency of the key word exceeds a threshold, or the user browses the current search results.
  • the search results are not directly pushed to the user as in the prior art, but filtered according to access heat of each content in the search results to obtain partial content whose access heat meets heat requirements and push it to the user, to reduce the number of pushed results and thereby reduce network resources consumed in pushing search results to the user, and save the user's network resources.
  • the search results are screened based on access heat, generally the content whose access heat meets the heat requirements belongs to content with higher value, the user only would like to click and view content with higher value, and content whose access heat does not meet the heat requirement generally belongs to content with lower value or without value. Therefore, the number of search results pushed to the user in the present embodiment is reduced, but the content pushed to the user all are content with higher value.
  • the search engine receives the user-input key word, and performs real-time search according to the user's key word to obtain the current search results; performs statistics of the access heat of each content in the current search results, and obtains from the current search results content whose access heat meets the heat requirements as the content to be pushed; and pushes the content to be pushed to the user.
  • the search engine Before performing the access heat of each content in the current search results, the search engine may judge whether the current search results have new content as compared with at least one search result before the current search results obtained by the search engine performing real-time search according to the user's key word; if the judgment result is yes, this means that the current search results have new content as compared with at least one previous search result. Since new content appears, it is determined that the current search results need to be pushed to the user so that the user obtains new content in time; on the contrary, if the judgment result is no, this means that the current search results do not have new content as compared with at least one previous search result, and means that the content in the current search results has already been pushed to the user during the previous pushing procedures.
  • the current search results may not be pushed to the user. This may save the user's network resources, lessen unpleasure caused by repeated pushing of the same content to the user, improve the user's experience, and meanwhile facilitate saving the processing resources of the search engine.
  • the search engine After it is determined that the current search results need to be pushed to the user, the search engine performs subsequent operations of performing statistics of the access heat of each content in the current search results and obtaining the content to be pushed according to the access heat and pushing the content to the user, thereby lessening the processing burden of the search engine and saving resources.
  • the search engine may perform deduplication processing for the at least one search result before the current search results.
  • Said deduplication processing refers to removing the same content existing in each search result in at least one search result before the current search results.
  • Deduplication may reduce the number of content compared with the current search results and facilitate lessening the processing burden of the search engine. For example, as for each search result, comparison may be performed according to the context of the key word to remove the repeated content (mainly webpages) in the search results.
  • the at least one search result before the current search results may include all search results before the current search results, or may include partial search results before the current search results, for example may be the first search result.
  • search results subsequently obtained from the real-time search are all compared with the first search result. If different new content appears, the flow shown in FIG. 1 will be executed to push the search result to the user.
  • performing statistics of the access heat of each content in the current search results is specifically as follows: extracting from the current search results new content different from at least one previous search result, and performing statistics of the access heat of the new content. Only performing statistics of the access heat of the new content facilitates lessening the processing burden of the search engine and improving the statistics efficiency.
  • obtaining, from the current search results, the content whose access heat meets the heat requirements as the content to be pushed is specifically obtaining, from the new content, the content whose access heat meets the heat requirements as the content to be pushed.
  • the access heat of content in the search results may be reflected by a click rate. Based on this, performing statistics of the access heat of each content in the current search results is specifically performing statistics of the click rate of each content in the current search results.
  • the heat requirement may be a click threshold. If the click rate of the content in the search results is larger than the click threshold, it is believed that the content meets the heat requirement; on the contrary, it is believed that the content does not meet the heat requirement.
  • the access heat of content in the search results may be reflected by a read stay average duration.
  • performing statistics of the access heat of each content in the current search results is specifically performing statistics of the read stay average duration of each content in the current search results.
  • the heat requirement may be a read duration threshold. If the read stay average duration of the content in the search results is larger than the read duration threshold, it is believed that the content meets the heat requirement; on the contrary, it is believed that the content does not meet the heat requirement.
  • the read stay average duration refers to an average value of read stay durations of all users clicking and reading the same content upon reading the content.
  • the user's read stay duration for a certain content refers to a duration of stay on a page where the content lies after the user clicks the content.
  • the access heat of content in the search results may be reflected by a click rate and a read stay average duration. Based on this, performing statistics of the access heat of each content in the current search results is specifically performing statistics of the click rate and the read stay average duration of each content in the current search results.
  • the heat requirement may be a click threshold and a read duration threshold. If the click rate of the content in the search results is larger than the click threshold and the read stay average duration upon reading the content is larger than the read duration threshold, it is believed that the content meets the heat requirement; in other cases, it is believed that the content does not meet the heat requirement.
  • the aforesaid heat requirement may be pre-configured locally at the search engine.
  • the user upon performing real-time search each time, the user inputs the key word and inputs an instruction to enable the search engine to determine the heat requirement.
  • the search engine performs real-time search according to the user-input key word, and determines the heat requirement according to the user-input instruction.
  • the search engine may display an optional heat requirement to the user according to the user's instruction for the user's selection; the search engine selects recommended content from the search results according to the heat requirement selected by the user.
  • real-time search is performed according to the user's key word, a search result is pushed to the user, and the user may obtain the desired information in time.
  • statistics is performed for the access heat of each content in the current search results, content whose access heat meets the heat requirement is obtained from the current search results and pushed to the user as the pushed content, and this is equivalent to screening the search results. This may reduce the number of search results pushed to the user, reduce network resources consumed in pushing the search result to the user, and facilitate the saving of the user's network resources.
  • FIG. 2 is a block diagram of an apparatus for pushing search results according to an embodiment of the present disclosure.
  • the apparatus comprises: a searching module 21 , a statistics module 22 , an obtaining module 23 and a pushing module 24 .
  • the searching module 21 is configured to perform real-time search according to the user's key word to obtain current search results.
  • the statistics module 22 is configured to perform statistics of access heat of each content in the current search results obtained by the searching module 21 .
  • the obtaining module 23 is configured to, from the current search results, content whose access heat obtained by the statistic module 22 meets heat requirements, as content to be pushed.
  • the pushing module 24 is configured to push the content to be pushed obtained by the obtaining module 23 to the user.
  • the apparatus further comprises a judging module 25 .
  • the judging module 25 is configured to judge whether the current search results obtained by the searching module 21 have new content as compared with at least one search result before the current search results obtained by the searching module 21 , and if the judgment result is yes, trigger the statistics module 22 to execute the operation of performing statistics of the access heat of each content in the current search results.
  • the statistics module 22 may be specifically configured to:
  • the obtaining module 23 is specifically configured to:
  • the apparatus further comprises a deduplication module 26 .
  • the deduplication module 26 is configured to perform deduplication processing for the at least one search result before the current search results before the judging module 25 judges whether the current search results obtained by the searching module 21 have new content as compared with at least one search result before the current search results obtained by the searching module 21 .
  • the at least one search result before the current search results is a first search result obtained by performing real-time search according to the user's key word.
  • the statistics module 22 may be specifically configured to execute at least one of the following operations:
  • the apparatus further comprises a determining module 27 .
  • the determining module 27 is configured to determine the heat requirement according to the user's instruction before the obtaining module 23 obtains, from the current search results, content whose access heat obtained by the statistics module 22 meets the heat requirements as the content to be pushed.
  • the apparatus further comprises a receiving module 28 .
  • the receiving module 28 is configured to receive the user-input key word and receive the user-input instruction before the searching module 21 performs real-time search according to the user's key word.
  • the receiving module 28 is connected with the determining module 27 to provide the user's instruction to the determining module 27 .
  • the apparatus for pushing the search result according to the present embodiment may be implemented a functional module in the search engine, or be independent on the search engine but connected with the search engine.
  • the apparatus for pushing the search result performs real-time search according to the user's key word and pushes a search result to the user, and the user may obtain the desired information in time.
  • statistics is performed for the access heat of each content in the current search results, content whose access heat meets the heat requirement is obtained from the current search results and pushed to the user as the pushed content, and this is equivalent to screening the search results.
  • This may reduce the number of search results pushed to the user, reduce network resources consumed in pushing the search result to the user, and facilitate the saving of the user's network resources.
  • the revealed system, apparatus and method can be implemented in other ways.
  • the above-described embodiments for the apparatus are only exemplary, e.g., the division of the units is merely logical one, and, in reality, they can be divided in other ways upon implementation.
  • a plurality of units or components may be combined or integrated into another system, or some features may be neglected or not executed.
  • mutual coupling or direct coupling or communicative connection as displayed or discussed may be indirect coupling or communicative connection performed via some interfaces, means or units and may be electrical, mechanical or in other forms.
  • the units described as separate parts may be or may not be physically separated, the parts shown as units may be or may not be physical units, i.e., they can be located in one place, or distributed in a plurality of network units. One can select some or all the units to achieve the purpose of the embodiment according to the actual needs.
  • the aforementioned integrated unit in the form of software function units may be stored in a computer readable storage medium.
  • the aforementioned software function units are stored in a storage medium, including several instructions to instruct a computer device (a personal computer, server, or network equipment, etc.) or processor to perform some steps of the method described in the various embodiments of the present disclosure.
  • the aforementioned storage medium includes various media that may store program codes, such as U disk, removable hard disk, read-only memory (ROM), a random access memory (RAM), magnetic disk, or an optical disk.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Physics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Operations Research (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Algebra (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present disclosure provides a method and apparatus for pushing search results, an apparatus and a non-volatile computer storage medium. The method comprises: performing real-time search according to the user's key word to obtain current search results; performing statistics of access heat of each content in the current search results; obtaining, from the current search results, content whose access heat meets heat requirements, as content to be pushed; pushing the content to be pushed to the user. According to the present disclosure, while the real-time search is implemented, the search results are screened according to the access heat, which facilitates reduction of the number of search results pushed to the user, and thereby reduces network resources consumed in pushing the search result to the user.

Description

CROSS REFERENCE TO RELATED APPLICATIONS
The present application is the U.S. national phase of PCT Application PCT/CN2015/094527 filed on Nov. 13, 2015, which claims priority to the Chinese patent application No.201510390587.6 entitled “Method and Apparatus for Pushing Search Results” filed on Jul. 6, 2015, the disclosures of which are hereby incorporated by reference in their entireties.
FIELD OF THE DISCLOSURE
The present disclosure relates to the technical field of the Internet technologies, and particularly to a method and apparatus for pushing search results, an apparatus and a non-volatile computer storage medium.
BACKGROUND OF THE DISCLOSURE
As Internet applications prevail, spread and penetrate into people's life, users are no longer satisfied with obtaining desired information through the Internet, and they tend to hope that the desired information can appear before their eyes in time. Therefore, there arises entity-searching technology in conjunction with pushing. The entity-searching technology means that the user inputs a key word, and a search engine searches for the key word according to a fixed frequency and pushes search results to the user.
In the above solution, the search engine needs to frequently push search results to the user, so this seriously wastes the user's network resources.
SUMMARY OF THE DISCLOSURE
A plurality of aspects of the present disclosure provide a method and apparatus for pushing search results, an apparatus and a non-volatile computer storage medium, to reduce network resources consumed by pushing the search results to the user.
According to an aspect of the present disclosure, there is provided a method for pushing search results, comprising:
performing real-time search according to the user's key word to obtain current search results;
performing statistics of access heat of each content in the current search results;
obtaining, from the current search results, content whose access heat meets heat requirements, as content to be pushed;
pushing the content to be pushed to the user.
According to another aspect of the present disclosure, there is provided an apparatus for pushing search results, comprising:
a searching module configured to perform real-time search according to the user's key word to obtain current search results;
a statistics module configured to perform statistics of access heat of each content in the current search results;
an obtaining module configured to, from the current search results, content whose access heat meets heat requirements, as content to be pushed;
a pushing module configured to push the content to be pushed to the user.
According to a further aspect of the present disclosure, there is provided an apparatus, comprising
one or more processors;
a memory;
one or more programs stored in the memory and configured to execute the following operations when executed by the one or more processors:
performing real-time search according to the user's key word to obtain current search results;
performing statistics of access heat of each content in the current search results;
obtaining, from the current search results, content whose access heat meets heat requirements, as content to be pushed;
pushing the content to be pushed to the user.
According to a further aspect of the present disclosure, there is provided a non-volatile computer storage medium in which one or more programs are stored, an apparatus being enabled to execute the following operations when said one or more programs are executed by the apparatus:
performing real-time search according to the user's key word to obtain current search results;
performing statistics of access heat of each content in the current search results;
obtaining, from the current search results, content whose access heat meets heat requirements, as content to be pushed;
pushing the content to be pushed to the user.
In the present disclosure, real-time search is performed according to the user's key word and a search result is pushed to the user, and the user may obtain the desired information in time. In this procedure, statistics is performed for the access heat of each content in the current search results, content whose access heat meets the heat requirement is obtained from the current search results and pushed to the user as the pushed content, and this is equivalent to screening the search results. This may reduce the number of search results pushed to the user, reduce network resources consumed in pushing the search result to the user, and facilitate the saving of the user's network resources.
BRIEF DESCRIPTION OF DRAWINGS
To describe technical solutions of embodiments of the present disclosure more clearly, figures to be used in the embodiments or in depictions regarding the prior art will be described briefly. Obviously, the figures described below are only some embodiments of the present disclosure. Those having ordinary skill in the art appreciate that other figures may be obtained from these figures without making any inventive efforts.
FIG. 1 is a flow chart of a method of pushing search results according to an embodiment of the present disclosure;
FIG. 2 is a block diagram of an apparatus for pushing search results according to an embodiment of the present disclosure;
FIG. 3 is a block diagram of an apparatus for pushing search results according to another embodiment of the present disclosure.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
To make objectives, technical solutions and advantages of embodiments of the present disclosure clearer, technical solutions of embodiment of the present disclosure will be described clearly and completely with reference to figures in embodiments of the present disclosure. Obviously, embodiments described here are partial embodiments of the present disclosure, not all embodiments. All other embodiments obtained by those having ordinary skill in the art based on the embodiments of the present disclosure, without making any inventive efforts, fall within the protection scope of the present disclosure.
FIG. 1 is a flow chart of a method of pushing search results according to an embodiment of the present disclosure. As shown in FIG. 1, the method comprises:
101: performing real-time search according to the user's key word to obtain current search results.
102: performing statistics of access heat of each content in the current search results.
103: obtaining, from the current search results, content whose access heat meets heat requirements, as content to be pushed.
104: pushing the content to be pushed to the user.
In the present embodiment, the search engine performs real-time search according to the user's key word, and pushes the search results to the user so that the user obtains the desired information in time.
A mode of implementing real-time search is as follows: pre-setting a trigger condition for real-time search, and enabling the search engine to perform search according to the user's key word every time when the trigger condition for the real-time search is satisfied, wherein the trigger condition for the real-time search may be set adaptively according to specific application scenario. Illustration is presented by way of example.
For example, the trigger condition for the real-time search may be a preset search frequency. Based on this, the search engine cyclically performs search according to the preset search frequency and the user's key word to implement real-time search. By way of example, the search frequency may be searching once every two minutes, or every five minutes, or the like.
Again for example, the trigger condition for the real-time search may be a preset search times threshold in a unit time. Base on this, the search engine performs search not less than the search times threshold according to the user's key word in the unit time according to needs, to implement the real-time search. For example, the search times threshold in the unit time may be 10,000 times per hour or 200 times per minutes, or the like.
In addition, the trigger condition for the real-time search may further be some events, for example, the search frequency of the key word exceeds a threshold, or the user browses the current search results.
Since the real-time search needs to push the search results frequently to the user, which consumes the user's network resources such as traffic. Regarding this problem, in the present embodiment, after the search results are obtained by performing real-time search according to the user's key word, the search results are not directly pushed to the user as in the prior art, but filtered according to access heat of each content in the search results to obtain partial content whose access heat meets heat requirements and push it to the user, to reduce the number of pushed results and thereby reduce network resources consumed in pushing search results to the user, and save the user's network resources. It is appreciated that in the present embodiment, the search results are screened based on access heat, generally the content whose access heat meets the heat requirements belongs to content with higher value, the user only would like to click and view content with higher value, and content whose access heat does not meet the heat requirement generally belongs to content with lower value or without value. Therefore, the number of search results pushed to the user in the present embodiment is reduced, but the content pushed to the user all are content with higher value.
It is appreciated that the same processing may be performed for the search results obtained from each search during the real-time search. To facilitate depiction, the present embodiment presents detailed description by taking the current search results obtained from real-time search as an example.
Specifically, the search engine receives the user-input key word, and performs real-time search according to the user's key word to obtain the current search results; performs statistics of the access heat of each content in the current search results, and obtains from the current search results content whose access heat meets the heat requirements as the content to be pushed; and pushes the content to be pushed to the user.
Before performing the access heat of each content in the current search results, the search engine may judge whether the current search results have new content as compared with at least one search result before the current search results obtained by the search engine performing real-time search according to the user's key word; if the judgment result is yes, this means that the current search results have new content as compared with at least one previous search result. Since new content appears, it is determined that the current search results need to be pushed to the user so that the user obtains new content in time; on the contrary, if the judgment result is no, this means that the current search results do not have new content as compared with at least one previous search result, and means that the content in the current search results has already been pushed to the user during the previous pushing procedures. Therefore, it may be determined that the current search results may not be pushed to the user. This may save the user's network resources, lessen unpleasure caused by repeated pushing of the same content to the user, improve the user's experience, and meanwhile facilitate saving the processing resources of the search engine.
After it is determined that the current search results need to be pushed to the user, the search engine performs subsequent operations of performing statistics of the access heat of each content in the current search results and obtaining the content to be pushed according to the access heat and pushing the content to the user, thereby lessening the processing burden of the search engine and saving resources.
Furthermore, before judging whether the current search results have different new content as compared with at least one search result before the current search results, the search engine may perform deduplication processing for the at least one search result before the current search results. Said deduplication processing refers to removing the same content existing in each search result in at least one search result before the current search results. Deduplication may reduce the number of content compared with the current search results and facilitate lessening the processing burden of the search engine. For example, as for each search result, comparison may be performed according to the context of the key word to remove the repeated content (mainly webpages) in the search results.
It is appreciated that the at least one search result before the current search results may include all search results before the current search results, or may include partial search results before the current search results, for example may be the first search result. When the at least one search result before the current search results is the first search obtained by performing real-time search according to the user's key word, search results subsequently obtained from the real-time search are all compared with the first search result. If different new content appears, the flow shown in FIG. 1 will be executed to push the search result to the user.
In conjunction with the implementation mode of judging whether the current search results have new content as compared with at least one search result before the current search results, when it is judged that the current search results have new content as compared with at least one search result before the current search results, performing statistics of the access heat of each content in the current search results is specifically as follows: extracting from the current search results new content different from at least one previous search result, and performing statistics of the access heat of the new content. Only performing statistics of the access heat of the new content facilitates lessening the processing burden of the search engine and improving the statistics efficiency. Correspondingly, obtaining, from the current search results, the content whose access heat meets the heat requirements as the content to be pushed is specifically obtaining, from the new content, the content whose access heat meets the heat requirements as the content to be pushed.
In an optional implementation mode, the access heat of content in the search results may be reflected by a click rate. Based on this, performing statistics of the access heat of each content in the current search results is specifically performing statistics of the click rate of each content in the current search results. Correspondingly, the heat requirement may be a click threshold. If the click rate of the content in the search results is larger than the click threshold, it is believed that the content meets the heat requirement; on the contrary, it is believed that the content does not meet the heat requirement.
In an optional implementation mode, the access heat of content in the search results may be reflected by a read stay average duration. Based on this, performing statistics of the access heat of each content in the current search results is specifically performing statistics of the read stay average duration of each content in the current search results. Correspondingly, the heat requirement may be a read duration threshold. If the read stay average duration of the content in the search results is larger than the read duration threshold, it is believed that the content meets the heat requirement; on the contrary, it is believed that the content does not meet the heat requirement. The read stay average duration refers to an average value of read stay durations of all users clicking and reading the same content upon reading the content. The user's read stay duration for a certain content refers to a duration of stay on a page where the content lies after the user clicks the content.
In a further implementation mode, the access heat of content in the search results may be reflected by a click rate and a read stay average duration. Based on this, performing statistics of the access heat of each content in the current search results is specifically performing statistics of the click rate and the read stay average duration of each content in the current search results. Correspondingly, the heat requirement may be a click threshold and a read duration threshold. If the click rate of the content in the search results is larger than the click threshold and the read stay average duration upon reading the content is larger than the read duration threshold, it is believed that the content meets the heat requirement; in other cases, it is believed that the content does not meet the heat requirement.
The aforesaid heat requirement may be pre-configured locally at the search engine. Or, upon performing real-time search each time, the user inputs the key word and inputs an instruction to enable the search engine to determine the heat requirement. Based on this, the search engine performs real-time search according to the user-input key word, and determines the heat requirement according to the user-input instruction. For example, the search engine may display an optional heat requirement to the user according to the user's instruction for the user's selection; the search engine selects recommended content from the search results according to the heat requirement selected by the user.
As can be seen from the above, in the present embodiment, real-time search is performed according to the user's key word, a search result is pushed to the user, and the user may obtain the desired information in time. In this procedure, statistics is performed for the access heat of each content in the current search results, content whose access heat meets the heat requirement is obtained from the current search results and pushed to the user as the pushed content, and this is equivalent to screening the search results. This may reduce the number of search results pushed to the user, reduce network resources consumed in pushing the search result to the user, and facilitate the saving of the user's network resources.
As appreciated, for ease of description, the aforesaid method embodiments are all described as a combination of a series of actions, but those skilled in the art should appreciate that the present disclosure is not limited to the described order of actions because some steps may be performed in other orders or simultaneously according to the present disclosure. Secondly, those skilled in the art should appreciate the embodiments described in the description all belong to preferred embodiments, and the involved actions and modules are not necessarily requisite for the present disclosure.
In the above embodiments, different emphasis is placed on respective embodiments, and reference may be made to related depictions in other embodiments for portions not detailed in a certain embodiment.
FIG. 2 is a block diagram of an apparatus for pushing search results according to an embodiment of the present disclosure. As shown in FIG. 2, the apparatus comprises: a searching module 21, a statistics module 22, an obtaining module 23 and a pushing module 24.
The searching module 21 is configured to perform real-time search according to the user's key word to obtain current search results.
The statistics module 22 is configured to perform statistics of access heat of each content in the current search results obtained by the searching module 21.
The obtaining module 23 is configured to, from the current search results, content whose access heat obtained by the statistic module 22 meets heat requirements, as content to be pushed.
The pushing module 24 is configured to push the content to be pushed obtained by the obtaining module 23 to the user.
In an optional implementation mode, as shown in FIG. 3, the apparatus further comprises a judging module 25.
The judging module 25 is configured to judge whether the current search results obtained by the searching module 21 have new content as compared with at least one search result before the current search results obtained by the searching module 21, and if the judgment result is yes, trigger the statistics module 22 to execute the operation of performing statistics of the access heat of each content in the current search results.
In an optional implementation mode, the statistics module 22 may be specifically configured to:
extract from the current search results new content different from at least one search result before the current search results;
perform statistics of the access heat of the new content.
Correspondingly, the obtaining module 23 is specifically configured to:
obtain, from the new content, the content whose access heat meets the heat requirements as the content to be pushed.
In an optional implementation mode, the apparatus further comprises a deduplication module 26.
The deduplication module 26 is configured to perform deduplication processing for the at least one search result before the current search results before the judging module 25 judges whether the current search results obtained by the searching module 21 have new content as compared with at least one search result before the current search results obtained by the searching module 21.
In an optional implementation mode, the at least one search result before the current search results is a first search result obtained by performing real-time search according to the user's key word.
In an optional implementation mode, the statistics module 22 may be specifically configured to execute at least one of the following operations:
perform statistics of a click rate of each content in the current search results;
perform statistics of a read stay average duration upon reading each content in the current search results.
In an optional implementation mode, as shown in FIG. 3, the apparatus further comprises a determining module 27.
The determining module 27 is configured to determine the heat requirement according to the user's instruction before the obtaining module 23 obtains, from the current search results, content whose access heat obtained by the statistics module 22 meets the heat requirements as the content to be pushed.
In an optional implementation mode, as shown in FIG. 3, the apparatus further comprises a receiving module 28.
The receiving module 28 is configured to receive the user-input key word and receive the user-input instruction before the searching module 21 performs real-time search according to the user's key word. The receiving module 28 is connected with the determining module 27 to provide the user's instruction to the determining module 27.
The apparatus for pushing the search result according to the present embodiment may be implemented a functional module in the search engine, or be independent on the search engine but connected with the search engine.
The apparatus for pushing the search result according to the present embodiment performs real-time search according to the user's key word and pushes a search result to the user, and the user may obtain the desired information in time. In this procedure, statistics is performed for the access heat of each content in the current search results, content whose access heat meets the heat requirement is obtained from the current search results and pushed to the user as the pushed content, and this is equivalent to screening the search results. This may reduce the number of search results pushed to the user, reduce network resources consumed in pushing the search result to the user, and facilitate the saving of the user's network resources.
Those skilled in the art can clearly understand that for purpose of convenience and brevity of depictions, reference may be made to corresponding procedures in the aforesaid method embodiments for specific operation procedures of the system, apparatus and units described above, which will not be detailed any more.
In the embodiments provided by the present disclosure, it should be understood that the revealed system, apparatus and method can be implemented in other ways. For example, the above-described embodiments for the apparatus are only exemplary, e.g., the division of the units is merely logical one, and, in reality, they can be divided in other ways upon implementation. For example, a plurality of units or components may be combined or integrated into another system, or some features may be neglected or not executed. In addition, mutual coupling or direct coupling or communicative connection as displayed or discussed may be indirect coupling or communicative connection performed via some interfaces, means or units and may be electrical, mechanical or in other forms.
The units described as separate parts may be or may not be physically separated, the parts shown as units may be or may not be physical units, i.e., they can be located in one place, or distributed in a plurality of network units. One can select some or all the units to achieve the purpose of the embodiment according to the actual needs.
Further, in the embodiments of the present disclosure, functional units can be integrated in one processing unit, or they can be separate physical presences; or two or more units can be integrated in one unit. The integrated unit described above can be implemented in the form of hardware, or they can be implemented with hardware plus software functional units.
The aforementioned integrated unit in the form of software function units may be stored in a computer readable storage medium. The aforementioned software function units are stored in a storage medium, including several instructions to instruct a computer device (a personal computer, server, or network equipment, etc.) or processor to perform some steps of the method described in the various embodiments of the present disclosure. The aforementioned storage medium includes various media that may store program codes, such as U disk, removable hard disk, read-only memory (ROM), a random access memory (RAM), magnetic disk, or an optical disk.
Finally, it is appreciated that the above embodiments are only used to illustrate the technical solutions of the present disclosure, not to limit the present disclosure;
although the present disclosure is described in detail with reference to the above embodiments, those having ordinary skill in the art should understand that they still can modify technical solutions recited in the aforesaid embodiments or equivalently replace partial technical features therein; these modifications or substitutions do not make essence of corresponding technical solutions depart from the spirit and scope of technical solutions of embodiments of the present disclosure.

Claims (12)

What is claimed is:
1. A method for pushing search results, wherein the method comprises:
performing repeatedly searches over time according to a user's same key word to obtain sequentially previous search results and current search results, wherein the previous search results correspond respectively to previous searches for the user's same key word while the current search results are obtained from the current search for the user's same key word;
removing repeated contents from the previous search results;
determining that the current search results have new content as compared with the previous search results, and extracting the new content from the current search results;
performing statistics of access heat of the new content in the current search results;
obtaining, from the new content of the current search results, content whose access heat meets heat requirements, as content to be pushed; and
pushing the content to be pushed to the user.
2. The method according to claim 1, wherein the previous search results comprise a first search result.
3. The method according to claim 1, wherein the performing statistics of access heat of the new content in the current search results comprises at least one of the following operations:
performing statistics of a click rate of the new content in the current search results;
performing statistics of a read stay average duration upon reading the new content in the current search results.
4. The method according to claim 1, wherein the obtaining, from the new content of the current search results, content whose access heat meets heat requirements, as content to be pushed, comprises:
determining the heat requirement according to the user's instruction.
5. An apparatus, comprising
one or more processors;
a memory;
one or more programs stored in the memory and configured to execute the following operation when executed by the one or more processors:
performing repeatedly searches over time according to a user's same key word to obtain sequentially previous search results and current search results, wherein the previous search results correspond respectively to previous searches for the user's same key word while the current search results are obtained from the current search for the user's same key word;
removing repeated contents from the previous search results;
determining that the current search results have new content as compared with the previous search results, and extracting the new content from the current search results;
performing statistics of access heat of the new content in the current search results;
obtaining, from the new content of the current search results, content whose access heat meets heat requirements, as content to be pushed; and
pushing the content to be pushed to the user.
6. The apparatus according to claim 5, wherein
the previous search results comprise a first search result.
7. The apparatus according to claim 5, wherein
the operation of performing statistics of access heat of the new content in the current search results comprises at least one of the following operations:
performing statistics of a click rate of the new content in the current search results;
performing statistics of a read stay average duration upon reading the new content in the current search results.
8. The apparatus according to claim 5, wherein
the operation of obtaining, from the new content of the current search results, content whose access heat meets heat requirements, as content to be pushed, comprises:
determining the heat requirement according to the user's instruction.
9. A non-volatile computer storage medium in which one or more programs are stored, an apparatus being enabled to execute the following operations when said one or more programs are executed by the apparatus:
performing repeatedly searches over time according to a user's same key word to obtain sequentially previous search results and current search results, wherein the previous search results correspond respectively to previous searches for the user's same key word while the current search results are obtained from the current search for the user's same key word;
removing repeated contents from the previous search results;
determining that the current search results have new content as compared with the previous search results, and extracting the new content from the current search results;
performing statistics of access heat of the new content in the current search results;
obtaining, from the new content of the current search results, content whose access heat meets heat requirements, as content to be pushed; and
pushing the content to be pushed to the user.
10. The non-volatile computer storage medium according to claim 9, wherein
the previous search results comprise a first search result.
11. The non-volatile computer storage medium according to claim 9, wherein
the operation of performing statistics of access heat of the new content in the current search results comprises at least one of the following operations:
performing statistics of a click rate of the new content in the current search results;
performing statistics of a read stay average duration upon reading the new content in the current search results.
12. The non-volatile computer storage medium according to claim 9, wherein
the operation of obtaining, from the new content of the current search results, content whose access heat meets heat requirements, as content to be pushed, comprises:
determining the heat requirement according to the user's instruction.
US15/534,452 2015-07-06 2015-11-13 Method and apparatus for pushing search results, an apparatus and non-volatile computer storage medium Active 2037-09-14 US11294966B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201510390587.6A CN105095399B (en) 2015-07-06 2015-07-06 Search result push method and device
CN201510390587.6 2015-07-06
PCT/CN2015/094527 WO2017004921A1 (en) 2015-07-06 2015-11-13 Search result pushing method, device and apparatus, and non-volatile computer storage medium

Publications (2)

Publication Number Publication Date
US20170364592A1 US20170364592A1 (en) 2017-12-21
US11294966B2 true US11294966B2 (en) 2022-04-05

Family

ID=54575836

Family Applications (1)

Application Number Title Priority Date Filing Date
US15/534,452 Active 2037-09-14 US11294966B2 (en) 2015-07-06 2015-11-13 Method and apparatus for pushing search results, an apparatus and non-volatile computer storage medium

Country Status (3)

Country Link
US (1) US11294966B2 (en)
CN (1) CN105095399B (en)
WO (1) WO2017004921A1 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107194572A (en) * 2017-05-18 2017-09-22 广东中科国志科技发展有限公司 Method and device for technology assessment
CN110020095A (en) * 2017-07-21 2019-07-16 北京搜狗科技发展有限公司 Temperature based reminding method, device and the device reminded for temperature
CN109981695B (en) * 2017-12-27 2021-03-26 Oppo广东移动通信有限公司 Content pushing method, device and equipment
CN110008403B (en) * 2019-03-05 2021-05-28 百度在线网络技术(北京)有限公司 Target information sorting method, sorting system, recommendation method and recommendation system
CN111666486B (en) * 2019-03-07 2023-10-03 腾讯科技(深圳)有限公司 Method and device for acquiring heat value
CN110222156B (en) * 2019-06-14 2021-11-16 北京百度网讯科技有限公司 Method and device for discovering entity, electronic equipment and computer readable medium
CN110351371A (en) * 2019-07-15 2019-10-18 星联云服科技有限公司 A kind of method and system carrying out data-pushing in cloud storage system
CN111524518B (en) * 2020-04-01 2023-04-18 Oppo广东移动通信有限公司 Augmented reality processing method and device, storage medium and electronic equipment

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101510199A (en) 2008-11-13 2009-08-19 北京搜狗科技发展有限公司 Web page loading method and system
CN101546334A (en) 2009-04-23 2009-09-30 腾讯科技(深圳)有限公司 Method, device and browsing system for prompting webpage information search result in browser
US7693836B2 (en) * 2005-12-27 2010-04-06 Baynote, Inc. Method and apparatus for determining peer groups based upon observed usage patterns
CN101937437A (en) 2009-06-30 2011-01-05 华为技术有限公司 A search method, device and system
US20110055191A1 (en) * 2008-03-13 2011-03-03 Business Partners Limited Improved search engine
CN102799587A (en) 2011-05-25 2012-11-28 腾讯科技(深圳)有限公司 Forum searching method and device
US8515816B2 (en) * 2004-02-15 2013-08-20 Google Inc. Aggregate analysis of text captures performed by multiple users from rendered documents
CN103365858A (en) 2012-03-28 2013-10-23 百度在线网络技术(北京)有限公司 Method and device for acquiring searching results from multiple source devices and based on one inquiry sequence
US20140108445A1 (en) * 2011-05-05 2014-04-17 Google Inc. System and Method for Personalizing Query Suggestions Based on User Interest Profile
CN104239455A (en) 2014-09-02 2014-12-24 百度在线网络技术(北京)有限公司 Method and device for obtaining searching results
CN104572717A (en) 2013-10-18 2015-04-29 腾讯科技(深圳)有限公司 Information searching method and device
CN104657387A (en) 2013-11-22 2015-05-27 华为技术有限公司 Data query method and device
CN104679820A (en) 2014-12-29 2015-06-03 厦门欣欣信息有限公司 Search result ordering method and search result ordering device
US20150178807A1 (en) * 2013-12-20 2015-06-25 Zumur, LLC System and method for asynchronous consumer item searching requests with synchronous parallel searching
US20150254714A1 (en) * 2014-03-10 2015-09-10 Yahoo! Inc. Systems and methods for keyword suggestion
CN104978434A (en) 2015-07-17 2015-10-14 安一恒通(北京)科技有限公司 Webpage providing method and device
US20160034555A1 (en) * 2014-07-31 2016-02-04 Splunk Inc. Search result replication in a search head cluster

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8515816B2 (en) * 2004-02-15 2013-08-20 Google Inc. Aggregate analysis of text captures performed by multiple users from rendered documents
US7693836B2 (en) * 2005-12-27 2010-04-06 Baynote, Inc. Method and apparatus for determining peer groups based upon observed usage patterns
US20110055191A1 (en) * 2008-03-13 2011-03-03 Business Partners Limited Improved search engine
CN101510199A (en) 2008-11-13 2009-08-19 北京搜狗科技发展有限公司 Web page loading method and system
CN101546334A (en) 2009-04-23 2009-09-30 腾讯科技(深圳)有限公司 Method, device and browsing system for prompting webpage information search result in browser
CN101937437A (en) 2009-06-30 2011-01-05 华为技术有限公司 A search method, device and system
US20140108445A1 (en) * 2011-05-05 2014-04-17 Google Inc. System and Method for Personalizing Query Suggestions Based on User Interest Profile
CN102799587A (en) 2011-05-25 2012-11-28 腾讯科技(深圳)有限公司 Forum searching method and device
CN103365858A (en) 2012-03-28 2013-10-23 百度在线网络技术(北京)有限公司 Method and device for acquiring searching results from multiple source devices and based on one inquiry sequence
CN104572717A (en) 2013-10-18 2015-04-29 腾讯科技(深圳)有限公司 Information searching method and device
CN104657387A (en) 2013-11-22 2015-05-27 华为技术有限公司 Data query method and device
US20150178807A1 (en) * 2013-12-20 2015-06-25 Zumur, LLC System and method for asynchronous consumer item searching requests with synchronous parallel searching
US20150254714A1 (en) * 2014-03-10 2015-09-10 Yahoo! Inc. Systems and methods for keyword suggestion
US20160034555A1 (en) * 2014-07-31 2016-02-04 Splunk Inc. Search result replication in a search head cluster
CN104239455A (en) 2014-09-02 2014-12-24 百度在线网络技术(北京)有限公司 Method and device for obtaining searching results
CN104679820A (en) 2014-12-29 2015-06-03 厦门欣欣信息有限公司 Search result ordering method and search result ordering device
CN104978434A (en) 2015-07-17 2015-10-14 安一恒通(北京)科技有限公司 Webpage providing method and device

Non-Patent Citations (10)

* Cited by examiner, † Cited by third party
Title
Cho et al.: "Impact of Search Engines on Page Popularity", WWW2004, May 17-22, 2004, New York, New York, USA. ACM 158113844X/04/0005. (Year: 2004). *
Church et al.: "Mobile Information Access: A Study of Emerging Search Behavior on the Mobile Internet", ACM Transactions on the Web, vol. 1, No. 1, Article 4, Publication date: May 2007 (Year: 2007). *
First Office Action and Search Report from CN app. No. 201510390587.6, dated Dec. 11, 2017, with English translation provided by Global Dossier.
International Preliminary Report on Patentability from PCT/CN2015/094527, dated Jan. 9, 2018, with English translation from WIPO.
International Search Report for PCT/CN2015/094527, dated Apr. 12, 2016, and its English translation provided by WIPO.
Notification to Grant Patent Right for Invention from CN app. No. 201510390587.6, dated Apr. 4, 2019, with English translation provided by Global Dossier.
Second Office Action from CN app. No. 201510390587.6, dated Jun. 12, 2018, with machine English translation provided by Google Translate.
Third Office Action and Supplementary Search Report from CN app. No. 201510390587.6, dated Nov. 8, 2018, with English translation provided by Global Dossier.
Written Opinion of the International Search Authority for PCT/CN2015/094527, dated Apr. 12, 2016, and its English translation provided by Bing.Com Microsoft Translator.
Written Opinion of the International Searching Authority from PCT/CN2015/094527, dated Apr. 12, 2016, with English translation from WIPO.

Also Published As

Publication number Publication date
CN105095399A (en) 2015-11-25
CN105095399B (en) 2019-06-28
US20170364592A1 (en) 2017-12-21
WO2017004921A1 (en) 2017-01-12

Similar Documents

Publication Publication Date Title
US11294966B2 (en) Method and apparatus for pushing search results, an apparatus and non-volatile computer storage medium
CN102332001B (en) Video thumbnail generation method and device
US10977317B2 (en) Search result displaying method and apparatus
CN103870553B (en) A kind of input resource supplying method and system
CN109800431B (en) Event information keyword extraction, monitoring method and system and storage and processing device
US11194863B2 (en) Searching method and apparatus, device and non-volatile computer storage medium
US20170201566A1 (en) File downloading method, apparatus, and terminal device
US20140379719A1 (en) System and method for tagging and searching documents
KR102104193B1 (en) How to select service parameters and related devices
CN103399865B (en) A method and device for generating multimedia files
JP6373489B2 (en) Compress cascading style sheet files
CN105760522A (en) Information search method and device based on application program
CN104378406B (en) Information-pushing method and device
WO2015027882A1 (en) Method, apparatus and terminal for image processing
US20200004785A1 (en) Automatic grouping based on user behavior
CN105335383B (en) Input information processing method and device
HK1199668A1 (en) Method, apparatus, terminal device and server for image recognition
CN105872731A (en) Data processing method and device
CN112131539A (en) Watermark information adding method and device
CN107239543A (en) Application icon processing method and processing device
CN101567819A (en) Information reporting method and server
CN113923485A (en) A method, device, and computer-readable storage medium for adjusting code rate
CN113655958A (en) How to store application data
CN110460593B (en) Network address identification method, device and medium for mobile traffic gateway
CN110309328B (en) Data storage method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

AS Assignment

Owner name: BAIDU ONLINE NETWORK TECHNOLOGY (BEIJING) CO., LTD., CHINA

Free format text: NUNC PRO TUNC ASSIGNMENT;ASSIGNORS:XING, LIANG;LI, YAJIE;REEL/FRAME:059051/0187

Effective date: 20170220

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4