WO2012041214A1 - 一种信息主动推送方法及服务器 - Google Patents
一种信息主动推送方法及服务器 Download PDFInfo
- Publication number
- WO2012041214A1 WO2012041214A1 PCT/CN2011/080206 CN2011080206W WO2012041214A1 WO 2012041214 A1 WO2012041214 A1 WO 2012041214A1 CN 2011080206 W CN2011080206 W CN 2011080206W WO 2012041214 A1 WO2012041214 A1 WO 2012041214A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- information
- search
- user
- field
- record
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2458—Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
- G06F16/2468—Fuzzy queries
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/55—Push-based network services
Definitions
- the application is submitted to the Chinese Patent Office on September 30, 2010, and the application number is CN 201010505939. 5.
- the Chinese patent application whose invention name is "an information active push method and server” is preferred. The entire contents of which are incorporated herein by reference.
- the present invention relates to the field of network technologies, and in particular, to an information active push method and a server. BACKGROUND With the development and popularization of the Internet and related technologies, some service systems provide people with huge information in various aspects through the Internet, and more and more marketing activities are also started on the Internet, using the network to search for information and directly on the Internet. Shopping, etc. gradually enter people's daily lives.
- the related service system for providing information mainly adopts the method of "passively providing information", for example, the user inputs in the search box of the service provider website.
- Keywords Searching for information that matches the keyword, the search engine of the service provider crawls the relevant information in the database according to the keyword, and provides the result to the user as a result, so as to facilitate subsequent operations of the user.
- the search engine cannot find the information matching the keyword in the database, it will display the information without the search result to the user, and end the information providing process. If the subsequent database updates the data, the keyword is added. Matching information, the service system can only provide matching information to the user when the user initiates the next visit and enters the keyword query again. Therefore, the inventors have found in the process of implementing the present invention that for the service system, the above method of passively providing information increases the time interval for providing information and reduces the efficiency of the user to obtain information. Summary of the invention
- An embodiment of the present invention provides an information active push method and a server, which can actively push information to a user related to the information after receiving the updated data, and shorten the time interval for providing the information.
- the embodiment of the invention provides a method for actively pushing information, including:
- Querying a search record that matches the updated data Determining whether the search record matching the updated data satisfies a push condition, and acquiring user information corresponding to the search record that satisfies the push condition;
- the embodiment of the invention further provides an information active push server, including:
- a data receiving unit configured to receive updated data
- a record query unit configured to query a search record that matches the updated data
- An information querying unit configured to determine whether the search record matching the updated data satisfies a pushing condition, and acquire user information corresponding to the search record that meets the pushing condition;
- an information pushing unit configured to: according to the user information, push the updated data to all or a part of users corresponding to the user information.
- the server After receiving the updated data, the server actively obtains the user's search record and filters according to the push condition, and finally pushes the updated data to the filtered user, thereby realizing the active push of the information, thereby shortening
- the time interval for providing information to the user improves the efficiency of the user to obtain the required information, and filters the pushed user by increasing the push condition, thereby effectively saving the resources occupied by the push information, and improving the accuracy and improvement of the push user.
- FIG. 1 is a flowchart of a method for actively pushing information according to an embodiment of the present invention
- FIG. 3 is a flow chart of another method for actively pushing information according to an embodiment of the present invention.
- FIG. 4 is a schematic structural diagram of an information active push server according to an embodiment of the present invention.
- FIG. 5 is a schematic structural diagram of another information active push server according to an embodiment of the present invention.
- DETAILED DESCRIPTION OF THE INVENTION In order to make those skilled in the art further understand the present invention, the following detailed description of the invention and the accompanying drawings.
- the service system adopts a passive manner of providing information.
- the user can only provide information to the user when requesting access to the data information, thereby increasing the service system.
- the time interval for providing information reduces the efficiency of users' access to information, which cannot meet people's needs and is not conducive to users' access to information.
- an embodiment of the present invention provides a method and a server for actively pushing information, which can actively push information to a user related to the information after receiving the updated data.
- FIG. 1 is a flowchart of a method for actively pushing information according to an embodiment of the present invention.
- the method can include:
- Step 101 Receive updated data.
- the updated data may be sent to the server and received by the server, and the server may be a recommendation engine server or the like.
- the receiving action of the server may be triggered immediately when the data is updated, or may be a preset time interval, received once every time, or may be a set number threshold, for example, when three data updates occur in the database, Trigger the server to receive the updated data for these three times.
- the updated data may include a new field in the database, and may also include an update to a field value of an original field in the database, which is not limited herein.
- Step 102 Query a search record that matches the updated data.
- the server After receiving the updated data, the server queries the search record that matches the data; wherein, the search record is a record of the user's search behavior each time the server receives the user's search request.
- the content of the search record may include input keywords, database data matching the keywords, search results, number of times of browsing, whether or not to collect, whether to download, user information, and the like, and may also include some of the information therein, which is not limited herein.
- the query may be queried according to the matching relationship between the updated data and the keywords in the search record. For details, refer to the description of the subsequent embodiments.
- Step 103 Determine a search record that satisfies the push condition, and acquire user information corresponding to the search record that satisfies the push condition.
- the server After querying the search record that matches the updated data, the server checks whether the search record satisfies the push condition, and if so, further retrieves the user information corresponding to the search record.
- the push condition can be set as needed, and the search record satisfying the push condition may include one or more of the following: the search result is a search record without a match, the search result of the searched software is not downloaded by the user after the search result is output, search As a result, the user outputs one or more search records that are searched by the user, or the search result outputs the search record of the number of times the number of the user browses the search exceeds the threshold, wherein the threshold may be set according to requirements. For example three times. among them, The search result is that there is no match.
- the search request server for a certain user cannot find an item that matches the keyword input by the user;
- the no download record may be that the final behavior after the user search is not downloaded;
- the collection may be a record in which the user collects the searched information;
- the browsing is a browsing record of the user's searched information.
- the user information corresponding to the search record is further obtained, and the user information may refer to the login information of the user or the identifier information of the terminal used by the user.
- the login information of the user may be the user.
- One or more of the name, the nickname, and the email, the identification information of the terminal used by the user may be one or more of the user's mobile phone number and the phone number, and the user information base may be established in advance.
- Step 104 Push the updated data to all or a part of the users corresponding to the user information according to the user information.
- all users or some users can be selected to push the updated data.
- the updated data may be sent by sending an email to the user's mailbox; or the identifier of the terminal used by the user, such as a mobile phone number, may be obtained, and the updated data may be pushed to the user's terminal through PUSH technology or the like.
- other methods can also be used for pushing, which is not limited herein.
- the server After receiving the updated data, the server actively obtains the user's search record and filters according to the push condition, and finally pushes the updated data to the filtered user, thereby realizing the active push of the information, thereby shortening
- the time interval for providing information to the user improves the efficiency of the user to obtain the required information, and filters the pushed user by increasing the push condition, thereby effectively saving the resources occupied by the push information, and improving the accuracy and improvement of the push user.
- FIG. 2 is a flowchart of another method for actively pushing information according to an embodiment of the present invention.
- the method can include:
- Step 201 Receive updated data, where the updated data includes a new field.
- the search engine search database does not find the search result matching the keyword "camping tent”
- the search result is displayed to the user as no match.
- the server will record the search record of user A, which may include the user information of user A (for example, user A's email), the keyword "camping tent", and the search result as no match.
- the database When the database is updated, it triggers the server to receive updated data.
- the updated data is: A new field “tent” is added to the database, and the corresponding field values of the field are "camping tent”, “mountain tent” and the like.
- Step 202 Query a search record that matches the newly added field.
- the server can use the field name of the newly added field to query the search record saved on the server, when one or more When a part of a keyword or a keyword of a search record is a field name or a field value of a newly added field, the one or more search records may be used as a search record matching the newly added field; the server may also utilize the newly added field.
- the field name queries the search record saved on the server.
- the keyword or part of the keyword of one or more search records can be fuzzyly matched with the field name or field value of the newly added field, the one or more search records are taken as Search history that matches the newly added field.
- the server after receiving the newly added field "tent” and its field value, the server will retrieve the search record and query whether there is a field name "tent” with the field and the field value "camping tent", “mountain tent” "Matched search records.
- the keyword "camping tent” in the search record of the user A is the same as the field value "camping tent” of the newly added field "tent", so the search result of the keyword "camping tent” of the user A is Match the new field "tent”.
- the matching rule may be set according to requirements, for example, the matching rule is set to the new field name or the part of the field value corresponding to the newly added field is the same as the part in the keyword;
- the search record with the keyword "camping tent” may be the data with the field value “camping tent", the data with the field name "tent”, and the field value of the "mountain tent", ie the field name”
- the data of the tent and the field value of the "mountain tent” match the word “tent” in the keyword “camping tent”, and the keyword “tenter” can be considered as the search record of the "camping tent” and the new field “tent” match.
- Step 203 Acquire user information corresponding to the search record whose search result is no match.
- the record "the search result is no match" satisfies the push condition, and further obtains the information of the user A, which may be the user A's email.
- Step 204 Send updated data by email according to the user information.
- the server sends the newly added field "tent" in the database and its specific information, such as the field value, to the mailbox of the user A through the email address obtained in step 203, thereby completing the automatic pushing of the data information.
- the server when receiving the new information of the database, queries and filters the pre-stored search record, and sends the newly added information to the user corresponding to the filtered search record, thereby realizing the active push of the information.
- the time interval for providing information to the user is shortened, the efficiency of the user to obtain the required information is improved, and the push user is filtered by increasing the push condition, thereby effectively saving the resources occupied by the push information and improving the accuracy of the push user. Improved user experience.
- FIG. 3 it is a flowchart of another method for actively pushing information according to an embodiment of the present invention.
- the method can include:
- Step 301 Receive updated data, where the updated data includes an update field value of the original field.
- the search engine is in the database. After finding the search result matching the keyword "tent”, the search result matching the keyword “tent” is displayed to the user; after that, the user B collects one or more pieces of information in the search result.
- the server will record user B's search history, which may include user B's user information, search keyword "tent", one or more pieces of information collected from the search results, and the like.
- the server When the database performs data update, the server is triggered to receive the updated data.
- the updated data information is an update of the field value of the original field "tent" in the database.
- Step 302 Query a search record that matches the original field.
- the server may use the field value updated by the original field to query the search record saved on the server.
- the keyword or part of the keyword of the one or more search records is the field name or the updated field value of the original field
- the one or Multiple search records as search records matching the newly added fields; or, the field values updated by the original fields may be used to query the search records saved on the server, when one or more search records are part of the keywords or keywords and the original
- the field name of the field or the updated field value can be fuzzy matched, the one or more search records are taken as the search record matching the newly added field.
- the server after receiving the updated data of the original field "tent", the server retrieves the search record and queries whether there is a search record matching the field "tent".
- the keyword "tent" in the search record of the user B is consistent with the field name "tent” of the original field, so the search record of the keyword “tent” of the user B matches the original field "tent”. .
- Step 303 Acquire terminal identification information corresponding to the search record that meets the pushing condition.
- the B user Querying the search record of the user B, the B user collects one or more pieces of information in the search result, and thus satisfies the push condition. At this time, the user information of the user B is further obtained. In this embodiment, the user information of the user B is obtained. It is the identification information of the user B terminal, such as a mobile phone number.
- the push condition may also be set to a "no download" record, "browse" the number of times in the search results, and/or the number of records exceeding the preset threshold, and the like.
- Step 304 Push the updated data to the terminal having the identification information by using the PUSH technology.
- the server pushes the field value of the original field "tent" updated in the database to the terminal having the above identification information through the PUSH technology, thereby completing the automatic pushing of the data information.
- the PUSH technology is prior art and will not be described here.
- the server when receiving the update field value information of the database, the server queries and filters the pre-stored search record, and sends the updated data to the user corresponding to the filtered search record, thereby realizing the active push of the information.
- the server queries and filters the pre-stored search record, and sends the updated data to the user corresponding to the filtered search record, thereby realizing the active push of the information.
- FIG. 4 is a schematic structural diagram of an information active push server according to an embodiment of the present invention.
- the server can include the following units:
- the data receiving unit 401 is configured to receive updated data.
- the record query unit 402 is configured to query a search record that matches the updated data.
- the information query unit 403 is configured to determine a search record that satisfies the push condition, and acquire user information corresponding to the search record that satisfies the push condition.
- the information pushing unit 404 is configured to push the updated data to all or a part of the users corresponding to the user information according to the user information.
- the updated data when the data in the database is updated, the updated data may be sent to the server, and received by the data receiving unit 401 of the server, where the updated data may specifically include a new field in the database, It can include updates to field values for an original field in the database, and so on.
- the record query unit 402 queries the search record that matches the data, and can query according to the matching relationship between the updated data and the keywords in the search record when querying the search record.
- the information query unit 403 checks whether the search record satisfies the push condition, and if so, further retrieves the user information corresponding to the search record, wherein the push condition may be
- the search record that satisfies the push condition may include one or more of the following: the search result is a search record without a match, the search result of the searched software is not downloaded by the user after the search result is output, and the search result output user is output.
- the user information may be the login information of the user or the identification information of the terminal used by the user.
- the login information of the user may be one or more of the user name, the nickname, and the email, and the identifier information of the terminal used by the user may be In the user's mobile number and phone number One or more, etc., a user information base can be established in advance.
- the information pushing unit 404 pushes the updated information according to the user information. Data.
- the embodiments of the present invention implement active push of information by using the above units, thereby shortening the time interval for providing information to the user, improving the efficiency of the user to obtain the required information, and filtering the pushed users by increasing the push conditions, thereby effectively saving.
- the resources occupied by the push information are improved, and the accuracy of the push user is improved, and the user experience is improved.
- FIG. 5 is a schematic structural diagram of another information active push server according to an embodiment of the present invention.
- the server may include or may include a data receiving unit 501, a record query unit 502, an information query unit 503, and an information push unit 504.
- the record query unit 502 may further include:
- the first query subunit 5021 is configured to query a search record that matches the newly added field when the updated data includes a new field.
- the second query subunit 5022 is configured to query a search record that matches the original field when the updated data includes an update field value of the original field.
- the first query sub-unit 5021 may specifically query the search record saved on the server by using the field name of the newly added field, when a part of the keyword or keyword of the one or more search records is a new field.
- the one or more search records are used as search records that match the newly added field; or, by using the field name of the newly added field, the search record saved on the server is queried, when one or more search records
- the one or more search records are used as a search record matching the newly added field.
- the second query sub-unit 5022 may specifically query the search record saved on the server by using the field value updated by the original field, when the keyword or part of the keyword of the one or more search records is the field name or the updated field value of the original field.
- the one or more search records are used as search records matching the newly added fields; or, the field values updated by the original field are used to query the search records saved on the server, when one or more search records are keywords or keywords
- the one or more search records are used as a search record that matches the newly added field.
- the information query unit 503 is specifically configured to obtain the user information that is used to initiate the search record that meets the push condition.
- the user information is similar to the foregoing embodiment, and details are not described herein again.
- the information pushing unit 504 is specifically configured to obtain terminal identification information in the user information, and push the updated data to the terminal having the identification information by using the PUSH technology.
- the embodiments of the present invention implement active push of information through the above units, thereby shortening the provision of information to the user.
- the time interval of the information improves the efficiency of the user to obtain the required information, and filters the pushed user by increasing the pushing condition, which effectively saves the resources occupied by the push information, improves the accuracy of the push user, and improves the user experience.
- each unit in the foregoing server refer to the description in the foregoing method embodiment, and details are not described herein again.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Fuzzy Systems (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Computational Linguistics (AREA)
- Automation & Control Theory (AREA)
- Probability & Statistics with Applications (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
公开了一种信息主动推送方法及服务器。该方法包括:接收更新的数据;查询与所述更新的数据相匹配的搜索记录;确定满足推送条件的搜索记录,并获取所述满足推送条件的搜索记录所对应的用户信息;根据所述用户信息,向所述用户信息对应的全部或部分用户推送所述更新的数据。该方法实现了信息的主动推送,缩短了向用户供信息的时间间隔,提高了用户获得所需信息的效率,而且通过增加推送条件对推送的用户进行筛选,节约了推送信息占用的资源,提高了推送用户的准确性,改善了用户体验。
Description
一种信息主动推送方法及服务器 本申请要求于 2010年 09月 30日提交中国专利局、 申请号为 CN 201010505939. 5、 发明名称为 "一种信息主动推送方法及服务器"的中国专利申请的优先权, 其全部内容 通过引用结合在本申请中。 技术领域 本发明涉及网络技术领域, 尤其涉及一种信息主动推送方法及服务器。 背景技术 随着互联网及相关技术的发展和普及,一些服务系统通过互联网在各个方面向人们 提供着庞大的信息, 越来越多的营销活动也开始在网上进行, 利用网络搜索信息和直接 在网上购物等逐渐进入人们的日常生活。
目前, 人们在搜索信息或在网上购物时主要采用 "信息求取"的方式, 而提供信息 的相关服务系统则主要采用 "被动提供信息"的方式, 例如用户在服务商网站的搜索框 中输入关键词, 对符合关键词的信息进行搜索, 服务商的搜索引擎根据该关键词在数据 库中抓取相关信息, 并将其作为结果提供给用户, 以便于用户的后续操作。
然而, 当搜索引擎在数据库中找不到与关键词匹配的信息时, 就会向用户显示无搜 索结果的信息, 结束此次信息提供过程, 如果后续数据库更新了数据, 增加了与前述关 键词匹配的信息, 服务系统也只能待用户发起下一次访问并再次输入该关键词查询时, 才能向用户提供匹配的信息。 因此, 发明人在实现本发明的过程中研究发现, 对于服务 系统来说, 上述被动提供信息的方式加大了提供信息的时间间隔, 降低了用户获取信息 的效率。 发明内容
本发明实施例提供一种信息主动推送方法及服务器, 能够在接收到更新的数据后, 将信息主动推送至与该信息相关的用户, 縮短提供信息的时间间隔。
为了解决上述技术问题, 本发明实施例的技术方案如下:
本发明实施例提供了一种信息主动推送方法, 包括:
接收更新的数据;
查询与所述更新的数据相匹配的搜索记录;
确定所述与所述更新的数据相匹配的搜索记录是否满足推送条件, 并获取满足推送 条件的搜索记录所对应的用户信息;
根据所述用户信息, 向所述用户信息对应的全部或部分用户推送所述更新的数据。 本发明实施例还提供了一种信息主动推送服务器, 包括:
数据接收单元, 用于接收更新的数据;
记录查询单元, 用于查询与所述更新的数据相匹配的搜索记录;
信息查询单元,用于确定所述与所述更新的数据相匹配的搜索记录是否满足推送条 件, 并获取满足推送条件的搜索记录所对应的用户信息;
信息推送单元, 用于根据所述用户信息, 向所述用户信息对应的全部或部分用户推 送所述更新的数据。
本发明实施例在服务器在接收到更新的数据后, 通过主动获取用户的搜索记录, 并 根据推送条件进行筛选, 最终将更新的数据推送至筛选后的用户, 实现了信息的主动推 送, 从而縮短了向用户提供信息的时间间隔, 提高了用户获得所需信息的效率, 而且通 过增加推送条件对推送的用户进行筛选, 有效节约了推送信息占用的资源, 而且提高了 推送用户的准确性, 改善了用户体验。 附图说明 为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实施例或现有 技术描述中所需要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是本 发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的附图。
图 1是本发明实施例一种信息主动推送的方法流程图;
图 2是本发明实施例另一种信息主动推送的方法流程图;
图 3是本发明实施例另一种信息主动推送的方法流程图;
图 4是本发明实施例一种信息主动推送服务器的结构示意图;
图 5是本发明实施例另一种信息主动推送服务器的结构示意图。 具体实施方式 为了使本领域技术人员能进一步了解本发明的特征及技术内容, 请参阅以下有关 本发明的详细说明与附图, 附图仅提供参考与说明, 并非用来限制本发明。
现有技术中服务系统采用被动提供信息的方式, 当在数据库更新了数据信息时, 也只能待用户发起请求该数据信息的访问时, 才能向用户提供信息, 这种方式加大了服 务系统提供信息的时间间隔, 降低了用户获得信息的效率, 已不能满足人们的需求, 不 利于用户获取信息。 基于此, 本发明实施例提供了一种信息主动推送的方法和服务器, 能够在接收到更新的数据后, 将信息主动推送至与该信息相关的用户。
下面结合附图和实施例, 对本发明的技术方案进行描述。
参见图 1, 为本发明实施例一种信息主动推送的方法流程图。
该方法可以包括:
步骤 101, 接收更新的数据。
当数据库中的数据发生更新时, 可向服务器发送该更新的数据, 由服务器进行接 收, 该服务器具体可以是推荐引擎服务器等。 该服务器的接收动作, 可以是在数据发生 更新时即刻触发, 也可以是预设时间间隔, 每隔一段时间接收一次, 还可以是设定次数 阈值, 例如当数据库中出现三次数据更新时, 再触发服务器对这三次的更新的数据的接 收。 其中, 更新的数据具体可以包括数据库中的新增字段, 也可以包括对数据库中某一 原始字段的字段值的更新等, 此处不作限定。
步骤 102, 查询与更新的数据相匹配的搜索记录。
服务器在接收到更新的数据后, 查询与该数据匹配的搜索记录; 其中, 搜索记录 是, 服务器在每次接收到用户的搜索请求时, 对用户搜索行为的记录。 搜索记录的内容 可以包括输入关键词、 与关键词匹配的数据库数据、 搜索结果、 浏览次数、 是否收藏、 是否下载、 用户信息等等, 也可以包含其中的部分信息, 此处不作限定。 在查询搜索记 录时, 可以根据更新的数据与搜索记录中的关键词的匹配关系进行查询, 具体请参照后 续实施例的描述。
步骤 103,确定满足推送条件的搜索记录,并获取满足推送条件的搜索记录所对应 的用户信息。
服务器在查询到与更新的数据匹配的搜索记录后, 查看该搜索记录是否满足推送 条件, 如果满足则进一步调取该搜索记录对应的用户信息。 推送条件可以根据需要进行 设定, 满足推送条件的搜索记录可以包括下列之一或多个: 搜索结果为无匹配项的搜索 记录、 搜索结果输出后用户未下载搜索到的软件的搜索记录、 搜索结果输出用户将搜索 到的信息中的一条或者多条进行收藏的搜索记录、或搜索结果输出用户浏览搜索到的信 息的次数 /条数超过阈值的搜索记录, 其中该阈值可以根据需要设定, 例如三次。 其中,
搜索结果为无匹配项可以是, 在搜索记录中, 针对某用户的搜索请求服务器无法找到与 该用户输入的关键词相匹配的项; 无下载记录可以是用户搜索后的最终行为是未下载; 收藏可以是用户将搜索到的信息进行收藏的记录; 浏览是用户对搜索到的信息的浏览记 录。
当获得满足推送条件的搜索记录后, 进一步获取该搜索记录对应的用户系信息, 该用户信息可以是指用户的登录信息或用户所使用的终端的标识信息, 例如, 用户的登 录信息可以是用户名、 昵称、 Email中的一个或者多个, 用户所使用的终端的标识信息 可以是用户的手机号码、 电话号码中的一个或多个等, 预先可以建立用户信息库。
步骤 104, 根据用户信息向所述用户信息对应的全部或部分用户推送更新的数据。 在获取用户信息后, 可以选择所有用户或部分用户来推送更新的数据。 例如获取 用户的邮箱, 则可以通过向用户的邮箱发送邮件来推送该更新的数据; 或者可以获取用 户所用终端的标识, 如手机号码, 则可以通过 PUSH技术等向用户的终端推送该更新的 数据, 当然还可以采取其它方式进行推送, 此处不作限定。
本发明实施例在服务器在接收到更新的数据后, 通过主动获取用户的搜索记录, 并根据推送条件进行筛选, 最终将更新的数据推送至筛选后的用户, 实现了信息的主动 推送, 从而縮短了向用户提供信息的时间间隔, 提高了用户获得所需信息的效率, 而且 通过增加推送条件对推送的用户进行筛选, 有效节约了推送信息占用的资源, 而且提高 了推送用户的准确性, 改善了用户体验。
参见图 2, 为本发明实施例另一种信息主动推送的方法流程图。
该方法可以包括:
步骤 201, 接收更新的数据, 该更新的数据包含新增字段。
在本实施例中, 若用户 A在输入关键词 "野营帐篷"进行搜索时, 搜索引擎查找 数据库未找到与关键词 "野营帐篷"匹配的搜索结果时, 会向用户显示搜索结果为无匹 配项的信息。 服务器将记录用户 A的搜索记录, 其中可以包括用户 A的用户信息(例如 用户 A的 Email ) 、 关键词 "野营帐篷" 、 搜索结果为无匹配项等。
当数据库进行数据更新时, 会触发服务器接收更新的数据。 本实施例中, 更新的 数据为: 在数据库中增添了新的字段 "帐篷", 以及该字段的相应的字段值为 "野营帐 篷" 、 "登山帐篷"等。
步骤 202, 查询与该新增字段匹配的搜索记录。
服务器可以利用新增字段的字段名查询服务器上保存的搜索记录, 当一个或多个
搜索记录的关键词或关键词的一部分为新增字段的字段名或字段值时, 则可以将该一个 或多个搜索记录作为与新增字段匹配的搜索记录; 服务器还可以利用新增字段的字段名 查询服务器上保存的搜索记录, 当一个或多个搜索记录的关键词或关键词的一部分与新 增字段的字段名或字段值能够模糊匹配时, 则将该一个或多个搜索记录作为与新增字段 匹配的搜索记录。
在本实施例中, 服务器接收到新增字段 "帐篷"及其字段值后, 会调取搜索记录 并查询是否有与该字段的字段名 "帐篷" 以及字段值 "野营帐篷"、 "登山帐篷"相匹 配的搜索记录。 在本实施例中, 用户 A的搜索记录中的关键词 "野营帐篷"与该新增字 段 "帐篷" 的字段值 "野营帐篷"相同, 故用户 A的关键词 "野营帐篷"的搜索记录中 与新增字段 "帐篷"相匹配。 当然在其他实施例中, 匹配规则可以根据需要进行设定, 例如将匹配规则设置为新增字段名或新增字段对应的字段值的部分与关键词中的部分 相同; 此时, 采用上面的例子, 与关键词为 "野营帐篷"的搜索记录匹配的可以是字段 值为 "野营帐篷"的数据、 具有字段名 "帐篷"的数据、 字段值为 "登山帐篷"的数据, 即字段名 "帐篷"的数据、字段值为 "登山帐篷"的数据与关键词 "野营帐篷"中的 "帐 篷"一词匹配, 即可认为关键词为 "野营帐篷" 的搜索记录与新增字段 "帐篷" 匹配。
步骤 203, 获取搜索结果为无匹配项的搜索记录所对应的用户信息。
查询用户 A的搜索记录可知, 其中 "搜索结果为无匹配项"的记录满足推送条件, 则进一步获取用户 A的信息, 具体可以是用户 A的 Email。
步骤 204, 根据其用户信息通过 Email发送更新的数据。
在本步骤中, 服务器将数据库中新增的字段 "帐篷"及其具体信息, 如字段值等, 通过步骤 203中获得的邮箱地址发送至用户 A的邮箱中,从而完成数据信息的自动推送。
在本实施例中, 服务器在接收到数据库的新增信息时, 通过查询并筛选预存的搜 索记录, 将新增信息发送至筛选后的搜索记录所对应的用户, 实现了信息的主动推送, 从而縮短了向用户提供信息的时间间隔, 提高了用户获得所需信息的效率, 而且通过增 加推送条件对推送的用户进行筛选, 有效节约了推送信息占用的资源, 而且提高了推送 用户的准确性, 改善了用户体验。
参见图 3, 为本发明实施例另一种信息主动推送的方法流程图。
该方法可以包括:
步骤 301, 接收更新的数据, 该更新的数据包含原始字段的更新字段值。
在本实施例中, 若用户 B在输入关键词 "帐篷"进行搜索时, 搜索引擎在数据库
中找到与关键词 "帐篷"匹配的搜索结果后, 向用户显示与关键词 "帐篷"匹配的搜索 结果; 之后, 用户 B对搜索结果中的一条或者多条信息进行收藏。 服务器将记录用户 B 的搜索记录, 其中可以包括用户 B的用户信息、 搜索关键词 "帐篷" 、 从搜索结果中收 藏的一条或者多条信息等。
当数据库进行数据更新时, 会触发服务器接收更新的数据, 本实施例中, 更新的 数据信息为对数据库中原始字段 "帐篷" 的字段值的更新等。
步骤 302, 查询与该原始字段匹配的搜索记录。
服务器可以利用原始字段更新的字段值查询服务器上保存的搜索记录, 当一个或 多个搜索记录的关键词或关键词的一部分为原始字段的字段名或更新的字段值时, 则将 该一个或多个搜索记录作为与新增字段匹配的搜索记录; 或者, 还可以利用原始字段更 新的字段值查询服务器上保存的搜索记录, 当一个或多个搜索记录的关键词或关键词的 一部分与原始字段的字段名或更新的字段值能够模糊匹配时, 则将该一个或多个搜索记 录作为与新增字段匹配的搜索记录。
本实施例中, 服务器接收到原始字段 "帐篷" 的更新的数据后, 会调取搜索记录 并查询是否有与字段 "帐篷"匹配的搜索记录。 在本实施例中, 用户 B的搜索记录中的 关键词 "帐篷"与该原始字段的字段名 "帐篷"一致, 故用户 B的关键词为 "帐篷"的 搜索记录与原始字段 "帐篷" 匹配。
步骤 303, 获取满足推送条件的搜索记录所对应的终端标识信息。
查询用户 B的搜索记录可知,其中 B用户收藏了搜索结果中的一条或者多条信息, 因此满足推送条件; 此时, 进一步获取用户 B的用户信息, 在本实施例中, 用户 B的用 户信息为用户 B终端的标识信息, 例如手机号等。 在其它实施例中, 推送条件还可以设 置为 "无下载" 的记录, "浏览"搜索结果中的信息的次数和 /或条数超过预设阈值的 记录等。
步骤 304, 通过 PUSH技术将更新的数据推送至具有该标识信息的终端。
在本步骤中, 服务器将数据库中原始字段 "帐篷"更新的字段值等通过 PUSH技术 推送至具有上述标识信息的终端上, 从而完成数据信息的自动推送。其中, PUSH技术为 现有技术, 此处不再赘述。
在本实施例中, 服务器在接收到数据库的更新字段值信息时, 通过查询并筛选预 存的搜索记录, 将更新的数据发送至筛选后的搜索记录所对应的用户, 实现了信息的主 动推送, 从而縮短了向用户提供信息的时间间隔, 提高了用户获得所需信息的效率, 而
且通过增加推送条件对推送的用户进行筛选, 有效节约了推送信息占用的资源, 而且提 高了推送用户的准确性, 改善了用户体验。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤是可以通 过程序来指令相关的硬件来完成, 所述的程序可以存储于一计算机可读取存储介质中, 所述的存储介质, 如: ROM/RAM, 磁碟、 光盘等。
以上为对本发明实施例方法的说明, 下面对实现上述方法的服务器结构进行简单 介绍。
参见图 4, 为本发明实施例一种信息主动推送服务器的结构示意图。
该服务器可以包括以下单元:
数据接收单元 401, 用于接收更新的数据。
记录查询单元 402, 用于查询与所述更新的数据相匹配的搜索记录。
信息查询单元 403,用于确定满足推送条件的搜索记录,并获取所述满足推送条件 的搜索记录所对应的用户信息。
信息推送单元 404,用于根据所述用户信息, 向所述用户信息对应的全部或部分用 户推送所述更新的数据。
在本实施例中, 当数据库中的数据发生更新时, 可向服务器发送该更新的数据, 由服务器的数据接收单元 401进行接收, 其中, 更新的数据具体可以包括数据库中的新 增字段, 也可以包括对数据库中某一原始字段的字段值的更新等。 在数据接收单元 401 接收到更新的数据后, 记录查询单元 402查询与该数据匹配的搜索记录, 在查询搜索记 录时可以根据更新的数据与搜索记录中的关键词的匹配关系进行查询。在记录查询单元 402查询到与更新的数据匹配的搜索记录后, 由信息查询单元 403查看该搜索记录是否 满足推送条件, 如果满足则进一步调取该搜索记录对应的用户信息, 其中, 推送条件可 以根据需要进行设定, 满足推送条件的搜索记录可以包括下列之一或多个: 搜索结果为 无匹配项的搜索记录、 搜索结果输出后用户未下载搜索到的软件的搜索记录、 搜索结果 输出用户将搜索到的信息中的一条或者多条进行收藏的搜索记录、或搜索结果输出用户 浏览搜索到的信息的次数 /条数超过阈值的搜索记录, 其中该阈值可以根据需要设定, 例如三次; 该用户信息可以是指用户的登录信息或用户所使用的终端的标识信息, 例如 用户的登录信息可以是用户名、 昵称、 Email中的一个或者多个, 用户所使用的终端的 标识信息可以是用户的手机号码、 电话号码中的一个或多个等, 预先可以建立用户信息 库。 在信息查询单元 403获取用户信息后, 信息推送单元 404根据用户信息推送更新的
数据。
本发明实施例通过上述各单元实现了信息的主动推送, 从而縮短了向用户提供信 息的时间间隔, 提高了用户获得所需信息的效率, 而且通过增加推送条件对推送的用户 进行筛选, 有效节约了推送信息占用的资源, 而且提高了推送用户的准确性, 改善了用 户体验。
参见图 5, 为本发明实施例另一种信息主动推送服务器的结构示意图。
该服务器可以包括也可以包括数据接收单元 501、 记录查询单元 502、 信息查询单 元 503和信息推送单元 504。
其中, 记录查询单元 502可以进一步包括:
第一查询子单元 5021, 用于当所述更新的数据包括新增字段时, 查询与所述新增 字段匹配的搜索记录。
第二查询子单元 5022, 用于当所述更新的数据包括原始字段的更新字段值时, 查 询与所述原始字段匹配的搜索记录。
在另一实施例中,第一查询子单元 5021具体可以利用新增字段的字段名查询服务 器上保存的搜索记录, 当一个或多个搜索记录的关键词或关键词的一部分为新增字段的 字段名或字段值时,则将该一个或多个搜索记录作为与新增字段匹配的搜索记录;或者, 利用新增字段的字段名查询服务器上保存的搜索记录, 当一个或多个搜索记录的关键词 或关键词的一部分与新增字段的字段名或字段值能够模糊匹配时, 则将该一个或多个搜 索记录作为与新增字段匹配的搜索记录。
第二查询子单元 5022具体可以利用原始字段更新的字段值查询服务器上保存的搜 索记录, 当一个或多个搜索记录的关键词或关键词的一部分为原始字段的字段名或更新 的字段值时, 则将该一个或多个搜索记录作为与新增字段匹配的搜索记录; 或者, 利用 原始字段更新的字段值查询服务器上保存的搜索记录, 当一个或多个搜索记录的关键词 或关键词的一部分与原始字段的字段名或更新的字段值能够模糊匹配时, 则将该一个或 多个搜索记录作为与新增字段匹配的搜索记录。
信息查询单元 503,具体可以用于获取发起所述满足推送条件的搜索记录的用户信 息; 其中, 用户信息与前述实施例类似, 此处不再赘述。 信息推送单元 504, 具体可以 用于获取用户信息中的终端标识信息, 通过 PUSH技术将更新的数据推送至具有标识信 息的终端。
本发明实施例通过上述各单元实现了信息的主动推送, 从而縮短了向用户提供信
息的时间间隔, 提高了用户获得所需信息的效率, 而且通过增加推送条件对推送的用户 进行筛选, 有效节约了推送信息占用的资源, 而且提高了推送用户的准确性, 改善了用 户体验。 上述服务器中各单元的具体实现方式请参照前述方法实施例中描述, 此处不再 赘述。
以上所述的本发明实施方式, 并不构成对本发明保护范围的限定。 任何在本发明 的精神和原则之内所作的修改、 等同替换和改进等, 均应包含在本发明的权利要求保护 范围之内。
Claims
1、 一种信息主动推送方法, 其特征在于, 包括:
接收更新的数据;
查询与所述更新的数据相匹配的搜索记录;
确定所述与所述更新的数据相匹配的搜索记录是否满足推送条件, 并获取满足推送 条件的搜索记录所对应的用户信息;
根据所述用户信息, 向所述用户信息对应的全部或部分用户推送所述更新的数据。
2、 根据权利要求 1所述的方法, 其特征在于, 所述查询与所述更新的数据相匹配 的搜索记录包括:
当所述更新的数据包括新增字段时, 查询与所述新增字段匹配的搜索记录; 或者 当所述更新的数据包括原始字段的更新字段值时, 查询与所述原始字段匹配的搜索 记录。
3、 根据权利要求 2所述的方法, 其特征在于, 所述查询与所述新增字段匹配的搜 索记录包括:
利用所述新增字段的字段名查询服务器上保存的搜索记录, 当一个或多个搜索记录 的关键词或关键词的一部分为所述新增字段的字段名时, 则将该一个或多个搜索记录作 为与所述新增字段匹配的搜索记录; 或者,
利用所述新增字段的字段名查询服务器上保存的搜索记录, 当一个或多个搜索记录 的关键词或关键词的一部分与所述新增字段的字段名能够模糊匹配时, 则将该一个或多 个搜索记录作为与所述新增字段匹配的搜索记录。
4、 根据权利要求 2所述的方法, 其特征在于, 所述查询与所述原始字段匹配的搜 索记录包括:
利用所述原始字段更新的字段值查询服务器上保存的搜索记录, 当一个或多个搜索 记录的关键词或关键词的一部分为所述原始字段更新的字段值时, 则将该一个或多个搜 索记录作为与所述新增字段匹配的搜索记录; 或者,
利用所述原始字段更新的字段值查询服务器上保存的搜索记录, 当一个或多个搜索 记录的关键词或关键词的一部分与所述原始字段更新的字段值能够模糊匹配时, 则将该 一个或多个搜索记录作为与所述新增字段匹配的搜索记录。
5、 根据权利要求 1所述的方法, 其特征在于, 所述满足推送条件的搜索记录包括 下列之一或多个:
搜索结果为无匹配项的搜索记录、搜索结果输出后用户未下载搜索到的软件的搜索 记录、 搜索结果输出用户将搜索到的信息中的一条或者多条进行收藏的搜索记录、 或搜 索结果输出用户浏览搜索到的信息的次数 /条数超过阈值的搜索记录。
6、 根据权利要求 5所述的方法, 其特征在于, 所述获取满足推送条件的搜索记录 所对应的用户信息包括:
获取发起所述满足推送条件的搜索记录的用户信息; 其中, 所述用户信息为服务器 保存的用户的登录信息或用户所使用的终端的标识信息,所述用户的登录信息包括用户 的用户名、 昵称、 Email中的一个或者多个, 所述用户所使用的终端的标识信息包括用 户的电话号码。
7、 根据权利要求 1至 6中任意一项所述的方法, 其特征在于, 所述根据所述用户 信息推送所述更新的数据包括:
获取所述用户信息中的终端标识信息, 通过 PUSH技术将所述更新的数据推送至具 有所述标识信息的终端。
8、 一种信息主动推送服务器, 其特征在于, 包括:
数据接收单元, 用于接收更新的数据;
记录查询单元, 用于查询与所述更新的数据相匹配的搜索记录;
信息查询单元,用于确定所述与所述更新的数据相匹配的搜索记录是否满足推送条 件, 并获取满足推送条件的搜索记录所对应的用户信息;
信息推送单元, 用于根据所述用户信息, 向所述用户信息对应的全部或部分用户推 送所述更新的数据。
9、 根据权利要求 8所述的信息主动推送服务器, 其特征在于, 所述记录查询单元 包括:
第一查询子单元, 用于当所述更新的数据包括新增字段时, 查询与所述新增字段匹 配的搜索记录; 和 /或
第二查询子单元, 用于当所述更新的数据包括原始字段的更新字段值时, 查询与所 述原始字段匹配的搜索记录。
10、 根据权利要求 9所述的信息主动推送服务器, 其特征在于,
所述第一查询子单元, 具体用于利用所述新增字段的字段名查询服务器上保存的搜 索记录, 当一个或多个搜索记录的关键词或关键词的一部分为所述新增字段的字段名 时, 则将该一个或多个搜索记录作为与所述新增字段匹配的搜索记录; 或者, 利用所述 新增字段的字段名查询服务器上保存的搜索记录, 当一个或多个搜索记录的关键词或关 键词的一部分与所述新增字段的字段名能够模糊匹配时, 则将该一个或多个搜索记录作 为与所述新增字段匹配的搜索记录。
11、 根据权利要求 9所述的信息主动推送服务器, 其特征在于,
所述第二查询子单元, 具体用于利用所述原始字段更新的字段值查询服务器上保存 的搜索记录, 当一个或多个搜索记录的关键词或关键词的一部分为所述原始字段更新的 字段值时, 则将该一个或多个搜索记录作为与所述新增字段匹配的搜索记录; 或者, 利 用所述原始字段更新的字段值查询服务器上保存的搜索记录, 当一个或多个搜索记录的 关键词或关键词的一部分与所述原始字段更新的字段值能够模糊匹配时, 则将该一个或 多个搜索记录作为与所述新增字段匹配的搜索记录。
12、 根据权利要求 8所述的信息主动推送服务器, 其特征在于, 所述满足推送条件 的搜索记录包括下列之一或多个:
搜索结果为无匹配项的搜索记录、搜索结果输出后用户未下载搜索到的软件的搜索 记录、 搜索结果输出用户将搜索到的信息中的一条或者多条进行收藏的搜索记录、 或搜 索结果输出用户浏览搜索到的信息的次数 /条数超过阈值的搜索记录。
13、 根据权利要求 12所述的信息主动推送服务器, 其特征在于,
所述信息查询单元, 具体用于获取发起所述满足推送条件的搜索记录的用户信息; 其中, 所述用户信息为服务器保存的用户的登录信息或用户所使用的终端的标识信息, 所述用户的登录信息包括用户的用户名、 昵称、 Email中的一个或者多个, 所述用户所 使用的终端的标识信息包括用户的电话号码。
14、 根据权利要求 8至 13中任意一项所述的信息主动推送服务器, 其特征在于, 所述信息推送单元, 具体用于获取所述用户信息中的终端标识信息, 通过 PUSH技 术将所述更新的数据推送至具有所述标识信息的终端。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP11828110.4A EP2579167A4 (en) | 2010-09-30 | 2011-09-27 | METHOD FOR ACTIVE INFORMATION EDITION AND SERVER THEREFOR |
JP2013522095A JP5613951B2 (ja) | 2010-09-30 | 2011-09-27 | 積極的な情報のプッシュ通知のための方法およびそのためのサーバ |
US13/728,141 US9646060B2 (en) | 2010-09-30 | 2012-12-27 | Method and server for pushing information proactively |
US15/454,653 US20170185654A1 (en) | 2010-09-30 | 2017-03-09 | Method and server for pushing information proactively |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2010105059395A CN101957857B (zh) | 2010-09-30 | 2010-09-30 | 一种信息主动推送方法及服务器 |
CN201010505939.5 | 2010-09-30 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/728,141 Continuation US9646060B2 (en) | 2010-09-30 | 2012-12-27 | Method and server for pushing information proactively |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012041214A1 true WO2012041214A1 (zh) | 2012-04-05 |
Family
ID=43485186
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2011/080206 WO2012041214A1 (zh) | 2010-09-30 | 2011-09-27 | 一种信息主动推送方法及服务器 |
Country Status (5)
Country | Link |
---|---|
US (2) | US9646060B2 (zh) |
EP (1) | EP2579167A4 (zh) |
JP (1) | JP5613951B2 (zh) |
CN (1) | CN101957857B (zh) |
WO (1) | WO2012041214A1 (zh) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107483595A (zh) * | 2017-08-23 | 2017-12-15 | 北京百度网讯科技有限公司 | 信息推送方法和装置 |
CN109726328A (zh) * | 2018-12-29 | 2019-05-07 | 出门问问信息科技有限公司 | 信息获取方法、装置、电子设备及计算机可读存储介质 |
CN113902313A (zh) * | 2021-10-14 | 2022-01-07 | 百度在线网络技术(北京)有限公司 | 对象信息的处理方法和装置 |
Families Citing this family (36)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101957857B (zh) | 2010-09-30 | 2013-03-20 | 华为终端有限公司 | 一种信息主动推送方法及服务器 |
US20130054558A1 (en) * | 2011-08-29 | 2013-02-28 | Microsoft Corporation | Updated information provisioning |
CN103108007B (zh) * | 2011-11-14 | 2016-03-30 | 联想(北京)有限公司 | 终端设备及其文件接收方法 |
CN103209199B (zh) * | 2012-01-16 | 2018-09-28 | 深圳市腾讯计算机系统有限公司 | 一种传输信息的方法及信息传输装置 |
CN103368994B (zh) * | 2012-03-28 | 2019-07-30 | 百度在线网络技术(北京)有限公司 | 特定数据的推送方法及系统以及检索服务器 |
CN102768685A (zh) * | 2012-07-24 | 2012-11-07 | 杭州东方网升科技有限公司 | 一种基于关键字匹配的内容推荐方法 |
CN104079599A (zh) * | 2013-03-27 | 2014-10-01 | 招商局国际信息技术有限公司 | 一种消息实时同步方法以及集装箱码头作业系统 |
CN103559295B (zh) * | 2013-11-12 | 2018-01-19 | 网之易信息技术(北京)有限公司 | 一种信息数据推送方法、设备及系统 |
CN104780193B (zh) * | 2014-01-15 | 2016-11-09 | 腾讯科技(深圳)有限公司 | 信息推送方法、装置和系统 |
CN105227328B (zh) * | 2014-05-29 | 2019-07-05 | 青岛海尔智能家电科技有限公司 | 一种点对点服务更新方法及设备 |
CN104239521B (zh) * | 2014-09-17 | 2017-11-14 | 北京国双科技有限公司 | 下线关键词的推送方法和装置 |
CN105227972B (zh) * | 2015-07-24 | 2019-04-16 | 小米科技有限责任公司 | 信息推送方法及装置 |
CN105260472B (zh) * | 2015-10-27 | 2019-04-12 | 珠海豹趣科技有限公司 | 一种消息推送方法及装置 |
CN105227681A (zh) * | 2015-10-28 | 2016-01-06 | 北京知易普道技术有限责任公司 | 一种推送服务器及显示终端 |
CN105338626A (zh) * | 2015-11-26 | 2016-02-17 | 北京金和网络股份有限公司 | 网络寻呼系统和方法 |
CN105868264A (zh) * | 2015-12-31 | 2016-08-17 | 乐视网信息技术(北京)股份有限公司 | 一种根据关注词推送更新信息的方法及系统 |
WO2017124240A1 (zh) * | 2016-01-18 | 2017-07-27 | 阮元 | 关键字匹配时的信息推送方法以及智能信息推送系统 |
WO2017124242A1 (zh) * | 2016-01-18 | 2017-07-27 | 阮元 | 匹配信息时的技术数据反馈方法以及智能信息推送系统 |
WO2017219317A1 (zh) * | 2016-06-23 | 2017-12-28 | 北京三快在线科技有限公司 | 一种基于搜索内容的信息推送方法及装置 |
CN107590148B (zh) * | 2016-07-07 | 2023-05-05 | 三六零科技集团有限公司 | 一种推广信息的推送方法和系统 |
WO2018023802A1 (zh) * | 2016-08-05 | 2018-02-08 | 王志强 | 论坛二手物品求购推送的方法以及推送系统 |
CN106375385A (zh) * | 2016-08-28 | 2017-02-01 | 桂林浩新科技服务有限公司 | 一种广告信息推送方法及系统 |
US11475081B2 (en) * | 2016-10-17 | 2022-10-18 | Microsoft Technology Licensing, Llc | Combining catalog search results from multiple package repositories |
CN106453617B (zh) * | 2016-11-11 | 2019-09-20 | 北京锐安科技有限公司 | 一种信息推送方法及信息推送平台 |
CN107105064A (zh) * | 2017-06-02 | 2017-08-29 | 上海艾融软件股份有限公司 | 一种交易信息的推送方法及系统 |
CN107329988A (zh) * | 2017-06-05 | 2017-11-07 | 国政通科技股份有限公司 | 一种提供数据的方法及系统 |
CN107426620B (zh) * | 2017-08-31 | 2020-02-11 | 江西博瑞彤芸科技有限公司 | 一种节目内容推荐方法 |
CN110019261B (zh) * | 2017-09-30 | 2021-11-23 | 北京国双科技有限公司 | 数据查询方法和装置 |
CN108093067A (zh) * | 2017-12-25 | 2018-05-29 | 惠州Tcl家电集团有限公司 | 基于物联网的信息推送方法、云服务器及计算机存储介质 |
CN109960754A (zh) * | 2019-03-21 | 2019-07-02 | 珠海格力电器股份有限公司 | 一种语音设备及其语音交互方法、装置和存储介质 |
CN110162673A (zh) * | 2019-05-27 | 2019-08-23 | 上海吉江数据技术有限公司 | 信息变动监控系统、方法及装置 |
CN111259234A (zh) * | 2020-01-08 | 2020-06-09 | 河南工程学院 | 智慧城市数据共享系统 |
CN111291249A (zh) * | 2020-03-04 | 2020-06-16 | 北京字节跳动网络技术有限公司 | 信息处理的方法及装置 |
CN111625711A (zh) * | 2020-04-15 | 2020-09-04 | 贝壳技术有限公司 | 新上房源的推送处理方法、装置、电子设备及存储介质 |
CN113421036B (zh) * | 2021-08-23 | 2021-11-12 | 北京国电通网络技术有限公司 | 信息显示方法、装置、电子设备和计算机可读介质 |
CN114461674A (zh) * | 2022-01-21 | 2022-05-10 | 浪潮卓数大数据产业发展有限公司 | 一种优化用户画像的实现方法及系统 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101763597A (zh) * | 2010-01-11 | 2010-06-30 | 山东大学 | 基于信息定制推送的农村信息化服务平台及其运行方法 |
CN101782902A (zh) * | 2009-01-20 | 2010-07-21 | 刘洋 | 建立在用户查询之上的网络适应并自我更新的数据库系统 |
CN101957857A (zh) * | 2010-09-30 | 2011-01-26 | 华为终端有限公司 | 一种信息主动推送方法及服务器 |
Family Cites Families (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6198977B1 (en) * | 1995-01-09 | 2001-03-06 | Qwest Communication International Inc. | Electronic classified advertising interface method and instructions with ad replay options |
WO2001067209A2 (en) * | 2000-03-09 | 2001-09-13 | The Web Access, Inc. | Method and apparatus for performing a research task by interchangeably utilizing a multitude of search methodologies |
US7464153B1 (en) * | 2000-04-02 | 2008-12-09 | Microsoft Corporation | Generating and supplying user context data |
JP2003316814A (ja) * | 2002-04-26 | 2003-11-07 | Hitachi Ltd | 検索条件式の生成方法 |
JP2004355210A (ja) * | 2003-05-28 | 2004-12-16 | Matsushita Electric Ind Co Ltd | 情報提供システム |
JP4423262B2 (ja) * | 2003-09-11 | 2010-03-03 | パナソニック株式会社 | コンテンツ選択方法およびコンテンツ選択装置 |
WO2005098675A1 (en) * | 2004-03-26 | 2005-10-20 | Alex Mashinski | Exchange of newly-added information over the internet |
US7783619B2 (en) * | 2004-10-27 | 2010-08-24 | Elsevier B.V. | Methods and software for analysis of research publications |
US7987459B2 (en) * | 2005-03-16 | 2011-07-26 | Microsoft Corporation | Application programming interface for identifying, downloading and installing applicable software updates |
US20070061282A1 (en) * | 2005-09-14 | 2007-03-15 | Nec Laboratories America, Inc. | Data network information distribution |
US7953730B1 (en) * | 2006-03-02 | 2011-05-31 | A9.Com, Inc. | System and method for presenting a search history |
WO2007133754A2 (en) * | 2006-05-12 | 2007-11-22 | Owl Multimedia, Inc. | Method and system for music information retrieval |
KR100778314B1 (ko) * | 2006-08-21 | 2007-11-22 | 한국전자통신연구원 | 사용자 정의 공유 트리거를 이용한 데이터 스트림과 저장데이터에 대한 통합 연속 질의 처리 시스템 및 그 방법 |
WO2008024917A2 (en) * | 2006-08-23 | 2008-02-28 | Innovative Solution, Inc. | Efficient search result update mechanism |
US20080059424A1 (en) * | 2006-08-28 | 2008-03-06 | Assimakis Tzamaloukas | System and method for locating-based searches and advertising |
US9477969B2 (en) * | 2006-12-12 | 2016-10-25 | Yahoo! Inc. | Automatic feed creation for non-feed enabled information objects |
US20090234814A1 (en) * | 2006-12-12 | 2009-09-17 | Marco Boerries | Configuring a search engine results page with environment-specific information |
KR100892845B1 (ko) * | 2007-03-29 | 2009-04-10 | 엔에이치엔(주) | 노출용 광고 정보를 제공하는 방법 및 시스템 |
US20080256443A1 (en) * | 2007-04-16 | 2008-10-16 | France Telecom | System for aggregating and displaying syndicated news feeds |
US8868499B2 (en) * | 2007-08-15 | 2014-10-21 | Salesforce.Com, Inc. | Method and system for pushing data to subscribers in an on-demand service |
US8520978B2 (en) * | 2007-10-31 | 2013-08-27 | Mckesson Technologies Inc. | Methods, computer program products, apparatuses, and systems for facilitating viewing and manipulation of an image on a client device |
US7983963B2 (en) * | 2007-12-28 | 2011-07-19 | Overstock.Com, Inc. | System, program product, and method of electronic communication network guided navigation |
CN101409748B (zh) * | 2008-07-08 | 2011-05-11 | 浙江大学 | 一种移动终端的信息收集、索引、订阅发布系统和方法 |
US9135583B2 (en) * | 2008-07-16 | 2015-09-15 | Business Objects S.A. | Systems and methods to create continuous queries associated with push-type and pull-type data |
US8392402B2 (en) * | 2008-12-03 | 2013-03-05 | International Business Machines Corporation | Hybrid push/pull execution of continuous SQL queries |
US8892699B2 (en) * | 2008-12-31 | 2014-11-18 | Schneider Electric USA, Inc. | Automatic firmware updates for intelligent electronic devices |
CN101770459B (zh) * | 2008-12-31 | 2013-10-09 | 华为技术有限公司 | 一种推荐好友的方法和设备 |
US8150843B2 (en) * | 2009-07-02 | 2012-04-03 | International Business Machines Corporation | Generating search results based on user feedback |
US20110029670A1 (en) * | 2009-07-31 | 2011-02-03 | Microsoft Corporation | Adapting pushed content delivery based on predictiveness |
US7831609B1 (en) * | 2009-08-25 | 2010-11-09 | Vizibility Inc. | System and method for searching, formulating, distributing and monitoring usage of predefined internet search queries |
US8209349B2 (en) * | 2010-02-01 | 2012-06-26 | Rockmelt, Inc. | Integrated saved search results |
US8542205B1 (en) * | 2010-06-24 | 2013-09-24 | Amazon Technologies, Inc. | Refining search results based on touch gestures |
CN102377790B (zh) * | 2010-08-04 | 2016-02-24 | 腾讯科技(深圳)有限公司 | 一种推送数据的方法和装置 |
US20120290926A1 (en) * | 2011-05-12 | 2012-11-15 | Infinote Corporation | Efficient document management and search |
-
2010
- 2010-09-30 CN CN2010105059395A patent/CN101957857B/zh active Active
-
2011
- 2011-09-27 EP EP11828110.4A patent/EP2579167A4/en not_active Ceased
- 2011-09-27 JP JP2013522095A patent/JP5613951B2/ja active Active
- 2011-09-27 WO PCT/CN2011/080206 patent/WO2012041214A1/zh active Application Filing
-
2012
- 2012-12-27 US US13/728,141 patent/US9646060B2/en active Active
-
2017
- 2017-03-09 US US15/454,653 patent/US20170185654A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101782902A (zh) * | 2009-01-20 | 2010-07-21 | 刘洋 | 建立在用户查询之上的网络适应并自我更新的数据库系统 |
CN101763597A (zh) * | 2010-01-11 | 2010-06-30 | 山东大学 | 基于信息定制推送的农村信息化服务平台及其运行方法 |
CN101957857A (zh) * | 2010-09-30 | 2011-01-26 | 华为终端有限公司 | 一种信息主动推送方法及服务器 |
Non-Patent Citations (2)
Title |
---|
LIU, HONGJUN: "Research on the Functions of Personalized Service of Databases", INFORMATION AND DOCUMENTATION SERVICES, vol. 4, 2007, pages 35 - 38 * |
See also references of EP2579167A4 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107483595A (zh) * | 2017-08-23 | 2017-12-15 | 北京百度网讯科技有限公司 | 信息推送方法和装置 |
CN107483595B (zh) * | 2017-08-23 | 2023-11-21 | 北京百度网讯科技有限公司 | 信息推送方法和装置 |
CN109726328A (zh) * | 2018-12-29 | 2019-05-07 | 出门问问信息科技有限公司 | 信息获取方法、装置、电子设备及计算机可读存储介质 |
CN113902313A (zh) * | 2021-10-14 | 2022-01-07 | 百度在线网络技术(北京)有限公司 | 对象信息的处理方法和装置 |
Also Published As
Publication number | Publication date |
---|---|
US20170185654A1 (en) | 2017-06-29 |
EP2579167A1 (en) | 2013-04-10 |
CN101957857A (zh) | 2011-01-26 |
JP2013535749A (ja) | 2013-09-12 |
US20130117312A1 (en) | 2013-05-09 |
JP5613951B2 (ja) | 2014-10-29 |
EP2579167A4 (en) | 2013-04-17 |
CN101957857B (zh) | 2013-03-20 |
US9646060B2 (en) | 2017-05-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012041214A1 (zh) | 一种信息主动推送方法及服务器 | |
TWI479331B (zh) | 聚集及搜尋來自多重服務之設定檔資料 | |
US9571593B2 (en) | Configuring a feed to track changes to user content in an online social network | |
US8856168B2 (en) | Contextual application recommendations | |
US8250096B2 (en) | Access to trusted user-generated content using social networks | |
TWI479339B (zh) | 主題式更新之系統、電腦可讀取儲存媒介及裝置 | |
CN103997507B (zh) | 一种信息的推送方法及装置 | |
CA2747081A1 (en) | Social graph search system | |
TW201248534A (en) | Method and system of recommending items | |
WO2010063200A1 (zh) | 在手机用户之间推荐内容的方法和系统 | |
WO2007098710A1 (fr) | Système et procédé de recherche basés sur des données personnalisées | |
EP1786821B1 (en) | Dynamic knowledge-based networking system and method | |
WO2012016457A1 (zh) | 一种数据源的选择方法及系统 | |
WO2013037223A1 (zh) | 网络微博名人信息的推荐处理方法和装置 | |
WO2015010664A1 (zh) | 一种基于家庭网关的广告推送系统及方法 | |
JP6453464B2 (ja) | 検索エンジンにウェブサイト認証データを提供するための方法及び装置 | |
JP2014533853A (ja) | 情報検索方法およびシステム | |
CN103678624A (zh) | 搜索方法、搜索服务器、搜索请求执行方法及终端 | |
US20110320430A1 (en) | Object recommendation method and system | |
JP2011191980A (ja) | レシピ提供システム及び方法 | |
WO2010083698A1 (zh) | 一种深层网移动搜索方法、服务器及系统 | |
WO2013166903A1 (zh) | 一种跨社区搜索方法和装置 | |
JP2008191894A (ja) | Webサーバ | |
WO2016206153A1 (zh) | 一种终端视频通讯的通讯数据文件名生成方法及装置 | |
JPH1125118A (ja) | 情報検索方法及びシステム及び情報検索プログラムを格納した記憶媒体 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11828110 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2011828110 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref document number: 2013522095 Country of ref document: JP Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |