WO2017097102A1 - Retrieval method and retrieval device - Google Patents

Retrieval method and retrieval device Download PDF

Info

Publication number
WO2017097102A1
WO2017097102A1 PCT/CN2016/106352 CN2016106352W WO2017097102A1 WO 2017097102 A1 WO2017097102 A1 WO 2017097102A1 CN 2016106352 W CN2016106352 W CN 2016106352W WO 2017097102 A1 WO2017097102 A1 WO 2017097102A1
Authority
WO
WIPO (PCT)
Prior art keywords
retrieval
request
character
search
index database
Prior art date
Application number
PCT/CN2016/106352
Other languages
French (fr)
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 WO2017097102A1 publication Critical patent/WO2017097102A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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

Definitions

  • the present invention relates to the field of computers, and in particular, to a retrieval method and a retrieval device.
  • the search engine can intelligently associate with the search term input by the user to recommend a search string related to the search term to the user.
  • the search result of the search string is obtained.
  • the embodiment of the present application provides a retrieval method and a retrieval device.
  • the retrieval request including a retrieval character
  • the retrieval request is an intelligent association request for the retrieval character, searching the search character in a specific field area of the index database;
  • the retrieval character is retrieved in all areas of the index database.
  • a first obtaining module configured to acquire a retrieval request, where the retrieval request includes a retrieval character
  • a determining module configured to determine whether the search request is an intelligent association request or a content retrieval request for the search character
  • a first retrieval module configured to: when determining that the retrieval request is an intelligent association of the retrieval character, Retrieving the search character in a specific field area of the index database;
  • a second searching module configured to: when determining that the retrieval request is a content retrieval request for the retrieval character, searching the search character in all areas of the index database.
  • Another retrieval device includes: one or more processors and a storage medium storing operation instructions, when executing an operation instruction in the storage medium, the processor performs the following steps:
  • the retrieval request including a retrieval character
  • the retrieval request is an intelligent association request for the retrieval character, searching the search character in a specific field area of the index database;
  • the retrieval character is retrieved in all areas of the index database.
  • the index database used for intelligent association and content retrieval may be the same index database, which can avoid waste of storage space and reduce operation cost.
  • intelligent association can be performed only in a specific field area of the index database, which ensures the efficiency of intelligent association retrieval.
  • FIG. 1 is a schematic flowchart diagram of a retrieval method according to an embodiment of the present application
  • FIG. 2 is a schematic structural diagram of a retrieval apparatus according to an embodiment of the present application.
  • FIG. 3 is a schematic structural diagram of another retrieval apparatus according to an embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of another retrieval apparatus according to an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of another retrieval apparatus according to an embodiment of the present application.
  • the word segmentation method and index used by the intelligent association are the same as the word segmentation method and index used in the content retrieval, respectively, so the index database used by the intelligent association and the index database used for the content retrieval are the same index database. Specifically, how to perform two different retrievals of the intelligent association and content retrieval index database in the same index database, as shown in the description of the embodiment shown in FIG.
  • an embodiment of the present invention provides a retrieval method, which can be applied to a terminal device such as a personal computer, a tablet computer, or a mobile device, and can also be applied to a network device such as a server.
  • the retrieval method includes steps 101 to 104.
  • step 101 a retrieval request is obtained, the retrieval request including a retrieval character.
  • the user may input a character or a character string in a search box of the search engine through the terminal device to perform retrieval of the corresponding content.
  • the user interface in the search engine initiates a retrieval request to the retriever, which includes a character or string that has been entered in the retrieval box for requesting to look up the character or string in the index database.
  • step 102 it is determined whether the retrieval request is an intelligent association request or a content retrieval request for the search character.
  • the interface initiated retrieval request can be used to request a retrieval of an intelligent association of characters or strings that the user has entered in order to recommend to the user a retrieval string that the user may be interested in.
  • the search button When the user completes the input of the search string, the search button is clicked to trigger a content retrieval of the search string. After the user interface receives the user's click on the search button, it can be confirmed that the user has completed inputting the search term, and therefore, the search request initiated by the user interface is used to request content retrieval of the search term.
  • the search request initiated by the user interface may carry parameters.
  • the retriever After receiving the retrieval request sent by the user interface, the retriever determines whether the retrieval request is an intelligent association request or a content retrieval request for the search character by using parameters carried by the retrieval request.
  • step 103 when it is determined that the retrieval request is a smart association request for a retrieval character, the retrieval character is retrieved in a specific field area of the index database.
  • the searcher searches for the search character included in the search request in the index database.
  • the retrieval character may be retrieved only in a specific field area of the index database.
  • the index of a particular field area of the index database is stored in a particular area, and retrieval is only performed within that particular area when the search character is retrieved.
  • the index of a specific field area in the database also contains a specific tag.
  • the searcher After acquiring the search request, the searcher adds the specific mark to the search character in the search request. Since the retrieved content needs to be the same as the search character in the search request, the retrieved content includes the specific mark, that is, the search The content that comes out must belong to a specific field in the index database.
  • the search character input by the user is “Technology Co., Ltd.”.
  • step 104 when it is determined that the retrieval request is a content retrieval request for the retrieval character, the retrieval character is retrieved in all areas of the index database.
  • the search character is searched in all areas of the index database.
  • the index database used for intelligent association and content retrieval may be the same index database, which can avoid waste of storage space and reduce operating costs.
  • intelligent association can be performed only in a specific field area in the index database, which ensures the efficiency of intelligent association retrieval.
  • the specific field of the index database may be set by default.
  • the search engine can also accept user settings for the particular field. For example, an option to provide a plurality of specific fields selected by the user is displayed on a setting page for a specific field, and the search engine determines the specific content of the specific field by accepting the user's selection of each option.
  • an input box is displayed on the setting page of the specific field, and the user can directly input the content in the input box; the search engine determines the specific content of the specific field by receiving the content input by the user.
  • the search engine updates a particular field
  • the search engine also updates the index database.
  • the search engine may also provide two functions of “turning on the smart association” and “turning off the smart association”, and determining whether to enable the smart association by receiving the user's instruction.
  • the search engine receives the instruction to "turn on the smart association”
  • the above steps 101 to 104 are performed.
  • the search engine receives an instruction to "turn off the smart association” only the above steps 101 and 104 are implemented.
  • the search engine may also obtain the click history of the user's previous intelligent association result, and according to the click history Prioritizing the sub-intelligent association search results; and displaying the current intelligent association results according to the prioritization of the current intelligent association results.
  • the search engine obtains the click history of the user's previous intelligent association results, the same intelligent association result, the more the user selects in the past, the higher the priority ranking of the intelligent association result is, and the display is performed. The more the screen is placed on the front.
  • the retrieval method in the embodiment of the present invention has been described above.
  • the retrieval device in the embodiment of the present invention will be described below.
  • FIG. 2 is a schematic structural diagram of an embodiment of a retrieval apparatus provided by the present application.
  • the retrieval means in this embodiment can be used to execute the retrieval method in the embodiment shown in Fig. 1.
  • the device may be a terminal device such as a personal computer, a tablet computer, a mobile device, or a part of a network device such as a server.
  • the retrieval device 200 of the embodiment of the present application includes:
  • a first obtaining module 201 configured to acquire a retrieval request, where the retrieval request includes a retrieval character
  • the determining module 202 is configured to determine whether the retrieval request is an intelligent association or a content retrieval request for the retrieval character
  • a first searching module 203 configured to: when determining that the retrieval request is a smart association request for a retrieval character, searching for a search character in a specific field area of the index database;
  • the second retrieval module 204 is configured to retrieve the search characters in all areas of the index database when determining that the retrieval request is a content retrieval request for the retrieval character.
  • the index database used by the search device for intelligent association and content retrieval may be the same index database, which can avoid waste of storage space and reduce operation cost.
  • intelligent association can be performed only in a specific field area in the index database, which ensures the efficiency of intelligent association retrieval.
  • the index of the specific field area in the index database includes a specific mark; the retrieving apparatus may further include:
  • the modifying module 205 is configured to add a specific mark in the search character of the search request after the retrieval request is acquired, so that the search character is retrieved in a specific field area of the index database.
  • the retrieving device may further include:
  • the receiving module 206 is configured to receive, by the user, a selection or input of content of a specific field area before acquiring the retrieval request;
  • the indexing module 207 is configured to add a specific tag in an index of a specific field area of the index database.
  • the retrieving device may further include:
  • the second obtaining module 301 is configured to obtain a click history of the user's previous intelligent association search result after the search character is retrieved in a specific field area of the index database;
  • the sorting module 302 is configured to determine, according to the click history, a prioritization of the smart association search results
  • the display module 303 is configured to display the current smart association result according to the priority ranking of the smart association result.
  • the retrieving apparatus may further include:
  • the startup module 401 is configured to receive an instruction of the user to activate the intelligent association function before determining whether the retrieval request is an intelligent association or a content retrieval request for the retrieval character.
  • FIG. 5 is a schematic structural diagram of another embodiment of a retrieval apparatus provided by the present application.
  • the device may be a terminal device such as a personal computer, a tablet computer, a mobile device, or a part of a network device such as a server.
  • the retrieval device provided by the embodiment of the present application includes a memory 510, and a processor executable program, wherein the processor executable program is stored in the memory 510 and configured to be
  • the processor 520 executes the program, and the processor 520 executable program includes instructions for performing the following operations:
  • the search character is searched in a specific field area of the index database
  • the retrieval character is retrieved in all areas of the index database.
  • the index of the specific field area in the index database may further include a specific mark
  • the processor may further perform: adding the specific mark in the search character of the search request.
  • the processor may further perform:
  • the processor may further perform:
  • the intelligent association results are displayed according to the prioritization of the intelligent association results.
  • the disclosed system, apparatus, and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. You can choose some or all of them according to actual needs.
  • the unit is to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present invention which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .

Abstract

Provided are a retrieval method and a retrieval device. The method comprises: acquiring a retrieval request, wherein the retrieval request comprises a retrieval character; judging whether the retrieval request is an intelligent association request or a content retrieval request for the retrieval character; when it is determined that the retrieval request is the intelligent association request for the retrieval character, retrieving the retrieval character in a specific field region of an index database; and when it is determined that the retrieval request is the content retrieval request for the retrieval character, retrieving the retrieval character in all regions of the index database.

Description

检索方法和检索装置Search method and retrieval device
本申请要求于2015年12月7日提交中国专利局、申请号为201510894190.0、发明名称为“检索方法和检索装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。The present application claims priority to Chinese Patent Application No. 20151089419, filed on Dec. 7, 2015, the entire disclosure of which is hereby incorporated by reference.
技术领域Technical field
本发明涉及计算机领域,尤其涉及一种检索方法、检索装置。The present invention relates to the field of computers, and in particular, to a retrieval method and a retrieval device.
背景技术Background technique
用户在使用互联网搜索产品时,通常在输入检索词时用户的检索意图是模糊的。当用户在输入检索词时,搜索引擎能够根据用户所输入的检索词进行智能联想,以向用户推荐与该检索词相关的检索串。当用户选择了其中一个推荐的检索串并触发内容检索时,得到该检索串的检索结果。When a user searches the product using the Internet, the user's search intention is usually blurred when the search term is input. When the user inputs a search term, the search engine can intelligently associate with the search term input by the user to recommend a search string related to the search term to the user. When the user selects one of the recommended search strings and triggers the content search, the search result of the search string is obtained.
发明内容Summary of the invention
本申请实施例提供了一种检索方法和检索装置。The embodiment of the present application provides a retrieval method and a retrieval device.
本申请实施例所提供的一种检索方法包括:A retrieval method provided by an embodiment of the present application includes:
获取检索请求,所述检索请求包括检索字符;Acquiring a retrieval request, the retrieval request including a retrieval character;
判断所述检索请求是对所述检索字符的智能联想请求还是内容检索请求;Determining whether the retrieval request is an intelligent association request or a content retrieval request for the search character;
当确定所述检索请求是对所述检索字符的智能联想请求时,在所述索引数据库的特定字段区域对所述检索字符进行检索;When it is determined that the retrieval request is an intelligent association request for the retrieval character, searching the search character in a specific field area of the index database;
当确定所述检索请求是对所述检索字符的内容检索请求时,在所述索引数据库的全部区域对所述检索字符进行检索。When it is determined that the retrieval request is a content retrieval request for the retrieval character, the retrieval character is retrieved in all areas of the index database.
本申请实施例所提供的一种检索装置包括:A retrieval device provided by an embodiment of the present application includes:
第一获取模块,用于获取检索请求,所述检索请求包括检索字符;a first obtaining module, configured to acquire a retrieval request, where the retrieval request includes a retrieval character;
判断模块,用于判断所述检索请求是对所述检索字符的智能联想请求还是内容检索请求;a determining module, configured to determine whether the search request is an intelligent association request or a content retrieval request for the search character;
第一检索模块,用于当确定所述检索请求是对所述检索字符的智能联想请 求时,在所述索引数据库的特定字段区域对所述检索字符进行检索;以及a first retrieval module, configured to: when determining that the retrieval request is an intelligent association of the retrieval character, Retrieving the search character in a specific field area of the index database;
第二检索模块,用于当确定所述检索请求是对所述检索字符的内容检索请求时,在所述索引数据库的全部区域对所述检索字符进行检索。And a second searching module, configured to: when determining that the retrieval request is a content retrieval request for the retrieval character, searching the search character in all areas of the index database.
本申请实施例所提供的另一种检索装置包括:一个或多个处理器和存储有操作指令的存储介质,当运行所述存储介质中的操作指令时,所述处理器执行如下步骤:Another retrieval device provided by the embodiment of the present application includes: one or more processors and a storage medium storing operation instructions, when executing an operation instruction in the storage medium, the processor performs the following steps:
获取检索请求,所述检索请求包括检索字符;Acquiring a retrieval request, the retrieval request including a retrieval character;
判断所述检索请求是对所述检索字符的智能联想请求还是内容检索请求;Determining whether the retrieval request is an intelligent association request or a content retrieval request for the search character;
当确定所述检索请求是对所述检索字符的智能联想请求时,在所述索引数据库的特定字段区域对所述检索字符进行检索;When it is determined that the retrieval request is an intelligent association request for the retrieval character, searching the search character in a specific field area of the index database;
当确定所述检索请求是对所述检索字符的内容检索请求时,在所述索引数据库的全部区域对所述检索字符进行检索。When it is determined that the retrieval request is a content retrieval request for the retrieval character, the retrieval character is retrieved in all areas of the index database.
根据本申请实施例所提供的技术方案,进行智能联想和进行内容检索所用的索引数据库可以为同一个索引数据库,能够避免存储空间的浪费,降低运营成本。另外,智能联想可只在索引数据库的特定字段区域进行,保证了智能联想的检索的效率。According to the technical solution provided by the embodiment of the present application, the index database used for intelligent association and content retrieval may be the same index database, which can avoid waste of storage space and reduce operation cost. In addition, intelligent association can be performed only in a specific field area of the index database, which ensures the efficiency of intelligent association retrieval.
附图说明DRAWINGS
图1为本申请实施例所提供的一种检索方法的流程示意图;FIG. 1 is a schematic flowchart diagram of a retrieval method according to an embodiment of the present application;
图2为本申请实施例所提供的一种检索装置的结构示意图;2 is a schematic structural diagram of a retrieval apparatus according to an embodiment of the present application;
图3为本申请实施例所提供的另一种检索装置的结构示意图;FIG. 3 is a schematic structural diagram of another retrieval apparatus according to an embodiment of the present application; FIG.
图4为本申请实施例所提供的另一种检索装置的结构示意图;以及4 is a schematic structural diagram of another retrieval apparatus according to an embodiment of the present application;
图5为本申请实施例所提供的另一种检索装置的结构示意图。FIG. 5 is a schematic structural diagram of another retrieval apparatus according to an embodiment of the present application.
具体实施方式detailed description
为了使本技术领域的人员更好地理解本发明方案,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分的实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所 有其他实施例,都应当属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is an embodiment of the invention, but not all of the embodiments. Based on the embodiments of the present invention, those obtained by those of ordinary skill in the art without creative efforts Other embodiments are intended to fall within the scope of the invention.
本发明的说明书和权利要求书及上述附图中的术语“包括”和“具有”以及它们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、系统、产品或设备固有的其它步骤或单元。The terms "comprising" and "having", and any variations thereof, are intended to cover a non-exclusive inclusion, such as a process or method comprising a series of steps or units. The system, product or device is not necessarily limited to those steps or units that are clearly listed, but may include other steps or units that are not explicitly listed or are inherent to such processes, methods, systems, products or devices.
本申请实施例中,智能联想所使用的分词方式和索引分别和内容检索所使用的分词方式和索引相同,因此智能联想所使用的索引数据库和内容检索所使用的索引数据库为同一个索引数据库。具体如何在同一个索引数据库中进行智能联想和内容检索索引数据库两种不同的检索,详见图1所示实施例的描述。In the embodiment of the present application, the word segmentation method and index used by the intelligent association are the same as the word segmentation method and index used in the content retrieval, respectively, so the index database used by the intelligent association and the index database used for the content retrieval are the same index database. Specifically, how to perform two different retrievals of the intelligent association and content retrieval index database in the same index database, as shown in the description of the embodiment shown in FIG.
请参阅图1,本发明实施例提供一种检索方法,该方法可以应用于个人电脑、平板电脑、移动设备等终端设备,也可以应用于服务器等网络设备。该检索方法包括步骤101至步骤104。Referring to FIG. 1 , an embodiment of the present invention provides a retrieval method, which can be applied to a terminal device such as a personal computer, a tablet computer, or a mobile device, and can also be applied to a network device such as a server. The retrieval method includes steps 101 to 104.
在步骤101中,获取检索请求,检索请求包括检索字符。In step 101, a retrieval request is obtained, the retrieval request including a retrieval character.
在本申请一实施例中,用户可以通过终端设备在搜索引擎的检索框中输入字符或字符串进行对应内容的检索。用户每输入一个字符,搜索引擎中的用户接口会向检索器发起一个检索请求,该检索请求包括检索框中已经输入的字符或者字符串,用于请求在索引数据库中查找该字符或者字符串。In an embodiment of the present application, the user may input a character or a character string in a search box of the search engine through the terminal device to perform retrieval of the corresponding content. Each time a user enters a character, the user interface in the search engine initiates a retrieval request to the retriever, which includes a character or string that has been entered in the retrieval box for requesting to look up the character or string in the index database.
在步骤102中,判断检索请求是对检索字符的智能联想请求还是内容检索请求。In step 102, it is determined whether the retrieval request is an intelligent association request or a content retrieval request for the search character.
在本申请一实施例中,在用户在检索框中输入字符的过程中,如果用户接口还未接收到用户对搜索按钮的点击,可确认用户未完成对检索词的输入,因此,此时用户接口发起的检索请求可以用于请求对用户已经输入的字符或字符串的智能联想的检索,以便向用户推荐用户可能感兴趣的检索串。In an embodiment of the present application, in the process of inputting characters in the search box by the user, if the user interface has not received the user's click on the search button, it can be confirmed that the user has not completed inputting the search term, therefore, the user at this time The interface initiated retrieval request can be used to request a retrieval of an intelligent association of characters or strings that the user has entered in order to recommend to the user a retrieval string that the user may be interested in.
当用户完成检索串的输入后,点击搜索按钮,以触发对该检索串的内容检索。当用户接口接收到用户对搜索按钮的点击后,可确认用户已经完成对检索词的输入,因此,此时用户接口发起的检索请求用于请求对检索词的内容检索。When the user completes the input of the search string, the search button is clicked to trigger a content retrieval of the search string. After the user interface receives the user's click on the search button, it can be confirmed that the user has completed inputting the search term, and therefore, the search request initiated by the user interface is used to request content retrieval of the search term.
实际应用中,为了方便搜索引擎中的检索器区分所获取到的检索请求为进行智能联想还是进行内容检索,用户接口所发起的检索请求中可以携带有参数 用来标识该检索请求的类别。举例来说,进行智能联想的检索请求中携带有参数is_smartbox=1,进行内容检索的检索请求中携带有参数is_smartbox=0。In practical applications, in order to facilitate the searcher in the search engine to distinguish the retrieved search request for intelligent association or content retrieval, the search request initiated by the user interface may carry parameters. The category used to identify the search request. For example, the search request for intelligent association carries the parameter is_smartbox=1, and the search request for content retrieval carries the parameter is_smartbox=0.
检索器在接收到用户接口发送的检索请求后,通过该检索请求所携带的参数来判断该检索请求是对检索字符的智能联想请求还是内容检索请求。After receiving the retrieval request sent by the user interface, the retriever determines whether the retrieval request is an intelligent association request or a content retrieval request for the search character by using parameters carried by the retrieval request.
在步骤103中,当确定该检索请求是对检索字符智能联想请求时,在索引数据库的特定字段区域对检索字符进行检索。In step 103, when it is determined that the retrieval request is a smart association request for a retrieval character, the retrieval character is retrieved in a specific field area of the index database.
在本申请一实施例中,检索器获取到检索请求后,在索引数据库中查找检索请求所包含的检索字符。可选的,当确定检索请求是对检索字符进行智能联想请求时,可以只在索引数据库的特定字段区域对检索字符进行检索。In an embodiment of the present application, after the retriever obtains the search request, the searcher searches for the search character included in the search request in the index database. Optionally, when it is determined that the retrieval request is an intelligent association request for the retrieval character, the retrieval character may be retrieved only in a specific field area of the index database.
在索引数据库的特定字段区域对检索字符进行检索的方法有多种。举例来说,索引数据库的特定字段区域的索引存储在特定区域中,在对检索字符进行检索时仅在该特定区域内进行检索。There are several ways to retrieve a search character in a specific field area of the index database. For example, the index of a particular field area of the index database is stored in a particular area, and retrieval is only performed within that particular area when the search character is retrieved.
或者,数据库内特定字段区域的索引中还包含有特定标记。检索器在获取到检索请求后,在检索请求中的检索字符中添加该特定标记,由于检索出来的内容需和检索请求中的检索字符一样,因此检索出来的内容包含该特定标记,也即检索出来的内容肯定属于索引数据库中的特定字段。Or, the index of a specific field area in the database also contains a specific tag. After acquiring the search request, the searcher adds the specific mark to the search character in the search request. Since the retrieved content needs to be the same as the search character in the search request, the retrieved content includes the specific mark, that is, the search The content that comes out must belong to a specific field in the index database.
具体举例来说,用户输入的检索字符为“科技有限公司”。For example, the search character input by the user is “Technology Co., Ltd.”.
若“科技有限公司”的分词结果为“科技|有限|公司”,且“科技有限公司”不属于特定字段,那么“科技有限公司”的索引为:“SM:科技|SM:有限|SM:公司”。If the result of the word segmentation of "Technology Co., Ltd." is "Technology|Limited|Company", and "Technology Co., Ltd." does not belong to a specific field, then the index of "Technology Co., Ltd." is: "SM: Technology | SM: Limited | SM: the company".
若特定标记为“\0x3”,且“科技有限公司”属于特定字段,那么“科技有限公司”的索引为:“SM:科技\0x3|SM:有限\0x3|SM:公司\0x3”。If the specific tag is "\0x3" and "Technology Co., Ltd." belongs to a specific field, then the index of "Technology Co., Ltd." is: "SM: Technology\0x3|SM: Limited\0x3|SM: Company\0x3".
在步骤104中,当确定检索请求是对检索字符的内容检索请求时,在索引数据库的全部区域对检索字符进行检索。In step 104, when it is determined that the retrieval request is a content retrieval request for the retrieval character, the retrieval character is retrieved in all areas of the index database.
当确认要对检索字符进行内容检索时,在索引数据库的全部区域对检索字符进行检索。When it is confirmed that the search character is to be retrieved, the search character is searched in all areas of the index database.
本申请一实施例中,进行智能联想和进行内容检索所用的索引数据库可以为同一个索引数据库,能够避免存储空间的浪费,降低运营成本。另外,智能联想可只在索引数据库中的特定字段区域进行,保证了智能联想的检索的效率。 In an embodiment of the present application, the index database used for intelligent association and content retrieval may be the same index database, which can avoid waste of storage space and reduce operating costs. In addition, intelligent association can be performed only in a specific field area in the index database, which ensures the efficiency of intelligent association retrieval.
在本申请一实施例中,索引数据库的特定字段可以是默认设置的。可选的,搜索引擎还可以接受用户对所述特定字段的设置。举例来说,在对特定字段的设置页面上显示有提供用户选择的多个特定字段的选项,搜索引擎通过接受用户对各选项的选择来确定特定字段的具体内容。或者,在对特定字段的设置页面上显示有输入框,用户可直接在该输入框内输入内容;搜索引擎通过接收用户输入的内容来确定特定字段的具体内容。当然,上述仅为举例,并不做限制。在搜索引擎更新特定字段后,搜索引擎还对索引数据库进行更新。In an embodiment of the present application, the specific field of the index database may be set by default. Optionally, the search engine can also accept user settings for the particular field. For example, an option to provide a plurality of specific fields selected by the user is displayed on a setting page for a specific field, and the search engine determines the specific content of the specific field by accepting the user's selection of each option. Alternatively, an input box is displayed on the setting page of the specific field, and the user can directly input the content in the input box; the search engine determines the specific content of the specific field by receiving the content input by the user. Of course, the above is only an example and is not limiting. After the search engine updates a particular field, the search engine also updates the index database.
在本申请一实施例中,搜索引擎还可以提供“开启智能联想”和“关闭智能联想”两种功能,并通过接收用户的指令来确定是否开启智能联想。当搜索引擎接收到“开启智能联想”的指令时,执行上述步骤101至步骤104。当搜索引擎接收到“关闭智能联想”的指令时,仅实施上述步骤101和步骤104。In an embodiment of the present application, the search engine may also provide two functions of “turning on the smart association” and “turning off the smart association”, and determining whether to enable the smart association by receiving the user's instruction. When the search engine receives the instruction to "turn on the smart association", the above steps 101 to 104 are performed. When the search engine receives an instruction to "turn off the smart association", only the above steps 101 and 104 are implemented.
在本申请一实施例中,搜索引擎在索引数据库的特定字段区域对检索字符进行检索以获得检索结果后,搜索引擎还可以获取用户对以往的智能联想结果的点击历史,根据该点击历史对本次智能联想检索结果的优先级排序;并根据所述本次智能联想结果的优先级排序对所述本次智能联想结果进行显示。In an embodiment of the present application, after the search engine searches the search character in the specific field area of the index database to obtain the search result, the search engine may also obtain the click history of the user's previous intelligent association result, and according to the click history Prioritizing the sub-intelligent association search results; and displaying the current intelligent association results according to the prioritization of the current intelligent association results.
具体举例来说,搜索引擎获取到用户对以往的智能联想结果的点击历史后,对同一个智能联想结果,用户以往的选择次数越多,则该智能联想结果的优先级排序越高,在显示屏幕上也就越靠前排列。For example, after the search engine obtains the click history of the user's previous intelligent association results, the same intelligent association result, the more the user selects in the past, the higher the priority ranking of the intelligent association result is, and the display is performed. The more the screen is placed on the front.
上面对本发明实施例中的检索方法进行了描述。下面对本发明实施例中的检索装置进行描述。The retrieval method in the embodiment of the present invention has been described above. The retrieval device in the embodiment of the present invention will be described below.
请参阅图2,图2为本申请所提供的检索装置的一个实施例的结构示意图。本实施例中的检索装置可以用于执行图1所示实施例中的检索方法。该装置可以是个人电脑、平板电脑、移动设备等终端设备,或服务器等网络设备的一部分。本申请实施例的检索装置200包含:Please refer to FIG. 2. FIG. 2 is a schematic structural diagram of an embodiment of a retrieval apparatus provided by the present application. The retrieval means in this embodiment can be used to execute the retrieval method in the embodiment shown in Fig. 1. The device may be a terminal device such as a personal computer, a tablet computer, a mobile device, or a part of a network device such as a server. The retrieval device 200 of the embodiment of the present application includes:
第一获取模块201,用于获取检索请求,检索请求包括检索字符;a first obtaining module 201, configured to acquire a retrieval request, where the retrieval request includes a retrieval character;
判断模块202,用于判断检索请求是对检索字符的智能联想还是内容检索请求;The determining module 202 is configured to determine whether the retrieval request is an intelligent association or a content retrieval request for the retrieval character;
第一检索模块203,用于当确定该检索请求是对检索字符智能联想请求时,在索引数据库的特定字段区域对检索字符进行检索;以及 a first searching module 203, configured to: when determining that the retrieval request is a smart association request for a retrieval character, searching for a search character in a specific field area of the index database;
第二检索模块204,用于当确定检索请求是对检索字符的内容检索请求时,在索引数据库全部区域对检索字符进行检索。The second retrieval module 204 is configured to retrieve the search characters in all areas of the index database when determining that the retrieval request is a content retrieval request for the retrieval character.
本本申请实施例中,检索装置进行智能联想和进行内容检索所用的索引数据库可以为同一个索引数据库,能够避免存储空间的浪费,降低运营成本。另外,智能联想可只在索引数据库中的特定字段区域进行,保证了智能联想的检索的效率。In the embodiment of the present application, the index database used by the search device for intelligent association and content retrieval may be the same index database, which can avoid waste of storage space and reduce operation cost. In addition, intelligent association can be performed only in a specific field area in the index database, which ensures the efficiency of intelligent association retrieval.
在本申请一实施例中,索引数据库中特定字段区域的索引包括可以特定标记;检索装置还可以包括:In an embodiment of the present application, the index of the specific field area in the index database includes a specific mark; the retrieving apparatus may further include:
修改模块205,用于在获取检索请求之后,在检索请求的检索字符中添加特定标记,以使得在索引数据库的特定字段区域中对检索字符进行检索。The modifying module 205 is configured to add a specific mark in the search character of the search request after the retrieval request is acquired, so that the search character is retrieved in a specific field area of the index database.
在本申请一实施例中,检索装置还可以包括:In an embodiment of the present application, the retrieving device may further include:
接收模块206,用于在获取检索请求之前,接收用户对特定字段区域的内容的选择或者输入;以及The receiving module 206 is configured to receive, by the user, a selection or input of content of a specific field area before acquiring the retrieval request;
索引模块207,用于在索引数据库的特定字段区域的索引中添加特定标记。The indexing module 207 is configured to add a specific tag in an index of a specific field area of the index database.
在本申请一实施例中,如图3所示,检索装置还可以包括:In an embodiment of the present application, as shown in FIG. 3, the retrieving device may further include:
第二获取模块301,用于在索引数据库的特定字段区域中对检索字符进行检索之后,获取用户对往次智能联想检索结果的点击历史;The second obtaining module 301 is configured to obtain a click history of the user's previous intelligent association search result after the search character is retrieved in a specific field area of the index database;
排序模块302,用于根据点击历史确定本次智能联想检索结果的优先级排序;以及The sorting module 302 is configured to determine, according to the click history, a prioritization of the smart association search results;
显示模块303,用于根据本次智能联想结果的优先级排序对本次智能联想结果进行显示。The display module 303 is configured to display the current smart association result according to the priority ranking of the smart association result.
在本申请一实施例中,如图4所示,检索装置还可以包括:In an embodiment of the present application, as shown in FIG. 4, the retrieving apparatus may further include:
启动模块401,用于在判断检索请求是对检索字符的智能联想还是内容检索请求之前,接收用户对启动智能联想功能的指令。The startup module 401 is configured to receive an instruction of the user to activate the intelligent association function before determining whether the retrieval request is an intelligent association or a content retrieval request for the retrieval character.
请参阅图5,图5为本申请所提供的检索装置的另一个实施例的结构示意图。该装置可以是个人电脑、平板电脑、移动设备等终端设备,或服务器等网络设备的一部分。本申请实施例所提供的检索装置包括存储器510,以及处理器可执行程序,其中该处理器可执行程序存储于存储器510中,且经配置以由 处理器520执行,处理器520可执行程序包含用于执行以下操作的指令:Please refer to FIG. 5. FIG. 5 is a schematic structural diagram of another embodiment of a retrieval apparatus provided by the present application. The device may be a terminal device such as a personal computer, a tablet computer, a mobile device, or a part of a network device such as a server. The retrieval device provided by the embodiment of the present application includes a memory 510, and a processor executable program, wherein the processor executable program is stored in the memory 510 and configured to be The processor 520 executes the program, and the processor 520 executable program includes instructions for performing the following operations:
获取检索请求,其中检索请求中包括检索字符;Acquiring a retrieval request, wherein the retrieval request includes a retrieval character;
判断检索请求是对检索字符的智能联想请求还是内容检索请求;Determining whether the retrieval request is an intelligent association request or a content retrieval request for the search character;
当确定该检索请求是对检索字符的智能联想请求时,在索引数据库的特定字段区域对检索字符进行检索;When it is determined that the retrieval request is an intelligent association request for a search character, the search character is searched in a specific field area of the index database;
当确定该检索请求是对检索字符的内容检索请求时,在索引数据库的全部区域对检索字符进行检索。When it is determined that the retrieval request is a content retrieval request for the retrieval character, the retrieval character is retrieved in all areas of the index database.
在本申请一实施例中,索引数据库中特定字段区域的索引还可以包括特定标记,则处理器还可执行:在检索请求的检索字符中添加该特定标记。In an embodiment of the present application, the index of the specific field area in the index database may further include a specific mark, and the processor may further perform: adding the specific mark in the search character of the search request.
在本申请一实施例中,处理器还可以执行:In an embodiment of the present application, the processor may further perform:
接收对索引数据库的特定字段区域的内容的选择或输入;以及Receiving selection or input of content of a particular field area of the index database;
在索引数据库的特定区域的索引中添加特定标记。Add a specific tag to the index of a specific area of the index database.
在本申请一实施例中,处理器还可以执行:In an embodiment of the present application, the processor may further perform:
获取往次智能联想检索结果的点击历史;Get the click history of the previous intelligent association search results;
根据点击历史确定智能联想检索结果的优先级排序;以及Determining the prioritization of intelligent association search results based on click history;
根据智能联想结果的优先级排序对智能联想结果进行显示。The intelligent association results are displayed according to the prioritization of the intelligent association results.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。A person skilled in the art can clearly understand that for the convenience and brevity of the description, the specific working process of the system, the device and the unit described above can refer to the corresponding process in the foregoing method embodiment, and details are not described herein again.
在本申请所提供的几个实施例中,应该理解到,所揭露的系统,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided by the present application, it should be understood that the disclosed system, apparatus, and method may be implemented in other manners. For example, the device embodiments described above are merely illustrative. For example, the division of the unit is only a logical function division. In actual implementation, there may be another division manner, for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部 单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. You can choose some or all of them according to actual needs. The unit is to achieve the purpose of the solution of the embodiment.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium. A number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention. The foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .
以上所述,以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。 The above embodiments are only used to illustrate the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that The technical solutions described in the embodiments are modified, or the equivalents of the technical features are replaced by the equivalents of the technical solutions of the embodiments of the present invention.

Claims (12)

  1. 一种检索方法,包括:A retrieval method comprising:
    获取检索请求,所述检索请求包括检索字符;Acquiring a retrieval request, the retrieval request including a retrieval character;
    判断所述检索请求是对所述检索字符的智能联想请求还是内容检索请求;Determining whether the retrieval request is an intelligent association request or a content retrieval request for the search character;
    当确定所述检索请求是对所述检索字符的智能联想请求时,在所述索引数据库的特定字段区域对所述检索字符进行检索;When it is determined that the retrieval request is an intelligent association request for the retrieval character, searching the search character in a specific field area of the index database;
    当确定所述检索请求是对所述检索字符的内容检索请求时,在所述索引数据库的全部区域对所述检索字符进行检索。When it is determined that the retrieval request is a content retrieval request for the retrieval character, the retrieval character is retrieved in all areas of the index database.
  2. 根据权利要求1所述的检索方法,所述索引数据库的特定字段区域的索引包括特定标记,所述方法还包括:The retrieval method according to claim 1, wherein the index of the specific field area of the index database includes a specific mark, the method further comprising:
    在所述检索请求的检索字符中添加所述特定标记。The specific tag is added to the search character of the retrieval request.
  3. 根据权利要求2所述的检索方法,还包括:The retrieval method according to claim 2, further comprising:
    接收对所述索引数据库的特定字段区域的内容的选择或者输入;以及Receiving selection or input of content of a particular field area of the index database;
    在所述索引数据库的特定字段区域的索引中添加所述特定标记。The specific tag is added to an index of a specific field area of the index database.
  4. 根据权利要求1所述的检索方法,还包括:The retrieval method according to claim 1, further comprising:
    获取往次智能联想检索结果的点击历史;Get the click history of the previous intelligent association search results;
    根据所述点击历史确定智能联想检索结果的优先级排序;以及Determining a prioritization of intelligent association search results based on the click history;
    根据所述智能联想结果的优先级排序对所述智能联想结果进行显示。The smart association result is displayed according to the priority ranking of the intelligent association result.
  5. 一种检索装置,包括:A retrieval device comprising:
    第一获取模块,用于获取检索请求,所述检索请求包括检索字符;a first obtaining module, configured to acquire a retrieval request, where the retrieval request includes a retrieval character;
    判断模块,用于判断所述检索请求是对所述检索字符的智能联想请求还是内容检索请求;a determining module, configured to determine whether the search request is an intelligent association request or a content retrieval request for the search character;
    第一检索模块,用于当确定所述检索请求是对所述检索字符的智能联想请求时,在索引数据库的特定字段区域中对所述检索字符进行检索;以及a first retrieval module, configured to: when determining that the retrieval request is an intelligent association request for the retrieval character, searching the search character in a specific field area of the index database;
    第二检索模块,用于当确定所述检索请求是对所述检索字符的内容检索请 求时,在所述索引数据库的全部区域对所述检索字符进行检索。a second retrieval module, configured to: when determining that the retrieval request is a content retrieval of the search character, The search character is searched in all areas of the index database.
  6. 根据权利要求5所述的检索装置,所述索引数据库中所述特定字段区域的索引包括特定标记,所述检索装置还包括:The retrieving apparatus according to claim 5, wherein the index of the specific field area in the index database includes a specific tag, and the retrieving apparatus further comprises:
    修改模块,在所述检索请求的检索字符中添加所述特定标记。Modifying a module to add the specific tag to the retrieved character of the retrieval request.
  7. 根据权利要求6所述的检索装置,还包括:The retrieval device of claim 6 further comprising:
    接收模块,用于接收对所述索引数据库的特定字段区域的内容的选择或者输入;以及a receiving module, configured to receive a selection or input of content of a specific field area of the index database;
    索引模块,用于在所述索引数据库的特定字段区域的索引中添加所述特定标记。An indexing module, configured to add the specific tag in an index of a specific field area of the index database.
  8. 根据权利要求5所述的检索装置,还包括:The retrieval device of claim 5, further comprising:
    第二获取模块,用于获取往次智能联想检索结果的点击历史;a second obtaining module, configured to obtain a click history of the previous intelligent association search result;
    排序模块,用于根据所述点击历史确定智能联想检索结果的优先级排序;以及a sorting module, configured to determine a prioritization of the intelligent association search results according to the click history;
    显示模块,用于根据所述智能联想结果的优先级排序对所述智能联想结果进行显示。And a display module, configured to display the smart association result according to a priority order of the smart association result.
  9. 一种检索装置,包括一个或多个处理器和存储有操作指令的存储介质,当运行所述存储介质中的操作指令时,所述处理器执行如下步骤:A retrieval device includes one or more processors and a storage medium storing operation instructions, and when operating an operation instruction in the storage medium, the processor performs the following steps:
    获取检索请求,所述检索请求包括检索字符;Acquiring a retrieval request, the retrieval request including a retrieval character;
    判断所述检索请求是对所述检索字符的智能联想请求还是内容检索请求;Determining whether the retrieval request is an intelligent association request or a content retrieval request for the search character;
    当确定所述检索请求是对所述检索字符的智能联想请求时,在所述索引数据库的特定字段区域对所述检索字符进行检索;When it is determined that the retrieval request is an intelligent association request for the retrieval character, searching the search character in a specific field area of the index database;
    当确定所述检索请求是对所述检索字符的内容检索请求时,在所述索引数据库的全部区域对所述检索字符进行检索。When it is determined that the retrieval request is a content retrieval request for the retrieval character, the retrieval character is retrieved in all areas of the index database.
  10. 根据权利要求9所述的检索装置,所述索引数据库中特定字段区域的 索引包括特定标记,所述处理器还执行:The retrieval device according to claim 9, wherein the index field has a specific field area The index includes a specific tag, and the processor also executes:
    在所述检索请求的检索字符中添加所述特定标记。The specific tag is added to the search character of the retrieval request.
  11. 根据权利要求10所述的检索装置,所述处理器还执行:The retrieval device of claim 10, the processor further executing:
    接收对所述索引数据库的特定字段区域的内容的选择或者输入;以及Receiving selection or input of content of a particular field area of the index database;
    在所述索引数据库的特定字段区域的索引中添加所述特定标记。The specific tag is added to an index of a specific field area of the index database.
  12. 根据权利要求9所述的检索装置,所述处理器还执行:The retrieval device of claim 9 wherein said processor further executes:
    获取往次智能联想检索结果的点击历史;Get the click history of the previous intelligent association search results;
    根据所述点击历史确定智能联想检索结果的优先级排序;以及Determining a prioritization of intelligent association search results based on the click history;
    根据所述智能联想结果的优先级排序对所述智能联想结果进行显示。 The smart association result is displayed according to the priority ranking of the intelligent association result.
PCT/CN2016/106352 2015-12-07 2016-11-18 Retrieval method and retrieval device WO2017097102A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510894190.0 2015-12-07
CN201510894190.0A CN106844406B (en) 2015-12-07 2015-12-07 Search method and search device

Publications (1)

Publication Number Publication Date
WO2017097102A1 true WO2017097102A1 (en) 2017-06-15

Family

ID=59013729

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/106352 WO2017097102A1 (en) 2015-12-07 2016-11-18 Retrieval method and retrieval device

Country Status (2)

Country Link
CN (1) CN106844406B (en)
WO (1) WO2017097102A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111695022A (en) * 2019-01-18 2020-09-22 创新奇智(重庆)科技有限公司 Interest searching method based on knowledge graph visualization

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110222265B (en) * 2019-05-28 2022-02-08 深圳市轱辘车联数据技术有限公司 Information pushing method, system, user terminal and server
CN112269853B (en) * 2020-11-16 2023-06-13 Oppo广东移动通信有限公司 Retrieval processing method, device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103714088A (en) * 2012-10-09 2014-04-09 深圳市世纪光速信息技术有限公司 Method for acquiring search terms, server and method and system for recommending search terms
US8799250B1 (en) * 2007-03-26 2014-08-05 Amazon Technologies, Inc. Enhanced search with user suggested search information
CN104102723A (en) * 2014-07-21 2014-10-15 百度在线网络技术(北京)有限公司 Search content providing method and search engine
US20140351255A1 (en) * 2012-08-07 2014-11-27 Naver Corporation Method and system for recommending keyword based on semantic area

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8676830B2 (en) * 2004-03-04 2014-03-18 Yahoo! Inc. Keyword recommendation for internet search engines
CN101477568A (en) * 2009-02-12 2009-07-08 清华大学 Integrated retrieval method for structured data and non-structured data
CN101634905B (en) * 2009-07-01 2011-07-06 广东国笔科技股份有限公司 Intelligent association input system and method
CN102033956A (en) * 2010-12-27 2011-04-27 陆嘉恒 Graphical XML content and structure query system with intelligent prompt function
CN107451225B (en) * 2011-12-23 2021-02-05 亚马逊科技公司 Scalable analytics platform for semi-structured data
CN103365910B (en) * 2012-04-06 2017-02-15 腾讯科技(深圳)有限公司 Method and system for information retrieval
CN102799649B (en) * 2012-06-28 2015-01-07 用友软件股份有限公司 Intelligent input prompting device and intelligent input prompting method
CN103714008A (en) * 2012-10-08 2014-04-09 群联电子股份有限公司 Method for memorizing data, memory controller and memorizing device of memory
CN103294814A (en) * 2013-06-07 2013-09-11 百度在线网络技术(北京)有限公司 Search result recommendation method, system and search engine
CN103412925A (en) * 2013-08-13 2013-11-27 南京烽火星空通信发展有限公司 System and method for integrated searching of structured data and unstructured data

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8799250B1 (en) * 2007-03-26 2014-08-05 Amazon Technologies, Inc. Enhanced search with user suggested search information
US20140351255A1 (en) * 2012-08-07 2014-11-27 Naver Corporation Method and system for recommending keyword based on semantic area
CN103714088A (en) * 2012-10-09 2014-04-09 深圳市世纪光速信息技术有限公司 Method for acquiring search terms, server and method and system for recommending search terms
CN104102723A (en) * 2014-07-21 2014-10-15 百度在线网络技术(北京)有限公司 Search content providing method and search engine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111695022A (en) * 2019-01-18 2020-09-22 创新奇智(重庆)科技有限公司 Interest searching method based on knowledge graph visualization
CN111695022B (en) * 2019-01-18 2023-07-04 创新奇智(重庆)科技有限公司 Interest searching method based on knowledge graph visualization

Also Published As

Publication number Publication date
CN106844406A (en) 2017-06-13
CN106844406B (en) 2021-03-02

Similar Documents

Publication Publication Date Title
US10789078B2 (en) Method and system for inputting information
CN109086394B (en) Search ranking method and device, computer equipment and storage medium
US11580168B2 (en) Method and system for providing context based query suggestions
US8880512B2 (en) Method, apparatus and system, for rewriting search queries
WO2017012235A1 (en) Search recommendation method and apparatus, device, and computer storage medium
US10977317B2 (en) Search result displaying method and apparatus
US10552422B2 (en) Extended search method and apparatus
US9990442B2 (en) Method for determining relevant search results
TW201717126A (en) Method, system, and device for item search
CN107463592B (en) Method, device and data processing system for matching a content item with an image
WO2015081792A1 (en) Method, device, and system for correlative and personalized extended search
WO2017206376A1 (en) Searching method, searching device and non-volatile computer storage medium
WO2017088496A1 (en) Search recommendation method, device, apparatus and computer storage medium
US9607095B2 (en) Browser collection method, system and terminal device, and computer-readable storage medium
WO2016015431A1 (en) Search method, apparatus and device and non-volatile computer storage medium
WO2022068543A1 (en) Multimedia content publishing method and apparatus, and electronic device and storage medium
CN109582155B (en) Recommendation method and device for inputting association words, storage medium and electronic equipment
CN103814353B (en) Universal navigation based on search
WO2017097102A1 (en) Retrieval method and retrieval device
US20180018389A1 (en) Method and apparatus for keyword-based text retrieval
CN104933099B (en) Method and device for providing target search result for user
JP6163143B2 (en) Information providing apparatus, information providing method, and information providing program
WO2023040530A1 (en) Webpage content traceability method, knowledge graph construction method and related device
CN112181570A (en) Background task display method and device and electronic equipment
WO2018000533A1 (en) Method and apparatus for providing search recommendation information

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 09.11.2018)

122 Ep: pct application non-entry in european phase

Ref document number: 16872294

Country of ref document: EP

Kind code of ref document: A1