WO2019179208A1 - Liste de suggestions déroulante - Google Patents

Liste de suggestions déroulante Download PDF

Info

Publication number
WO2019179208A1
WO2019179208A1 PCT/CN2019/070047 CN2019070047W WO2019179208A1 WO 2019179208 A1 WO2019179208 A1 WO 2019179208A1 CN 2019070047 W CN2019070047 W CN 2019070047W WO 2019179208 A1 WO2019179208 A1 WO 2019179208A1
Authority
WO
WIPO (PCT)
Prior art keywords
index
attribute
search
pull
establishing
Prior art date
Application number
PCT/CN2019/070047
Other languages
English (en)
Chinese (zh)
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 WO2019179208A1 publication Critical patent/WO2019179208A1/fr

Links

Images

Classifications

    • 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/31Indexing; Data structures therefor; Storage structures
    • 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/335Filtering based on additional data, e.g. user or group profiles

Definitions

  • the embodiments of the present specification relate to the field of search engines, and more particularly, to a method for establishing a pull-down prompt index, and a method and apparatus for a pull-down prompt on a server side and a user terminal APP end.
  • a plurality of search boxes corresponding to respective services are usually set.
  • the user When the user enters the query content in the search box, the user usually displays a drop-down prompt entry.
  • the technical solutions of the current drop-down prompt mainly include: a pull-down prompt system based on the trie tree, and a drop-down prompt system for loading multiple different drop-down prompt indexes to support multiple services.
  • a pull-down prompt system based on the trie tree
  • new requirements for drop-down prompts have emerged. For example, in new business scenarios such as O2O, it is necessary to use other complex recall and filtering conditions such as geographic location, as well as complex sorting strategies. Therefore, a more effective pull-down reminder scheme is needed.
  • the embodiments of the present specification aim to provide a more effective pull-down prompting method to solve the deficiencies in the prior art.
  • an aspect of the present specification provides a method for establishing a pull-down prompt index, where the pull-down prompt is used for at least one search box included in a user terminal APP, and each search box is set to a corresponding service in the APP.
  • the method is performed on the server side, including: acquiring a plurality of terms for a pull-down prompt for each service in the user terminal APP; acquiring at least one attribute of each entry; establishing a prefix index, where The prefix index includes an inverted index of each term's prefix to itself; and an attribute index is established, wherein the attribute index includes an index between each term and its respective attribute.
  • the at least one attribute includes at least one of the following: a service type, a number of queries, a number of results, a number of clicks, a click-through rate, a geographic location, a city, and an address.
  • the establishing an attribute index includes establishing a positive index of the first entry to the first attribute thereof.
  • the establishing an attribute index includes establishing an inverted index of the second attribute of the second term to the second term.
  • the establishing a prefix index includes establishing a prefix index offline; and the establishing the attribute index includes establishing an attribute index offline.
  • the establishing a first entry to a positive index of the first attribute includes: setting a plurality of word sub-documents for the first entry, The first entry to the positive index of the first attribute in different cities is respectively established.
  • the establishing a prefix index includes: acquiring a maximum semantic granularity word included in the third entry, and establishing the maximum semantic granularity word and its respective prefix to the The inverted index of the third term.
  • the other aspect of the present specification provides a search method for a pull-down prompt, where the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP.
  • the method is performed on the server side, including: receiving, from the user terminal APP, the query content input by the user in the search box; receiving at least one attribute related to the user terminal, the user terminal APP, or the user from the user terminal APP; acquiring the search box with the search box a search condition of the corresponding service; searching for a plurality of terms corresponding to the query content by using the prefix index obtained by the method for indexing as described above; and establishing an index according to the above according to the search condition and the at least one attribute
  • the method obtains an attribute index, and filters the plurality of terms to obtain a search result.
  • the search method for the pull-down prompt further includes: after obtaining the search result, acquiring a sorting method of the service corresponding to the search box; and sorting the search result by the sorting method .
  • the at least one attribute includes at least one of the following: a search box service type, a user terminal geographic location, a user terminal city, and a user query time.
  • filtering the plurality of terms according to the search condition and the at least one attribute by using an attribute index obtained according to the method for establishing an index includes: filtering out the entry that does not belong to the search box service type according to the search condition that defines the entry service type as the search box service type.
  • Another aspect of the present specification provides a drop-down prompting method for at least one search box included in a user terminal APP, where each search box is set in a corresponding service in the APP, and the method is in a user.
  • Executing in the terminal APP including: acquiring the query content input by the user in the search box; acquiring at least one first attribute related to the user terminal, the user terminal APP, or the user; sending the query content and the at least one first attribute Giving the server side; receiving, from the server side, the search result obtained by the search method according to the above; and displaying the search result at the drop-down prompt position of the search box.
  • the pull-down prompting method further includes: after receiving the search result obtained by the searching method according to the foregoing search method, acquiring at least one second attribute related to the user, and acquiring a service corresponding to the search box. a sorting method, and sorting the search results by the sorting method according to the at least one second attribute.
  • the at least one second attribute includes at least one of the following: user age, gender, consumption preference, and spending power.
  • the other aspect of the present disclosure provides an apparatus for establishing a pull-down prompt index, where the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP
  • the device is implemented on the server side, and includes: an entry obtaining unit, configured to acquire a plurality of terms for a pull-down prompt for each service in the user terminal APP; and an attribute obtaining unit configured to acquire each entry At least one attribute; a prefix index establishing unit configured to: establish a prefix index, wherein the prefix index includes an inverted index of each term prefix to itself; and an attribute index establishing unit configured to establish an attribute index, wherein The attribute index includes an index between each term and its respective attributes.
  • the other aspect of the present specification provides a search device for a pull-down prompt, where the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP.
  • the device is implemented on the server side, and includes: a query content receiving unit, configured to receive, from the user terminal APP, the query content input by the user in the search box; the attribute receiving unit is configured to receive the user terminal and the user terminal from the user terminal APP At least one attribute related to the APP or the user; the obtaining unit is configured to acquire a search condition of the service corresponding to the search box;
  • a first search unit configured to: search for a plurality of terms corresponding to the query content by using a prefix index obtained by the method for indexing; and a second search unit configured to: according to the search condition and the At least one attribute, the plurality of terms are filtered by an attribute index obtained according to the method for indexing as described above, thereby obtaining a search result.
  • the other aspect of the present specification provides a pull-down prompting device, where the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP, and the device is in the user.
  • the implementation in the terminal APP includes: a query content obtaining unit configured to acquire the query content input by the user in the search box; and an attribute obtaining unit configured to acquire at least one first attribute related to the user terminal, the user terminal APP, or the user a sending unit configured to: send the query content and the at least one first attribute to a server; the receiving unit is configured to receive, from the server, a search result obtained by the searching method according to the foregoing search method; and a display unit, configured The search result is displayed at a drop-down prompt position of the search box.
  • the pull-down prompting system is implemented by using the technology in the search engine, and the plurality of pull-down prompting services are supported by a set of universal pull-down prompting system, thereby saving labor and resource costs and improving the iterative efficiency. And there is enough flexibility to support different performance needs of different businesses.
  • FIG. 1 shows a schematic diagram of a pull-down prompt system in accordance with an embodiment of the present specification
  • Figure 2 illustrates a method of establishing a drop-down hint index
  • FIG. 3 illustrates a search method for a pull-down prompt according to an embodiment of the present specification
  • Figure 4 schematically illustrates a search process
  • Figure 5 shows a drop down prompt method
  • FIG. 6 is a schematic view showing a pull-down prompt effect according to an embodiment of the present specification.
  • Figure 7 shows an apparatus 700 for establishing a pull-down hint index
  • Figure 8 illustrates a search device 800 for a pull-down prompt
  • FIG. 9 shows a pull down prompting device 900.
  • FIG. 1 shows a schematic diagram of a pull-down prompt system in accordance with an embodiment of the present specification.
  • the system includes a client (101, 102, 103) and a server 104.
  • the client may be a user terminal APP, and may include at least one search box in the APP, and different search boxes correspond to different services.
  • the client 101 is using a search box corresponding to the service 1 in the APP
  • the client 102 is using a search box corresponding to the service 2 in the APP
  • the client 103 is using the search box corresponding to the service 3 in the APP. .
  • the pull-down prompting system provides a pull-down prompt service through the search instance 11 in the server side 104.
  • the search instance 11 includes a prefix index 111, an attribute index 112, and a sorting plug-in 113.
  • the prefix index refers to a prefix word or a word included in the entry or a pinyin index of the pinyin to the term
  • the prefix index 111 includes a term of all services in the APP.
  • the attribute index includes an index between each term and its respective attributes.
  • the above related attributes include the service type, and the service type is determined by the service in which the search box input by the user is located.
  • the server side 104 acquires the search condition set for the service type and transmits it to the search instance 11 along with the query content and related attributes.
  • the search instance 11 searches for the terms related to the query content according to the prefix index 111, and filters the searched terms according to the attribute index 112 according to the search condition, thereby obtaining the search result.
  • the search condition includes searching only the terms of the business type, so that the entries that do not belong to the business type are filtered out according to the index between the terms and the business type attribute.
  • the search example 11 further includes a sorting plug-in 113 in which a sorting method suitable for each service is set, thereby sorting the search results in a sorting method corresponding to the business type.
  • the server side 104 further includes a database 12 in which entries of respective services and attributes related to the terms are stored, and the search instance 11 establishes a prefix index 111 and an attribute index 112 by acquiring data from the database 12.
  • Figure 2 illustrates a method of establishing a drop-down hint index.
  • the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP.
  • the method is performed on the server side, more specifically, as shown in FIG. 1, in the search instance 11 of the server side 104.
  • the method includes the following steps: in step S21, acquiring a plurality of terms for a pull-down prompt for each service in the user terminal APP; and acquiring at least one attribute of each entry in step S22; Establishing a prefix index, wherein the prefix index includes an inverted index of each term prefix to itself; and in step S24, establishing an attribute index, wherein the attribute index includes between each term and each attribute thereof index.
  • a plurality of terms for a pull-down prompt for each service in the user terminal APP are acquired.
  • Alipay APP including word of mouth business, wealth business, and so on.
  • Each of these services includes a corresponding database on the server side for storing business-related data, some of which can be used as entries for drop-down prompts.
  • business-related data includes business type, store name, dish name, store address, store location, number of clicks, number of queries, and the like.
  • the store name and the dish name can be used as entries for the drop-down prompt.
  • the fund name can be used as a drop-down prompt.
  • the search instance 11 can obtain terms that can be used for pull-down prompts in each service.
  • At step S22 at least one attribute of each vocabulary is obtained.
  • Terms of different business have attributes corresponding to the business.
  • the terms of the word-of-mouth business include: business type (word of mouth), store address, store location, city, number of results, number of clicks, click-through rate, number of queries, and so on.
  • the wealth business includes attributes such as business type (wealth), number of results, total clicks, total click-through rate, number of clicks in different cities, and click-through rates in different cities. These attributes can be represented separately in different fields.
  • the service type is represented by the field "type”.
  • attribute data are submitted by the store, such as shop address, store location, city, etc.
  • Some attribute data is received by the server from the APP, such as the number of clicks, the number of queries, and the like.
  • the server side stores these attributes in association with the terms in the database 12, so that the search instance 11 can obtain at least one attribute of each entry by reading the database 12.
  • a prefix index is established, wherein the prefix index includes a prefix of each entry to its own inverted index.
  • the prefix of the entry is a single word or multiple consecutive words before the end of the included term.
  • the prefix “Nongfu Spring” includes “farm”, “farmer”, “Nongfu Mountain”, “Fu”, “Fushan” and “Mountain”.
  • the inverted index of "farm”, “farmer”, “Nongfu Mountain”, “Fu”, “Fushan” and “Mountain” to "Nongfu Spring” can be obtained.
  • all the prefixes of the terms may be obtained as the key in the index table, and the corresponding entry is used as the value corresponding to the key in the index table. Thereby establishing a prefix index common to all services.
  • the index of the pinyin to term of the above prefix is also included in the prefix index.
  • the maximum semantic granularity word included in the entry and its respective prefix to prefix index of the entry may be established.
  • the entry “Nongfu Spring is a bit sweet”
  • it can be divided into two largest semantic granular words “Nongfu Spring” and “Slightly Sweet” according to the semantic dictionary.
  • it is possible to establish an inverted index of "Nongfu Spring” and its prefixes “Nong”, “Farmer”, “Nongfu Mountain”, “Fu”, “Foshan” and “Mountain” to "Nongfu Spring”.
  • an attribute index is established, wherein the attribute index includes an index between each term and its respective attribute.
  • the index between the term and the attribute can be an inverted index of the attribute to the term, or it can be an index of the item to the attribute.
  • an inverted index of the business type to the entry is established.
  • an inverted index of geographic location to entry is established.
  • a positive index of the entry to the number of clicks is established.
  • a positive index table as shown in Table 1 can be created.
  • a dish noun in the word-of-mouth business may be related to multiple cities.
  • a plurality of sub-documents may be set for the dish noun to index their attributes in different cities.
  • the positive index table of the nouns for attributes can be as shown in Table 2.
  • the search instance 11 after the search instance 11 obtains the service data from the database 12 in the server side 104, the prefix index and the attribute index are established offline for a predetermined period of time. Typically, an offline full update of the index is performed at a time when the user is less than 2-5 am every day.
  • the search instance 11 updates the index in real time after the user real-time update data is retrieved from the database 12. For example, in the word-of-mouth business, when a store is added, or a store updates a dish name, the search instance can obtain the store change information from the database 12 in real time by subscribing to the store information, thereby performing a second-level update of the information in the index.
  • FIG. 3 illustrates a search method for a pull-down prompt in accordance with an embodiment of the present specification.
  • the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP.
  • the method is performed on the server side, and includes the following steps: receiving, in step S31, the query content input by the user in the search box from the user terminal APP; and receiving, from the user terminal APP, the user terminal, the user terminal APP, or Obtaining at least one attribute related to the user; in step S33, acquiring a search condition of the service corresponding to the search box; and in step S34, searching for a plurality of corresponding to the query content by using the prefix index obtained by the method for establishing an index a term; and in step S35, the plurality of terms are filtered by the attribute index obtained according to the method for indexing according to the search condition and the at least one attribute, thereby obtaining a search result.
  • step S31 the query content input by the user in the search box is received from the user terminal APP.
  • the query content entered by the user in a specific search box in the APP may be a single word, consecutive words, or may be pinyin.
  • the APP will synchronously send the input content to the server.
  • These attributes may be the geographic location (latitude and longitude) of the user terminal associated with the user terminal and the city, the search box service type associated with the user terminal APP, the user query time associated with the user, and the like. These attributes can be represented by fields, respectively.
  • the specific attribute received by the server from the user terminal APP is related to the search box service type. For example, when the search box service type is a word-of-mouth service, the server receives the search box service type (word-of-mouth) and the geographic location where the user terminal is located from the APP.
  • the server side receives the search box service type (wealth) and other attributes from the APP end.
  • the user queries in the search box of the Alipay APP homepage, where the search box service type is global service, that is, "type all”.
  • a search condition of a service corresponding to the search box is acquired.
  • the search conditions may include: the service type is "word of mouth", the distance to the user terminal is within a predetermined distance, and the like.
  • search criteria may include the risk level of the product at a predetermined level.
  • the corresponding search conditions are all search conditions of each service included in the APP. These search conditions can be set on the server side, and the server side obtains the search condition corresponding to the service type from its own storage location and transmits it to the search instance.
  • the search condition may be set in the user terminal APP, and the server receives the corresponding search condition from the APP according to the search box service type and transmits it to the search instance.
  • step S34 a plurality of terms corresponding to the query content are searched by the prefix index obtained according to the above method of indexing.
  • the search terms may include: Ali Film, Ali Health, Arina Pharmaceutical, Arirang, Ali Food House, Ali noodles, etc.
  • “Ali Pictures, Ali Health, Arina Pharmaceuticals” is a term belonging to the wealth business.
  • “Arirang, Ali Restaurant, Ali Noodles” is a term that belongs to the word of mouth business.
  • step S35 the plurality of terms are filtered by the attribute index obtained according to the method for establishing an index according to the search condition and the at least one attribute, thereby obtaining a search result.
  • the attribute index obtained according to the method for establishing an index according to the search condition and the at least one attribute, thereby obtaining a search result.
  • the search condition of the wealth service includes limiting the entry service type to the search box service type "wealth" .
  • the search for the term that satisfies the business type is "wealth".
  • the user inputs “Ali” in the search box of the word-of-mouth service and the attributes received by the server from the APP include the search box service type (word of mouth) and the geographic location of the user terminal, and the obtained search conditions corresponding to the word-of-mouth service include:
  • the business type of the article is word of mouth, and the geographical location of the entry is within five kilometers of the user terminal.
  • the search obtains the geographical location attribute within five kilometers from the user terminal, including “Ali Restaurant, Ali Noodle, Brazilian BBQ, KFC, Pizza Hut...”, taking the prefix index and the above two types.
  • the search condition corresponding to the word-of-mouth service may further include: for example, "the number of queries exceeds 300 times". Therefore, according to the search condition, and according to the positive index of the store entry to the query number attribute in the word-of-mouth business, the number of queries of the terms “Ali Restaurant” and “Ali Noodle” are obtained, and according to the number of queries Filter.
  • Figure 4 is a view schematically showing the above search process, in which, for the convenience of the schematic representation, in the search results, entries belonging to one business type (for example, wealth business) are represented by capital letters, and belonging to another business type in lowercase letters (for example, word of mouth business) ) the entry.
  • entries belonging to one business type for example, wealth business
  • capital letters for example, capital letters
  • lowercase letters for example, word of mouth business
  • the prefix index 41, the first attribute index 42 (eg, the service type index), and the second attribute index 43 (eg, the geographic location index) included in the search instance are all inverted indexes, and the search through the three indexes
  • the corresponding search results ⁇ A, B, C, a, b, c ⁇ , ⁇ a, b, c, d, e ⁇ and ⁇ b, c, e, f, g ⁇ can be obtained.
  • the intersection of the three search results is obtained, and the search results ⁇ b, c ⁇ are obtained.
  • the third attribute index 44 may be a positive index.
  • the number of search results obtained in step S35 above may be very large, possibly several thousand.
  • the search results may be sorted first, and then the results of the predetermined number (for example, 500) ranked first are transmitted to the user terminal APP.
  • a sorting plug-in 113 is included in the search example 11 according to an embodiment of the present specification.
  • the search instance 11 obtains a sorting method of the service corresponding to the search box from the sorting plug-in 113 before transmitting the search result to the user terminal APP, and sorts the search result by the sorting method.
  • the sorting method corresponding to the store entry in the word-of-mouth business may include: first sorting according to the distance from the geographic location attribute of the entry to the user terminal, and sorting by the attribute of the number of times of the query in the next layer of the sorting, in the next Layers, sorted by the click attribute of the entry, etc.
  • the sorting method of the entry corresponding to the wealth business may include: sorting according to the profit rate attribute of the entry, sorting according to the risk level attribute of the entry, sorting according to the click attribute of the entry, and the like.
  • FIG. 5 shows a pull-down prompting method, which is executed in a user terminal APP, the user terminal APP comprising at least one search box, each search box being arranged in a corresponding service in the APP.
  • the method includes the following steps: in step S51, acquiring query content input by a user in a search box; in step S52, acquiring at least one attribute related to a user terminal, a user terminal APP, or a user; in step S53, the query is performed The content and the at least one first attribute are sent to the server; in step S54, the search result obtained by the search method according to the above search method is received from the server; and in step S55, the search is displayed at the drop-down prompt position of the search box result.
  • step S51 the query content input by the user in the search box is acquired.
  • the APP performs this step to obtain the query content. For example, the user will input “Nongfu Spring”, and when the user inputs "farm”, the query content acquired by the APP is “farm”. When the user inputs "fu”, the query content acquired by the APP is "farmer”.
  • At step S52 at least one attribute related to the user terminal, the user terminal APP or the user is acquired.
  • At least one attribute herein may be a geographical location (latitude and longitude) of the user terminal associated with the user terminal and the city, a search box service type related to the user terminal APP, and a user query related to the user. Time and so on. These attributes can be represented by fields, respectively.
  • the specific attribute that the user terminal APP transmits to the server is related to the search box service type, and details are not described herein again.
  • the APP may obtain the attribute data through a specific application, for example, obtaining the geographic location of the user terminal by using the positioning application.
  • the attributes related to the APP can be obtained through the settings of the APP itself. For example, by setting a field for the search box of each service to define the search box service type, the corresponding service type is directly obtained from the search box.
  • the attributes related to the user different acquisition methods can be used according to different attributes. For example, the user query time can be obtained from the clock in the APP, and for example, for some personal characteristics of the user, the acquisition can be received from the server.
  • step S53 the query content and the at least one first attribute are sent to the server.
  • the user performs this step each time the user performs an input action on the search box, that is, sends the query content and related attributes. For example, when the user inputs “farm”, the APP sends the obtained query “farm” to the server. When the user inputs the "f”, the APP sends the obtained query "farmer” to the server.
  • the search result obtained by the above-described search method is received from the server side.
  • the search results are sorted results.
  • the search results can be reordered in the APP.
  • the sorting plugin can also be included in the APP for setting the sorting method corresponding to different services.
  • the ranking method is based on some sorting methods in the search instance, for example based on some user feature parameters, based on some more complex sorting models. For example, for the user's query in the word-of-mouth business, the APP may obtain the user-related consumption-related image features, such as age, gender, consumption preference, and spending power, from the server-side database, and according to the user's portrait features and corresponding ranking methods.
  • the corresponding service is a global service, that is, all services included in the APP, which also have a sorting method corresponding thereto.
  • global scores are calculated for the terms in each service according to the corresponding sorting method, and each business term in the APP is sorted according to the global score.
  • step S55 the search result is displayed at a drop-down prompt position of the search box.
  • the drop-down prompt position of the search box is generally below the search box. You can set the number of entries in the drop-down prompt, or the number of pages, so that the above sorting result is intercepted from the beginning according to the number of pages or the number of pages.
  • attributes such as the number of results, distance, address, and the like of the entry may also be displayed in the drop-down prompt.
  • Fig. 6 is a schematic view showing the effect of a pull-down prompt according to an embodiment of the present specification.
  • the search box is a search box set in the word-of-mouth business, and the query content input by the user is “farmer”.
  • the drop-down prompt for the word include the number of results, distance, address and other attributes.
  • FIG. 7 illustrates an apparatus 700 for establishing a drop down hint index.
  • the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP.
  • the device 700 is implemented on the server side, and includes: an entry obtaining unit 71, configured to acquire a plurality of terms for a pull-down prompt for each service in the user terminal APP; and the attribute obtaining unit 72 is configured to acquire At least one attribute of each term; a prefix index establishing unit 73 configured to establish a prefix index, wherein the prefix index includes an inverted index of each term prefix to itself; and an attribute index establishing unit 74, configured To establish an attribute index, wherein the attribute index includes an index between each term and its respective attribute.
  • the attribute index establishing unit 74 is further configured to establish a positive index of the first entry to its first attribute.
  • the attribute index establishing unit 74 is further configured to establish an inverted index of the second attribute of the second term to the second term.
  • the prefix index establishing unit 73 is further configured to establish a prefix index offline; and the attribute index establishing unit 74 is further configured to establish an attribute index offline.
  • the attribute index establishing unit 74 is further configured to set a plurality of word sub-documents for the first term, respectively, to establish the first A term to a positive index of the first attribute in a different city.
  • the prefix index establishing unit 73 is further configured to acquire a maximum semantic granularity word included in the third entry, and establish the maximum semantic granularity word and The respective prefixes are indexed to the inverted index of the third term.
  • FIG. 8 shows a search device 800 for a pull-down prompt.
  • the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP.
  • the device 800 is implemented on the server side, and includes: a query content receiving unit 81, configured to receive the query content input by the user in the search box from the user terminal APP, and the attribute receiving unit 82 is configured to receive the user from the user terminal APP.
  • At least one attribute related to the terminal, the user terminal APP or the user; the obtaining unit 83 is configured to acquire a search condition of the service corresponding to the search box; the first searching unit 84 is configured to obtain the method according to the foregoing method for establishing an index a prefix index, searching for a plurality of terms corresponding to the query content; and a second search unit 85 configured to, according to the search condition and the at least one attribute, an attribute index obtained by the method of establishing an index according to the foregoing And filtering the plurality of terms to obtain search results.
  • the searching apparatus 800 further includes a sorting unit configured to acquire a sorting method of the service corresponding to the search box after obtaining the search result; and sort the search result by the sorting method .
  • FIG. 9 shows a pull down prompting device 900.
  • the pull-down prompt is used for at least one search box included in the user terminal APP, and each search box is set in a corresponding service in the APP.
  • the device 900 is implemented in the user terminal APP, and includes: a query content obtaining unit 91 configured to acquire the query content input by the user in the search box; the attribute obtaining unit 92 is configured to acquire the user terminal, the user terminal APP, or The at least one first attribute related to the user; the sending unit 93 is configured to send the query content and the at least one first attribute to the server end; and the receiving unit 94 is configured to receive from the server end according to the searching method according to the foregoing The obtained search result; and the display unit 95 is configured to display the search result at a drop-down prompt position of the search box.
  • the pull-down prompting apparatus 900 further includes a sorting unit configured to acquire at least one second attribute related to the user after receiving the search result obtained according to the above-mentioned search method from the server end, and obtain the Searching for a sorting method of the business corresponding to the box, and sorting the search results by the sorting method according to the at least one second attribute.
  • a sorting unit configured to acquire at least one second attribute related to the user after receiving the search result obtained according to the above-mentioned search method from the server end, and obtain the Searching for a sorting method of the business corresponding to the box, and sorting the search results by the sorting method according to the at least one second attribute.
  • a plurality of search conditions prefix recall, geographical location, and other filtering conditions
  • a flexible sorting strategy can be better supported by implementing a pull-down prompting system using a technique in a search engine.
  • a set of universal drop-down prompt system supports multiple pull-down prompt services, wherein only one drop-down hint index data is needed, and the flexibility of the service is supported by the sub-document and the sorting plug-in scheme. This saves labor and resource costs, improves iteration efficiency, and is flexible enough to support different performance needs of different services.
  • the steps of a method or algorithm described in connection with the embodiments disclosed herein may be implemented in hardware, in a software module in a processor orbit, or in a combination of the two.
  • the software module can be placed in random access memory (RAM), memory, read only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, removable disk, CD-ROM, or technical field. Any other form of storage medium known.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

L'invention concerne un procédé et un dispositif d'établissement d'indice de suggestion déroulante, un procédé et un dispositif de recherche appliqués à une liste de suggestions déroulante, et un procédé et un dispositif de suggestion déroulante. Le procédé d'établissement d'indice de suggestion déroulante est exécuté au niveau d'une extrémité de serveur et consiste à : acquérir une pluralité d'entrées pour une liste de suggestions déroulante de chaque service dans une application d'un terminal d'utilisateur (S21) ; acquérir au moins un attribut de chaque entrée (S22) ; établir un indice de préfixe (S23), lequel comprend un indice inversé à partir d'un préfixe d'une entrée donnée à l'entrée donnée ; et établir un indice d'attribut (S24), lequel comprend un indice entre chaque entrée et chaque attribut de celle-ci.
PCT/CN2019/070047 2018-03-21 2019-01-02 Liste de suggestions déroulante WO2019179208A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810235411.7 2018-03-21
CN201810235411.7A CN108536763B (zh) 2018-03-21 2018-03-21 一种下拉提示方法和装置

Publications (1)

Publication Number Publication Date
WO2019179208A1 true WO2019179208A1 (fr) 2019-09-26

Family

ID=63484509

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/070047 WO2019179208A1 (fr) 2018-03-21 2019-01-02 Liste de suggestions déroulante

Country Status (3)

Country Link
CN (1) CN108536763B (fr)
TW (1) TWI696925B (fr)
WO (1) WO2019179208A1 (fr)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108536763B (zh) * 2018-03-21 2021-02-05 创新先进技术有限公司 一种下拉提示方法和装置
CN110517690A (zh) * 2019-08-30 2019-11-29 四川长虹电器股份有限公司 语音控制功能的引导方法及系统
CN111522841A (zh) * 2020-07-03 2020-08-11 支付宝(杭州)信息技术有限公司 一种企业保险的实现方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060190436A1 (en) * 2005-02-23 2006-08-24 Microsoft Corporation Dynamic client interaction for search
CN102156724A (zh) * 2011-03-31 2011-08-17 北京百度网讯科技有限公司 一种用于对查询片段进行后缀匹配的方法与设备
CN103577426A (zh) * 2012-07-24 2014-02-12 百度在线网络技术(北京)有限公司 用于提供搜索建议的附加应用信息的方法、装置与系统
CN103631929A (zh) * 2013-12-09 2014-03-12 江苏金智教育信息技术有限公司 一种用于搜索的智能提示的方法、模块和系统
CN108536763A (zh) * 2018-03-21 2018-09-14 阿里巴巴集团控股有限公司 一种下拉提示方法和装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8990200B1 (en) * 2009-10-02 2015-03-24 Flipboard, Inc. Topical search system
CN102314439B (zh) * 2010-06-30 2015-12-16 百度在线网络技术(北京)有限公司 与应用接口相结合的输入方法和设备
CN102937976B (zh) * 2012-10-17 2015-12-09 北京奇虎科技有限公司 一种基于输入前缀的下拉提示方法和装置
CN103064945B (zh) * 2012-12-26 2016-01-06 吉林大学 基于本体的情境搜索方法
US20150317319A1 (en) * 2014-04-30 2015-11-05 Yahoo! Inc. Enhanced search results associated with a modular search object framework
CN104156486B (zh) * 2014-08-28 2017-05-10 百度在线网络技术(北京)有限公司 通过搜索引擎传递信息的方法、系统及搜索引擎

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060190436A1 (en) * 2005-02-23 2006-08-24 Microsoft Corporation Dynamic client interaction for search
CN102156724A (zh) * 2011-03-31 2011-08-17 北京百度网讯科技有限公司 一种用于对查询片段进行后缀匹配的方法与设备
CN103577426A (zh) * 2012-07-24 2014-02-12 百度在线网络技术(北京)有限公司 用于提供搜索建议的附加应用信息的方法、装置与系统
CN103631929A (zh) * 2013-12-09 2014-03-12 江苏金智教育信息技术有限公司 一种用于搜索的智能提示的方法、模块和系统
CN108536763A (zh) * 2018-03-21 2018-09-14 阿里巴巴集团控股有限公司 一种下拉提示方法和装置

Also Published As

Publication number Publication date
TW201941077A (zh) 2019-10-16
CN108536763A (zh) 2018-09-14
TWI696925B (zh) 2020-06-21
CN108536763B (zh) 2021-02-05

Similar Documents

Publication Publication Date Title
US10049166B2 (en) Geo-aware spellchecking and auto-suggest search engines
JP6208317B2 (ja) オンライン・ソーシャル・ネットワークにおける検索クエリのための静的ランク付け
US10180967B2 (en) Performing application searches
US11687968B1 (en) Serving advertisements based on partial queries
US8996629B1 (en) Generating a stream of content for a channel
US9135350B2 (en) Computer-generated sentiment-based knowledge base
US10929409B2 (en) Identifying local experts for local search
CN110532281B (zh) 查询建议模板
US10565255B2 (en) Method and system for selecting images based on user contextual information in response to search queries
US20160357851A1 (en) Natural Language Search With Semantic Mapping And Classification
US20130297694A1 (en) Systems and methods for interactive presentation and analysis of social media content collection over social networks
US20140040371A1 (en) Systems and methods for identifying geographic locations of social media content collected over social networks
US20130297581A1 (en) Systems and methods for customized filtering and analysis of social media content collected over social networks
CN107766399B (zh) 用于使图像与内容项目匹配的方法和系统及机器可读介质
US10606853B2 (en) Systems and methods for intelligent prospect identification using online resources and neural network processing to classify organizations based on published materials
WO2019179208A1 (fr) Liste de suggestions déroulante
JP2015531912A (ja) ソーシャルグラフ情報に基づく構造化検索クエリ
US20190108235A1 (en) Alternative query suggestion in electronic searching
US20230087460A1 (en) Preventing the distribution of forbidden network content using automatic variant detection
JP2018504686A (ja) 検索データを処理するための方法及び装置
CN111160699A (zh) 一种专家推荐方法及系统
US20160019284A1 (en) Search engine using name clustering
US20160055203A1 (en) Method for record selection to avoid negatively impacting latency
US9116996B1 (en) Reverse question answering
JP2015057747A (ja) 情報処理方法、表示方法、情報処理装置、表示装置、情報処理プログラム、表示プログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19771252

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19771252

Country of ref document: EP

Kind code of ref document: A1