CN110309375B - Information prompting method and device and vehicle-mounted terminal equipment - Google Patents

Information prompting method and device and vehicle-mounted terminal equipment Download PDF

Info

Publication number
CN110309375B
CN110309375B CN201910581024.3A CN201910581024A CN110309375B CN 110309375 B CN110309375 B CN 110309375B CN 201910581024 A CN201910581024 A CN 201910581024A CN 110309375 B CN110309375 B CN 110309375B
Authority
CN
China
Prior art keywords
search
condition
dynamic
information
condition information
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
CN201910581024.3A
Other languages
Chinese (zh)
Other versions
CN110309375A (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.)
Volkswagen Mobvoi Beijing Information Technology Co Ltd
Original Assignee
Volkswagen Mobvoi Beijing Information Technology 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 Volkswagen Mobvoi Beijing Information Technology Co Ltd filed Critical Volkswagen Mobvoi Beijing Information Technology Co Ltd
Priority to CN201910581024.3A priority Critical patent/CN110309375B/en
Publication of CN110309375A publication Critical patent/CN110309375A/en
Application granted granted Critical
Publication of CN110309375B publication Critical patent/CN110309375B/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
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (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 an information prompting method, an information prompting device and vehicle-mounted terminal equipment. The method comprises the following steps: acquiring multi-condition search information input by a user, and determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information; carrying out global search according to the fixed search condition information to obtain a total search result set; screening the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information; and providing an accurate search result corresponding to the multi-condition search information and dynamic search condition information corresponding to the accurate search result for the user according to each single dynamic condition hit result set. By the technical scheme, the user can clearly know which search conditions the search result provided by the system is obtained based on, and the multi-condition search experience of the user is improved.

Description

Information prompting method and device and vehicle-mounted terminal equipment
Technical Field
The embodiment of the invention relates to the technical field of information processing, in particular to an information prompting method and device and vehicle-mounted terminal equipment.
Background
The emergence and the popularization of vehicle terminals, especially the ever-increasing intelligent application of vehicle terminals, provide convenient, pleasant use experience for drivers and passengers.
Currently, when a user performs a multi-condition search in an in-vehicle system, where the multi-condition search is a search including a plurality of search conditions, such as "xx movie of xx time period of xx cinema within xx kilometers", the search results given by the in-vehicle system tend to be inconsistent. In particular, when a plurality of search conditions input by a user conflict and results that completely meet the conditions cannot be searched, most vehicle-mounted systems remove one or more search conditions randomly or according to preset settings, and then search again based on the remaining search conditions.
However, the search result obtained by randomly or by previously setting a part of the search conditions to be removed has a certain bias against the search requirement of the user, and the user may think that the search result is incorrect and does not conform to the search conditions.
Disclosure of Invention
The embodiment of the invention provides an information prompting method, an information prompting device and vehicle-mounted terminal equipment, which are used for optimizing a processing scheme of a vehicle-mounted system for multi-condition search in the prior art and improving multi-condition search experience of a user.
In a first aspect, an embodiment of the present invention provides an information prompting method, including:
acquiring multi-condition search information input by a user, and determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information;
carrying out global search according to the fixed search condition information to obtain a total search result set;
screening in the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information;
and providing an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user according to a single dynamic condition hit result set corresponding to each piece of dynamic search condition information.
In a second aspect, an embodiment of the present invention further provides an information prompting apparatus, including:
the search condition determining module is used for acquiring multi-condition search information input by a user and determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information;
the global search module is used for carrying out global search according to the fixed search condition information to obtain a total search result set;
the local screening module is used for screening in the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information;
and the search result prompting module is used for providing an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user according to a single dynamic condition hit result set corresponding to each piece of dynamic search condition information.
In a third aspect, an embodiment of the present invention further provides a vehicle-mounted terminal device, which includes a memory, a processor, and a computer program that is stored in the memory and is executable on the processor, and when the processor executes the computer program, the information prompting method according to any embodiment of the present invention is implemented.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the information prompting method according to any embodiment of the present invention.
According to the technical scheme provided by the embodiment of the invention, when multi-condition search information input by a user is received, the multi-condition search conditions are analyzed to obtain fixed search conditions and various dynamic search conditions, a global search is firstly carried out based on the fixed search conditions to obtain a total search result set, then the total search result set is respectively searched based on each dynamic state to obtain a single dynamic condition hit result set respectively corresponding to each dynamic search condition, and then the accurate search results corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search results are provided for the user by combining the single dynamic condition hit result sets. Thus, the feedback information for the multi-conditional search information of the user includes not only the search result but also dynamic search condition information corresponding to the search result, that is, a dynamic search condition hit by the search result provided by the system. Particularly, when a plurality of search conditions input by the user are in conflict and results which completely meet the conditions cannot be searched, the user can clearly know which search conditions the search results provided by the system are based on for the user to refer to, and meanwhile, the multi-condition search experience of the user is also improved.
Drawings
Fig. 1 is a flowchart of an information prompting method in a first embodiment of the present invention;
fig. 2 is a flowchart of an information prompting method in the second embodiment of the present invention;
fig. 3 is a flowchart of an information prompting method in the third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an information presentation apparatus according to a fourth embodiment of the present invention;
fig. 5 is a schematic diagram of a hardware structure of a vehicle-mounted terminal device in a fifth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example one
Fig. 1 is a flowchart of an information prompting method provided in an embodiment of the present invention, which is applicable to a case where a user uses a vehicle-mounted terminal to perform a multi-condition search, in particular, a case where a plurality of search conditions conflict with each other and a result that does not completely meet all the conditions is found, where the method may be performed by an information prompting apparatus provided in an embodiment of the present invention, and the apparatus may be implemented in a software and/or hardware manner and may be generally integrated in a processor of a vehicle-mounted terminal device, for example.
As shown in fig. 1, the method of this embodiment specifically includes:
s110, acquiring multi-condition search information input by a user, and determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information.
The multi-condition search information refers to information including a plurality of pieces of search condition information, and the multi-condition search information is, for example, "find an avatar movie of about ten o 'clock in ten night for a ten thousand-month theater with popcorn within 5 km," "having popcorn," "the avatar movie," "about ten o' clock in night," "avatar," and "movie" are all pieces of search condition information.
Typically, the information in the multi-condition search information is more, and the user may choose to input the information in a voice manner for convenience of input. After a user clicks a search entity key or a search virtual key on the vehicle-mounted terminal, multi-condition search information is input through voice.
The multi-condition search information includes a plurality of search conditions, and specifically includes fixed search condition information and at least one dynamic search condition.
The fixed search condition information refers to a search condition corresponding to a search service provided by the vehicle-mounted terminal, and the search service provided by the vehicle-mounted terminal may be a food, a flight, a hotel, a performance, a sight spot, a movie, a ticket booking, and the like. The fixed search condition information is also different for different search services, for example, the fixed search condition information of the gourmet search service may be "address location information" + "gourmet", the fixed search condition information of the ticket booking service may be "origin" + "destination" + "ticket booking type", and the like.
The dynamic search condition information refers to a search condition that specifically defines fixed search condition information, and the dynamic search condition information does not include range-defining information and location-defining information, for example, the fixed search condition information of the gourmet search service may be "address location information" + "gourmet", and the dynamic search condition information thereof may be gourmet type, average person consumption, restaurant environment, and the like.
After acquiring the multi-condition search information input by the user through voice, the vehicle-mounted terminal performs voice recognition on the multi-condition search information to obtain text information corresponding to the multi-condition search information, and then analyzes the text.
As an optional implementation manner of this embodiment, the determining of the fixed search condition information and the at least one piece of dynamic search condition information corresponding to the multi-condition search information may specifically be:
and matching the multi-condition search information input by the user with a preset fixed search condition information example and a preset dynamic search condition information example to obtain fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information.
In the vehicle-mounted terminal, a fixed search condition information example and a dynamic search condition information example respectively corresponding to each type of search service are stored, and the fixed search condition information example and the dynamic search condition information example may be specifically stored in a form of a data table.
After acquiring the multi-condition search information input by the user, the vehicle-mounted terminal firstly determines a search service type corresponding to the multi-condition search information, then acquires a fixed search condition information example table and a dynamic search condition information example table corresponding to the search service type, and respectively matches the multi-condition search information with the fixed search condition information example and the dynamic search condition information example to obtain the fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information.
For example, based on big data analysis, the dynamic search condition information which does not exist in the current dynamic search condition information example table but is frequently used by a user for a certain search service in the recent period of time is counted and added to the corresponding dynamic search condition information example table as the newly added dynamic search condition information corresponding to the search service.
It should be noted that the multi-condition search information may further include invalid search information, and in this embodiment, the invalid search information specifically refers to search information that cannot be successfully matched with the fixed search condition information example table and the dynamic search condition information example table, and is treated as invalid search information. For example, the conditional search information is "an avatar movie with popcorn in 5 km/so at ten o 'clock night" in which "5 km/so" and "movie" are successfully matched with the fixed search condition information example table, "an avatar movie" and "ten o' clock night" and "avatar movie" are successfully matched with the dynamic search condition information example table, and "popcorn is" is not successfully matched with the fixed search condition information example table and the dynamic search condition information example table, so "popcorn is" an invalid search condition.
The "matching success" may be an accurate matching success, or may be a fuzzy matching success, which is not specifically limited in this embodiment.
Further, if the fixed search condition information corresponding to a certain query service includes geographical location information, for example, "xx within kilometer" or "xx nearby", and the multi-condition search information input by the user does not include geographical location information, the current geographical location information of the in-vehicle terminal is acquired through the positioning device, and the preset search condition information "set within a distance (for example, 5 kilometers) with the current geographical location information as the center" is taken as the fixed search condition information corresponding to the geographical location information.
And S120, carrying out global search according to the fixed search condition information to obtain a total search result set.
After the fixed search condition information is determined by the vehicle-mounted terminal, global search is carried out based on the fixed search condition information to obtain a total search result set. This total search result set is the basis for providing accurate search results to the user.
Typically, if any result cannot be searched according to the fixed search condition information, the fixed search condition information may be re-searched after being expanded in range. For example, the fixed search condition information is "5 km" + "food", and if any result cannot be searched, the range of "5 km" can be expanded. Meanwhile, a range expansion extreme value can be preset, for example, 20 km, when any result cannot be searched after the fixed search condition information is modified to 20 km + food, the result is considered to be not searched, and further, unsearched data is returned to the user.
S130, screening is carried out on the total search result set according to each piece of dynamic search condition information, and a single dynamic condition hit result set corresponding to each piece of dynamic search condition information is obtained.
And after the total search result set is obtained, screening each piece of dynamic search condition information in the total search result set respectively to obtain each single dynamic condition hit result set corresponding to each piece of dynamic search condition information respectively. The single dynamic condition hit result set is a result set obtained by performing global search according to the fixed search condition information and one piece of dynamic search condition information.
Specifically, how many pieces of dynamic search condition information can be determined according to the multi-condition search information, and how many single dynamic condition hit result sets can be obtained.
And S140, providing accurate search results corresponding to the multi-condition search information and dynamic search condition information corresponding to the accurate search results for the user according to the single dynamic condition hit result set corresponding to each piece of dynamic search condition information.
And combining each single dynamic condition hit result set to generate an accurate search result corresponding to the multi-condition search information for the user, and providing each piece of dynamic search condition information corresponding to the accurate search result for the user while providing the accurate search result, namely which pieces of dynamic search condition information are hit by the accurate search result. Specifically, the accurate search result and the dynamic search condition information corresponding to the accurate search result can be notified to the user in a voice broadcast and/or text display mode.
If each single dynamic condition hit result set includes the same search result, the search result is provided to the user as an accurate search result, and each dynamic condition information is also provided to the user. For example, the voice broadcast "searches for you for XX1, XX1 attribute 1, XX1 attribute 2, … …, XX1 attribute n 1", and XX1 attribute 1-XX1 attribute n1 is dynamic search condition information hit by XX1, that is, all dynamic search condition information corresponding to the multiple-condition search information.
If no search result appears in each single dynamic condition hit result set, one search result appearing in most single dynamic condition hit result sets is provided to the user as an accurate search result, and meanwhile, dynamic search condition information conforming to the search result can be provided to the user. For example, the voice broadcast "does not search for a completely matched result, it is recommended to you that the attribute 1 of XX2, XX2, the attribute 2 of XX2, … …, and the attribute n2 of XX2, and the attribute 1 of XX 2-XX 2, n2, are dynamic search condition information hit by XX2, that is, partial dynamic search condition information corresponding to the multiple pieces of condition search information.
According to the technical scheme provided by the embodiment of the invention, when multi-condition search information input by a user is received, the multi-condition search conditions are analyzed to obtain fixed search conditions and various dynamic search conditions, a global search is firstly carried out based on the fixed search conditions to obtain a total search result set, then the total search result set is respectively searched based on each dynamic state to obtain a single dynamic condition hit result set respectively corresponding to each dynamic search condition, and then the accurate search results corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search results are provided for the user by combining the single dynamic condition hit result sets. Thus, the feedback information for the multi-conditional search information of the user includes not only the search result but also dynamic search condition information corresponding to the search result, that is, a dynamic search condition hit by the search result provided by the system. Particularly, when a plurality of search conditions input by the user are in conflict and results which completely meet the conditions cannot be searched, the user can clearly know which search conditions the search results provided by the system are based on for the user to refer to, and meanwhile, the multi-condition search experience of the user is also improved.
As a specific implementation manner of this embodiment, after determining the fixed search condition information and the at least one piece of dynamic search condition information corresponding to the multiple pieces of conditional search information, the method further includes: determining the total amount of the dynamic search condition information; further, S140 may be specifically:
and providing an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user according to a single dynamic condition hit result set corresponding to each piece of dynamic search condition information and the total amount of the dynamic search condition information.
After determining each piece of dynamic search condition information corresponding to the multi-condition search information, the vehicle-mounted terminal counts the total number m of all pieces of dynamic search condition information, and then when determining an accurate search result corresponding to the multi-condition search information according to each single dynamic condition hit result set, the vehicle-mounted terminal can refer to the total number m.
If m single dynamic conditional hit result sets all comprise one search result, determining that the search result is a search result completely corresponding to the multi-conditional search information; if only r (r < m) single dynamic conditional hit result sets each include a search result, the smaller the difference between r and m, the closer the search result can be determined to the user's search requirements.
Example two
Fig. 2 is a flowchart of an information prompting method provided in a second embodiment of the present invention, which is embodied on the basis of the above embodiments, wherein the providing, for a user, an accurate search result corresponding to multi-condition search information and dynamic search condition information corresponding to the accurate search result according to a single dynamic condition hit result set corresponding to each piece of dynamic search condition information and a total number of pieces of dynamic search condition information includes:
merging single dynamic condition search result sets respectively corresponding to the dynamic search condition information to obtain a dynamic condition hit condition general table, wherein the dynamic condition hit condition general table comprises the dynamic search condition information hit by each search result and the number of the hit dynamic search condition information;
and providing an accurate search result corresponding to the multi-condition search information and dynamic search condition information corresponding to the accurate search result for the user according to the total amount of the dynamic search condition information and the dynamic condition hit condition summary table.
As shown in fig. 2, the method of this embodiment specifically includes:
s210, acquiring multi-condition search information input by a user, and determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information.
For example, the multi-condition search information input by the user is "find a hot pot restaurant with a parking lot below 80 everybody within 5 km nearby", the vehicle-mounted terminal receives and determines the food inquiry service selected by the user, further obtains a fixed search condition information example and a dynamic search condition information example corresponding to the food inquiry service, and matches the fixed search condition information and the dynamic search condition information with the multi-condition search information, so as to determine that the fixed search condition information is "5 km nearby food", and the dynamic search condition information is "everybody is less than 80", "parking lot", and "hot pot".
And S220, determining the total amount of the dynamic search condition information.
In the above example, the total number of pieces of dynamic search condition information is 3.
And S230, carrying out global search according to the fixed search condition information to obtain a total search result set.
And carrying out global search according to the fixed search condition information '5 km nearby food', and obtaining the following total search result set: { spicy attraction, submarine fishing, Wangxiangyuan, Nanlaishun, Quanjude, Xiaojun Ganjiang, Kendeji, Laobian dumpling }.
S240, screening is carried out on the total search result set according to each piece of dynamic search condition information, and a single dynamic condition hit result set corresponding to each piece of dynamic search condition information is obtained.
Screening in a total search result set { spicy allure, seabed fishing, Hoxiangyuan, Nanlaishun, Quanjude, Xiaocounty liver string incense, Kendeji, and Laobian dumpling } according to dynamic search condition information 'everybody is less than 80', and obtaining a single dynamic condition hit result set corresponding to the dynamic search condition information 'everybody is less than 80': { spicy attraction, Wanxiangyuan, Nanlaishun, Xiaoshire Gansu, Kendeji, Laobiandumpling }.
Screening in a total search result set { spicy luring, seabed fishing, Hope Hunan, Nanlaishun, Quanjude, Xiaoprefecture liver string incense, Kendeji, old dumpling } according to dynamic search condition information 'parking lot', to obtain a single dynamic condition hit result set corresponding to the dynamic search condition information 'parking lot': { spicy attraction, submarine fishing, south laishun, all-poly de }.
According to the dynamic search condition information 'hot pot', screening is carried out in a total search result set { spicy hot temptation, seabed fishing, Wanxiangyuan, Nanlaishun, Quanjude, Xiaojun liver cluster incense, Kendeji and Laobing } to obtain a single dynamic condition hit result set corresponding to the dynamic search condition information 'hot pot': { Sudoku, Nanlaishun, Xiaoshire, Gancouxiang }.
And S250, merging the single dynamic condition search result sets respectively corresponding to the dynamic search condition information to obtain a dynamic condition hit condition general table, wherein the dynamic condition hit condition general table comprises the dynamic search condition information hit by each search result and the number of the hit dynamic search condition information.
Continuing with the foregoing example, after merging the single dynamic condition search result sets respectively corresponding to the dynamic search condition information, a dynamic condition hit condition summary table is obtained:
name of food Number of hit dynamic search condition information Hit dynamic search criteria information
Temptation of spicy hot 2 Less than 80 persons in the parking lot
Fishing on the seabed 2 Parking lot and chafing dish
Wangxiangyuan 1 All people are less than 80
All directions of south China 3 Less than 80 per capita, parking lot and chafing dish
All poly (ethylene-co-propylene-co-butylene) 1 Parking lot
Xiaoprefecture liver string incense 2 Less than 80 per capita, chafing dish
Kendyl 1 All people are less than 80
Old dumpling 1 All people are less than 80
And S260, providing an accurate search result corresponding to the multi-condition search information and dynamic search condition information corresponding to the accurate search result for the user according to the total amount of the dynamic search condition information and the dynamic condition hit condition summary table.
The closer the number of dynamic search condition information hits in the search result and the total number of dynamic search condition information are, the more matched the search result and the multi-condition search information are. When the number of dynamic search condition information hit by the search result is equal to the total number of dynamic search condition information, the search result completely satisfies the multi-condition search information.
Specifically, if at least one first target search result exists in the dynamic condition hit condition summary table, and the number of pieces of dynamic search condition information hit by the first target search result is equal to the total number of pieces of dynamic search condition information, the first target search result is used as an accurate search result corresponding to the multi-condition search information, and the first target search result and the dynamic search condition information hit by the first target search result are provided to the user.
As shown in the dynamic condition hit condition summary table, if the number of hit dynamic search condition information of "nan lain" is equal to the total number of dynamic search condition information, and is all 3, "nan lain" is the first target search result. Moreover, there are no other first target search results, that is, the number of the first target search results is 1, and then "nan laishun" is provided to the user as an accurate search result, and at the same time, the dynamic search condition information hit by "nan laishun" is also provided to the user.
Specifically, the accurate search result and the dynamic search condition information corresponding to the accurate search result can be notified to the user through voice broadcast and text display, for example, the accurate search result "south comes in the same order" and the hit dynamic search condition information "everyone is less than 80, the parking lot and the hot pot" are displayed on the screen of the vehicle-mounted terminal, and "you have searched for" south comes in the same order "through voice broadcast, the hot pot shop, everyone has consumed less than 80, and there is a parking lot nearby.
Further, the distance of the accurate search result from the current position can be provided to the user at the same time.
If the first target search result does not exist in the dynamic condition hit condition general table, taking a second target search result existing in the dynamic condition hit condition general table as an accurate search result corresponding to the multi-condition search information, and providing the second target search result and the dynamic search condition information hit by the second target search result to the user; and the number of the dynamic search condition information hit by the second target search result is less than the total number of the dynamic search condition information.
Assuming that, in the dynamic condition hit condition summary table, the number of hit dynamic search condition information of "nan lain" is also 2, there is no search result whose number of hit dynamic search condition information is equal to the total number of dynamic search condition information, and then a part of the search results in the dynamic condition hit condition summary table is selected as a second target search result to be provided to the user, or all the search results in the dynamic condition hit condition summary table are provided to the user as the second target search result, and all the search results in the dynamic condition hit condition summary table are provided to the user as the second target search result for explanation as follows.
Continuing with the above example, through the form of voice broadcast and text display, the following related information of the second target search result is provided to the user:
name of food Dynamic search of hitsInformation on cable conditions Distance between two adjacent plates
Temptation of spicy hot Less than 80 persons in the parking lot 2.3km
Fishing on the seabed Parking lot and chafing dish 2.0km
Wangxiangyuan All people are less than 80 1.3km
All directions of south China Less than 80 per capita, chafing dish 0.9km
All poly (ethylene-co-propylene-co-butylene) Parking lot 0.1km
Xiaoprefecture liver string incense Less than 80 per capita, chafing dish 2.5km
Kendyl All people are less than 80 0.3km
Old dumpling All people are less than 80 1.6km
For example, a voice broadcast "no completely matching results are searched, and you are now recommended: spicy and hot temptation, people consume less than 80, nearby parking lots are 2.3km away from you; taking out the information from the seabed, a hot pot restaurant, a parking lot which is 2.0km … …' away from the user, and circulating and rolling the recommendation information through the vehicle-mounted terminal interface.
As an optional implementation manner of this embodiment, S260 may be specifically referred to as S261-S262.
And S261, judging whether at least one first target search result exists in the dynamic condition hit condition summary table, if so, executing S262, and if not, executing S263.
And S262, taking the first target search result as an accurate search result corresponding to the multi-condition search information, and providing the first target search result and the dynamic search condition information hit by the first target search result to the user.
And S263, taking all the search results in the dynamic condition hit condition summary table as second target search results, and providing the second target search results and the dynamic search condition information hit by the second target search results to the user.
For the sake of brevity, the present embodiment is not described in detail herein.
In the technical scheme, under the condition that a plurality of search conditions conflict and results which do not completely accord with all conditions are searched, the vehicle-mounted terminal informs a user that no completely coincident search results exist, provides the search results obtained based on all the search conditions for the user, and provides all the search conditions hit by all the search results for the user to provide the user with reference instead of providing the search results with which one search condition is randomly or artificially removed for the user, so that the problem that the user mistakenly thinks that the search results are wrong is avoided, and the multi-condition search experience of the user is improved.
Moreover, the technical scheme is universal for multi-condition search of different search services, the number of search conditions is not limited, and data meeting all search conditions or part of search conditions of a user are returned to the maximum extent according to combinational logic.
EXAMPLE III
Fig. 3 is a flowchart of an information prompting method according to a third embodiment of the present invention, which is embodied on the basis of the above embodiments, wherein the providing of the second target search result and the dynamic search condition information hit by the second target search result to the user specifically includes:
and providing the second target search result and the dynamic search condition information hit by the second target search result to the user according to a preset arrangement sequence.
The set arrangement order may be that the search results with the same hit number are ordered according to the number of the dynamic search condition information hit by the search results from high to low, and the search results with the same hit number are ordered according to the distance.
Therefore, the ranking of the related information of the second target search result in the second embodiment specifically includes:
name of food Number of hit dynamic search condition information Hit dynamic search criteria information Distance between two adjacent plates
All directions of south China 2 Less than 80 per capita, chafing dish 0.9km
Fishing on the seabed 2 Parking lot and chafing dish 2.0km
Temptation of spicy hot 2 Less than 80 persons in the parking lot 2.3km
Xiaoprefecture liver string incense 2 Less than 80 per capita, chafing dish 2.5km
All poly (ethylene-co-propylene-co-butylene) 1 Parking lot 0.1km
Kendyl 1 All people are less than 80 0.3km
Wangxiangyuan 1 All people are less than 80 1.3km
Old dumpling 1 All people are less than 80 1.6km
Further, the preset ranking order may also be determined by the number of dynamic search condition information hit by the second target search result and an analysis statistical result of the historical operation data of the user.
After acquiring a large amount of historical operation data of a user, the vehicle-mounted terminal can portray the user to obtain the priority ranking of dynamic search condition information which is relatively concerned by the user, for example, a user A relatively concerns a price when inquiring restaurant information, and a user B relatively concerns a score when inquiring restaurant information.
The historical operation data of the user may be a query operation of the user, or a confirmation operation of the user, such as a purchase confirmation operation, a navigation confirmation operation, and the like.
Specifically, different portrait related weight values may be set for different types of operations, and the portrait related weight value for the query operation is lower than the portrait related weight value for the verification operation, for example, the portrait related weight value for the query operation is 20% and the portrait related weight value for the verification operation is 80%.
As a specific example, when a user purchases movie tickets 10 times and movies are 7 times all night scenes through the vehicle-mounted terminal, the night scenes movies are preferentially displayed and provided to the user when the user inquires about the movies.
As shown in fig. 3, the method of this embodiment specifically includes:
s310, acquiring multi-condition search information input by a user, and determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information.
And S320, determining the total amount of the dynamic search condition information.
And S330, carrying out global search according to the fixed search condition information to obtain a total search result set.
S340, screening the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information.
And S350, merging the single dynamic condition search result sets respectively corresponding to the dynamic search condition information to obtain a dynamic condition hit condition general table, wherein the dynamic condition hit condition general table comprises the dynamic search condition information hit by each search result and the number of the hit dynamic search condition information.
And S360, judging whether at least one first target search result exists in the dynamic condition hit condition summary table, if so, executing S370, and if not, executing S380.
And S370, taking the first target search result as an accurate search result corresponding to the multi-conditional search information, and providing the first target search result and the dynamic search condition information hit by the first target search result to the user.
If the number of the first target search results is at least two, the arrangement sequence of the search results can be determined according to the analysis and statistics results of the historical operation data of the user, and then the first target search results are arranged according to the arrangement sequence and then displayed or broadcasted in a voice mode.
S380, taking all search results in the dynamic condition hit condition summary table as second target search results, determining the sorting order of each second target search result according to the number of the dynamic search condition information hit by each second target search result and the analysis statistical result of the historical operation data of the user, and executing S390.
And S390, providing each second target search result and the dynamic search condition information hit by the second target search result to the user according to the arrangement sequence.
For the sake of brevity, the present embodiment is not described in detail herein.
In the technical scheme, the user is portrayed based on historical operation data of the user, dynamic search condition information which is particularly concerned by the user is analyzed, and then the vehicle-mounted terminal preferentially displays search results which accord with the portrayal of the user, so that user experience is further improved.
Example four
Fig. 4 is a schematic structural diagram of an information prompting apparatus according to a fourth embodiment of the present invention, which is applicable to a case where a user uses a vehicle-mounted terminal to perform a multi-condition search, in particular, a case where a plurality of search conditions conflict with each other and a result that does not completely meet all the conditions is found, where the apparatus may be implemented in a software and/or hardware manner, and may be generally integrated in a processor of a vehicle-mounted terminal device, for example.
As shown in fig. 4, the information presentation apparatus specifically includes: a search criteria determination module 410, a global search module 420, a local filtering module 430, and a search results prompting module 440. Wherein,
a search condition determining module 410, configured to obtain multi-condition search information input by a user, and determine fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information;
the global search module 420 is configured to perform global search according to the fixed search condition information to obtain a total search result set;
a local screening module 430, configured to screen the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information;
the search result prompting module 440 is configured to provide, according to a single dynamic condition hit result set corresponding to each piece of dynamic search condition information, an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user.
The information prompting device provided by this embodiment analyzes multi-condition search conditions to obtain fixed search conditions and dynamic search conditions included therein when receiving multi-condition search information input by a user, performs global search based on the fixed search conditions to obtain a total search result set, then searches in the total search result set respectively based on each dynamic state to obtain single dynamic condition hit result sets respectively corresponding to each dynamic search condition, and provides accurate search results corresponding to the multi-condition search information and dynamic search condition information corresponding to the accurate search results for the user by combining the single dynamic condition hit result sets. Thus, the feedback information for the multi-conditional search information of the user includes not only the search result but also dynamic search condition information corresponding to the search result, that is, a dynamic search condition hit by the search result provided by the system. Particularly, when a plurality of search conditions input by the user are in conflict and results which completely meet the conditions cannot be searched, the user can clearly know which search conditions the search results provided by the system are based on for the user to refer to, and meanwhile, the multi-condition search experience of the user is also improved.
Further, the above apparatus further comprises: a dynamic condition number determination module for determining the total number of dynamic search condition information after determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information;
further, the search result prompting module 440 is specifically configured to provide, according to a single dynamic condition hit result set corresponding to each piece of dynamic search condition information and the total amount of the pieces of dynamic search condition information, an accurate search result corresponding to the multi-condition search information and the piece of dynamic search condition information corresponding to the accurate search result for the user.
Further, the search result prompting module 440 specifically includes:
a dynamic condition hit condition summary table obtaining unit, configured to combine single dynamic condition search result sets corresponding to the dynamic search condition information to obtain a dynamic condition hit condition summary table, where the dynamic condition hit condition summary table includes dynamic search condition information hit by each search result and a number of the hit dynamic search condition information;
and the search result prompting unit is used for providing an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user according to the total number of the dynamic search condition information and the dynamic condition hit condition general table.
Further, the search result prompting unit is specifically configured to, if at least one first target search result exists in the dynamic condition hit condition summary table, and the number of pieces of dynamic search condition information hit by the first target search result is equal to the total number of pieces of dynamic search condition information, take the first target search result as an accurate search result corresponding to the multi-condition search information, and provide the first target search result and the piece of dynamic search condition information hit by the first target search result to the user.
Further, the search result prompting unit is specifically configured to, if the first target search result does not exist in the dynamic condition hit condition summary table, take a second target search result existing in the dynamic condition hit condition summary table as an accurate search result corresponding to the multi-condition search information, and provide the second target search result and the dynamic search condition information hit by the second target search result to the user;
wherein the number of dynamic search condition information hit by the second target search result is less than the total number of dynamic search condition information.
Further, the search result prompting unit is specifically configured to, if the first target search result does not exist in the dynamic condition hit condition summary table, take a second target search result existing in the dynamic condition hit condition summary table as an accurate search result corresponding to the multi-condition search information, and provide the second target search result and the dynamic search condition information hit by the second target search result to the user according to a preset arrangement order;
wherein the preset arrangement order is determined by the number of the dynamic search condition information hit by the second target search result and an analysis statistical result of the historical operation data of the user.
Further, the search condition determining module 410 is specifically configured to match the multi-condition search information input by the user with a preset fixed search condition information example and a preset dynamic search condition information example, so as to obtain fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information.
The information prompting device can execute the information prompting method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of executing the information prompting method.
EXAMPLE five
Fig. 5 is a schematic diagram of a hardware structure of a vehicle-mounted terminal device according to a fifth embodiment of the present invention, and as shown in fig. 5, the vehicle-mounted terminal device includes:
one or more processors 510, one processor 510 being illustrated in FIG. 5;
a memory 520;
the vehicle-mounted terminal device may further include: an input device 530 and an output device 540.
The processor 510, the memory 520, the input device 530 and the output device 540 in the vehicle-mounted terminal equipment may be connected through a bus or in other manners, and fig. 5 illustrates the connection through the bus as an example.
The memory 520, which is a non-transitory computer-readable storage medium, may be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to an information prompting method in the embodiment of the present invention (for example, the search condition determining module 410, the global search module 420, the local filtering module 430, and the search result prompting module 440 shown in fig. 4). The processor 510 executes various functional applications and data processing of the in-vehicle terminal device by running software programs, instructions and modules stored in the memory 520, that is, implements an information presentation method of the above-described method embodiment.
The memory 520 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the computer device, and the like. Further, the memory 520 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 520 may optionally include memory located remotely from processor 510, which may be connected to a terminal device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 530 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the in-vehicle terminal apparatus. The output device 540 may include a display device such as a display screen.
EXAMPLE six
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, perform an information prompting method, including:
acquiring multi-condition search information input by a user, and determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information;
carrying out global search according to the fixed search condition information to obtain a total search result set;
screening in the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information;
and providing an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user according to a single dynamic condition hit result set corresponding to each piece of dynamic search condition information.
Optionally, the computer-executable instruction, when executed by a computer processor, may be further configured to implement a technical solution of an information prompting method provided in any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the information presentation apparatus, the included units and modules are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (7)

1. An information prompting method, comprising:
acquiring multi-condition search information input by a user, determining fixed search condition information and a plurality of pieces of dynamic search condition information corresponding to the multi-condition search information, and determining the total amount of the dynamic search condition information; wherein the dynamic search condition information is search condition information that defines the fixed search condition information;
carrying out global search according to the fixed search condition information to obtain a total search result set;
screening in the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information;
merging single dynamic condition search result sets respectively corresponding to the dynamic search condition information to obtain a dynamic condition hit condition general table, wherein the dynamic condition hit condition general table comprises the dynamic search condition information hit by each search result and the number of the hit dynamic search condition information;
and providing an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user according to the total amount of the dynamic search condition information and the dynamic condition hit condition general table.
2. The method according to claim 1, wherein providing the user with the accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result according to the total number of the dynamic search condition information and the dynamic condition hit condition summary table comprises:
and if at least one first target search result exists in the dynamic condition hit condition summary table, and the number of pieces of dynamic search condition information hit by the first target search result is equal to the total number of pieces of dynamic search condition information, taking the first target search result as an accurate search result corresponding to the multi-condition search information, and providing the first target search result and the dynamic search condition information hit by the first target search result to the user.
3. The method according to claim 2, wherein the providing the user with the accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result according to the total number of the dynamic search condition information and the dynamic condition hit condition summary table further comprises:
if the first target search result does not exist in the dynamic condition hit condition general table, taking a second target search result existing in the dynamic condition hit condition general table as an accurate search result corresponding to the multi-condition search information, and providing the second target search result and the dynamic search condition information hit by the second target search result to the user;
wherein the number of dynamic search condition information hit by the second target search result is less than the total number of dynamic search condition information.
4. The method of claim 3, wherein providing the second target search result and the dynamic search condition information hit by the second target search result to the user comprises:
providing the second target search result and the dynamic search condition information hit by the second target search result to the user according to a preset arrangement sequence;
wherein the preset arrangement order is determined by the number of the dynamic search condition information hit by the second target search result and an analysis statistical result of the historical operation data of the user.
5. The method according to any one of claims 1-4, wherein determining fixed search criteria information and at least one piece of dynamic search criteria information corresponding to the multi-criteria search information comprises:
and matching the multi-condition search information input by the user with a preset fixed search condition information example and a preset dynamic search condition information example to obtain fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information.
6. An information presentation device, comprising:
the search condition determining module is used for acquiring multi-condition search information input by a user and determining fixed search condition information and a plurality of pieces of dynamic search condition information corresponding to the multi-condition search information; wherein the dynamic search condition information is search condition information that defines the fixed search condition information;
a dynamic condition number determination module for determining the total number of dynamic search condition information after determining fixed search condition information and at least one piece of dynamic search condition information corresponding to the multi-condition search information;
the global search module is used for carrying out global search according to the fixed search condition information to obtain a total search result set;
the local screening module is used for screening in the total search result set according to each piece of dynamic search condition information to obtain a single dynamic condition hit result set corresponding to each piece of dynamic search condition information;
a search result prompting module, configured to merge single dynamic condition search result sets corresponding to the dynamic search condition information, to obtain a dynamic condition hit condition summary table, where the dynamic condition hit condition summary table includes dynamic search condition information hit by each search result and the number of the hit dynamic search condition information; and providing an accurate search result corresponding to the multi-condition search information and the dynamic search condition information corresponding to the accurate search result for the user according to the total amount of the dynamic search condition information and the dynamic condition hit condition general table.
7. An in-vehicle terminal device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 5 when executing the program.
CN201910581024.3A 2019-06-29 2019-06-29 Information prompting method and device and vehicle-mounted terminal equipment Active CN110309375B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910581024.3A CN110309375B (en) 2019-06-29 2019-06-29 Information prompting method and device and vehicle-mounted terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910581024.3A CN110309375B (en) 2019-06-29 2019-06-29 Information prompting method and device and vehicle-mounted terminal equipment

Publications (2)

Publication Number Publication Date
CN110309375A CN110309375A (en) 2019-10-08
CN110309375B true CN110309375B (en) 2021-07-20

Family

ID=68078163

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910581024.3A Active CN110309375B (en) 2019-06-29 2019-06-29 Information prompting method and device and vehicle-mounted terminal equipment

Country Status (1)

Country Link
CN (1) CN110309375B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984847A (en) * 2020-08-21 2020-11-24 上海风秩科技有限公司 Information search method, information search device, storage medium and electronic device
CN113901096A (en) * 2021-10-08 2022-01-07 珠海必要工业科技股份有限公司 Data screening method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102541960A (en) * 2010-12-31 2012-07-04 北大方正集团有限公司 Method and device of fuzzy retrieval
CN103034663A (en) * 2011-09-29 2013-04-10 阿里巴巴集团控股有限公司 Information searching method and equipment
CN103123624A (en) * 2011-11-18 2013-05-29 阿里巴巴集团控股有限公司 Method of confirming head word, device of confirming head word, searching method and device
CN103309973A (en) * 2013-06-08 2013-09-18 上海交通大学 Method and system for inquiring verifiable outsourced data
CN104424286A (en) * 2013-08-30 2015-03-18 北京四维图新科技股份有限公司 Method and system for searching information

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102541960A (en) * 2010-12-31 2012-07-04 北大方正集团有限公司 Method and device of fuzzy retrieval
CN103034663A (en) * 2011-09-29 2013-04-10 阿里巴巴集团控股有限公司 Information searching method and equipment
CN103123624A (en) * 2011-11-18 2013-05-29 阿里巴巴集团控股有限公司 Method of confirming head word, device of confirming head word, searching method and device
CN103309973A (en) * 2013-06-08 2013-09-18 上海交通大学 Method and system for inquiring verifiable outsourced data
CN104424286A (en) * 2013-08-30 2015-03-18 北京四维图新科技股份有限公司 Method and system for searching information

Also Published As

Publication number Publication date
CN110309375A (en) 2019-10-08

Similar Documents

Publication Publication Date Title
CN106803197B (en) Order splicing method and equipment
CN111460068B (en) Interest point searching method, readable storage medium and electronic device
US10473475B2 (en) Method and apparatus for determining a location of a point of interest
US20170011324A1 (en) Dispatch system for matching drivers and users
CN111597445B (en) Information recommendation method and device
CN110309375B (en) Information prompting method and device and vehicle-mounted terminal equipment
CN112560724B (en) Vehicle monitoring method and device and cloud control platform
CN108022139B (en) Order distribution method and device
WO2017008653A1 (en) Poi service provision method, poi data processing method and device
CN102855251B (en) Method and device for requirement identification
CN104915393A (en) Directional search method and device
KR101934420B1 (en) Method and apparatus for obtaining candidate address information in map
CN106776867A (en) Information-pushing method and device
CN104424352A (en) System and method for providing agent service to user terminal
CN114500428B (en) Navigation sharing method and device, electronic equipment and storage medium
CN103034678A (en) RkNN (reverse k nearest neighbor) inquiring method based on Voronoi diagram
CN116108149A (en) Intelligent question-answering method, device, equipment, medium and product thereof
CN112541123B (en) Map region recommendation method, device, equipment and storage medium
CN106528559B (en) Method and device for providing position information
CN109635981A (en) A kind of about vehicle order processing method and system
CN110806216A (en) Information processing apparatus and information processing method
CN107917715B (en) Route planning method and device
CN110704745A (en) Information searching method and device of vehicle-mounted terminal
CN113761398B (en) Information recommendation method and device, electronic equipment and storage medium
CN113175940B (en) Data processing method, device, equipment and storage medium

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