CN113032697A - Page display method, device, equipment and storage medium - Google Patents

Page display method, device, equipment and storage medium Download PDF

Info

Publication number
CN113032697A
CN113032697A CN201911354930.6A CN201911354930A CN113032697A CN 113032697 A CN113032697 A CN 113032697A CN 201911354930 A CN201911354930 A CN 201911354930A CN 113032697 A CN113032697 A CN 113032697A
Authority
CN
China
Prior art keywords
information
search
search field
result page
search result
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.)
Pending
Application number
CN201911354930.6A
Other languages
Chinese (zh)
Inventor
孙斌
吴剑锋
唐亮
刘晶
郏海峰
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201911354930.6A priority Critical patent/CN113032697A/en
Publication of CN113032697A publication Critical patent/CN113032697A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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

Abstract

The embodiment of the invention provides a page display method, a page display device, page display equipment and a storage medium, wherein the method can comprise the following steps: firstly, receiving a first search field input by a user in the process of inputting search information by the user; secondly, according to the first search field, determining first information related to the first search field and a first search result page corresponding to the first information; and then, when the search information input by the user is detected to be the same as the first information, displaying the rendered first search result page. The page display method is used for solving the problem of low page display efficiency in the related technology.

Description

Page display method, device, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a page display method, apparatus, device, and storage medium.
Background
With the continuous development of information technology, terminal devices are widely applied in life and work of people. For example, a person may query the user for desired information via a browser on the terminal device.
Currently, the method of querying information in a browser is to initiate a search after determining that a user has input a search term, and then display web page content related to the search term. However, this approach may increase the time for displaying the web page content, which may result in an increase in the time for the user to wait for the search result, and may affect the user experience.
Disclosure of Invention
One or more embodiments of the present invention describe a page display method, apparatus, device and storage medium, so as to solve the problem of low page display efficiency in the related art.
In order to solve the technical problem, the invention is realized as follows:
according to a first aspect, a page presentation method is provided, which may be applied to a client, and the method may include:
receiving a first search field input by a user in the process of inputting search information by the user;
according to the first search field, determining first information related to the first search field and a first search result page corresponding to the first information;
and displaying the rendered first search result page when detecting that the search information input by the user is the same as the first information.
According to a second aspect, a page display method is provided, which may be applied to a server, and the method may include:
receiving a first query request sent by a client, wherein the first query request is used for indicating a server to determine first information related to a first search field according to the first search field in the first query request;
according to the first search field, determining first information related to the first search field and a first search result page corresponding to the first information;
and sending first feedback information to the client, wherein the first feedback information comprises the first information and a first search result page.
According to a third aspect, there is provided a page presentation apparatus, which can be applied to a client, and the apparatus can include:
the receiving module is used for receiving a first search field input by a user in the process of inputting search information by the user;
the processing module is used for determining first information related to the first search field and a first search result page corresponding to the first information according to the first search field;
and the display module is used for displaying the rendered first search result page when detecting that the search information input by the user is the same as the first information.
According to a fourth aspect, there is provided a page display apparatus, which can be applied to a server, and the apparatus may include:
the server comprises a receiving module, a searching module and a searching module, wherein the receiving module is used for receiving a first query request sent by a client, and the first query request is used for indicating the server to determine first information related to a first search field according to the first search field in the first query request;
the processing module is used for determining first information related to the first search field and a first search result page corresponding to the first information according to the first search field;
and the sending module is used for sending first feedback information to the client, wherein the first feedback information comprises first information and a first search result page.
According to a fifth aspect, there is provided a computing device comprising at least one processor and a memory, the memory being configured to store computer program instructions, the processor being configured to execute a program of the memory to control the computing device to implement the page presentation method as shown in the first aspect or the second aspect.
According to a sixth aspect, there is provided a computer-readable storage medium having stored thereon a computer program which, if executed in a computer, causes the computer to execute the page presentation method as shown in the first aspect or the second aspect.
In the embodiment of the invention, firstly, in the process of inputting search information by a user, according to a part of search fields input by the user, the complete first information required by the user is predicted; and then, rendering a first search result page related to the first information, and directly displaying the rendered first search result page related to the first information when the search information input by the user and including the first search field is the same as the predicted first information. Therefore, the search page where the search result is located can be predicted and rendered in advance, so that the display time of the search result page is reduced, the time for a user to wait for the search result is reduced, the page display efficiency is improved, and the user experience is improved.
Drawings
The present invention will be better understood from the following description of specific embodiments thereof taken in conjunction with the accompanying drawings, in which like or similar reference characters designate like or similar features.
FIG. 1 illustrates an architectural diagram of a page presentation method according to one embodiment;
FIG. 2 illustrates an architectural diagram of another page presentation method according to one embodiment;
FIG. 3 illustrates a flow diagram of a page presentation method according to one embodiment;
FIG. 4 illustrates an interaction flow diagram of a page presentation method according to one embodiment;
FIG. 5 is a schematic structural diagram illustrating a page display method according to an embodiment;
FIG. 6 is a flowchart illustrating a server-based page presentation method according to one embodiment;
FIG. 7 illustrates a block diagram of a structure of a client-based page presentation device, according to one embodiment;
FIG. 8 shows a block diagram of a server-based page presentation apparatus, according to one embodiment;
FIG. 9 illustrates a schematic structural diagram of a computing device, according to one embodiment.
Detailed Description
Features and exemplary embodiments of various aspects of the present invention will be described in detail below, and in order to make objects, technical solutions and advantages of the present invention more apparent, the present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not to be construed as limiting the invention. It will be apparent to one skilled in the art that the present invention may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the present invention by illustrating examples of the present invention.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any such measured relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
In order to solve the foregoing technical problem, embodiments of the present invention provide a page display method, device and storage medium, which are specifically shown as follows.
First, a page display architecture provided by an embodiment of the present invention is explained.
In one possible embodiment, as shown in FIG. 1, when a user searches for desired content on a client (e.g., a terminal device), search information (e.g., Liu De Hua) may be entered at a browser page. At this time, the terminal devices receive the first search fields input by the users one by one (for example, "Liu", "De" or "Hua" can be all referred to as the first search field).
Then, in the case that the terminal device receives a first search field (for example, "Liu"), first information (for example, "Liu surname girl first name", "Liu Dehua" or "Liu surname's source") related to the first search field is predicted, a first search result page corresponding to the first information (for example, a search result page where the first information such as "Liu surname girl first name" of the A website and "Liu surname girl first name" of the B website is located) is determined according to the first information, and each first search result page is rendered.
Then, as the terminal device receives more search fields, i.e., the second search field (e.g., "Liu" and "De"), more accurate second information ("Liu de Ware") can be predicted from the second search field until the terminal device detects that the search information including the first search field is the same as the predicted second information, and a rendered second search result page corresponding to the second information is displayed to the user directly by the terminal device.
Therefore, the search page where the search result is located can be predicted and rendered in advance, so that the display time of the search result page is reduced, the time for a user to wait for the search result is reduced, the page display efficiency is improved, and the user experience is improved.
In addition, the page display provided by the embodiment of the present invention may be applied to the above-mentioned architecture, and may also be applied to an architecture in which a client (for example, a terminal device) interacts with a server as shown in fig. 2, which is specifically shown as follows.
In another possible embodiment, as shown in FIG. 2, when a user searches for desired content on a terminal device through a browser, search information (e.g., "Liu De Hua") may be entered in the browser. At this time, the terminal devices receive the first search fields input by the users one by one (for example, "Liu", "De" or "Hua" can be all referred to as the first search field). Secondly, under the condition that the terminal equipment receives a first search field (for example, Liu), a first query request is generated according to the first search field, the first query request is sent to the server so as to indicate the server to predict first information according to the first query request, and a first search result page is obtained according to the first information.
Then, when the client receives first feedback information sent by the server aiming at the first query request, the first information and the first search result page are determined in the first feedback information, and the client renders the first search result page.
Then, as the terminal device receives more first search fields, new query requests can be generated according to more first search fields and sent to the server, the server predicts more accurate first information according to the new query requests, and sends the accurate first information and the corresponding first search result pages to the terminal device, so that the terminal device renders the search result pages, and the process is repeated until the terminal device detects that the search information including the first search fields is the same as the predicted first information, the query requests are not sent to the server, and the rendered first search result pages corresponding to the first information are directly displayed to the user through the terminal device.
Therefore, in the aspect of display effect, after a user inputs search information and clicks on search, the client can directly display the implicitly rendered "Liu DE Wa" page without additional request, and the waiting time of the user is reduced to a certain extent (for example, over 1000 milliseconds is saved).
It should be noted that the above-mentioned related server may include a server corresponding to the client; or, the server corresponding to the browser.
In addition, the method provided in the embodiment of the present invention may be applied to the search page of the browser mentioned above, and may also be used in pre-rendering of an input method, for example, in a process that a user inputs search information through an input method interface, a first search field "liulan" input by the user is received, according to the first search field, first information "browse", "liulan" or "liulan" related to the first search field and a first search result page corresponding to the first information are determined, and when it is detected that the search information input by the user is the same as the first information, the rendered first search result page is displayed. Thus, the waiting time of the user is reduced to a certain extent.
Moreover, the method provided by the embodiment of the invention can also be applied to LOT equipment under a Narrow-Band cellular Internet of Things (NB-LOT).
For example, when a user performs human-computer interaction through the LOT device, a page or voice required by the user may be quickly rendered according to the above method, for example, when the user interacts with the LOT device through any platform, here, the user may input search information in a form of voice or text input, and a first search field "tiananmen" input by the user is received at the LOT device; then, according to the first search field, determining first information "where the Tiananmen is, the Tiananmen and the Imperial palace or" history data of the Tiananmen "related to the first search field and a first search result page corresponding to the first information (here, the page can be a display page related to the information input by the user, and the display interface can comprise text information, image information, video information and the like; and can also be audio information related to the information input by the user); then, when the search information input by the user is detected to be the same as the first information, the rendered first search result page is displayed (here, the rendered object is related to the form of the search result, if the form of the search result is a display page, text information, image information and video information can be included in the display interface, then a plurality of pieces of information related to the display page are rendered, and if the form of the search result is related audio information, audio information or audio information and a display picture related to the audio information are rendered). Therefore, the waiting time of the user can be reduced to a certain extent in terms of the display effect, and the display efficiency is further improved.
In summary, based on the above-mentioned architecture and application scenarios, the embodiment of the present invention further describes the page display method provided by the embodiment of the present invention with reference to fig. 3.
FIG. 3 illustrates a flow diagram of a page presentation method according to one embodiment.
As shown in fig. 3, the method may include steps 310 to 330:
firstly, step 310, in the process of inputting search information by a user, receiving a first search field input by the user; secondly, step 320, determining first information related to the first search field and a first search result page corresponding to the first information according to the first search field; then, in step 330, when it is detected that the search information input by the user is the same as the first information, the rendered first search result page is displayed.
The above steps are described in detail below:
first, referring to step 310, a first search field input by a user is received on a browser interface of a terminal device.
For example: a first search field "liu" input by a user is received.
Second, referring to step 320, embodiments of the present invention provide three possible ways of determining first information associated with a first search field and a first search results page corresponding to the first information, as shown below.
In a first mode, according to the first search field, the first information is determined in a user behavior database, a historical search record or a heat information database.
Here, the first information related to the first search field may be predicted according to a webpage frequently visited by the user or an input habit; additionally, first information related to the first search field may be predicted from the historical search records; the first information may also be determined in a historical or current heat information database.
For example: following the example of step 310, when the first search field is "Liu," first information associated with the first search field is determined (e.g., "first name of Liu family girl," "Liu De Hua," or "the source of Liu family name").
Then, a first search result page corresponding to the first information (for example, pages where the site a "first name of family"), the site B "liu de hua" and the site C "source of family" are located, or pages where each site is located respectively) is determined according to the first information, where the first search result page includes at least one piece of first information and/or address information of the first information.
Thus, the first information related to the first search field input by the user can be more accurately acquired according to the databases related to the user.
The second method comprises the following steps: first information related to the search field is predicted based on the first search field and the prediction model.
The first search field may be input into a prediction model, and a probability of each first information related to the search field may be predicted according to a probability output by the prediction model, whereby information satisfying a preset probability value is determined as the first information according to the probability values and the preset probability value.
The third method comprises the following steps: interacting with a server, namely generating a first query request according to the first search field; sending the first query request to a server to indicate the server to determine first information in a user behavior database, a historical search record or a heat information database according to the first query request, and acquiring a first search result page according to the first information; and receiving first feedback information sent by the server, and determining the first information and a first search result page in the first feedback information.
Here, because the current request of the web page side cannot be directly used on the client side, the client side and the server side are required to perform cooperative adjustment, and the current browser often lacks the support of the server side and cannot use the mode. Under the condition, the method provided by the embodiment of the invention can make up the defect that the search content of the user cannot be predicted in advance on the client at present so as to reduce the display time of the search result page.
In addition, in a possible embodiment, after the step, the method further includes: rendering the first search result page; wherein rendering the first search result page comprises:
when the first information related to the first search field comprises a plurality of pieces of sub information, acquiring a third search result page corresponding to each piece of sub information in the plurality of pieces of sub information;
and rendering each third search result page respectively.
For example: following the example in the first mode in step 320, when the second search field input by the user is "liu", a first search result page corresponding to the first information is determined (for example, pages where the "first name of liu surname girl" of the website a, "liu de hua" of the website B, and the "first name of liu" of the website C "are located, or pages where each website is located separately), and the first search result page is rendered.
Then, referring to step 330, specifically, when it is detected that the search information input by the user is the same as the first information and an input operation for determining the search information by the user is received, the rendered first search result page is displayed.
It should be noted that, in a possible scenario, when the first search field input by the user is received, the search information actually input by the user may be predicted, and at this time, when it is detected that the search information input by the user is the same as the first information, the rendered first search result page is displayed. On the contrary, in another possible scenario, when the first search field input by the user is received, the search information actually input by the user cannot be predicted, and then the second search field input by the user continues to be received, so as to more accurately predict the search information input by the user.
In a possible embodiment, before the rendered first search result page is displayed in step 330, the page display method provided in the embodiment of the present invention may further include:
receiving a second search field input by the user, wherein the second search field comprises the first search field;
according to the second search field, second information related to the second search field and a second search result page corresponding to the second information are determined;
when a second search result page is obtained, whether the first search result page is rendered or not is determined;
and when the rendering of the first search result page is not finished, terminating the rendering of the first search result page, and rendering the second search result page.
By way of example, following the example of step 320 above, in one possible embodiment, when the second search field received the user input is "Liu" and "De", then "Liu" is generated from "Liu" and "De", and second information (i.e., "Liu De Hua", "Liu De applying for Hongyun success", and "Liu De Hua concert") associated with the second search field is determined.
Thus, a second search result page (i.e., a page where the D website "liu de hua", the E website "liu de hua applies for successful gym" and the F website "liu de hua sing concert" are located, or a page where each website is located, respectively) corresponding to each piece of second information can be obtained according to the pieces of second information. Then, when the second search result pages are obtained, whether the rendering of the first search result page is completed or not needs to be determined, and when the rendering of the first search result page is not completed, the rendering of the first search result page is terminated, and the second search result page is rendered, so that the search time can be saved.
Based on this possibility, step 330 may specifically include: and displaying the rendered second search result page when detecting that the second search field input by the user is the same as the second information.
It should be noted that the second information may also be the same as the first information, that is, when the first search field input by the user is received, it is predicted that the search information input by the user is the same as the predicted first information; of course, it is also possible that the complete search information input by the user is not predicted when the first search field input by the user is received, and thus, more accurate search information can be further predicted by the second search information.
In addition, in another possible embodiment, the method may also be implemented through interaction between the client and the server, and specifically may include:
receiving a second search field input by the user, wherein the second search field comprises the first search field;
generating a second query request according to the second search field;
sending the second query request to the server to indicate the server to determine second information in a user behavior database, a historical search record or a heat information database according to the second query request;
acquiring a second search result page according to the second information;
receiving second feedback information sent by the server, and determining second information and a second search result page in the second feedback information;
when a second search result page is obtained, whether the first search result page is rendered or not is determined;
and when the rendering of the first search result page is not finished, terminating the rendering of the first search result page, and rendering the second search result page.
In summary, in the embodiment of the present invention, first, in the process of inputting search information by a user, according to a part of search fields input by the user, complete first information required by the user is predicted; and then, rendering a first search result page related to the first information, and directly displaying the rendered first search result page related to the first information when the search information input by the user and including the first search field is the same as the predicted first information. Therefore, the search page where the search result is located can be predicted and rendered in advance, so that the display time of the search result page is reduced, the time for a user to wait for the search result is reduced, the page display efficiency is improved, and the user experience is improved.
Because the page display related in the embodiment of the present invention may vary according to different actual application scenarios, for example: the page display method can be carried out through a client side, and can also be realized through interaction between the client side and a server side.
Based on this, the embodiment of the present invention takes scene 2, that is, the page display method is implemented through interaction between the client and the server, as an example, and further describes the page display method provided by the embodiment of the present invention.
FIG. 4 is an interaction flow diagram illustrating a page presentation method according to one embodiment.
As shown in fig. 4, the method may include steps 410 to 450:
firstly, step 410, in the process of inputting search information by a user, receiving a first search field input by the user; secondly, step 420, generating a first query request according to the first search field; then, step 430, sending the first query request to the server; furthermore, step 440, receiving first feedback information sent by the server, and determining the first information and a first search result page in the first feedback information; then, step 450, rendering the first search result page; then, in step 460, when it is detected that the search information input by the user is the same as the first information, the rendered first search result page is displayed.
The above steps are described in detail below:
first, at step 410, a first search field input by a user is received at a browser interface of a client.
For example: in a browser interface, a first search field "Liu" input by a user is received.
Secondly, step 420-step 450 are involved, a first query request is generated according to the first search field; and sending the first query request to the server to indicate the server to determine first information according to the first query request, and acquiring a first search result page according to the first information.
Here, when receiving the first query request, the server may determine the first information by at least one of the following methods:
the first method is as follows: the first information is determined in a user behavior database, a historical search record or a heat information database.
The second method comprises the following steps: first information related to the search field is predicted based on the first search field and the prediction model.
When the server determines the first information and the first search result page, first feedback information is generated based on the first information and the first search result page, and the first feedback information is sent to the client. The client receives first feedback information sent by the server, and determines the first information and a first search result page in the first feedback information. And rendering the first search result page when the first search result page is acquired.
It should be noted that when a second search field input by the user is received, a second query request may also be generated according to the second search field, and the second query request is sent to the server, so as to instruct the server to determine second information according to the second query request, and obtain a second search result page according to the second information. Wherein the second search field comprises the first search field. And rendering the second search result page when the second search result page is acquired.
And repeating the loop in sequence until the input operation of determining the search information by the user is received, and determining that the search information input by the user is the same as the predicted information (for example, the first information and the second information), executing step 460.
For example: based on the example of step 410, as shown in fig. 5, the client initiates a first predicted query request to an Artificial Intelligence (AI) engine (e.g., if the client is approaching), and when the result is not successfully predicted, the client sends the (backend) predicted query request to the server. And generating a result page html of the current query (Liu) at the server according to the first search field (Liu) in the query request, sending the result page html to the client, and calling a hidden webview by the client to render the search result page of the Liu.
When a second search field "liu de" input by the user is received, the client initiates a second predicted query request to the server (backend), at this time, the server (backend) predicts that the search information input by the user is "liu de hua" according to the second search field in the second predicted query request, the server (backend) directly generates a result page html of "liu de hua", sends the result page html to the client, and terminates the result page html rendering of the first search field "liu" in the previous step when the client does not complete the rendering of the result page html of "liu" and executes the result page html rendering of "liu de hua" corresponding to the second search field "liu de".
Then, in step 460, when it is detected that the search information input by the user is the same as the predicted first information, the rendered first search result page is displayed.
For example, when the search information "liu de hua" input by the user is detected, the client determines that html rendering of the result page of "liu de hua" corresponding to the second search field "liu de hua" is the same, and does not generate any query request any more, and the implicitly rendered "liu de hua" page is directly displayed (for example, from the time when the user inputs liu de hua to the time when the search information is displayed, about 800 milliseconds).
Here, the second search result page corresponding to the second search field including the first search field at this time is the last predicted second information.
In summary, the current request of the web page end cannot be directly used on the client end because the client end, the server end, and multiple engines (e.g., AI engine) need to cooperate and adjust, and the current browser often lacks the support of the server end and cannot use this method. Therefore, the method provided by the embodiment of the invention can make up the defect that the content searched by the user cannot be predicted and rendered in advance on the client at present, so as to reduce the display time (about 1000 milliseconds) of the search result page.
Based on the contents shown in fig. 4 and fig. 5, an embodiment of the present invention provides a page display method based on a server, and a specific method is shown in fig. 6.
FIG. 6 is a flowchart illustrating a server-based page presentation method according to an embodiment.
As shown in fig. 6, the method may include:
firstly, step 610, receiving a first query request sent by a client; secondly, step 620, determining first information related to the first search field and a first search result page corresponding to the first information according to the first search field; then, step 630, first feedback information is sent to the client, where the first feedback information includes the first information and the first search result page.
The above steps are described in detail below:
referring first to step 610, the query request in this embodiment of the present invention may be used to instruct the server to determine first information related to a first search field in the first query request.
Next, referring to step 620, the first information may be determined in two ways, specifically as follows:
the first method is as follows: first information is determined in a user behavior database, a historical search record, or a heat information database according to the first search field.
The second method comprises the following steps: first information related to the search field is predicted based on the first search field and the prediction model.
Additionally, in one possible embodiment, after step 630, the method may further comprise:
receiving a second query request sent by the client, wherein the query request is used for indicating the server to determine second information related to a second search field according to the second search field in the query request; wherein the second search field comprises the first search field;
according to the second search field, second information related to the second search field and a second search result page corresponding to the second information are determined;
and sending second feedback information to the client, wherein the second feedback information comprises second information and a second search result page.
Based on the page display method, the embodiment of the invention provides two page display devices. The details are as follows.
First, fig. 7 illustrates a block diagram of a structure of a client-based page presentation apparatus according to an embodiment.
As shown in fig. 7, the page displaying apparatus 700 may specifically include:
a receiving module 701, configured to receive a first search field input by a user in a process of inputting search information by the user;
a processing module 702, configured to determine, according to the first search field, first information related to the first search field and a first search result page corresponding to the first information;
a displaying module 703, configured to display the rendered first search result page when it is detected that the search information input by the user is the same as the first information.
In a possible embodiment, the processing module 702 may be specifically configured to determine the first information in a user behavior database, a historical search record, or a heat information database according to the first search field.
In another possible embodiment, the processing module 702 may be specifically configured to predict the first information related to the search field based on the first search field and the prediction model.
In yet another possible embodiment, the processing module 702 may be specifically configured to generate the first query request according to the first search field; sending the first query request to a server to indicate the server to determine first information in a user behavior database, a historical search record or a heat information database according to the first query request, and acquiring a first search result page according to the first information; and receiving first feedback information sent by the server, and determining the first information and a first search result page in the first feedback information.
In addition, the receiving module 701 of the embodiment of the present invention may be further configured to receive a second search field input by the user, where the second search field includes the first search field;
according to the second search field, second information related to the second search field and a second search result page corresponding to the second information are determined;
when a second search result page is obtained, whether the first search result page is rendered or not is determined;
and when the rendering of the first search result page is not finished, terminating the rendering of the first search result page, and rendering the second search result page.
Based on this, the presentation module 703 may be specifically configured to, when it is detected that the second search field input by the user is the same as the second information, present the rendered second search result page.
Here, the processing module 702 according to the embodiment of the present invention may specifically be configured to generate a second query request according to the second search field;
sending the second query request to the server to indicate the server to determine second information in a user behavior database, a historical search record or a heat information database according to the second query request;
acquiring a second search result page according to the second information;
and receiving second feedback information sent by the server, and determining second information and a second search result page in the second feedback information.
The display module 703 of the embodiment of the present invention may be specifically configured to display the rendered search result page when it is detected that the search information input by the user is the same as the first information and an input operation of determining the search information by the user is received.
In addition, the page displaying apparatus 700 of the embodiment of the present invention may further include a rendering module 704, configured to render the first search result page.
Further, the rendering module 704 may be specifically configured to, when the first information related to the first search field includes a plurality of pieces of sub information, obtain a third search result page corresponding to each piece of sub information in the plurality of pieces of sub information; and rendering each third search result page respectively.
In summary, in the embodiment of the present invention, first, in the process of inputting search information by a user, according to a part of search fields input by the user, complete first information required by the user is predicted; and then, rendering a first search result page related to the first information, and directly displaying the rendered first search result page related to the first information when the search information input by the user and including the first search field is the same as the predicted first information. Therefore, the search page where the search result is located can be predicted and rendered in advance, so that the display time of the search result page is reduced, the time for a user to wait for the search result is reduced, the page display efficiency is improved, and the user experience is improved.
In addition, the embodiment of the invention also provides a structural block diagram of the page display device based on the server.
FIG. 8 shows a block diagram of a server-based page presentation apparatus according to one embodiment.
As shown in fig. 8, the page displaying apparatus 800 may specifically include:
a receiving module 801, configured to receive a first query request sent by a client, where the query request is used to instruct a server to determine first information related to a first search field according to the first search field in the first query request;
a processing module 802, configured to determine, according to the first search field, first information related to the first search field and a first search result page corresponding to the first information;
the sending module 803 is configured to send first feedback information to the client, where the first feedback information includes the first information and the first search result page.
In a possible embodiment, the processing module 802 may be specifically configured to determine the first information in a user behavior database, a historical search record, or a heat information database according to the first search field.
In another possible embodiment, the processing module 802 may be specifically configured to predict the first information associated with the search field based on the first search field and the prediction model.
In addition, the receiving module 801 in the embodiment of the present invention may be further configured to receive a second query request sent by the client, where the query request is used to instruct the server to determine, according to a second search field in the query request, second information related to the second search field; wherein the second search field comprises the first search field.
Based on this, the processing module 802 in this embodiment of the present invention may be further configured to determine, according to the second search field, second information related to the second search field and a second search result page corresponding to the second information. The sending module 803 in this embodiment of the present invention may also be configured to send second feedback information to the client, where the second feedback information includes second information and a second search result page.
Here, because the current request of the web page side cannot be directly used on the client side, the reason is that multiple parts of the client side, the server side and multiple engines (for example, AI engines) are required to perform cooperative adjustment, and the current browser often lacks the support of the server side and cannot use the method. Therefore, the method provided by the embodiment of the invention can make up the defect that the search content of the user cannot be predicted and rendered in advance on the client at present, so as to reduce the display time of the search result page.
FIG. 9 illustrates a schematic structural diagram of a computing device, according to one embodiment.
As shown in fig. 9, a block diagram of an exemplary hardware architecture of a computing device capable of implementing the page display method and the page display apparatus according to the embodiment of the present invention.
The computing device may include a processor 901 and a memory 902 that stores computer program instructions.
Specifically, the processor 901 may include a Central Processing Unit (CPU), or an Application Specific Integrated Circuit (ASIC), or may be configured to implement one or more integrated circuits of the embodiments of the present application.
Memory 902 may include mass storage for data or instructions. By way of example, and not limitation, memory 902 may include a Hard Disk Drive (HDD), a floppy disk drive, flash memory, an optical disk, a magneto-optical disk, magnetic tape, or a Universal Serial Bus (USB) drive or a combination of two or more of these. Memory 902 may include removable or non-removable (or fixed) media, where appropriate. The memory 902 may be internal or external to the integrated gateway device, where appropriate. In a particular embodiment, the memory 902 is a non-volatile solid-state memory. In a particular embodiment, the memory 902 includes Read Only Memory (ROM). Where appropriate, the ROM may be mask-programmed ROM, Programmable ROM (PROM), Erasable PROM (EPROM), Electrically Erasable PROM (EEPROM), electrically rewritable ROM (EAROM), or flash memory, or a combination of two or more of these.
The processor 901 reads and executes the computer program instructions stored in the memory 902 to implement any one of the page display methods in the above embodiments.
The transceiver 903 is mainly used for implementing the apparatuses in the embodiments of the present invention or communicating with other devices.
In one example, the device may also include a bus 904. As shown in fig. 9, the processor 901, the memory 902 and the transceiver 903 are connected via a bus 904 to complete communication with each other.
The bus 904 includes hardware, software, or both. By way of example, and not limitation, a bus may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a Front Side Bus (FSB), a Hypertransport (HT) interconnect, an Industry Standard Architecture (ISA) bus, an infiniband interconnect, a Low Pin Count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Control Interconnect (PCI) bus, a PCI-Express (PCI-X) bus, a Serial Advanced Technology Attachment (SATA) bus, a video electronics standards association local (VLB) bus, or other suitable bus or a combination of two or more of these. Bus 903 may include one or more buses, where appropriate. Although specific buses are described and shown in the embodiments of the application, any suitable buses or interconnects are contemplated by the application.
The embodiment of the invention also provides a computer readable storage medium corresponding to the page display method.
In a possible embodiment, the present invention provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed in a computer, the computer program causes the computer to execute the steps in the page displaying method according to the embodiment of the present invention.
It is to be understood that the invention is not limited to the particular arrangements and instrumentality described in the above embodiments and shown in the drawings. For convenience and brevity of description, detailed description of a known method is omitted here, and for the specific working processes of the system, the module and the unit described above, reference may be made to corresponding processes in the foregoing method embodiments, which are not described herein again.
It will be apparent to those skilled in the art that the method procedures of the present invention are not limited to the specific steps described and illustrated, and that various changes, modifications and additions, or equivalent substitutions and changes in the sequence of steps within the technical scope of the present invention are possible within the technical scope of the present invention as those skilled in the art can appreciate the spirit of the present invention.

Claims (16)

1. A page display method comprises the following steps:
receiving a first search field input by a user in the process of inputting search information by the user;
according to the first search field, determining first information related to the first search field and a first search result page corresponding to the first information;
and displaying the rendered first search result page when detecting that the search information input by the user is the same as the first information.
2. The method of claim 1, wherein said determining, from the first search field, first information related to the first search field comprises:
and determining the first information in a user behavior database, a historical search record or a heat information database according to the first search field.
3. The method of claim 1, wherein said determining, from the first search field, first information related to the first search field comprises:
first information related to the search field is predicted based on the first search field and a prediction model.
4. The method of claim 1, wherein determining, from the first search field, first information related to the first search field and a first search results page corresponding to the first information comprises:
generating a first query request according to the first search field;
sending the first query request to a server to indicate the server to determine the first information in a user behavior database, a historical search record or a heat information database according to the first query request, and acquiring a first search result page according to the first information;
and receiving first feedback information sent by the server, and determining the first information and the first search result page in the first feedback information.
5. The method of any of claims 1-4, wherein prior to said presenting the rendered first search results page, the method further comprises:
receiving a second search field input by a user, the second search field comprising the first search field;
according to the second search field, second information related to the second search field and a second search result page corresponding to the second information are determined;
when the second search result page is obtained, determining whether the first search result page is rendered or not;
when the first search result page is not rendered completely, terminating rendering the first search result page, and rendering the second search result page;
wherein, when it is detected that the search information input by the user is the same as the first information, displaying the rendered first search result page, including:
and displaying the rendered second search result page when detecting that the second search field input by the user is the same as the second information.
6. The method of claim 5, wherein determining, from the second search field, second information related to the second search field and a second search results page corresponding to the second information comprises:
generating a second query request according to the second search field;
sending the second query request to a server to indicate the server to determine the second information in a user behavior database, a historical search record or a heat information database according to the second query request;
acquiring the second search result page according to the second information;
and receiving second feedback information sent by the server, and determining the second information and the second search result page in the second feedback information.
7. The method of claim 1, wherein upon detecting that the user-entered search information is the same as the first information, presenting a rendered first search results page, comprises:
and displaying the rendered search result page when detecting that the search information input by the user is the same as the first information and receiving the input operation of determining to search the search information by the user.
8. The method of claim 1, wherein after determining the first search results page corresponding to the first information, the method further comprises:
rendering the first search result page;
wherein the rendering the first search result page comprises:
when first information related to the first search field comprises a plurality of pieces of sub information, acquiring a third search result page corresponding to each piece of sub information in the plurality of pieces of sub information;
and rendering each third search result page respectively.
9. A page display method comprises the following steps:
receiving a first query request sent by a client, wherein the first query request is used for indicating the server to determine first information related to a first search field according to the first search field in the first query request;
according to the first search field, determining first information related to the first search field and a first search result page corresponding to the first information;
and sending first feedback information to the client, wherein the first feedback information comprises the first information and the first search result page.
10. The method of claim 9, wherein said determining first information related to the first search field from the first search field comprises:
and determining the first information in a user behavior database, a historical search record or a heat information database according to the first search field.
11. The method of claim 9, wherein said determining first information related to the first search field from the first search field comprises:
first information related to the search field is predicted based on the first search field and a prediction model.
12. The method of claim 9, wherein the method further comprises:
receiving a second query request sent by a client, wherein the query request is used for indicating the server to determine second information related to a second search field according to the second search field in the query request; wherein the second search field comprises the first search field;
according to the second search field, second information related to the second search field and a second search result page corresponding to the second information are determined;
and sending second feedback information to the client, wherein the second feedback information comprises the second information and the second search result page.
13. A page display apparatus comprising:
the receiving module is used for receiving a first search field input by a user in the process of inputting search information by the user;
the processing module is used for determining first information related to the first search field and a first search result page corresponding to the first information according to the first search field;
and the display module is used for displaying the rendered first search result page when detecting that the search information input by the user is the same as the first information.
14. A page display apparatus comprising:
the system comprises a receiving module, a searching module and a searching module, wherein the receiving module is used for receiving a first query request sent by a client, and the query request is used for indicating the server to determine first information related to a first search field according to the first search field in the first query request;
the processing module is used for determining first information related to the first search field and a first search result page corresponding to the first information according to the first search field;
and the sending module is used for sending first feedback information to the client, wherein the first feedback information comprises the first information and the first search result page.
15. A computing device, wherein the device comprises at least one processor and a memory, the memory being adapted to store computer program instructions, the processor being adapted to execute the program of the memory to control the computing device to implement the page presentation method of any one of claims 1-8 or 9-12.
16. A computer-readable storage medium, on which a computer program is stored, wherein the computer program, if executed in a computer, causes the computer to perform the page presentation method according to any one of claims 1 to 8 or 9 to 12.
CN201911354930.6A 2019-12-25 2019-12-25 Page display method, device, equipment and storage medium Pending CN113032697A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911354930.6A CN113032697A (en) 2019-12-25 2019-12-25 Page display method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911354930.6A CN113032697A (en) 2019-12-25 2019-12-25 Page display method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113032697A true CN113032697A (en) 2021-06-25

Family

ID=76458061

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911354930.6A Pending CN113032697A (en) 2019-12-25 2019-12-25 Page display method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113032697A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8433719B1 (en) * 2011-12-29 2013-04-30 Google Inc. Accelerating find in page queries within a web browser
WO2014014374A1 (en) * 2012-07-19 2014-01-23 Yandex Europe Ag Search query suggestions based in part on a prior search
CN103617253A (en) * 2013-11-29 2014-03-05 百度在线网络技术(北京)有限公司 Searching method, client terminal and server
US9875284B1 (en) * 2012-06-18 2018-01-23 A9.Com, Inc. Displaying search completion results

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8433719B1 (en) * 2011-12-29 2013-04-30 Google Inc. Accelerating find in page queries within a web browser
US9875284B1 (en) * 2012-06-18 2018-01-23 A9.Com, Inc. Displaying search completion results
WO2014014374A1 (en) * 2012-07-19 2014-01-23 Yandex Europe Ag Search query suggestions based in part on a prior search
US20150178302A1 (en) * 2012-07-19 2015-06-25 Yandex Europe Ag Search query suggestions based in part on a prior search and searches based on such suggestions
CN103617253A (en) * 2013-11-29 2014-03-05 百度在线网络技术(北京)有限公司 Searching method, client terminal and server

Similar Documents

Publication Publication Date Title
CN110519401B (en) Method, device, equipment and storage medium for improving network access success rate
US11086962B2 (en) Webpage loading method, client and server
CN105302903B (en) Searching method, device, system and search result sequencing foundation determination method
US20170351691A1 (en) Search method and apparatus
CN108712478B (en) A kind of method and apparatus for sharing boarding application
CN105824552B (en) A kind of recognition methods of text information and device
CN109240973B (en) Electronic book-based reading state information determination method and electronic equipment
KR102454954B1 (en) Action indicator for search action output element
US10664516B2 (en) Search system, method and apparatus
WO2018121549A1 (en) Information analysis method, electronic device and storage medium
CN105677815B (en) A kind of Web page bookmark adding method and terminal
KR20160024293A (en) Method and apparatus for reducing page load time in a communication system
WO2015169073A1 (en) Application information searching method and device
US20160019310A1 (en) Method and apparatus for rendering statistics on web page visits by a browser
CN110968765B (en) Book searching method, computing device and computer storage medium
CN107273393B (en) Image searching method and device for mobile equipment and data processing system
US9471669B2 (en) Presenting previously selected search results
CN109710088A (en) Information searching method and device
CN108667875B (en) Information updating method and device
CN108255898B (en) Page display method and device
CN111666417B (en) Method, device, electronic equipment and readable storage medium for generating synonyms
US20140337698A1 (en) Method, apparatus and mobile terminal for selecting hyperlinks
US20200183981A1 (en) Resource Search Method and Related Product
CN113032697A (en) Page display method, device, equipment and storage medium
US11836203B2 (en) Visualizing query results to improve quality of subsequent searches

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination