CN106844406B - Search method and search device - Google Patents

Search method and search device Download PDF

Info

Publication number
CN106844406B
CN106844406B CN201510894190.0A CN201510894190A CN106844406B CN 106844406 B CN106844406 B CN 106844406B CN 201510894190 A CN201510894190 A CN 201510894190A CN 106844406 B CN106844406 B CN 106844406B
Authority
CN
China
Prior art keywords
retrieval
character
search
user
intelligent association
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510894190.0A
Other languages
Chinese (zh)
Other versions
CN106844406A (en
Inventor
卜立军
许壮
方允福
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201510894190.0A priority Critical patent/CN106844406B/en
Priority to PCT/CN2016/106352 priority patent/WO2017097102A1/en
Publication of CN106844406A publication Critical patent/CN106844406A/en
Application granted granted Critical
Publication of CN106844406B publication Critical patent/CN106844406B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Landscapes

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

Abstract

The embodiment of the invention discloses a retrieval method and a retrieval device. The method provided by the embodiment of the invention comprises the following steps: acquiring a retrieval request, wherein the retrieval request comprises retrieval characters; judging whether the retrieval request is intelligent association or content retrieval for the retrieval character; when the intelligent association of the retrieval characters is determined, retrieving the retrieval characters in a specific field of an index database; and when the content retrieval of the retrieval character is determined, retrieving the retrieval character in the index database.

Description

Search method and search device
Technical Field
The present invention relates to the field of computers, and in particular, to a search method and a search device.
Background
In many retrieval scenarios, the user's retrieval intention is ambiguous when the user enters a search term in an internet search product. In the prior art, when a user inputs a search term, a search engine can perform intelligent association according to the search term input by the user, so as to recommend a search string related to the search term to the user. And when the user selects one recommended search string and triggers content search, obtaining a search result of the search string.
In the above process, when intelligent association is realized, searching needs to be performed in the index database according to the search term input by the user to find out the search string related to the search term; when the content retrieval is realized, the retrieval is carried out in the index database according to the retrieval string selected by the user so as to find out the retrieval result related to the retrieval string.
In practical application, when the retrieval of the intelligent association and the retrieval of the content retrieval are realized, because the intelligent association is realized by adopting prefix participles and pinyin participles to index data and the content retrieval is realized by adopting normal participles to index data, two index databases are usually established for the same data when the index database is established. This results in a large waste of storage space and also increases the operating costs.
Disclosure of Invention
The embodiment of the invention provides a retrieval method and a retrieval device, which can avoid waste of storage space.
The invention provides a retrieval method, which comprises the following steps:
acquiring a retrieval request, wherein the retrieval request comprises retrieval characters;
judging whether the retrieval request is intelligent association or content retrieval for the retrieval character;
when the intelligent association of the retrieval characters is determined, retrieving the retrieval characters in a specific field of an index database;
and when the content retrieval of the retrieval character is determined, retrieving the retrieval character in the index database.
Optionally, the index of the specific field in the index database includes a specific mark;
the obtaining of the retrieval request further comprises:
adding the specific mark in the retrieval character of the retrieval request so as to retrieve the retrieval character in a specific field of the index database.
Optionally, the obtaining of the retrieval request further includes:
receiving a selection or input of the content of the specific field by a user;
adding the specific mark in the index of the specific field selected or input by the user.
Optionally, the retrieving the search character in a specific field of the index database further includes:
acquiring the click history of a user on the previous intelligent association retrieval result;
determining the priority sequence of the intelligent association retrieval result according to the click history;
and displaying the intelligent association result according to the priority sequence of the intelligent association result.
Optionally, the determining whether the retrieval request is to perform intelligent association or content retrieval on the retrieval character further includes:
a user selection to initiate the intelligent association function is received.
The present invention also provides a retrieval apparatus comprising:
the device comprises a first acquisition module, a second acquisition module and a search module, wherein the first acquisition module is used for acquiring a search request which comprises search characters;
the judging module is used for judging whether the retrieval request is intelligent association or content retrieval on the retrieval character;
the first retrieval module is used for retrieving the retrieval characters in a specific field of an index database when the intelligent association of the retrieval characters is determined;
and the second retrieval module is used for retrieving the retrieval characters in the index database when the content retrieval of the retrieval characters is determined.
Optionally, the index of the specific field in the index database includes a specific mark; the retrieval apparatus further includes:
and the modification module is used for adding the specific mark in the retrieval character of the retrieval request after the retrieval request is obtained so as to search the retrieval character in the specific field of the index database.
Optionally, the retrieving apparatus further includes:
the receiving module is used for receiving the selection or input of the user for the content of the specific field before the retrieval request is acquired;
and the index module is used for adding the specific mark in the index of the specific field selected or input by the user.
Optionally, the retrieving apparatus further includes:
the second acquisition module is used for acquiring the click history of the user on the previous intelligent association retrieval result after the retrieval character is retrieved in the specific field of the index database;
the sorting module is used for determining the priority sorting of the intelligent association retrieval result according to the click history;
and the display module is used for displaying the intelligent association result according to the priority sequence of the intelligent association result.
Optionally, the retrieving apparatus further includes:
and the starting module is used for receiving the selection of a user for starting the intelligent association function before judging whether the retrieval request is to carry out intelligent association on the retrieval character or carry out content retrieval.
According to the technical scheme, the embodiment of the invention has the following advantages:
in the invention, because the index databases used for carrying out the intelligent association and the content retrieval are the same index database, the waste of storage space can be avoided, and the operation cost is reduced.
Drawings
FIG. 1 is a flow chart of one embodiment of a retrieval method of the present invention;
FIG. 2 is a schematic structural diagram of an embodiment of a retrieving device according to the present invention;
FIG. 3 is a schematic structural diagram of another embodiment of a retrieving device according to the present invention;
fig. 4 is a schematic structural diagram of another embodiment of the retrieval apparatus of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "comprises" and "comprising," and any variations thereof, in the description and claims of this invention and the above-described drawings, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, system, article, or apparatus.
The method is characterized in that the index database used for intelligent association and the index database used for content retrieval are two different index databases, and the word segmentation mode and the index used for intelligent association are respectively the same as those used for content retrieval, so that the index database used for intelligent association and the index database used for content retrieval are the same index database. Specifically, how to perform two different searches, namely intelligent association and content search, in the same index database is shown in the embodiment shown in fig. 1.
Referring to fig. 1, the search method in the embodiment of the present invention includes:
101. and acquiring a retrieval request, wherein the retrieval request comprises retrieval characters.
In this embodiment, when the user inputs a character in the search box, the user interface in the search engine initiates a search request to the searcher, where the search request includes the character or character string that has been input in the search box, and is used to request to search the index database for the character or character string. It should be noted that, in the process of inputting characters in the search box by the user, as long as the user interface has not received the click of the search button by the user, it can be confirmed that the user has not input the search word, and therefore, the search request initiated by the user interface at this time is used for requesting the search of intelligent association of the characters or character strings that have been input by the user, so as to recommend the search string that may be of interest to the user.
When the user finishes inputting the retrieval string to be retrieved, the search button is clicked to trigger content retrieval of the retrieval string. After the user interface receives the click of the search button by the user, the user interface can confirm that the user has finished inputting the search word, so that the search request initiated by the user interface is used for requesting the content search of the search word.
102. And judging whether the retrieval request is intelligent association or content retrieval for the retrieval character.
Before the user clicks the search button, the retrieval requests initiated by the user interface are all intelligent association. After the user clicks the search button, the retrieval request initiated by the user interface is to perform content retrieval. In practical application, in order to facilitate a searcher in a search engine to distinguish whether an acquired search request is for intelligent association or content search, a parameter is generally carried in the search request initiated by a user interface to identify a category of the search request. For example, the search request for performing the intelligent association carries the parameter is _ smartbox equal to 1, and the search request for performing the content search carries the parameter is _ smartbox equal to 0.
After receiving a retrieval request sent by a user interface, the retriever judges whether the retrieval request is intelligent association or content retrieval for the retrieval character according to the parameters carried by the retrieval request.
103. When it is determined that the search character is intelligently associated, the search character is searched in a specific field of an index database.
And the searcher searches the index character contained in the search request in the index database after acquiring the search request. Since the search for the intelligent association does not need to be performed in all the fields, but only in a part of the fields, in this embodiment, when the intelligent association is determined to be performed on the search character, the search character is searched in a specific field of the index database.
There are various methods for retrieving a search character in a specific field of an index database. For example, the index of a specific field of the index database is stored in a specific area, and when a search character is searched, the search is performed only in the specific area.
Alternatively, the index of a particular field in the database also contains a particular tag. After the retriever acquires the retrieval request, the specific mark is added in the retrieval character in the retrieval request, and the retrieved content is the same as the retrieval character in the retrieval request, so that the retrieved content contains the specific mark, namely the retrieved content definitely belongs to the specific field in the index database.
Specifically, for example, the search character input by the user is "science and technology limited".
If the word segmentation result of "technology limited" is "technology | limited | company" and "technology limited" does not belong to a specific field, the index of "technology limited" is: "SM science SM finite SM company".
If the specific flag is "\ 0x 3" and "technology limited" belongs to a specific field, then the index of "technology limited" is: "SM science and technology \0x3| SM: finite \0x3| SM: company \0x 3".
Of course, the above is merely exemplary and not limiting.
104. And when the content retrieval of the retrieval character is determined, retrieving the retrieval character in the index database.
When it is confirmed that the search character is to be subjected to content search, the search character is searched in all fields of the index database.
In this embodiment, since the index databases used for performing the intelligent association and the content retrieval are the same index database, waste of storage space can be avoided, and operation cost is reduced, and meanwhile, since the search for the intelligent association does not need to be performed in all fields of the index database, in this embodiment, the search is performed only in specific fields of the index database during the search for the intelligent association, thereby ensuring the efficiency of the search for the intelligent association.
In this embodiment, the specific fields of the index database may be set by default. Optionally, the search engine may also accept user settings for the particular field. For example, on a setting page for a specific field, options for providing a plurality of specific fields selected by a user are displayed, and the search engine determines the specific content of the specific field by accepting the user's selection of each option. Or, 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 a particular field by receiving user input. Of course, the above is merely exemplary and not limiting. After the search engine updates the particular fields, the search engine also updates the index database.
Optionally, in this embodiment, the search engine may further provide two functions of "turn on the intelligent association" and "turn off the intelligent association", and determine whether to turn on the intelligent association by receiving a selection of the user. The present embodiment is executed when the search engine receives the function of "turning on the intelligent association", and only step 101 and step 104 in the present embodiment are implemented when the search engine receives the function of "turning off the intelligent association".
Optionally, in this embodiment, after the search engine searches the search character in the specific field of the index database to obtain the search result, the search engine further obtains a click history of the user on the past intelligent association result, and sorts the priority of the current intelligent association search result according to the click history; and displaying the intelligent association result according to the priority sequence of the intelligent association result.
Specifically, for example, after the search engine obtains the click history of the user on the previous intelligent association results, for the same intelligent association result, the more the previous selection times of the user are, the higher the priority ranking of the intelligent association result is, and the more the intelligent association result is arranged on the display screen.
The above describes the retrieval method in the embodiment of the present invention. The following describes a retrieval apparatus in an embodiment of the present invention.
Please refer to fig. 2, fig. 2 is a schematic structural diagram of an embodiment of a retrieving device according to the present invention. The retrieval apparatus in this embodiment may be used to execute the retrieval method in the embodiment shown in fig. 1. The search device 200 according to the embodiment of the present invention includes:
a first obtaining module 201, configured to obtain a retrieval request, where the retrieval request includes retrieval characters;
a judging module 202, configured to judge whether the retrieval request is to perform intelligent association on the retrieval character or perform content retrieval;
the first retrieval module 203 is used for retrieving the retrieval character in a specific field of an index database when the intelligent association of the retrieval character is determined;
a second retrieving module 204, configured to, when it is determined to perform content retrieval on the retrieval character, retrieve the retrieval character in the index database.
In this embodiment, since the index database used by the retrieval device for performing the intelligent association and the content retrieval is the same index database, the waste of storage space can be avoided, and the operation cost can be reduced, and meanwhile, since the search for the intelligent association does not need to be performed in all fields of the index database, in this embodiment, the search is performed only in a specific field of the index database when the search for the intelligent association is performed, thereby ensuring the efficiency of the search for the intelligent association.
Optionally, the index of the specific field in the index database includes a specific mark; the retrieval apparatus further includes:
a modification module 205, configured to, after obtaining the retrieval request, add the specific tag to the retrieval character of the retrieval request, so that the retrieval character is retrieved in a specific field of the index database.
Further, optionally, the retrieving apparatus further includes:
a receiving module 206, configured to receive a selection or an input of the content of the specific field from a user before obtaining the retrieval request;
an index module 207, configured to add the specific mark in the index of the specific field selected or input by the user.
As shown in fig. 3, optionally, the retrieving apparatus further includes:
a second obtaining module 301, configured to obtain a click history of a previous intelligent association search result from a user after searching the search character in a specific field of the index database;
a sorting module 302, configured to determine a priority sorting of the current intelligent association search result according to the click history;
and the display module 303 is configured to display the current intelligent association result according to the priority ranking of the current intelligent association result.
As shown in fig. 4, optionally, the apparatus further includes:
a starting module 401, configured to receive a selection of starting an intelligent association function from a user before determining whether the search request is to perform intelligent association on the search character or perform content search.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a 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 stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (12)

1. A retrieval method, comprising:
receiving the selection of a plurality of specific field options from a user by utilizing a setting page for a specific field, and determining the specific content of the specific field, or receiving the content input by the user in a plurality of specific field input boxes by utilizing the setting page for the specific field, and determining the specific content of the specific field;
acquiring a retrieval request, wherein the retrieval request comprises retrieval characters;
judging whether the retrieval request is intelligent association or content retrieval for the retrieval character according to the parameter type carried in the retrieval request initiated by a user interface;
when the intelligent association of the retrieval characters is determined, retrieving the retrieval characters in a specific field contained in a specific area of an index database, or retrieving the retrieval characters in a specific field containing a specific mark in the index database under the condition that the index of the specific field in the database contains the specific mark;
when the content retrieval of the retrieval character is determined, retrieving the retrieval character in all fields of the index database;
the judging whether the retrieval request is intelligent association or content retrieval for the retrieval character according to the parameter type carried in the retrieval request initiated by the user interface comprises:
determining that the retrieval request is to perform intelligent association on the retrieval character under the condition that the parameter type carried in the retrieval request initiated by the user interface is the parameter type of the intelligent association, wherein the parameter type of the intelligent association is added in the retrieval request under the condition that the user interface does not receive the click of a search button by the user in the process that the user inputs the character in the retrieval frame;
and determining that the retrieval request is the content retrieval of the retrieval character under the condition that the parameter type carried in the retrieval request initiated by the user interface is the parameter type of the content retrieval, wherein the parameter type of the content retrieval is added in the retrieval request under the condition that the user interface receives the click of a search button by a user in the process that the user inputs the character in the retrieval frame.
2. The retrieval method according to claim 1,
the obtaining of the retrieval request further comprises:
adding the specific mark in the retrieval character of the retrieval request so as to retrieve the retrieval character in a specific field of the index database.
3. The method according to claim 2, wherein the obtaining the search request further comprises:
adding the specific mark in the index of the specific field selected or input by the user.
4. The method of claim 1, wherein the retrieving the search character in a specific field of all fields of the index database, and thereafter further comprising:
acquiring the click history of a user on the previous intelligent association retrieval result;
determining the priority sequence of the intelligent association retrieval result according to the click history;
and displaying the intelligent association result according to the priority sequence of the intelligent association result.
5. The method according to claim 1, wherein said determining whether the search request is intelligent association of the search character or content search further comprises:
a user selection to initiate the intelligent association function is received.
6. A retrieval apparatus, comprising:
the receiving module is used for receiving the selection of a plurality of specific field options from a user by utilizing a setting page of a specific field and determining the specific content of the specific field, or receiving the content input by the user in a plurality of specific field input boxes by utilizing the setting page of the specific field and determining the specific content of the specific field;
the device comprises a first acquisition module, a second acquisition module and a search module, wherein the first acquisition module is used for acquiring a search request which comprises search characters;
the judging module is used for judging whether the retrieval request is intelligent association or content retrieval for the retrieval character according to the parameter type carried in the retrieval request initiated by a user interface;
the first retrieval module is used for retrieving the retrieval character in a specific field contained in a specific area of the index database when the intelligent association of the retrieval character is determined, or retrieving the retrieval character in a specific field containing a specific mark in the index database under the condition that the index of the specific field in the database contains the specific mark;
the second retrieval module is used for retrieving the retrieval characters in all fields of the index database when the content retrieval of the retrieval characters is determined;
the determining module is further configured to:
determining that the retrieval request is to perform intelligent association on the retrieval character under the condition that the parameter type carried in the retrieval request initiated by the user interface is the parameter type of the intelligent association, wherein the parameter type of the intelligent association is added in the retrieval request under the condition that the user interface does not receive the click of a search button by the user in the process that the user inputs the character in the retrieval frame; and determining that the retrieval request is the content retrieval of the retrieval character under the condition that the parameter type carried in the retrieval request initiated by the user interface is the parameter type of the content retrieval, wherein the parameter type of the content retrieval is added in the retrieval request under the condition that the user interface receives the click of a search button by a user in the process that the user inputs the character in the retrieval frame.
7. The retrieval device of claim 6, wherein the retrieval device further comprises:
and the modification module is used for adding the specific mark in the retrieval character of the retrieval request after the retrieval request is obtained so as to search the retrieval character in the specific field of the index database.
8. The retrieval device of claim 7, wherein the retrieval device further comprises:
and the index module is used for adding the specific mark in the index of the specific field selected or input by the user.
9. The retrieval device of claim 6, wherein the retrieval device further comprises:
the second acquisition module is used for acquiring the click history of the user on the previous intelligent association retrieval result after the retrieval character is retrieved in the specific field of the index database;
the sorting module is used for determining the priority sorting of the intelligent association retrieval result according to the click history;
and the display module is used for displaying the intelligent association result according to the priority sequence of the intelligent association result.
10. The retrieval device of claim 6, wherein the retrieval device further comprises:
and the starting module is used for receiving the selection of a user for starting the intelligent association function before judging whether the retrieval request is to carry out intelligent association on the retrieval character or carry out content retrieval.
11. A computer device, comprising:
a processor and a memory;
the processor is used for calling and executing the program stored in the memory;
the memory is configured to store the program, the program at least to: implementing the retrieval method of any of the above claims 1 to 5.
12. A computer-readable storage medium having stored thereon computer-executable instructions which, when loaded and executed by a processor, carry out a retrieval method as recited in any one of claims 1 to 5 above.
CN201510894190.0A 2015-12-07 2015-12-07 Search method and search device Active CN106844406B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510894190.0A CN106844406B (en) 2015-12-07 2015-12-07 Search method and search device
PCT/CN2016/106352 WO2017097102A1 (en) 2015-12-07 2016-11-18 Retrieval method and retrieval device

Applications Claiming Priority (1)

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

Publications (2)

Publication Number Publication Date
CN106844406A CN106844406A (en) 2017-06-13
CN106844406B true CN106844406B (en) 2021-03-02

Family

ID=59013729

Family Applications (1)

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

Country Status (2)

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

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111695022B (en) * 2019-01-18 2023-07-04 创新奇智(重庆)科技有限公司 Interest searching method based on knowledge graph visualization
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 (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005091825A2 (en) * 2004-03-04 2005-10-06 Yahoo! Inc. Keyword recommendation for internet search engines
CN101634905A (en) * 2009-07-01 2010-01-27 广东国笔科技股份有限公司 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
CN102799649A (en) * 2012-06-28 2012-11-28 用友软件股份有限公司 Intelligent input prompting device and intelligent input prompting method
CN103365910A (en) * 2012-04-06 2013-10-23 腾讯科技(深圳)有限公司 Method and system for information retrieval
CN103714088A (en) * 2012-10-09 2014-04-09 深圳市世纪光速信息技术有限公司 Method for acquiring search terms, server and method and system for recommending search terms

Family Cites Families (8)

* 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
CN101477568A (en) * 2009-02-12 2009-07-08 清华大学 Integrated retrieval method for structured data and non-structured data
CN107451225B (en) * 2011-12-23 2021-02-05 亚马逊科技公司 Scalable analytics platform for semi-structured data
KR101482756B1 (en) * 2013-08-07 2015-01-14 네이버 주식회사 Method and system for recommending keyword based semantic area
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
CN104102723B (en) * 2014-07-21 2017-07-25 百度在线网络技术(北京)有限公司 Search for content providing and search engine

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005091825A2 (en) * 2004-03-04 2005-10-06 Yahoo! Inc. Keyword recommendation for internet search engines
CN101634905A (en) * 2009-07-01 2010-01-27 广东国笔科技股份有限公司 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
CN103365910A (en) * 2012-04-06 2013-10-23 腾讯科技(深圳)有限公司 Method and system for information retrieval
CN102799649A (en) * 2012-06-28 2012-11-28 用友软件股份有限公司 Intelligent input prompting device and intelligent input prompting method
CN103714088A (en) * 2012-10-09 2014-04-09 深圳市世纪光速信息技术有限公司 Method for acquiring search terms, server and method and system for recommending search terms

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
个性化搜索引擎中用户兴趣模型的构建方法;刘忠宝 等;《计算机系统应用》;20121115;第1-6页 *
基于概念语义空间的联想检索;李源 等;《北京科技大学学报》;20011225;第577-580页 *

Also Published As

Publication number Publication date
CN106844406A (en) 2017-06-13
WO2017097102A1 (en) 2017-06-15

Similar Documents

Publication Publication Date Title
US20230185857A1 (en) Method and system for providing context based query suggestions
CN104123332B (en) The display methods and device of search result
JP5449628B2 (en) Determining category information using multistage
US20130282709A1 (en) Method and system for query suggestion
CN110968998B (en) Intelligent prediction input method and system
CN109582155B (en) Recommendation method and device for inputting association words, storage medium and electronic equipment
CN105404625A (en) Application program searching method and system
JP6728178B2 (en) Method and apparatus for processing search data
CN109829073B (en) Image searching method and device
CN108170293A (en) Input the personalized recommendation method and device of association
JP2017220204A (en) Method and system for matching images with content using whitelists and blacklists in response to search query
CN103617241A (en) Search information processing method, browser terminal and server
US11537672B2 (en) Method and system for filtering content
CN108182200B (en) Keyword expansion method and device based on semantic similarity
CN106844406B (en) Search method and search device
CN106033433B (en) Information searching method and device
CN111488434B (en) Recommendation method and device for input associative words, storage medium and electronic equipment
CN109977318B (en) Book searching method, electronic device and computer storage medium
CN109408618B (en) Keyword recommendation method and device, storage medium and electronic equipment
CN106484827A (en) Retrieval method and device, and terminal
US20180018389A1 (en) Method and apparatus for keyword-based text retrieval
CN106599082B (en) Retrieval method, related device and electronic equipment
CN110990701B (en) Book searching method, computing device and computer storage medium
CN105653540B (en) Method and device for processing file attribute information
CN104850608A (en) Method for searching keywords on information exhibiting page

Legal Events

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