WO2023005340A1 - 搜索结果展示方法、装置、设备和介质 - Google Patents

搜索结果展示方法、装置、设备和介质 Download PDF

Info

Publication number
WO2023005340A1
WO2023005340A1 PCT/CN2022/092158 CN2022092158W WO2023005340A1 WO 2023005340 A1 WO2023005340 A1 WO 2023005340A1 CN 2022092158 W CN2022092158 W CN 2022092158W WO 2023005340 A1 WO2023005340 A1 WO 2023005340A1
Authority
WO
WIPO (PCT)
Prior art keywords
search
search result
result page
display
keywords
Prior art date
Application number
PCT/CN2022/092158
Other languages
English (en)
French (fr)
Inventor
王辰
侯伊宁
朱丽萍
Original Assignee
北京字节跳动网络技术有限公司
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 北京字节跳动网络技术有限公司 filed Critical 北京字节跳动网络技术有限公司
Publication of WO2023005340A1 publication Critical patent/WO2023005340A1/zh

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/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution
    • G06F16/3344Query execution using natural language analysis
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations

Definitions

  • the present disclosure relates to the field of computer technology, and in particular to a method, device, device and medium for displaying search results.
  • the current comprehensive search engine usually comprehensively ranks every single search result that meets the search criteria on the entire network based on factors such as the correlation between the search result and the search term and the content quality of the search result, and then ranks the sorted results.
  • the respective search results are presented to the user.
  • search results For general search terms with relatively general search intentions, the corresponding search results often cover multiple categories, and the user's search intention is usually one or several categories in the multiple categories. In this way, users are required to select and consume from various search results presented by the comprehensive search engine, which undoubtedly increases the difficulty for users to obtain the search results they want and reduces the screening efficiency of search results.
  • the present disclosure provides a method, device, device and medium for displaying search results.
  • the present disclosure provides a method for displaying search results, which includes:
  • first search result page is used to display each keyword
  • second search result page is used to display the search result corresponding to each keyword
  • the keyword is used to Filter the search results corresponding to each keyword displayed on the second search page
  • the second search result page is displayed, and in response to the first trigger operation on the second search result page, the first search result page is displayed at a preset position on the second search result page.
  • the present disclosure provides a device for displaying search results, which includes:
  • the search term receiving module is used to receive the search term, and the search term corresponds to multiple search intents;
  • a keyword acquisition module configured to acquire keywords representing each search intent and search results corresponding to each keyword
  • a search result page generating module configured to generate a first search result page and a second search result page; wherein, the first search result page is used to display each keyword, and the second search result page is used to display the search result corresponding to each keyword ; Wherein, the keywords are used to filter the search results corresponding to the keywords displayed on the second search page;
  • the search result page display module is configured to display the second search result page, and display the first search result page at a preset position on the second search result page in response to the first trigger operation on the second search result page.
  • the present disclosure provides a device for displaying search results, which includes:
  • the processor is used to read executable instructions from the memory, and execute the executable instructions to implement the search result display method described in the first aspect.
  • the present disclosure provides a computer-readable storage medium, the storage medium stores a computer program, and when the computer program is executed by a processor, the processor implements the method for displaying search results described in the first aspect.
  • the present disclosure provides a computer program product, which includes a computer program carried on a non-transitory computer-readable medium, and the computer program includes a program for executing the method for displaying search results described in the first aspect code.
  • the search result display method, device, device, and medium of the embodiments of the present disclosure can obtain keywords representing each search intent and the search results corresponding to each keyword after receiving the search words input by the user and corresponding to multiple search intents; Generate a first search result page based on each keyword, and generate a second search result page based on the search results corresponding to each keyword; then, display the second search result page, and respond to the first trigger operation for the second search result page, The first search result page is displayed at a preset position on the second search result page.
  • the interactive operation on the second search result page triggers the display of the first search result page containing the keywords corresponding to the search intents of the search words, which can avoid the reading interference caused by the direct display of each keyword to the user, and can Filter all the search results of the search term by keywords to improve the filtering efficiency of the search results.
  • FIG. 1 is a schematic flowchart of a method for displaying search results provided by an embodiment of the present disclosure
  • FIG. 2 is a schematic diagram of a second search result page provided by an embodiment of the present disclosure
  • FIG. 3 is a schematic diagram of a first search result page provided by an embodiment of the present disclosure.
  • FIG. 4 is a schematic diagram of another first search result page provided by an embodiment of the present disclosure.
  • FIG. 5 is a schematic diagram of another first search result page provided by an embodiment of the present disclosure.
  • FIG. 6 is a schematic diagram of another first search result page provided by an embodiment of the present disclosure.
  • FIG. 7 is a schematic flowchart of another method for displaying search results provided by an embodiment of the present disclosure.
  • FIG. 8 is a schematic diagram of another first search result page provided by an embodiment of the present disclosure.
  • FIG. 9 is a schematic diagram of another first search result page provided by an embodiment of the present disclosure.
  • FIG. 10 is a schematic structural diagram of a search result display device provided by an embodiment of the present disclosure.
  • Fig. 11 is a schematic structural diagram of a device for displaying search results provided by an embodiment of the present disclosure.
  • the term “comprise” and its variations are open-ended, ie “including but not limited to”.
  • the term “based on” is “based at least in part on”.
  • the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one further embodiment”; the term “some embodiments” means “at least some embodiments.” Relevant definitions of other terms will be given in the description below.
  • a search engine usually obtains all search results according to a search term, and then comprehensively weighs and sorts each search result based on various factors, and then presents the sorted search results to users.
  • each search result fed back by the search engine is a mixed arrangement of search results of multiple search intents (or categories) corresponding to the search term. If the user wants to consume the search results of the search intent that he is interested in, he needs to select and consume from all the search results, so that the efficiency of the user's screening of the search results is very low.
  • embodiments of the present disclosure provide a search result display method, device, device, and medium to display the keywords of each search intent corresponding to the search term through interactive operations on the comprehensive search result page for pan-search scenarios.
  • the keyword corresponds to a category of search results in the search results corresponding to the search word, so as to improve the screening efficiency of search results on the basis of avoiding reading interference caused by directly displaying each keyword.
  • the search result display method may be executed by an electronic device.
  • the electronic equipment may include but not limited to such as mobile phone, notebook computer, digital broadcast receiver, PDA (personal digital assistant), PAD (tablet computer), PMP (portable multimedia player), vehicle terminal (such as vehicle navigation terminal) , wearable devices, etc., and fixed terminals such as digital TVs, desktop computers, smart home devices, etc.
  • Fig. 1 shows a schematic flowchart of a method for displaying search results provided by an embodiment of the present disclosure.
  • the search result display method may include the following steps:
  • the search word is the content input by the user, which requires the search engine to perform a search operation and feed back search results.
  • the search term may be a keyword or a short sentence.
  • Search intent also known as "user intent” refers to the most important goal that users want to achieve when searching on a search engine.
  • the search intent is the search target covered by the search term.
  • the search intent is a multi-semantic item search intent or a multi-subject search intent.
  • the search intent of polysemous items refers to the search intent corresponding to each semantic item when the search term contains multiple semantic items.
  • the multi-theme search intent refers to the search intent corresponding to the scope or topic that can be involved when the search term is a general search term with general meaning.
  • the type of the search intent is specifically determined according to the type of the search term. For example, if the search term is a polysemous term, then the search intent is a polysemy term search intent; and if the search term is a general search term, then the search intent is a multi-theme search intent. For the process of determining the type of search intent by the search term and determining each search intent, refer to the relevant description of the server in the subsequent embodiments.
  • the electronic device may receive a search word entered by a user in a search page of a specific application program or a specific website.
  • the user can input information in any form of text, voice, and image in the search box on the search page, so that the electronic device uses the text corresponding to the information input by the user as the search word input by the user.
  • the user can input text information " ⁇ XX” in the search box on the search page, and the electronic device can use " ⁇ XX” as a search term to search for content related to " ⁇ XX" for the user.
  • the user can input the voice information " ⁇ XX" in the search box on the search page, and the electronic device can perform speech recognition processing on the voice information to obtain the search term " ⁇ XX", and then search for the user related information related to " ⁇ XX”. link content.
  • the user can enter an image with the text " ⁇ XX” or an image with the content of the screen " ⁇ XX” in the search box on the search page, and the electronic device can perform image text recognition processing or image content recognition processing on the image. , get the search term " ⁇ XX", and then search for the content associated with " ⁇ XX" for the user.
  • multiple candidate search words may also be displayed on the search page, and the user may select from the displayed candidate search words, so that the electronic device uses the candidate search words selected by the user as the search words.
  • the search page can display candidate search terms such as “dress”, “spring and summer clothing”, “wearing”, etc., and the user can select “dress”, so that the electronic device can use the "dress” selected by the user as the search term, Then search for the content associated with "dress” for the user.
  • candidate search terms such as "dress”, “spring and summer clothing”, “wearing”, etc.
  • the search term may be sent to the server.
  • the server may perform a search based on the search term to obtain various search results corresponding to the search term.
  • the server may also analyze the search term and/or the search results corresponding to the search term, and determine the type of search intent corresponding to the search term, each search intent, keywords corresponding to each search intent, and corresponding keywords The corresponding category of search results.
  • keywords refer to information capable of describing corresponding search intentions.
  • a thesaurus is preset in the server, and the thesaurus stores a plurality of words, a type of search intent corresponding to each word, and a specific search intent.
  • the server matches the search word with the words in the thesaurus, and determines the type of the search intent corresponding to the word with the highest matching degree as the type of the search intent corresponding to the search word, and determines the specific search intent corresponding to the word as the search intent Each search intent corresponding to the term.
  • the server classifies or aggregates the search results of the search words according to the determined search intentions, so as to obtain a type of search results corresponding to each search intention of the search words.
  • the setting of the above thesaurus can improve the search efficiency of the server.
  • the server first inquires whether the search term is a polysemous term according to professional term interpretation tools such as Wikipedia. If so, then determine the type of the search intent of the search term as a polysemous item search intent, and determine each semantic item of the search term as the search intent of the search term. Then, according to the determined search intentions, the search results corresponding to the search words are classified to obtain a category of search results corresponding to each search intention of the search words.
  • the search term is "Li XX", and there are polysemy items “poet Li XX”, “game character Li XX” and “song Li XX” in the encyclopedia, then "poet Li XX”, “game character Li XX” and “song ⁇ XX” are determined as the three search intents of the search term " ⁇ XX”.
  • the server performs word matching for the search word from a pre-set thesaurus. Then, the server determines the type of search intent corresponding to the word with the highest matching degree as the type of search intent corresponding to the search term, and determines the specific search intent corresponding to the word as each search intent corresponding to the search term. Afterwards, the server classifies and aggregates the search results of the search words according to the determined search intentions, so as to obtain a type of search results corresponding to each search intention of the search words.
  • the combination of professional entry interpretation tools such as Encyclopedia and thesaurus mentioned above can improve the search efficiency of the server on the basis of reducing the workload of building the thesaurus.
  • the server does not preset a thesaurus, but analyzes the search term and its search results in real time to determine the search intention related information of the search term.
  • the server first queries the search terms according to professional entry interpretation tools such as Wikipedia. If found, then determine the type of search intent of the search term, each search intent, and a type of search result corresponding to each search intent in the same manner.
  • the server extracts keywords from all search results corresponding to the search words to obtain each keyword. And, the server screens out representative keywords (such as the number of search results corresponding to the keywords are large) and keywords with a certain degree of difference (such as low similarity between words) from each keyword, as the search result. Each search intent corresponding to the term. Then, the server classifies and aggregates all the search results of the search term according to the selected keywords to obtain a category of search results corresponding to each keyword of the search term.
  • the above method of extracting keywords may be directly extracting keywords from each search result; it may also be first extracting its core content from each search result, and then extracting keywords from the core content.
  • specific extraction methods are different for different search results. For example, for search results with a good web page structure, structured information can be directly extracted from the search results as keywords.
  • the corresponding search term when the search result is consumed may be determined as the keyword corresponding to the result.
  • keywords can be extracted through the self-learning of machine learning models.
  • the construction process of the thesaurus in each of the above embodiments may be the same as the above process of analyzing each search result to determine information related to the search intention.
  • the server may determine keywords corresponding to the search intent according to a category of search results corresponding to the search intent. For example, if the search intent is "game character Li XX", the server may extract information from a category of search results for the search intent, and determine that the keyword of the search intent is "XX game hero, assassin”. For another example, if a certain search intent of the search term "dress” is "wear”, then the server can extract information from a category of search results for the search intent, and determine that the keywords of the search intent can include “wear”, “Spring and Summer” and “Little Man” and so on.
  • the server may feed back multiple search intentions of the determined search term, keywords and search results corresponding to each search intention to the electronic device.
  • the electronic device receives the information fed back by the server, and determines a keyword corresponding to each search intent and a type of search result corresponding to each keyword.
  • the first search result page and the second search result page are both pages used to display the results of searching for the search term. Keywords are used to filter the search results corresponding to each keyword.
  • a type of search result corresponding to a keyword is a filtering result of all search results corresponding to the search word for the keyword.
  • the search results corresponding to each keyword constitute all the search results corresponding to the search word.
  • the electronic device After obtaining the keywords corresponding to each search intent and the search results corresponding to each keyword, the electronic device generates the first search result page according to the keywords corresponding to each search intent, and generates the second search result page according to the search results corresponding to each keyword.
  • a second search result page, the second search result page is a search result page obtained from a comprehensive search.
  • the first triggering operation refers to a triggering operation performed on the second search result page to discover a hidden function (such as keyword display in the present disclosure).
  • the first trigger operation may be a gesture operation such as sliding in a certain direction, tapping with multiple fingers, or a non-contact operation such as voice control or eye movement control.
  • a non-contact operation such as voice control or eye movement control.
  • an operation in which the first trigger operation is sliding in a certain direction (such as sliding up, sliding down, sliding to the left, or sliding to the right) will be described as an example.
  • the preset position is a preset display position, which may be a display position on the second search result page, or a display position on another page that has a certain relationship with the second search result page.
  • the electronic device displays the second search result page by default. As shown in FIG. 2 , the electronic device 200 displays a second search result page 210 after triggering the search for the search term "dress". The second search result page 210 displays multiple search results related to dresses.
  • the electronic device detects the user's first trigger operation on the second search result page, then the first search result page is displayed at a preset position on the second search result page, so as to present to the user the details of each search intent corresponding to the search term.
  • Each keyword corresponds to a type of search result among the search results corresponding to the search term, so the user can quickly filter all the search results through these keywords.
  • the display size of the first search result page must at least be able to accommodate all keywords.
  • the display position of each keyword on the first search result page may not be limited.
  • the preset location is a floating window on the second search result page.
  • displaying the first search result page at the preset position of the second search result page includes: creating a floating window on the second search result page, and displaying the first search result page in the floating window.
  • the electronic device creates a floating window on the second search result page 210, and uses the floating window to display the first search result page, which displays The effect is shown in Figure 3.
  • a second search result page 310 is displayed on the electronic device 300
  • a first search result page 320 is displayed in a floating layer above the second search result page 310 .
  • a plurality of keywords 321 corresponding to the search term "dress" are displayed on the first search result page 320 .
  • the preset position is a new page covering the second search result page. Then, displaying the first search result page at the preset position of the second search result page includes: covering and displaying the first search result page on top of the second search result page.
  • the electronic device overlays and displays the first search result page on the second search result page 210 , as shown in FIG. 4 .
  • a first search result page 410 is displayed on the electronic device 400 , and multiple keywords 411 corresponding to the search word "dress" are displayed on the first search result page 410 .
  • the preset position is the position where the second search result page is located, and the first search result page is opposite to the operation direction of the first trigger operation on the second search result page. Neighborhood new page. Then, displaying the first search result page at the preset position of the second search result page includes: switching from the second search result page to the first search result page by sliding along the operation direction of the first trigger operation.
  • the second search result page 510 in the electronic device 500 gradually moves downwards out of the display interface of the electronic device 500 (the part that has been moved out is shown in light gray for illustration, but is not visible in practice), while the top of the second search result page 510
  • the first search result page 520 gradually moves into the display interface of the electronic device 500 at the same speed (the part that has not moved in is shown in light gray for illustration, but is not visible in practice), until the first search result interface 520 is completely moved into the display interface. If the sizes of the two pages are the same, the second search result page 510 will completely move out of the display interface at this time.
  • Various keywords 521 are displayed in the first search result interface 520 .
  • the preset location is a certain location on the second search result page.
  • displaying the first search result page at the preset position of the second search result page includes: moving the search results corresponding to each keyword in the second search result page along the operation direction of the first trigger operation, and The first search result page is displayed in the vacated area of the result page. That is to say, the first search result page is displayed on the second search result page, and each search result on the second search result page moves sequentially in a direction opposite to the display position of the first search result page.
  • the electronic device moves each search result in the second search result page 210 down sequentially until the top of the second search result page 210 An area of the same size as the first search result page is vacated, and then the first search result page is displayed in the vacated area above the second search result page 210 , the display effect of which is shown in FIG. 6 .
  • a second search result page 610 is displayed in the electronic device 600
  • a first search result page 620 is displayed in the upper area of the second search result page 610
  • each keyword is displayed in the first search result page 620 621.
  • each keyword in the first search result page is displayed in various display styles.
  • each keyword is displayed in the same display style on the first search result page.
  • These keywords may be displayed on the first search result page in a random order, or may be displayed in a sorted manner according to the correlation between the keywords and the search term and/or the click-through rate of the keywords (indicating the popularity of the keywords).
  • each keyword is displayed in a different display style on the first search result page.
  • each keyword 321 is displayed on the first search result page 320 in the form of a keyword graph.
  • the display styles of these keywords are determined based on the relevance of the corresponding keywords to the search term and/or the click-through rate of the keywords. For example, keywords with higher relevance and higher click-through rate will have more prominent display styles.
  • the display style here includes at least one of font size, color, display position and search result display area.
  • the keyword "dress” has a certain correlation with “dress”, and its click-through rate is the highest, then the keyword “wear” is displayed in the central position and displayed in the largest bold font.
  • “big brand” has the least correlation with “dress” or its click-through rate is the lowest, then the keyword “big brand” is displayed at the edge position, and displayed in the smallest non-bold font.
  • the above-mentioned technical solution for displaying search results can obtain keywords representing each search intent and the search results corresponding to each keyword after receiving the search words corresponding to multiple search intents input by the user; generate the first search result based on each keyword result page, and generate a second search result page based on the search results corresponding to each keyword; afterward, display the second search result page, and respond to the first trigger operation for the second search result page, in the preview of the second search result page Set the location to display the first search result page.
  • the interactive operation on the second search result page triggers the display of the first search result page containing the keywords corresponding to the search intents of the search words, which can avoid the reading interference caused by the direct display of each keyword to the user, and can Filter all the search results of the search term by keywords to improve the filtering efficiency of the search results.
  • Fig. 7 shows a schematic flowchart of another method for displaying search results provided by an embodiment of the present disclosure.
  • the search result display method may include the following steps:
  • the second trigger operation refers to an operation for selecting and triggering a keyword, for example, a click operation, non-contact trigger operations such as voice control, gesture control, and eye movement control.
  • the terminal display interface refers to the current display interface in the electronic device.
  • the electronic device detects the user's second trigger operation on a certain keyword (ie, the target keyword) among the keywords, then in response to the second trigger operation, the electronic The device displays at least part of the search results of a type of search results corresponding to the target keyword on the display interface of the terminal.
  • the target keyword may be displayed as a selected state. For example, if the user clicks on the keyword “dress” in FIG. 4 to trigger, then the keyword “wear” is displayed as gray shading, and the display effect is as shown in each keyword 811 in FIG. 8 .
  • At least part of the search results of a category corresponding to the target keyword may be displayed covering each keyword, or may be displayed in a display area other than each keyword.
  • the displayed search results corresponding to the target keywords may be a simple combination of search results corresponding to multiple target keywords (such as a direct combination), It may also be a comprehensive search result after removing duplicate search results and reordering search results corresponding to multiple target keywords.
  • displaying the search results corresponding to the target keyword on the terminal interface in S750 includes: displaying the first search result page in the first area of the terminal display interface; displaying the target keyword in the second area of the terminal display interface search results for the term.
  • the first area is an area within a set range of the terminal display interface in the operation direction of the first trigger operation.
  • the first area is an area within a set range at the bottom of the display interface of the terminal.
  • the set range is a preset area range, for example, it may be an area corresponding to 1/3 of the entire display interface.
  • the second area is the remaining area in the terminal interface except the first area. Referring to FIG. 4 , the first area is the area corresponding to the 1/3 range below the terminal display interface (here, the first search result page 410 ), and the second area is the area within the 2/3 range above the terminal display interface.
  • the initial state of the search results corresponding to each keyword and the target keyword is set to be displayed in different regions.
  • the first search result page is displayed in the first area of the terminal display interface, and the target keyword is displayed in the second area of the terminal display interface Corresponding to at least some of the search results of one type of search results.
  • the terminal display interface is the first search result interface. Then, each keyword is displayed in the first area of the first search result page (as shown in the area corresponding to the lower 1/3 range of the first search result page 410 in Figure 4), and a category of search results corresponding to the target keyword At least some of the search results in are displayed in the remainder of the first search results page
  • a first search result page 810 is displayed on the electronic device 800 , keywords 811 are displayed in the first area below the first search result page 810 , and keywords 811 are displayed on the top of the first search result page 810 . At least part of the search results 812 in a category of search results corresponding to the target keyword are displayed in the second area.
  • keywords to be displayed may be filtered according to the display size of the first area and the display size of the filtered keywords. For example, first sort all the keywords fed back by the server according to the correlation between the keyword and the search term and/or the click-through rate of the keyword, and then determine the Each keyword that can be accommodated in the first area is displayed as each keyword displayed on the first search result page. In this way, the normal display of keywords can be ensured, and more high-quality keywords can be displayed, further improving the screening efficiency of subsequent search results.
  • the third trigger operation refers to an operation for switching and triggering each search result corresponding to the displayed target keyword, for example, it may be a non-contact trigger operation such as sliding operation, voice control, gesture control, and eye movement control.
  • the operation direction of the third trigger operation may be opposite to that of the first trigger operation.
  • the first trigger operation is a downward slide operation
  • the third trigger operation is an upward slide operation.
  • the operation direction of the third trigger operation is the same as the operation direction of the first trigger operation.
  • the first trigger operation is a slide-down operation
  • the third trigger operation is also a slide-down operation, so that better continuity of operations can be obtained and user experience can be further enhanced.
  • the second area is limited, more search results cannot be displayed, so after initially displaying at least part of the search results of a category corresponding to the target keyword at S750, if the electronic device detects that the user's interest in the second area The third trigger operation, then continue to display more search results corresponding to the target key along the operation direction of the third trigger operation.
  • the search results corresponding to the target keywords are arranged from bottom to top.
  • the electronic device 800 When the user slides down in the second area above the first search result page 810, the electronic device 800 The search results displayed in the second area are moved down, and at the same time, the search results not displayed above are moved into the second area for display.
  • the above-mentioned more search results may still be displayed in the second area, that is, search results and keywords are simultaneously displayed on the first search result page.
  • the above-mentioned more results may also be expanded and displayed on the entire first search result page.
  • the entire first search result page 910 of the electronic device 900 is used to display the search results. This can not only increase the number of displayed search results, but also reduce the interference of each keyword to the user in the process of consuming the search results, and improve the consumption efficiency of the search results.
  • the preset quantity is a preset quantity value, which is used to limit the quantity of search results that can be loaded at one time.
  • the second direction is opposite to the operation direction of the first trigger operation. For example, if the operation direction of the first trigger operation is sliding down, then the second direction is up.
  • the preset control is a control with preset control functions and control display timings, which is used to trigger continuous display of a preset number of undisplayed search results among the search results corresponding to the target keywords.
  • the electronic device detects a user's trigger operation on a preset control, it continues to display a preset number of undisplayed search results along the operation direction of the third trigger operation. For example, if the user clicks the preset control “load more similar results” in FIG. Set the quantity.
  • the fourth trigger operation is the same as the first trigger operation.
  • the electronic device will redisplay the first search result page, as shown in Figure 3- Figure 6 shows.
  • the above scheme of interactive operation to display the search results corresponding to the target keyword is also applicable to the display scenarios of the first search result page as shown in Fig. 3, Fig. 5 and Fig.
  • the operation direction is the same as the bottom of the page.
  • the search results corresponding to the target keywords will be displayed on the terminal display interface, thus realizing the filtering by the target keywords
  • the search results corresponding to each keyword improve the efficiency of search result screening.
  • the search result corresponding to the target keyword will continue to be displayed along the operation direction of the third trigger operation which is the same as the operation direction of the first trigger operation, and the preset number of After the search results corresponding to the target keywords are displayed on the top of the terminal display interface along the second direction, a preset control for triggering to continue to display a preset number of undisplayed search results among the search results corresponding to the target keywords is realized in this way It provides more interactive trigger display of search results, and can keep the user's operation direction consistent throughout the process, improving the continuity of operation, thereby further improving the user experience.
  • the fourth trigger operation on the terminal display interface is detected, the first search result page will be redisplayed on the terminal display interface; wherein, the fourth trigger operation is the same as the first trigger operation, thus realizing the The interactive operation that triggers the same operation returns to the first search result page, so that the user can re-select the target keyword and view the corresponding search results, which further increases the continuity of operations, and further increases the convenience of page rollback, thereby further increasing user experience.
  • An embodiment of the present disclosure also provides a device for displaying search results, which will be described below with reference to FIG. 10 .
  • the search result display device may be an electronic device.
  • electronic equipment may include but not limited to mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs, PADs, PMPs, vehicle-mounted terminals (such as vehicle-mounted navigation terminals), wearable devices, etc., and mobile terminals such as digital TVs, desktop Stationary terminals for computers, smart home devices, and more.
  • Fig. 10 shows a schematic structural diagram of an apparatus for displaying search results provided by an embodiment of the present disclosure.
  • the search result display device 1000 may include a search word receiving module 1010 , a keyword acquisition module 1020 , a search result page generation module 1030 and a search result page display module 1040 .
  • the search term receiving module 1010 is used to receive the search term, and the search term corresponds to multiple search intents;
  • a keyword acquisition module 1020 configured to acquire keywords representing each search intent and search results corresponding to each keyword
  • the search result page generating module 1030 is configured to generate a first search result page and a second search result page; wherein, the first search result page is used to display each keyword, and the second search result page is used to display the search results corresponding to each keyword Result; wherein, the keywords are used to filter the search results corresponding to the keywords displayed on the second search page;
  • the search result page display module 1040 is configured to display the second search result page, and display the first search result page at a preset position on the second search result page in response to the first trigger operation on the second search result page.
  • the above-mentioned device solution for displaying search results can obtain keywords representing each search intent and the search results corresponding to each keyword after receiving search words corresponding to multiple search intents input by the user; generate the first search result based on each keyword result page, and generate a second search result page based on the search results corresponding to each keyword; afterward, display the second search result page, and respond to the first trigger operation for the second search result page, in the preview of the second search result page Set the location to display the first search result page.
  • the interactive operation on the second search result page triggers the display of the first search result page containing the keywords corresponding to the search intents of the search words, which can avoid the reading interference caused by the direct display of each keyword to the user, and can Filter all the search results of the search term by keywords to improve the filtering efficiency of the search results.
  • the search result page display module 1040 is specifically used for:
  • the search results corresponding to the keywords in the second search result page are moved along the operation direction of the first trigger operation, and the first search result page is displayed in the vacated area of the second search result page.
  • the search result display device 1000 further includes a category search result display module, configured to:
  • the search result corresponding to the target keyword is displayed on the terminal display interface.
  • the category search result display module is specifically used for:
  • the first area is an area within a set range of the terminal display interface in the operating direction of the first trigger operation
  • the search results corresponding to the target keyword are displayed in a second area of the display interface of the terminal; wherein, the second area is the remaining area in the terminal interface except the first area.
  • search result display device 1000 also includes a search result continuation display module for:
  • the operation direction of the third trigger operation is the same as the operation direction of the first trigger operation.
  • the search result display device 1000 also includes a preset control display module for:
  • the second direction is opposite to the operation direction of the first trigger operation, and the preset control is used to trigger the continuous display of a preset number of undisplayed search results among the search results corresponding to the target keyword.
  • the search result display module 1040 is also specifically used for:
  • the first search result page is redisplayed on the terminal display interface; wherein, the fourth trigger operation is the same as the first trigger operation.
  • each keyword is displayed in a different display style on the first search result page
  • the display style of any keyword is determined based on the correlation between the corresponding keyword and the search term and/or the click-through rate of the keyword, and the display style includes at least one of font size, color, display position and search result display area.
  • the search intent is an ambiguous item search intent or a multi-subject search intent.
  • search result display device 1000 shown in FIG. 10 can execute each step in the method embodiment shown in FIG. 1 to FIG. 9 and realize each process in the method embodiment shown in FIG. 1 to FIG. 9 and effects, which will not be described here.
  • An embodiment of the present disclosure also provides a device for displaying search results.
  • the device for displaying search results may include a processor and a memory, and the memory may be used to store executable instructions.
  • the processor can be used to read executable instructions from the memory, and execute the executable instructions to implement the method for displaying search results in the above embodiments.
  • FIG. 11 shows a schematic structural diagram of a device for displaying search results provided by an embodiment of the present disclosure. Specifically refer to FIG. 11 below, which shows a schematic structural diagram of a search result display device 1100 suitable for implementing an embodiment of the present disclosure.
  • the search result display device 1100 in the embodiment of the present disclosure may be an electronic device.
  • the electronic equipment may include but not limited to such as mobile phone, notebook computer, digital broadcast receiver, PDA (personal digital assistant), PAD (tablet computer), PMP (portable multimedia player), vehicle terminal (such as vehicle navigation terminal) , wearable devices, etc. and fixed terminals such as digital TVs, desktop computers, smart home devices, etc.
  • the device 1100 for displaying search results shown in FIG. 11 is only an example, and should not limit the functions and scope of use of this embodiment of the present disclosure.
  • the search result display device 1100 may include a processing device (such as a central processing unit, a graphics processing unit, etc.) 1101, which may be stored in a read-only memory (ROM) 1102 or loaded from a storage device 1108. Various appropriate actions and processes are executed by accessing programs in the random access memory (RAM) 1103 . In the RAM 1103, various programs and data required for the operation of the search result display device 1100 are also stored.
  • the processing device 1101, the ROM 1102, and the RAM 1103 are connected to each other through a bus 1104.
  • An input/output interface (I/O interface) 1105 is also connected to the bus 1104 .
  • the following devices can be connected to the I/O interface 1105: input devices 1106 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including, for example, a liquid crystal display (LCD), speaker, vibration an output device 1107 such as a computer; a storage device 1108 including, for example, a magnetic tape, a hard disk, etc.; and a communication device 1109.
  • the communication means 1109 may allow the search result presentation device 1100 to perform wireless or wired communication with other devices to exchange data.
  • FIG. 11 shows a search result presentation apparatus 1100 having various means, it should be understood that implementing or possessing all of the illustrated means is not required. More or fewer means may alternatively be implemented or provided.
  • An embodiment of the present disclosure also provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the processor implements the method for displaying search results in the above-mentioned embodiments.
  • embodiments of the present disclosure include a computer program product, which includes a computer program carried on a non-transitory computer readable medium, where the computer program includes program code for executing the method shown in the flowchart.
  • the computer program may be downloaded and installed from a network via communication means 1109, or from storage means 1108, or from ROM 1102.
  • the processing device 1101 the above-mentioned functions defined in the information display method of the embodiment of the present disclosure are executed.
  • the above-mentioned computer-readable medium in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium or any combination of the above two.
  • a computer readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples of computer-readable storage media may include, but are not limited to, electrical connections with one or more wires, portable computer diskettes, hard disks, random access memory (RAM), read-only memory (ROM), erasable Programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • a computer-readable storage medium may be any tangible medium that contains or stores a program that can be used by or in conjunction with an instruction execution system, apparatus, or device.
  • a computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave carrying computer-readable program code therein. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • a computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium, which can transmit, propagate, or transmit a program for use by or in conjunction with an instruction execution system, apparatus, or device .
  • Program code embodied on a computer readable medium may be transmitted by any appropriate medium, including but not limited to wires, optical cables, RF (radio frequency), etc., or any suitable combination of the above.
  • clients and servers can communicate using any currently known or future developed network protocol, such as HTTP, and can be interconnected with any form or medium of digital data communication (eg, a communication network).
  • a communication network examples include local area networks (“LANs”), wide area networks (“WANs”), internetworks (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network of.
  • LANs local area networks
  • WANs wide area networks
  • Internet internetworks
  • peer-to-peer networks e.g., ad hoc peer-to-peer networks
  • the above-mentioned computer-readable medium may be included in the above-mentioned device for displaying search results; or it may exist independently without being assembled into the device for displaying search results.
  • the above-mentioned computer-readable medium carries one or more programs, and when the above-mentioned one or more programs are executed by the search result display device, the search result display device is made to execute the steps of the various embodiments of the above-mentioned search result display method.
  • computer program codes for performing the operations of the present disclosure may be written in one or more programming languages or combinations thereof, including but not limited to object-oriented programming languages—such as Java, Smalltalk, C++, and also conventional procedural programming languages—such as "C" or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computer (such as through an Internet Service Provider). Internet connection).
  • LAN local area network
  • WAN wide area network
  • Internet Service Provider such as AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
  • each block in a flowchart or block diagram may represent a module, program segment, or portion of code that contains one or more logical functions for implementing specified executable instructions.
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented by a dedicated hardware-based system that performs the specified functions or operations , or may be implemented by a combination of dedicated hardware and computer instructions.
  • the units involved in the embodiments described in the present disclosure may be implemented by software or by hardware. Wherein, the name of a unit does not constitute a limitation of the unit itself under certain circumstances.
  • FPGAs Field Programmable Gate Arrays
  • ASICs Application Specific Integrated Circuits
  • ASSPs Application Specific Standard Products
  • SOCs System on Chips
  • CPLD Complex Programmable Logical device
  • a machine-readable medium may be a tangible medium that may contain or store a program for use by or in conjunction with an instruction execution system, apparatus, or device.
  • a machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
  • a machine-readable medium may include, but is not limited to, electronic, magnetic, optical, electromagnetic, infrared, or semiconductor systems, apparatus, or devices, or any suitable combination of the foregoing.
  • machine-readable storage media would include one or more wire-based electrical connections, portable computer discs, hard drives, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM or flash memory), optical fiber, compact disk read only memory (CD-ROM), optical storage, magnetic storage, or any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read only memory
  • EPROM or flash memory erasable programmable read only memory
  • CD-ROM compact disk read only memory
  • magnetic storage or any suitable combination of the foregoing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本公开涉及一种搜索结果展示方法、装置、设备和介质。其中,该方法包括:接收对应多个搜索意图的搜索词;获取表征各搜索意图的关键词以及各关键词对应的搜索结果;生成展示各关键词的第一搜索结果页面和展示各关键词对应的搜索结果的第二搜索结果页面;该关键词用于对第二搜索页面展示的各关键词对应的搜索结果进行筛选;展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。实现了通过交互操作来触发显示搜索词的各搜索意图对应的关键词,既能避免直接显示各关键词对用户造成的阅读干扰,又能够通过关键词对搜索词的所有搜索结果进行筛选,提高搜索结果的筛选效率。

Description

搜索结果展示方法、装置、设备和介质
本申请要求于2021年07月30日提交中国专利局、申请号为202110875449.2、申请名称为“搜索结果展示方法、装置、设备和介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本公开涉及计算机技术领域,尤其涉及一种搜索结果展示方法、装置、设备和介质。
背景技术
目前的综合搜索引擎,通常根据搜索结果与搜索词之间的相关性、搜索结果的内容质量等因素综合衡量,对全网符合搜索条件的每一个单条搜索结果进行综合排序,然后将排序后的各搜索结果呈现给用户。
对于搜索意图比较笼统的泛搜索词,其对应的各搜索结果往往涵盖多个类别,而用户的搜索意图通常是多个类别中的某一类或者某几类。这样就需要用户从综合搜索引擎呈现出的各搜索结果中进行挑选和消费,无疑增加了用户获取其想要的搜索结果的难度,降低了搜索结果的筛选效率。
发明内容
为了解决上述技术问题或者至少部分地解决上述技术问题,本公开提供了一种搜索结果展示方法、装置、设备和介质。
第一方面,本公开提供了一种搜索结果展示方法,该方法包括:
接收搜索词,搜索词对应多个搜索意图;
获取表征各搜索意图的关键词以及各关键词对应的搜索结果;
生成第一搜索结果页面和第二搜索结果页面;其中,第一搜索结果页面用于展示各关键词,第二搜索结果页面用于展示各关键词对应的搜索结果;其中,关键词用于对第二搜索页面展示的各关键词对应的搜索结果进行筛选;
展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。
第二方面,本公开提供了一种搜索结果展示装置,该装置包括:
搜索词接收模块,用于接收搜索词,搜索词对应多个搜索意图;
关键词获取模块,用于获取表征各搜索意图的关键词以及各关键词对应的搜索结果;
搜索结果页面生成模块,用于生成第一搜索结果页面和第二搜索结果页面;其中,第一搜索结果页面用于展示各关键词,第二搜索结果页面用于展示各关键词对应的搜索结果;其中,关键词用于对第二搜索页面展示的各关键词对应的搜索结果进行筛选;
搜索结果页面展示模块,用于展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。
第三方面,本公开提供了一种搜索结果展示设备,该设备包括:
处理器;
存储器,用于存储可执行指令;
其中,处理器用于从存储器中读取可执行指令,并执行可执行指令以实现第一方面所述的搜索结果展示方法。
第四方面,本公开提供了一种计算机可读存储介质,该存储介质存储有计算机程序,当计算机程序被处理器执行时,使得处理器实现第一方面所述的搜索结果展示方法。
第五方面,本公开提供了一种计算机程序产品,其包括承载在非暂态计算机可读介质上的计算机程序,所述计算机程序包含用于执行第一方面所述的搜索结果展示方法的程序代码。
本公开实施例的搜索结果展示方法、装置、设备和介质,能够在接收用户输入的对应有多个搜索意图的搜索词后,获取表征各搜索意图的关键词以及各关键词对应的搜索结果;基于各关键词生成第一搜索结果页面,并基于各关键词对应的搜索结果生成第二搜索结果页面;之后,展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。实现了通过对第二搜索结果页面的交互操作来触发显示包含搜索词的各搜索意图对应的关键词的第一搜索结果页面,既能避免直接显示各关键词对用户造成的阅读干扰,又能够通过关键词对搜索词的所有搜索结果进行筛选,提高搜索结果的筛选效率。
附图说明
结合附图并参考以下具体实施方式,本公开各实施例的上述和其他特征、优点及方面将变得更加明显。贯穿附图中,相同或相似的附图标记表示相同或相似的元素。应当理解附图是示意性的,原件和元素不一定按照比例绘制。
图1为本公开实施例提供的一种搜索结果展示方法的流程示意图;
图2为本公开实施例提供的一种第二搜索结果页面的示意图;
图3为本公开实施例提供的一种第一搜索结果页面的示意图;
图4为本公开实施例提供的另一种第一搜索结果页面的示意图;
图5为本公开实施例提供的再一种第一搜索结果页面的示意图;
图6为本公开实施例提供的又一种第一搜索结果页面的示意图;
图7为本公开实施例提供的另一种搜索结果展示方法的流程示意图;
图8为本公开实施例提供的又一种第一搜索结果页面的示意图;
图9为本公开实施例提供的又一种第一搜索结果页面的示意图;
图10为本公开实施例提供的一种搜索结果展示装置的结构示意图;
图11为本公开实施例提供的一种搜索结果展示设备的结构示意图。
具体实施方式
下面将参照附图更详细地描述本公开的实施例。虽然附图中显示了本公开的某些实施例,然而应当理解的是,本公开可以通过各种形式来实现,而且不应该被解释为限于这里阐述的实施例,相反提供这些实施例是为了更加透彻和完整地理解本公开。应当理解的是,本公开的附图及实施例仅用于示例性作用,并非用于限制本公开的保护范围。
应当理解,本公开的方法实施方式中记载的各个步骤可以按照不同的顺序执行,和/或 并行执行。此外,方法实施方式可以包括附加的步骤和/或省略执行示出的步骤。本公开的范围在此方面不受限制。
本文使用的术语“包括”及其变形是开放性包括,即“包括但不限于”。术语“基于”是“至少部分地基于”。术语“一个实施例”表示“至少一个实施例”;术语“另一实施例”表示“至少一个另外的实施例”;术语“一些实施例”表示“至少一些实施例”。其他术语的相关定义将在下文描述中给出。
需要注意,本公开中提及的“第一”、“第二”等概念仅用于对不同的装置、模块或单元进行区分,并非用于限定这些装置、模块或单元所执行的功能的顺序或者相互依存关系。
需要注意,本公开中提及的“一个”、“多个”的修饰是示意性而非限制性的,本领域技术人员应当理解,除非在上下文另有明确指出,否则应该理解为“一个或多个”。
本公开实施方式中的多个装置之间所交互的消息或者信息的名称仅用于说明性的目的,而并不是用于对这些消息或信息的范围进行限制。
搜索引擎往往根据搜索词搜索得到所有搜索结果,然后基于各种因素综合衡量各搜索结果并对其排序,进而将排序后的各搜索结果呈现给用户。当用户输入的搜索词为泛搜索词条时,搜索引擎反馈的各搜索结果是将搜索词对应的多个搜索意图(或类别)的搜索结果混合排列的。用户如果想要消费其感兴趣的搜索意图的搜索结果,则需要从所有搜索结果中挑选并消费,使得用户筛选搜索结果的效率很低。
为了解决上述问题,本公开实施例提供了一种搜索结果展示方法、装置、设备及介质,以针对泛搜索场景,通过对综合搜索结果页面的交互操作来显示搜索词对应的各搜索意图的关键词,该关键词与搜索词对应的各搜索结果中的一类搜索结果相对应,从而在避免直接显示各关键词对用户造成阅读干扰的基础上,提高搜索结果的筛选效率。
下面首先结合图1-9对本公开实施例提供的搜索结果展示方法进行说明。
在本公开实施例中,该搜索结果展示方法可以由电子设备执行。其中,电子设备可以包括但不限于诸如移动电话、笔记本电脑、数字广播接收器、PDA(个人数字助理)、PAD(平板电脑)、PMP(便携式多媒体播放器)、车载终端(例如车载导航终端)、可穿戴设备等等的移动终端以及诸如数字TV、台式计算机、智能家居设备等等的固定终端。
图1示出了本公开实施例提供的一种搜索结果展示方法的流程示意图。如图1所示,该搜索结果展示方法可以包括如下步骤:
S110、接收搜索词,该搜索词对应多个搜索意图。
其中,搜索词是用户输入的、需要搜索引擎执行搜索操作并反馈搜索结果的内容。鉴于本公开实施例应用于泛搜索场景,故搜索词可以是关键词或短句。搜索意图(也被称为“用户意图”)是指用户在搜索引擎搜索时想实现的最主要的目标。本公开实施例中,搜索意图是搜索词所能涵盖的搜索目标。
在一种可能的实施方式中,搜索意图为多义项搜索意图或多主题搜索意图。多义项搜索意图是指搜索词包含多个义项时每个义项对应的搜索意图。多主题搜索意图是指搜索词为含义笼统的泛搜索词时,其所能涉及的范围或主题对应的搜索意图。搜索意图的类型具体是根据搜索词的类型来确定的。例如搜索词为多义项词,那么搜索意图便为多义项搜索意图;又如搜索词为泛搜索词,那么搜索意图便为多主题搜索意图。由搜索词确定搜索意 图的类型以及确定各个搜索意图的过程可见后续实施例中有关服务器的相关说明。
具体地,电子设备可以接收用户在特定应用程序或者特定网站的搜索页面内输入的搜索词。
在一些实施例中,用户可以在搜索页面内的搜索框内输入文字、语音和图像等中的任一种形式的信息,使电子设备将用户输入的信息对应的文字作为用户输入的搜索词。
例如,用户可以在搜索页面内的搜索框内输入文字信息“李XX”,电子设备可以将“李XX”作为搜索词,进而为用户搜索与“李XX”相关联的内容。
再例如,用户可以在搜索页面内的搜索框内输入语音信息“李XX”,电子设备可以对语音信息进行语音识别处理,得到搜索词“李XX”,进而为用户搜索与“李XX”相关联的内容。
又例如,用户可以在搜索页面内的搜索框内输入带有“李XX”文字的图像或者带有“李XX”画面内容的图像,电子设备可以对图像进行图像文本识别处理或者图像内容识别处理,得到搜索词“李XX”,进而为用户搜索与“李XX”相关联的内容。
在另一些实施例中,搜索页面内还可以显示有多个候选搜索词,用户可以在显示的候选搜索词中进行选择,使电子设备将用户选中的候选搜索词作为搜索词。
例如,搜索页面内可以显示有候选搜索词如“连衣裙”、“春夏服装”、“穿搭”等,用户可以选中“连衣裙”,使电子设备可以将用户选中的“连衣裙”作为搜索词,进而为用户搜索与“连衣裙”相关联的内容。
本公开实施例中,在电子设备接收到用户输入的搜索词之后,可以将该搜索词发送至服务器。
服务器可以基于该搜索词进行搜索,以获得该搜索词对应的各搜索结果。服务器还可以对该搜索词和/或该搜索词对应的各搜索结果进行分析,确定出该搜索词对应的搜索意图的类型、各搜索意图、每个搜索意图对应的关键词、以及相应关键词对应的一类搜索结果。这里关键词是指能够描述相应搜索意图的信息。
在一些实施例中,服务器中预先设置词库,词库中存储了多个词、每个词对应的搜索意图的类型和具体的搜索意图。服务器将搜索词与词库中的词进行匹配,并将匹配程度最高的词对应的搜索意图的类型确定为搜索词对应的搜索意图的类型,且将该词对应的具体的搜索意图确定为搜索词对应的各搜索意图。然后,服务器根据确定的各搜索意图对搜索词的各搜索结果进行分类或聚合,便可得到搜索词的每个搜索意图对应的一类搜索结果。上述词库的设置能够提高服务器的搜索效率。
在另一些实施例中,服务器先根据百科等专业词条解释工具来查询搜索词是否是多义项词条。如果是,那么确定搜索词的搜索意图的类型为多义项搜索意图,并将搜索词的每个义项确定为搜索词的搜索意图。继而根据确定的各搜索意图对搜索词对应的各搜索结果进行分类,得到搜索词的每个搜索意图对应的一类搜索结果。例如,搜索词为“李XX”,其在百科中存在多义项“诗人李XX”、“游戏人物李XX”和“歌曲李XX”,那么将“诗人李XX”、“游戏人物李XX”和“歌曲李XX”确定为搜索词“李XX”的三个搜索意图。
如果上述查询确定搜索词不是多义项词条,那么确定搜索词的搜索意图的类型为多主题搜索意图。然后,服务器从预先设置的词库中为搜索词进行词匹配。再然后,服务器将 匹配程度最高的词对应的搜索意图的类型确定为搜索词对应的搜索意图的类型,且将该词对应的具体的搜索意图确定为搜索词对应的各搜索意图。之后,服务器根据确定的各搜索意图对搜索词的各搜索结果进行分类和聚合,便可得到搜索词的每个搜索意图对应的一类搜索结果。上述百科等专业词条解释工具和词库的结合设置,可以在减少词库构建工作量的基础上,提高服务器的搜索效率。
在又一些实施例中,服务器未预先设置词库,而是实时对搜索词及其搜索结果进行解析来确定搜索词的搜索意图相关信息。
与上一个实施例相同,服务器先根据百科等专业词条解释工具来查询搜索词。如果查询到,那么以相同方式确定搜索词的搜索意图的类型、各搜索意图以及每个搜索意图对应的一类搜索结果。
如果上述查询确定搜索词不是多义项词条,那么确定搜索词的搜索意图的类型为多主题搜索意图。然后,服务器对搜索词对应的所有搜索结果进行关键词提取,得到各个关键词。并且,服务器从各关键词中筛选出具有代表性(如关键词对应的搜索结果的数量较多)和具有一定差异度(如词与词之间的相似度较低)的关键词,作为搜索词对应的各搜索意图。再然后,服务器根据筛选出的各关键词对搜索词的所有搜索结果进行分类和聚合,得到搜索词的每个关键词对应的一类搜索结果。
上述提取关键词的方式可以是直接从各搜索结果中提取关键词;也可以是先从各搜索结果中提取其核心内容,再从核心内容中提取关键词。无论是哪种关键词提取方式,针对不同的搜索结果,其具体的提取方式也不同。例如,对于具有较好的网页结构的搜索结果,可以从搜索结果中直接提取结构化信息作为关键词。再如,对于网页结构较差的搜索结果,可以将该搜索结果被消费时对应的搜索词确定为该结果对应的关键词。又如,对于长尾内容,可以通过机器学习模型的自学习实现关键词的提取。
需要说明的是,上述各实施例中词库的构建过程可以与上述分析各搜索结果来确定搜索意图相关信息的过程相同。
在上述各实施例的基础上,服务器可以根据搜索意图对应的一类搜索结果来确定相应搜索意图的关键词。例如,搜索意图为“游戏人物李XX”,那么服务器可以对该搜索意图的一类搜索结果进行信息提取,确定出该搜索意图的关键词为“XX游戏的英雄、刺客”。再如,搜索词“连衣裙”的某一搜索意图为“穿搭”,那么服务器可以对该搜索意图的一类搜索结果进行信息提取,确定出该搜索意图的关键词可以包含“穿搭”、“春夏”和“小个子”等。
服务器经过上述过程后,可将确定的搜索词的多个搜索意图以及每个搜索意图对应的关键词和搜索结果反馈至电子设备。
S120、获取表征各搜索意图的关键词以及各关键词对应的搜索结果。
具体地,电子设备接收服务器反馈的信息,并从中确定每个搜索意图对应的关键词,以及每个关键词对应的一类搜索结果。
S130、生成第一搜索结果页面和第二搜索结果页面;其中,第一搜索结果页面用于展示各关键词,第二搜索结果页面用于展示各关键词对应的搜索结果。
其中,第一搜索结果页面和第二搜索结果页面均是用于展示对搜索词进行搜索后的结 果的页面。关键词用于对各关键词对应的搜索结果进行筛选。通过上述说明,可以理解的是,一个关键词对应的一类搜索结果是该关键词对搜索词对应的所有搜索结果的筛选结果。各关键词对应的搜索结果便构成搜索词对应的所有搜索结果。
具体地,考虑到在搜索结果页面中直接固定显示各搜索意图对应的关键词,容易使得这些关键词与搜索结果页面中的分类标题(如页面顶端的“综合”、“图片”、“视频”等)混淆,从而对用户造成阅读干扰。本公开实施例中区分两个页面(即第一搜索结果页面和第二搜索结果页面)来分别展示各搜索意图对应的关键词以及各关键词对应的搜索结果。所以,电子设备在获得各搜索意图对应的关键词和各关键词对应的搜索结果后,根据各搜索意图对应的关键词来生成第一搜索结果页面,并根据各关键词对应的搜索结果生成第二搜索结果页面,该第二搜索结果页面是综合搜索所得的搜索结果页面。
S140、展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。
其中,第一触发操作是指对第二搜索结果页面进行的、发觉隐藏功能(如本公开中的关键词展示)的触发操作。该第一触发操作可以是沿某一方向滑动、多手指敲击等手势操作,也可以是语音控制、眼动控制等非接触式的操作。本公开实施例中将以第一触发操作为沿某一方向滑动(如向上滑动、向下滑动、向左滑动、向右滑动)的操作为例进行说明。预设位置是预先设置的显示位置,其可以是第二搜索结果页面中的显示位置,也可以是与第二搜索结果页面具有某种关联关系的另一页面中的显示位置。
具体地,电子设备在触发搜索词的搜索之后,默认显示第二搜索结果页面。如图2所示,电子设备200在触发搜索词“连衣裙”的搜索后,显示第二搜索结果页面210。该第二搜索结果页面210中显示有连衣裙相关的多条搜索结果。
如果电子设备检测到用户在第二搜索结果页面中的第一触发操作,那么在第二搜索结果页面的预设位置处显示第一搜索结果页面,以向用户呈现搜索词对应的各搜索意图的关键词。每个关键词对应有搜索词对应的各搜索结果中的一类搜索结果,所以,用户可通过这些关键词来实现对所有搜索结果的快速筛选。
需要说明的是,第一搜索结果页面的显示尺寸至少要能够容纳所有的关键词。各关键词在第一搜索结果页面中的显示位置可以不限定。
在本公开提供的一种实施方式中,预设位置是第二搜索结果页面上的悬浮窗。那么在第二搜索结果页面的预设位置处展示第一搜索结果页面包括:在第二搜索结果页面上创建悬浮窗,并在悬浮窗中展示第一搜索结果页面。
继续参见图2,当用户在第二搜索页面210中进行向下滑动操作时,电子设备在第二搜索结果页面210上创建悬浮窗,并以该悬浮窗来显示第一搜索结果页面,其显示效果如图3所示。在图3中,电子设备300中显示有第二搜索结果页面310,在第二搜索结果页面310至上以浮层形式显示第一搜索结果页面320。在第一搜索结果页面320中显示有搜索词“连衣裙”对应的多个关键词321。
在本公开提供的另一种实施方式中,预设位置是覆盖第二搜索结果页面的新的页面。那么在第二搜索结果页面的预设位置处展示第一搜索结果页面包括:在第二搜索结果页面之上覆盖展示第一搜索结果页面。
继续参见图2,当用户在第二搜索页面210中进行向下滑动操作时,电子设备在第二搜索结果页面210上覆盖显示第一搜索结果页面,其显示效果如图4所示。在图4中,电子设备400中显示有第一搜索结果页面410,在第一搜索结果页面410中显示有搜索词“连衣裙”对应的多个关键词411。
在本公开提供的再一种实施方式中,预设位置是第二搜索结果页面所在的位置,第一搜索结果页面是与第二搜索结果页面在第一触发操作的操作方向的相反方向上相邻的新的页面。那么在第二搜索结果页面的预设位置处展示第一搜索结果页面包括:沿第一触发操作的操作方向,由第二搜索结果页面滑动切换至第一搜索结果页面。
继续参见图2,当用户在第二搜索页面210中进行向下滑动操作时,电子设备将第二搜索结果页面210向下滑动,同时将第二搜索结果页面210上方相邻的第一搜索结果页面滑动至电子设备的显示界面中予以显示,其显示效果如图5所示。在图5中,电子设备500中的第二搜索结果页面510向下逐渐移出电子设备500的显示界面(已移出部分以浅灰色显示示意,实际中不可见),而第二搜索结果页面510上方的第一搜索结果页面520以相同的速度逐渐移入电子设备500的显示界面(未移入部分以浅灰色显示示意,实际中不可见),直至第一搜索结果界面520完全移入显示界面。如果两个页面大小一致,此时第二搜索结果页面510会完全移出显示界面。第一搜索结果界面520中显示有各关键词521。
在本公开提供的又一种实施方式中,预设位置是第二搜索结果页面中的某一位置。那么在第二搜索结果页面的预设位置处展示第一搜索结果页面包括:将第二搜索结果页面中的各关键词对应的搜索结果沿第一触发操作的操作方向移动,并在第二搜索结果页面中空出的区域中显示第一搜索结果页面。也就是说,第一搜索结果页面显示在第二搜索结果页面中,第二搜索结果页面中的各搜索结果向第一搜索结果页面的显示位置相反的方向顺次移动。
继续参见图2,当用户在第二搜索页面210中进行向下滑动操作时,电子设备将第二搜索结果页面210中的各搜索结果顺次向下移动,直至第二搜索结果页面210的上方空出与第一搜索结果页面的尺寸相同的区域,然后在第二搜索结果页面210的上方空出的区域中显示第一搜索结果页面,其显示效果如图6所示。在图6中,电子设备600中显示有第二搜索结果页面610,在第二搜索结果页面610的上方区域显示有第一搜索结果页面620,而第一搜索结果页面620中显示有各关键词621。
基于上述各实施方式的说明,第一搜索结果页面中的各关键词以多样的显示样式展示。
在一些实施例中,如图4、图5和图6中显示的各关键词所示,各关键词以相同的显示样式显示在第一搜索结果页面中。这些关键词可以是以随机顺序显示在第一搜索结果页面中,也可以是根据关键词与搜索词的相关性和/或关键词的点击率(表征关键词的热度)进行排序显示。
在另一些实施例中,各关键词区分显示样式展示在第一搜索结果页面中。如图3所示,各关键词321以关键词图的形式显示在第一搜索结果页面320中。这些关键词的显示样式基于相应关键词与搜索词的相关性和/或关键词的点击率确定。例如,相关性越高、点击率越高的关键词,其显示样式越突出。这里的显示样式包括字号、颜色、显示位置和搜索结果展示面积中的至少一种。
继续参见图3,关键词“穿搭”与“连衣裙”具有一定的相关性,且其点击率最高,那么将关键词“穿搭”显示在中央位置,且以最大号的加粗字体显示。而“大牌”与“连衣裙”的相关性最小或者其点击率最低,则将关键词“大牌”显示在边缘位置,且以最小号的非加粗字体显示。
上述搜索结果展示的技术方案,能够在接收用户输入的对应有多个搜索意图的搜索词后,获取表征各搜索意图的关键词以及各关键词对应的搜索结果;基于各关键词生成第一搜索结果页面,并基于各关键词对应的搜索结果生成第二搜索结果页面;之后,展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。实现了通过对第二搜索结果页面的交互操作来触发显示包含搜索词的各搜索意图对应的关键词的第一搜索结果页面,既能避免直接显示各关键词对用户造成的阅读干扰,又能够通过关键词对搜索词的所有搜索结果进行筛选,提高搜索结果的筛选效率。
图7示出了本公开实施例提供的另一种搜索结果展示方法的流程示意图。如图7所示,该搜索结果展示方法可以包括如下步骤:
S710、接收搜索词,该搜索词对应多个搜索意图。
S720、获取表征各搜索意图的关键词以及各关键词对应的搜索结果。
S730、生成第一搜索结果页面和第二搜索结果页面,该第一搜索结果页面用于展示各关键词,该第二搜索结果页面用于展示各关键词对应的搜索结果。
S740、展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。
S750、若检测到对各关键词中的目标关键词的第二触发操作,则在终端显示界面中显示目标关键词对应的搜索结果。
其中,第二触发操作是指对关键词进行选中触发的操作,例如可以是点击操作,语音控制、手势控制和眼动控制等非接触式的触发操作。终端显示界面是指电子设备中的当前显示界面。
具体地,在显示第一搜索结果界面之后,如果电子设备检测到用户对各关键词中的某一关键词(即目标关键词)的第二触发操作,那么响应于该第二触发操作,电子设备在终端显示界面中显示目标关键词对应的一类搜索结果中的至少部分搜索结果。另外,在检测到第二触发操作时,可以将目标关键词显示为选中状态。例如,用户对图4中的关键词“穿搭”进行点击触发,那么关键词“穿搭”显示为灰色底纹,显示效果如图8中各关键词811所示。
该目标关键词对应的一类搜索结果中的至少部分搜索结果可以覆盖各关键词进行显示,也可以显示在各关键词之外的显示区域中。
需要说明的是,如果用户触发了两个及以上的目标关键词,那么其所显示的目标关键词对应的搜索结果可以是多个目标关键词对应的搜索结果的简单组合(如直接合并),也可以是多个目标关键词对应的搜索结果去除重复搜索结果及重排序后的综合搜索结果。
在一些实施例中,S750中在终端界面中显示目标关键词对应的搜索结果包括:在终端显示界面的第一区域中显示第一搜索结果页面;在终端显示界面的第二区域中显示目标关 键词对应的搜索结果。
其中,第一区域为终端显示界面在第一触发操作的操作方向上的设定范围内的区域。例如,第一触发操作为向下滑动时,第一区域为终端显示界面中下方的设定范围内的区域。该设定范围是预先设定的区域范围,例如可以是整个显示界面的1/3范围对应的区域。第二区域为终端界面中除了第一区域之外的剩余区域。参见图4,第一区域为终端显示界面(此处为第一搜索结果页面410)下方的1/3范围对应的区域,第二区域则为终端显示界面上方的2/3范围内的区域。
具体地,为了一定程度上增加用户操作的连续性,将各关键词和目标关键词对应的搜索结果的初始状态设置为分区域显示。
当第一搜索结果页面的尺寸较小(如仅容纳各关键词)时,在终端显示界面的第一区域中显示该第一搜索结果页面,在终端显示界面的第二区域中显示目标关键词对应的一类搜索结果中的至少部分搜索结果。
当第一搜索结果页面的显示范围较大,如第一搜索结果页面与第二搜索结果页面的尺寸一致时,终端显示界面为第一搜索结果界面。那么,将各关键词显示在第一搜索结果页面的第一区域(如图4中第一搜索结果页面410的下方1/3范围对应的区域),而将目标关键词对应的一类搜索结果中的至少部分搜索结果显示在第一搜索结果页面的剩余区域中
(如图4中第一搜索结果页面410的上方2/3范围对应的区域)。
如图8所示,电子设备800中显示有第一搜索结果页面810,在第一搜索结果页面810的下方的第一区域中显示有各关键词811,在第一搜索结果页面810的上方的第二区域中显示有目标关键词对应的一类搜索结果中的至少部分搜索结果812。
需要说明的是,当第一搜索结果页面的尺寸较大时,可以根据第一区域的显示尺寸和筛选关键词的显示尺寸筛选需要显示的关键词。例如,先根据关键词与搜索词的相关性和/或关键词的点击率对服务器反馈的所有关键词排序,然后根据排序靠前的各关键词的显示尺寸和第一区域的显示尺寸,确定出第一区域能够容纳的各关键词,作为显示在第一搜索结果页面中的各关键词。这样能够确保关键词的正常显示,且能显示的更加优质的关键词,进一步提高后续搜索结果的筛选效率。
S760、若检测到对第二区域的第三触发操作,则沿第三触发操作的操作方向继续显示目标关键词对应的搜索结果。
其中,第三触发操作是指对显示的目标关键词对应的各搜索结果进行切换触发的操作,例如可以是滑动操作,语音控制、手势控制和眼动控制等非接触式的触发操作。
在一示例中,第三触发操作的操作方向可以与第一触发操作的操作方向相反。例如第一触发操作为向下滑动操作,第三触发操作则为向上滑动操作。
在另一示例中,第三触发操作的操作方向与第一触发操作的操作方向相同。例如第一触发操作为向下滑动操作,第三触发操作也为向下滑动操作,这样可以获得更好的操作连续性,进一步增加用户体验。
具体地,由于第二区域有限,无法显示更多的搜索结果,所以在S750初步显示目标关键词对应的一类搜索结果中的至少部分搜索结果后,如果电子设备检测到用户对第二区域的第三触发操作,那么就沿着第三触发操作的操作方向继续显示更多的目标关键对应的搜 索结果。
如图8所示,目标关键词对应的各搜索结果是从下往上排列的,当用户在第一搜索结果页面810的上方的第二区域执行向下滑动的操作时,电子设备800将第二区域中显示的搜索结果向下移动,同时将上方未显示的搜索结果移入第二区域予以显示。
在一示例中,上述更多搜索结果可以仍旧显示在第二区域中,即第一搜索结果页面中同时显示搜索结果和各关键词。
在另一示例中,上述更多结果也可以扩展显示在整个第一搜索结果页面中。如图9所示,当需要显示的目标关键词对应的搜索结果较多时,电子设备900的整个第一搜索结果页面910均用于显示搜索结果。这样既能增加搜索结果的显示数量,又可以减少各关键词在用户消费搜索结果的过程中对用户的干扰,提高搜索结果的消费效率。
S770、在显示预设数量的目标关键词对应的搜索结果后,在终端显示界面沿第二方向的顶端显示预设控件。
其中,预设数量是预先设置的数量值,其用于限制一次可加载的搜索结果的数量。第二方向与第一触发操作的操作方向相反。例如,第一触发操作的操作方向为向下滑动,那么第二方向为上方。预设控件是预先设置了控件功能和控件显示时机的控件,其用于触发继续显示目标关键词对应的搜索结果中的预设数量的未显示搜索结果。
具体地,如图9所示,当显示的目标关键词对应的搜索结果数量达到预设数量时,便不能继续显示更多的搜索结果,而是会在第一搜索结果页面910的上方顶端显示预设控件“加载更多同类结果”。
S780、检测到对预设控件的触发操作时,继续显示目标关键词对应的搜索结果中的预设数量的未显示搜索结果。
具体地,电子设备如果检测到用户对预设控件的触发操作,那么就沿着第三触发操作的操作方向继续显示预设数量的未显示过的搜索结果。例如,用户点击了图9中的预设控件“加载更多同类结果”,那么在第一搜索结果页面910中继续向下显示更多的搜索结果,该继续显示的搜索结果的数量最多为预设数量。
S790、若检测到对终端显示界面的第四触发操作,则在终端显示界面中重新显示第一搜索结果页面。
其中,第四触发操作与第一触发操作相同。
具体地,如果用户未触发预设控件,而是在终端显示界面(如第一搜索结果页面)中执行了第四触发操作,那么电子设备将重新显示第一搜搜结果页面,如图3~图6所示。
上述交互操作以显示目标关键词对应的搜索结果的方案同样适用于如图3、图5和图6中的第一搜索结果页面的显示场景,只需要将各关键词移动显示至与第一触发操作的操作方向相同的页面底部即可。
上述搜索结果展示的技术方案,若检测到对各关键词中的目标关键词的第二触发操作,则在终端显示界面中显示目标关键词对应的搜索结果,如此实现了通过目标关键词来筛选各关键词对应的搜索结果,提高了搜索结果筛选效率。另外,若检测到对第二区域的第三触发操作,则沿与第一触发操作的操作方向相同的第三触发操作的操作方向继续显示目标关键词对应的搜索结果,并在显示预设数量的目标关键词对应的搜索结果后,在终端显示 界面沿第二方向的顶端显示用于触发继续显示目标关键词对应的搜索结果中的预设数量的未显示搜索结果的预设控件,如此实现了更多搜索结果的交互式触发显示,且能够保持用户在整个过程中的操作方向一致,提高操作连续性,从而进一步提升用户体验。还有,若检测到对终端显示界面的第四触发操作,则在终端显示界面中重新显示第一搜索结果页面;其中,第四触发操作与第一触发操作相同,如此实现了基于与第一触发操作相同的交互操作返回第一搜索结果页面,以便用户重新进行目标关键词的选择及相应搜索结果的查看,进一步增加了操作连续性,且进一步增加了页面回退的便捷性,从而进一步增加用户体验。
本公开实施例还提供了一种搜索结果展示装置,下面结合图10进行说明。
在本公开实施例中,该搜索结果展示装置可以为电子设备。其中,电子设备可以包括但不限于诸如移动电话、笔记本电脑、数字广播接收器、PDA、PAD、PMP、车载终端(例如车载导航终端)、可穿戴设备等等的移动终端以及诸如数字TV、台式计算机、智能家居设备等等的固定终端。
图10示出了本公开实施例提供的一种搜索结果展示装置的结构示意图。
如图10所示,该搜索结果展示装置1000可以包括搜索词接收模块1010、关键词获取模块1020、搜索结果页面生成模块1030和搜索结果页面展示模块1040。
搜索词接收模块1010,用于接收搜索词,搜索词对应多个搜索意图;
关键词获取模块1020,用于获取表征各搜索意图的关键词以及各关键词对应的搜索结果;
搜索结果页面生成模块1030,用于生成第一搜索结果页面和第二搜索结果页面;其中,第一搜索结果页面用于展示各关键词,第二搜索结果页面用于展示各关键词对应的搜索结果;其中,关键词用于对第二搜索页面展示的各关键词对应的搜索结果进行筛选;
搜索结果页面展示模块1040,用于展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。
上述搜索结果展示的装置方案,能够在接收用户输入的对应有多个搜索意图的搜索词后,获取表征各搜索意图的关键词以及各关键词对应的搜索结果;基于各关键词生成第一搜索结果页面,并基于各关键词对应的搜索结果生成第二搜索结果页面;之后,展示第二搜索结果页面,并响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面。实现了通过对第二搜索结果页面的交互操作来触发显示包含搜索词的各搜索意图对应的关键词的第一搜索结果页面,既能避免直接显示各关键词对用户造成的阅读干扰,又能够通过关键词对搜索词的所有搜索结果进行筛选,提高搜索结果的筛选效率。
在一些实施例中,搜索结果页面展示模块1040具体用于:
在第二搜索结果页面上创建悬浮窗,并在悬浮窗中展示第一搜索结果页面;
或者,在第二搜索结果页面之上覆盖展示第一搜索结果页面;
或者,沿第一触发操作的操作方向,由第二搜索结果页面滑动切换至第一搜索结果页面;
或者,将第二搜索结果页面中的各关键词对应的搜索结果沿第一触发操作的操作方向移动,并在第二搜索结果页面中空出的区域中显示第一搜索结果页面。
在一些实施例中,搜索结果展示装置1000还包括类别搜索结果展示模块,用于:
在响应针对第二搜索结果页面的第一触发操作,在第二搜索结果页面的预设位置处展示第一搜索结果页面之后,若检测到对各关键词中的目标关键词的第二触发操作,则在终端显示界面中显示目标关键词对应的搜索结果。
在一些实施例中,类别搜索结果展示模块具体用于:
在终端显示界面的第一区域中显示第一搜索结果页面;其中,第一区域为终端显示界面在第一触发操作的操作方向上的设定范围内的区域;
在终端显示界面的第二区域中显示目标关键词对应的搜索结果;其中,第二区域为终端界面中除了第一区域之外的剩余区域。
进一步地,搜索结果展示装置1000还包括搜索结果继续显示模块,用于:
在终端显示界面的第二区域中显示目标关键词对应的搜索结果之后,若检测到对第二区域的第三触发操作,则沿第三触发操作的操作方向继续显示目标关键词对应的搜索结果;其中,第三触发操作的操作方向与第一触发操作的操作方向相同。
进一步地,搜索结果展示装置1000还包括预设控件显示模块,用于:
在沿第三触发操作的操作方向继续显示目标关键词对应的搜索结果之后,在显示预设数量的目标关键词对应的搜索结果后,在终端显示界面沿第二方向的顶端显示预设控件;
其中,第二方向与第一触发操作的操作方向相反,预设控件用于触发继续显示目标关键词对应的搜索结果中的预设数量的未显示搜索结果。
在一些实施例中,搜索结果展示模块1040还具体用于:
若检测到对终端显示界面的第四触发操作,则在终端显示界面中重新显示第一搜索结果页面;其中,第四触发操作与第一触发操作相同。
在一些实施例中,各关键词区分显示样式展示在第一搜索结果页面中;
其中,任一关键词的显示样式基于相应关键词与搜索词的相关性和/或关键词的点击率确定,显示样式包括字号、颜色、显示位置和搜索结果展示面积中的至少一种。
在一些实施例中,搜索意图为多义项搜索意图或多主题搜索意图。
需要说明的是,图10所示的搜索结果展示装置1000可以执行图1至图9所示的方法实施例中的各个步骤,并且实现图1至图9所示的方法实施例中的各个过程和效果,在此不做赘述。
本公开实施例还提供了一种搜索结果展示设备,该搜索结果展示设备可以包括处理器和存储器,存储器可以用于存储可执行指令。其中,处理器可以用于从存储器中读取可执行指令,并执行可执行指令以实现上述实施例中的搜索结果展示方法。
图11示出了本公开实施例提供的一种搜索结果展示设备的结构示意图。下面具体参考图11,其示出了适于用来实现本公开实施例中的搜索结果展示设备1100的结构示意图。
本公开实施例中的搜索结果展示设备1100可以为电子设备。其中,电子设备可以包括但不限于诸如移动电话、笔记本电脑、数字广播接收器、PDA(个人数字助理)、PAD(平板电脑)、PMP(便携式多媒体播放器)、车载终端(例如车载导航终端)、可穿戴设备、等等的移动终端以及诸如数字TV、台式计算机、智能家居设备等等的固定终端。
需要说明的是,图11示出的搜索结果展示设备1100仅仅是一个示例,不应对本公开 实施例的功能和使用范围带来任何限制。
如图11所示,该搜索结果展示设备1100可以包括处理装置(例如中央处理器、图形处理器等)1101,其可以根据存储在只读存储器(ROM)1102中的程序或者从存储装置1108加载到随机访问存储器(RAM)1103中的程序而执行各种适当的动作和处理。在RAM 1103中,还存储有搜索结果展示设备1100操作所需的各种程序和数据。处理装置1101、ROM 1102以及RAM 1103通过总线1104彼此相连。输入/输出接口(I/O接口)1105也连接至总线1104。
通常,以下装置可以连接至I/O接口1105:包括例如触摸屏、触摸板、键盘、鼠标、摄像头、麦克风、加速度计、陀螺仪等的输入装置1106;包括例如液晶显示器(LCD)、扬声器、振动器等的输出装置1107;包括例如磁带、硬盘等的存储装置1108;以及通信装置1109。通信装置1109可以允许搜索结果展示设备1100与其他设备进行无线或有线通信以交换数据。虽然图11示出了具有各种装置的搜索结果展示设备1100,但是应理解的是,并不要求实施或具备所有示出的装置。可以替代地实施或具备更多或更少的装置。
本公开实施例还提供了一种计算机可读存储介质,该存储介质存储有计算机程序,当计算机程序被处理器执行时,使得处理器实现上述实施例中的搜索结果展示方法。
特别地,根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在非暂态计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码。在这样的实施例中,该计算机程序可以通过通信装置1109从网络上被下载和安装,或者从存储装置1108被安装,或者从ROM 1102被安装。在该计算机程序被处理装置1101执行时,执行本公开实施例的信息显示方法中限定的上述功能。
需要说明的是,本公开上述的计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、随机访问存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本公开中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在本公开中,计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。计算机可读信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读信号介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于:电线、光缆、RF(射频)等等,或者上述的任意合适的组合。
在一些实施方式中,客户端、服务器可以利用诸如HTTP之类的任何当前已知或未来研发的网络协议进行通信,并且可以与任意形式或介质的数字数据通信(例如,通信网络) 互连。通信网络的示例包括局域网(“LAN”),广域网(“WAN”),网际网(例如,互联网)以及端对端网络(例如,ad hoc端对端网络),以及任何当前已知或未来研发的网络。
上述计算机可读介质可以是上述搜索结果展示设备中所包含的;也可以是单独存在,而未装配入该搜索结果展示设备中。
上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该搜索结果展示设备执行时,使得该搜索结果展示设备执行上述搜索结果展示方法的各实施例的步骤。
在本公开实施例中,可以以一种或多种程序设计语言或其组合来编写用于执行本公开的操作的计算机程序代码,上述程序设计语言包括但不限于面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)—连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。
附图中的流程图和框图,图示了按照本公开各种实施例的设备、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。
描述于本公开实施例中所涉及到的单元可以通过软件的方式实现,也可以通过硬件的方式来实现。其中,单元的名称在某种情况下并不构成对该单元本身的限定。
本文中以上描述的功能可以至少部分地由一个或多个硬件逻辑部件来执行。例如,非限制性地,可以使用的示范类型的硬件逻辑部件包括:现场可编程门阵列(FPGA)、专用集成电路(ASIC)、专用标准产品(ASSP)、片上系统(SOC)、复杂可编程逻辑设备(CPLD)等等。
在本公开的上下文中,机器可读介质可以是有形的介质,其可以包含或存储以供指令执行系统、装置或设备使用或与指令执行系统、装置或设备结合地使用的程序。机器可读介质可以是机器可读信号介质或机器可读储存介质。机器可读介质可以包括但不限于电子的、磁性的、光学的、电磁的、红外的、或半导体系统、装置或设备,或者上述内容的任何合适组合。机器可读存储介质的更具体示例会包括基于一个或多个线的电气连接、便携式计算机盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦除可编程只读存储器(EPROM或快闪存储器)、光纤、便捷式紧凑盘只读存储器(CD-ROM)、光学储存设备、磁储存设备、或上述内容的任何合适组合。
以上描述仅为本公开的较佳实施例以及对所运用技术原理的说明。本领域技术人员应当理解,本公开中所涉及的公开范围,并不限于上述技术特征的特定组合而成的技术方案,同时也应涵盖在不脱离上述公开构思的情况下,由上述技术特征或其等同特征进行任意组合而形成的其它技术方案。例如上述特征与本公开中公开的(但不限于)具有类似功能的技术特征进行互相替换而形成的技术方案。
此外,虽然采用特定次序描绘了各操作,但是这不应当理解为要求这些操作以所示出的特定次序或以顺序次序执行来执行。在一定环境下,多任务和并行处理可能是有利的。同样地,虽然在上面论述中包含了若干具体实现细节,但是这些不应当被解释为对本公开的范围的限制。在单独的实施例的上下文中描述的某些特征还可以组合地实现在单个实施例中。相反地,在单个实施例的上下文中描述的各种特征也可以单独地或以任何合适的子组合的方式实现在多个实施例中。
尽管已经采用特定于结构特征和/或方法逻辑动作的语言描述了本主题,但是应当理解所附权利要求书中所限定的主题未必局限于上面描述的特定特征或动作。相反,上面所描述的特定特征和动作仅仅是实现权利要求书的示例形式。

Claims (13)

  1. 一种搜索结果展示方法,其特征在于,包括:
    接收搜索词,所述搜索词对应多个搜索意图;
    获取表征各所述搜索意图的关键词以及各所述关键词对应的搜索结果;
    生成第一搜索结果页面和第二搜索结果页面;其中,所述第一搜索结果页面用于展示各所述关键词,所述第二搜索结果页面用于展示各所述关键词对应的搜索结果;其中,所述关键词用于对各所述关键词对应的搜索结果进行筛选;
    展示所述第二搜索结果页面,并响应针对所述第二搜索结果页面的第一触发操作,在所述第二搜索结果页面的预设位置处展示所述第一搜索结果页面。
  2. 根据权利要求1所述的方法,其特征在于,所述在所述第二搜索结果页面的预设位置处展示所述第一搜索结果页面包括:
    在所述第二搜索结果页面上创建悬浮窗,并在所述悬浮窗中展示所述第一搜索结果页面;
    或者,在所述第二搜索结果页面之上覆盖展示所述第一搜索结果页面;
    或者,沿所述第一触发操作的操作方向,由所述第二搜索结果页面滑动切换至所述第一搜索结果页面;
    或者,将所述第二搜索结果页面中的各所述关键词对应的搜索结果沿所述第一触发操作的操作方向移动,并在所述第二搜索结果页面中空出的区域中显示所述第一搜索结果页面。
  3. 根据权利要求1所述的方法,其特征在于,在所述响应针对所述第二搜索结果页面的第一触发操作,在所述第二搜索结果页面的预设位置处展示所述第一搜索结果页面之后,所述方法还包括:
    若检测到对各所述关键词中的目标关键词的第二触发操作,则在终端显示界面中显示所述目标关键词对应的搜索结果。
  4. 根据权利要求3所述的方法,其特征在于,所述在终端界面中显示所述目标关键词对应的搜索结果包括:
    在所述终端显示界面的第一区域中显示第一搜索结果页面;其中,所述第一区域为所述终端显示界面在所述第一触发操作的操作方向上的设定范围内的区域;
    在所述终端显示界面的第二区域中显示所述目标关键词对应的搜索结果;其中,所述第二区域为所述终端界面中除了所述第一区域之外的剩余区域。
  5. 根据权利要求4所述的方法,其特征在于,在所述终端显示界面的第二区域中显示所述目标关键词对应的搜索结果之后,所述方法还包括:
    若检测到对所述第二区域的第三触发操作,则沿所述第三触发操作的操作方向继续显示所述目标关键词对应的搜索结果;其中,所述第三触发操作的操作方向与所述第一触发操作的操作方向相同。
  6. 根据权利要求5所述的方法,其特征在于,在所述沿所述第三触发操作的操作方向继续显示所述目标关键词对应的搜索结果之后,所述方法还包括:
    在显示预设数量的所述目标关键词对应的搜索结果后,在所述终端显示界面沿第 二方向的顶端显示预设控件;
    其中,所述第二方向与所述第一触发操作的操作方向相反,所述预设控件用于触发继续显示所述目标关键词对应的搜索结果中的所述预设数量的未显示搜索结果。
  7. 根据权利要求3或6所述的方法,其特征在于,所述方法还包括:
    若检测到对所述终端显示界面的第四触发操作,则在所述终端显示界面中重新显示所述第一搜索结果页面;其中,所述第四触发操作与所述第一触发操作相同。
  8. 根据权利要求1所述的方法,其特征在于,各所述关键词区分显示样式展示在所述第一搜索结果页面中;
    其中,任一所述关键词的显示样式基于相应关键词与所述搜索词的相关性和/或所述关键词的点击率确定,所述显示样式包括字号、颜色、显示位置和搜索结果展示面积中的至少一种。
  9. 根据权利要求1所述的方法,其特征在于,所述搜索意图为多义项搜索意图或多主题搜索意图。
  10. 一种搜索结果展示装置,其特征在于,包括:
    搜索词接收模块,用于接收搜索词,所述搜索词对应多个搜索意图;
    关键词获取模块,用于获取表征各所述搜索意图的关键词以及各所述关键词对应的搜索结果;
    搜索结果页面生成模块,用于生成第一搜索结果页面和第二搜索结果页面;其中,所述第一搜索结果页面用于展示各所述关键词,所述第二搜索结果页面用于展示各所述关键词对应的搜索结果;其中,所述关键词用于对各所述关键词对应的搜索结果进行筛选;
    搜索结果页面展示模块,用于展示所述第二搜索结果页面,并响应针对所述第二搜索结果页面的第一触发操作,在所述第二搜索结果页面的预设位置处展示所述第一搜索结果页面。
  11. 一种搜索结果展示设备,其特征在于,包括:
    处理器;
    存储器,用于存储可执行指令;
    其中,所述处理器用于从所述存储器中读取所述可执行指令,并执行所述可执行指令以实现上述权利要求1-9中任一项所述的搜索结果展示方法。
  12. 一种计算机可读存储介质,其特征在于,所述存储介质存储有计算机程序,当所述计算机程序被处理器执行时,使得处理器实现所述权利要求1-9中任一项所述的搜索结果展示方法。
  13. 一种计算机程序产品,其特征在于,其包括承载在非暂态计算机可读介质上的计算机程序,所述计算机程序包含用于执行所述权利要求1-9中任一项所述的搜索结果展示方法的程序代码。
PCT/CN2022/092158 2021-07-30 2022-05-11 搜索结果展示方法、装置、设备和介质 WO2023005340A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110875449.2 2021-07-30
CN202110875449.2A CN113486253B (zh) 2021-07-30 2021-07-30 搜索结果展示方法、装置、设备和介质

Publications (1)

Publication Number Publication Date
WO2023005340A1 true WO2023005340A1 (zh) 2023-02-02

Family

ID=77944923

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/092158 WO2023005340A1 (zh) 2021-07-30 2022-05-11 搜索结果展示方法、装置、设备和介质

Country Status (2)

Country Link
CN (1) CN113486253B (zh)
WO (1) WO2023005340A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117609628A (zh) * 2023-12-07 2024-02-27 成达文化科技(广州)有限公司 基于人工智能的个性化正面需求匹配推送系统及方法

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113486253B (zh) * 2021-07-30 2024-03-19 抖音视界有限公司 搜索结果展示方法、装置、设备和介质
CN114461944B (zh) * 2022-01-19 2023-03-10 北京百度网讯科技有限公司 搜索结果的展示方法、装置及电子设备
CN114756315A (zh) * 2022-03-23 2022-07-15 阿波罗智联(北京)科技有限公司 对话页面切换方法、装置、设备及存储介质
CN114817809A (zh) * 2022-04-28 2022-07-29 北京字节跳动网络技术有限公司 信息显示方法、装置、设备和存储介质
CN115080806A (zh) * 2022-06-16 2022-09-20 北京字跳网络技术有限公司 一种数据搜索方法、装置、设备及介质
CN115238156A (zh) * 2022-06-20 2022-10-25 北京字跳网络技术有限公司 搜索页面展示方法、装置、设备、介质和产品

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130191409A1 (en) * 2012-01-19 2013-07-25 Alibaba Group Holding Limited Intelligent navigation of a category system
CN105843817A (zh) * 2015-01-15 2016-08-10 北京三星通信技术研究有限公司 在终端设备上进行搜索的方法、装置和设备
CN106156244A (zh) * 2015-04-28 2016-11-23 阿里巴巴集团控股有限公司 一种信息搜索导航方法及装置
CN108052613A (zh) * 2017-12-14 2018-05-18 北京百度网讯科技有限公司 用于生成页面的方法和装置
CN111949864A (zh) * 2020-08-10 2020-11-17 北京字节跳动网络技术有限公司 一种搜索方法、装置、电子设备及存储介质
CN112948665A (zh) * 2021-01-14 2021-06-11 北京搜狗科技发展有限公司 一种搜索方法、装置和介质
CN113486253A (zh) * 2021-07-30 2021-10-08 北京字节跳动网络技术有限公司 搜索结果展示方法、装置、设备和介质

Family Cites Families (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567408B (zh) * 2010-12-31 2014-06-04 阿里巴巴集团控股有限公司 推荐搜索关键词的方法和装置
US9235858B1 (en) * 2012-07-25 2016-01-12 Amazon Technologies, Inc. Local search of network content
CN102929926A (zh) * 2012-09-20 2013-02-13 百度在线网络技术(北京)有限公司 一种基于浏览内容的取词搜索方法及装置
CN103235800A (zh) * 2013-04-15 2013-08-07 百度在线网络技术(北京)有限公司 一种搜索结果的预览方法及系统
CN103902678A (zh) * 2014-03-21 2014-07-02 百度在线网络技术(北京)有限公司 搜索推荐方法和装置
CN104239464B (zh) * 2014-09-02 2018-11-20 百度在线网络技术(北京)有限公司 搜索界面的展现方法和装置
CN104765809A (zh) * 2015-04-02 2015-07-08 北京奇虎科技有限公司 一种移动终端搜索图片的预览方法和装置
CN104778255B (zh) * 2015-04-20 2018-03-06 百度在线网络技术(北京)有限公司 搜索结果的推荐方法和装置
CN104809195B (zh) * 2015-04-23 2019-05-31 百度在线网络技术(北京)有限公司 搜索结果的推荐方法和装置
CN105095441A (zh) * 2015-07-23 2015-11-25 百度在线网络技术(北京)有限公司 一种信息获取方法及装置
CN105760508A (zh) * 2016-02-23 2016-07-13 北京搜狗科技发展有限公司 一种信息推送方法、装置及电子设备
CN105843849B (zh) * 2016-03-15 2019-11-26 北京百度网讯科技有限公司 搜索方法及装置
CN107870721B (zh) * 2016-09-27 2022-06-07 北京搜狗科技发展有限公司 搜索结果展现方法、装置及用于搜索结果展现的装置
CN107918616A (zh) * 2016-10-09 2018-04-17 阿里巴巴集团控股有限公司 搜索系统、页面显示方法及客户端
CN106649750B (zh) * 2016-12-26 2021-02-05 三六零科技集团有限公司 针对多义项词条的搜索方法及装置
CN107180087B (zh) * 2017-05-09 2019-11-15 北京奇艺世纪科技有限公司 一种搜索方法及装置
CN110019888A (zh) * 2017-12-01 2019-07-16 北京搜狗科技发展有限公司 一种搜索方法及装置
CN108197284B (zh) * 2018-01-12 2022-01-25 北京百度网讯科技有限公司 搜索处理方法及装置
CN108874939A (zh) * 2018-06-01 2018-11-23 北京搜狗科技发展有限公司 一种信息搜索方法及装置
CN110609946A (zh) * 2018-06-14 2019-12-24 阿里巴巴集团控股有限公司 一种信息推荐方法及装置
CN109582882A (zh) * 2018-11-15 2019-04-05 百度在线网络技术(北京)有限公司 搜索结果的展现方法、装置和电子设备
CN109697256B (zh) * 2018-12-21 2020-12-22 北京字节跳动网络技术有限公司 确定相关搜索词的方法、装置、存储介质及电子设备
CN111753165A (zh) * 2019-03-28 2020-10-09 阿里巴巴集团控股有限公司 搜索信息处理方法、装置及电子设备
CN110059258A (zh) * 2019-04-28 2019-07-26 百度在线网络技术(北京)有限公司 搜索结果展现方法、装置及存储介质
CN112328872A (zh) * 2020-10-27 2021-02-05 北京字节跳动网络技术有限公司 一种信息展示方法、信息搜索方法及装置
CN112347339A (zh) * 2020-11-26 2021-02-09 腾讯科技(深圳)有限公司 一种搜索结果处理方法及装置
CN113157970A (zh) * 2021-04-26 2021-07-23 北京字节跳动网络技术有限公司 一种信息展示的方法、装置以及计算机存储介质

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130191409A1 (en) * 2012-01-19 2013-07-25 Alibaba Group Holding Limited Intelligent navigation of a category system
CN105843817A (zh) * 2015-01-15 2016-08-10 北京三星通信技术研究有限公司 在终端设备上进行搜索的方法、装置和设备
CN106156244A (zh) * 2015-04-28 2016-11-23 阿里巴巴集团控股有限公司 一种信息搜索导航方法及装置
CN108052613A (zh) * 2017-12-14 2018-05-18 北京百度网讯科技有限公司 用于生成页面的方法和装置
CN111949864A (zh) * 2020-08-10 2020-11-17 北京字节跳动网络技术有限公司 一种搜索方法、装置、电子设备及存储介质
CN112948665A (zh) * 2021-01-14 2021-06-11 北京搜狗科技发展有限公司 一种搜索方法、装置和介质
CN113486253A (zh) * 2021-07-30 2021-10-08 北京字节跳动网络技术有限公司 搜索结果展示方法、装置、设备和介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117609628A (zh) * 2023-12-07 2024-02-27 成达文化科技(广州)有限公司 基于人工智能的个性化正面需求匹配推送系统及方法
CN117609628B (zh) * 2023-12-07 2024-04-30 成达文化科技(广州)有限公司 基于人工智能的个性化正面需求匹配推送系统及方法

Also Published As

Publication number Publication date
CN113486253A (zh) 2021-10-08
CN113486253B (zh) 2024-03-19

Similar Documents

Publication Publication Date Title
WO2023005340A1 (zh) 搜索结果展示方法、装置、设备和介质
WO2023005339A1 (zh) 搜索结果展示方法、装置、设备和介质
US10223466B2 (en) Method for searching and device thereof
JP6695966B2 (ja) ユーザ選択されたコンテンツに対するアクション提案
US8275759B2 (en) Contextual query suggestion in result pages
WO2022033321A1 (zh) 一种搜索方法、装置、电子设备及存储介质
CN115238214A (zh) 展示方法、装置、计算机设备、存储介质及程序产品
WO2023279843A1 (zh) 内容搜索方法、装置、设备和存储介质
EP3944592B1 (en) Voice packet recommendation
US20220237249A1 (en) Method for searching and device thereof
KR20160032564A (ko) 영상표시장치, 영상표시장치의 구동방법 및 컴퓨터 판독가능 기록매체
WO2023016349A1 (zh) 一种文本输入方法、装置、电子设备和存储介质
US20180373719A1 (en) Dynamic representation of suggested queries
WO2023241332A1 (zh) 摘要信息生成与搜索结果展示方法、装置、设备和介质
WO2023197872A1 (zh) 书籍搜索方法、装置、设备和存储介质
CN114564666A (zh) 百科信息展示方法、装置、设备和介质
CN113032626A (zh) 搜索结果处理方法、装置、电子设备和存储介质
WO2023207490A1 (zh) 信息显示方法、装置、设备和存储介质
WO2023284750A1 (zh) 多媒体文件查找方法和装置
WO2022257883A1 (zh) 展示方法和展示装置
CN114840711A (zh) 一种智能设备与主题构建方法
CN113221572A (zh) 一种信息处理方法、装置、设备及介质
WO2024036616A1 (zh) 一种基于终端的问答方法及装置
US20230161949A1 (en) Intelligent content identification and transformation
WO2023056901A1 (zh) 文档的处理方法、装置、终端和存储介质

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: 22847954

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 18564732

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE