CN107844611B - Multipoint-to-multipoint flight searching method, system, equipment and storage medium - Google Patents

Multipoint-to-multipoint flight searching method, system, equipment and storage medium Download PDF

Info

Publication number
CN107844611B
CN107844611B CN201711353897.6A CN201711353897A CN107844611B CN 107844611 B CN107844611 B CN 107844611B CN 201711353897 A CN201711353897 A CN 201711353897A CN 107844611 B CN107844611 B CN 107844611B
Authority
CN
China
Prior art keywords
flight
departure
multipoint
round
trip
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
CN201711353897.6A
Other languages
Chinese (zh)
Other versions
CN107844611A (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.)
Ctrip Travel Network Technology Shanghai Co Ltd
Original Assignee
Ctrip Travel Network Technology Shanghai 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 Ctrip Travel Network Technology Shanghai Co Ltd filed Critical Ctrip Travel Network Technology Shanghai Co Ltd
Priority to CN201711353897.6A priority Critical patent/CN107844611B/en
Publication of CN107844611A publication Critical patent/CN107844611A/en
Application granted granted Critical
Publication of CN107844611B publication Critical patent/CN107844611B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9537Spatial or temporal dependent retrieval, e.g. spatiotemporal queries

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)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a multipoint-to-multipoint flight searching method, a system, equipment and a storage medium, wherein the method comprises one-way query and round-trip query; the single pass query includes: searching all one-way flights from each departure place to each destination within the departure time period, and pushing the flights to the user; the round-trip query comprises the following steps: searching all departure flights in a departure time period and all return flights in a return time period from each departure place to each destination; and combining the departure flight and the return flight to obtain a plurality of round-trip flight combinations, and pushing the round-trip flight combinations to the user. The invention provides a multi-point-to-multi-point fuzzy search method, which is convenient for a user to inquire all products in a specified time, and quickly compare and select the products; particularly, during round-trip query, the invention can query A-C and C-A round trip, and can query gap-trip combinations such as A-B and C-D, and provides all product combinations for users, so that the users find the lowest price.

Description

Multipoint-to-multipoint flight searching method, system, equipment and storage medium
Technical Field
The invention relates to the technical field of flight searching, in particular to a multipoint-to-multipoint flight searching method, system, equipment and storage medium.
Background
For travel transportation modes such as air tickets, trains and the like, the current search modes are as follows: A. single point to single point, precise time. B. Single point to single point, fuzzy time. C. Single point to multiple points, precise time. D. Single point to multiple point, fuzzy time. Two search methods of E, multipoint-to-multipoint, accurate time, F, multipoint-to-multipoint and fuzzy time are lacked.
When a user needs to search for low prices of multiple departures, multiple destinations and all adjacent airlines in a time period, multiple queries and multiple comparisons are often needed, and the labor intensity is extremely high.
Disclosure of Invention
Aiming at the problems in the prior art, the invention aims to provide a multipoint-to-multipoint flight search method, a multipoint-to-multipoint flight search system, multipoint-to-multipoint flight search equipment and a storage medium, and provides a multipoint-to-multipoint fuzzy search method, which is convenient for a user to query all products in a specified time and quickly compare and select the products.
The embodiment of the invention provides a multipoint-to-multipoint flight searching method, which comprises one-way query and round-trip query; the single pass query comprises the steps of:
acquiring a plurality of departure places, a plurality of destinations and departure time periods input by a user;
searching all one-way flights from each departure place to each destination within the departure time period;
pushing information of the one-way flight to a user;
the round-trip query comprises the following steps:
acquiring a plurality of departure places, a plurality of destinations, departure time periods and return time periods input by a user;
searching all departure flights from each departure place to each destination within the departure time period;
searching all return flights from each destination to each departure place within a return time period;
combining the departure flight and the return flight to obtain a plurality of round-trip flight combinations;
and pushing the information of the round-trip flight combination to the user.
Optionally, the one-way query further comprises the steps of:
respectively forming one-way flights of each date in the departure time period into one-way flight lists;
searching for the one-way flight with the lowest price in all the one-way flights;
pushing a one-way flight list of the date corresponding to the one-way flight with the lowest price to the user;
and when the selection operation of the user on other dates in the departure time period is acquired, jumping to the one-way flight list of the selected date.
Optionally, the one-way query further comprises the steps of:
inquiring flight lowest price of each date in the departure time period to form a low price list comprising each date and the corresponding flight lowest price;
simultaneously pushing the low price list and the one-way flight list of the date corresponding to the one-way flight with the lowest price to a user;
and jumping the currently displayed one-way flight list to the one-way flight list of the selected date when the selection operation of the user on other dates in the low price list is acquired.
Optionally, the round-trip query further comprises the following steps:
respectively combining each departure date in the departure time period and each return date in the return time period into a plurality of departure return date pairs;
combining the round-trip flights in each departure return date pair to form a round-trip flight list respectively;
searching the round-trip flight combination with the lowest price in all round-trip flight combinations;
pushing a round-trip flight list of a round-trip flight combination with the lowest price corresponding to the departure return date pair to the user;
and when the selection operation of the user on other departure return date pairs is acquired, jumping to the round-trip flight list of the selected departure return date pair.
Optionally, the round-trip query further comprises the following steps:
inquiring the lowest price of the flights in each departure return date pair to form a low price list comprising each departure return date pair and the lowest price of the corresponding flights;
pushing the low-price list and the round-trip flight list of the date pair corresponding to the round-trip flight combination with the lowest price to the user at the same time;
and jumping the currently displayed one-way flight list to the one-way flight list of the selected date pair when the selection operation of the user on other date pairs in the low price list is obtained.
Optionally, the round-trip query further comprises the following steps:
judging whether the round-trip flight combination is a gap range or not according to each round-trip flight combination;
if yes, searching a traffic travel scheme between the going destination and the returning origin of the round-trip flight combination, wherein the traffic travel scheme comprises transportation information, price and time consumption and is pushed to the user.
Optionally, the round-trip query further comprises the following steps:
and searching airport vehicle receiving information, tourism information and hotel information of the departure destination aiming at each round-trip flight combination, and pushing the information to the user.
Optionally, the one-way query further comprises the steps of:
if the number of all one-way flights from the starting place to the destination is smaller than a first preset threshold value, adding the associated city of the starting place into the starting place and/or adding the associated city of the destination into the destination;
searching all one-way flights from the added departure places to the destination places.
Optionally, the associated city of the departure place comprises a city having a preset association relationship with the departure place and/or a city whose distance from the departure place is within a preset range;
the associated cities of the destination comprise cities which have preset association relation with the destination and/or cities which are within a preset range of the distance from the destination.
Optionally, the step of adding the departure place and the destination comprises the following steps:
adding a city with a preset incidence relation with the departure place into the departure place;
adding cities with preset incidence relation with the destination into the destination;
searching all one-way flights from each increased departure place to each destination;
if the number of all the increased one-way flights is still smaller than a first preset threshold value, increasing the city with the distance from the departure place within a preset range into the departure place, and increasing the city with the distance from the destination within the preset range into the destination;
searching all one-way flights from each departure place to each destination after the second increment.
Optionally, after adding the departure place and the destination, the method further comprises the following steps:
and searching for a transportation travel scheme between the increased associated city and the original starting place or the original destination corresponding to the associated city, and pushing the transportation travel scheme to the user.
Optionally, the method further comprises the following steps:
positioning the current position of the user to acquire the current position information of the user;
respectively searching departure traffic outgoing schemes from the current position of the user to each departure place within the departure time period;
and adding the departure traffic scheme into a one-way flight list or a round-trip flight list corresponding to the departure date, and pushing the departure traffic scheme to the user.
The embodiment of the invention also provides a multipoint-to-multipoint flight searching system, which is used for realizing the multipoint-to-multipoint flight searching method and comprises the following steps:
the information acquisition module is used for acquiring a plurality of departure places, a plurality of destinations and departure time periods input by a user in one-way query, and acquiring a plurality of departure places, a plurality of destinations, departure time periods and return time periods input by the user in round-trip query;
the flight searching module is used for searching all one-way flights from each departure place to each destination in the departure time period during one-way query, searching all departure flights from each departure place to each destination in the departure time period during one-way query, searching all return flights from each destination to each departure place in the return time period, and combining the departure flights and the return flights to obtain a plurality of return flight combinations;
and the flight pushing module is used for pushing the search result of the flight searching module to a user.
An embodiment of the present invention further provides a multipoint-to-multipoint flight searching device, including:
a processor;
a memory having stored therein executable instructions of the processor;
wherein the processor is configured to perform the steps of the multipoint to multipoint flight search method via execution of the executable instructions.
An embodiment of the present invention further provides a computer-readable storage medium, which is used for storing a program, and when the program is executed, the steps of the multipoint-to-multipoint flight searching method are implemented.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
The multipoint-to-multipoint flight searching method, the system, the equipment and the storage medium provided by the invention provide a multipoint-to-multipoint fuzzy searching method, which is convenient for a user to query all products in a specified time, and quickly compare and select the products; particularly, during round-trip query, the invention can query A-C and C-A round trip, and can query gap-trip combinations such as A-B and C-D, and provides all product combinations for users, so that the users find the lowest price.
Drawings
Other features, objects and advantages of the present invention will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, with reference to the accompanying drawings.
FIG. 1 is a flow chart of a multipoint-to-multipoint flight search method according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a flight search page M100 according to an embodiment of the invention;
FIG. 3 is a diagram of a single-pass search results push page M200 according to an embodiment of the invention;
FIG. 4 is a diagram of a round-trip search results push page M300, according to an embodiment of the invention;
FIG. 5 is a block diagram of a multipoint to multipoint flight search system according to an embodiment of the invention;
FIG. 6 is a schematic structural diagram of a multipoint-to-multipoint flight search facility according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repetitive description will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor devices and/or microcontroller devices.
As shown in fig. 1, to solve the above technical problem, an embodiment of the present invention provides a multipoint-to-multipoint flight searching method, which includes a one-way query and a round-trip query, and an interface M100 for obtaining a user's travel type performs the following steps according to whether the user selects the travel type as one-way or round-trip, as shown in fig. 2.
The single pass query comprises the steps of:
s110: acquiring a plurality of departure places, a plurality of destinations and departure time periods input by a user; here, the departure time period may be an accurate departure date, or may be a fuzzy time period including a plurality of departure dates.
S120: searching all one-way flights from each departure place to each destination within the departure time period;
s130: pushing information of the one-way flight to a user;
the round-trip query comprises the following steps:
s210: acquiring a plurality of departure places, a plurality of destinations, departure time periods and return time periods input by a user; similarly, the departure time period may be an exact date, or may be a fuzzy time period including a plurality of departure dates, and the return time period may be an exact date, or may be a fuzzy time period including a plurality of departure dates. In the selection process, not only the time periods can be respectively selected, but also the return date can be set as fixed days after the departure date after the departure time is selected, and the return time period is formed according to the departure time period. For example, the departure time period is set to 9 months 11 to 9 months 13, and the return time period is set to 3 days or later, the return time period is set to 9 months 14 to 9 months 16. In addition, there may be a portion where the departure time period and the return time period overlap.
S220: searching all departure flights from each departure place to each destination within the departure time period;
s230: searching all return flights from each destination to each departure place within a return time period;
s240: combining the departure flight and the return flight to obtain a plurality of round-trip flight combinations, wherein each round-trip flight combination comprises a departure flight and a return flight, and the return date in the same round-trip flight combination is later than the departure date; in the case that fixed days are the return dates after the departure date is set, the departure date and the return date in the same round-trip flight combination also meet the requirement of spacing fixed days; if the number of days between the two is not set, each departure date and each return date can be combined.
S250: and pushing the information of the round-trip flight combination to the user.
As shown in fig. 3, a one-way flight search result push page M200 of this embodiment is shown. In this embodiment, after all one-way flights are queried, the lowest one-way flight is screened. And displaying all flight prices on the day according to the lowest-price departure date aiming at the one-way query. I.e. the single-pass query further comprises the steps of:
respectively forming one-way flights of each date in the departure time period into one-way flight lists;
searching for the one-way flight with the lowest price in all the one-way flights;
pushing a one-way flight list of the date corresponding to the one-way flight with the lowest price to the user;
in addition, inquiring the lowest price of the flights on each date in the departure time period to form a low price list comprising each date and the lowest price of the corresponding flights;
simultaneously pushing the low price list and the one-way flight list of the date corresponding to the one-way flight with the lowest price to a user;
and jumping the currently displayed one-way flight list to the one-way flight list of the selected date when the selection operation of the user on other dates in the low price list is acquired.
As shown in fig. 4, a round-trip flight search result push page M300 in this embodiment is shown. In this embodiment, for the round trip/gap trip query, all airline prices on the currently selected date are shown by the lowest priced departure return date, sorted from low to high by price, and the user switch date is the switch round trip date pair. And the lowest price of each other round-trip date is displayed, so that the user can conveniently and quickly switch other round-trip dates. And in the other round trip date check state, displaying all prices of all flights on the round trip date. Thus, the round-trip query further comprises the steps of:
respectively combining each departure date in the departure time period and each return date in the return time period into a plurality of departure return date pairs;
combining the round-trip flights in each departure return date pair to form a round-trip flight list respectively;
searching the round-trip flight combination with the lowest price in all round-trip flight combinations;
pushing a round-trip flight list of a round-trip flight combination with the lowest price corresponding to the departure return date pair to the user;
in addition, inquiring the lowest price of the flights in each departure return date pair to form a low price list comprising each departure return date pair and the lowest price of the corresponding flights;
pushing the low-price list and the round-trip flight list of the date pair corresponding to the round-trip flight combination with the lowest price to the user at the same time;
and jumping the currently displayed one-way flight list to the one-way flight list of the selected date pair when the selection operation of the user on other date pairs in the low price list is obtained.
Further, the embodiment can provide the service of exchanging the inquiry of the transportation means in the gap distance while providing the inquiry of the gap distance. For example, the user starts from a to B, returns from C to D, a and D are neighboring cities, B and C are neighboring cities, and in order to facilitate transfer of the user, the embodiment may also query a transportation scheme from B to C, a transportation scheme from D to a, for example, when the user arrives at the place B during the departure, the user transfers a bus to C, and the like. Thus, the round-trip query further comprises the steps of:
and judging whether the round-trip flight combination is a gap range or not for each round-trip flight combination, wherein the gap range refers to a 'gap range' ticket and refers to a round-trip ticket between three places or four places. For example, city a is returned to city a from city C after flying to city B, wherein the two sections of city a flying to city B and city C flying to city a are scheduled flights, and the passengers schedule traffic modes and time from city B to city C. The advantage of using the 'gap course' ticket to arrange the course is that the tourist does not need to walk the return route from city C to city A, and the travel time and cost can be saved.
And if the distance is a gap distance, searching a transportation scheme between the departure destination and the return departure place of the round-trip flight combination, wherein the transportation scheme comprises transportation information, price and time consumption and is pushed to the user.
Further, in order to facilitate the traveling of the user, for each round-trip flight combination, airport pick-up information, travel information and hotel information of the departure destination are searched and pushed to the user, so that more relevant information is provided for the user.
In practical application, there may be a case where the flight information between the departure place and the destination place input by the user is very little, and in this embodiment, the number of the departure place and the destination place of the user may be further expanded, so as to provide the user with more relevant flight choices and provide the user with more choices that the user originally thinks of.
Thus, the single pass query further comprises the steps of:
if the number of all one-way flights from the starting place to the destination is smaller than a first preset threshold value, adding the associated city of the starting place into the starting place and/or adding the associated city of the destination into the destination;
searching all one-way flights from the added departure places to the destination places.
For example, a user initially searches flights from tin-free to Jinan, but the searched flights are few, at this time, the tin-free associated city Shanghai and Nanjing can be added to the starting place, the associated city Qingdao and the smoke station in Jinan can be added to the starting place, and after expansion, more flights can be inquired. The ground traffic between the Shanghai and Nanjing in the associated city without tin is very convenient, the ground traffic between the Qingdao and the cigarette platform in the associated city in the Jinan is also very convenient, and the user can flexibly select other travel modes.
The associated city of the departure place may include a city having a preset association relationship with the departure place and/or a city having a distance from the departure place within a preset range. The associated cities of the destination comprise cities which have preset association relation with the destination and/or cities which are within a preset range of the distance from the destination. For example, the relation city without tin is set as Nanjing and Shanghai in advance, and the relation city in Shanghai is set as Nanjing, Wuxi and Hangzhou, and the preset relation is established therein. A city with airports within 200 kilometers of a city may also be selected as the associated city.
In practical application, the departure place and the destination can be expanded in a grading way for a plurality of times according to needs. Specifically, the step of adding the departure place and the destination comprises the following steps:
firstly, when the number of searched flights is too small, the first-level expansion of the departure place and the destination is carried out:
adding a city with a preset incidence relation with the departure place into the departure place;
adding cities with preset incidence relation with the destination into the destination;
searching all one-way flights from each increased departure place to each destination;
if the number of all the one-way flights after the increase is still less than the first preset threshold value, performing secondary expansion of the departure place and the destination:
adding a city which is within a preset range from the departure place into the departure place, and adding a city which is within a preset range from the destination into the destination;
searching all one-way flights from each departure place to each destination after the second increment.
If the number of flights after the secondary expansion is still few, the preset range can be further increased, and more cities are added. For example, a city of 100 kilometers in the preset range is added to the departure place or the destination in the second-level extension, and a city of 200 kilometers in the preset range can be added to the departure place or the destination in the next-level extension.
In addition, considering that the user may involve traffic between the origin and the associated city and/or between the destination and the associated city when selecting the extended flight, the method of this embodiment further searches for a travel plan between the added associated city and the original origin or the original destination corresponding to the associated city, and pushes to the user. For example, if the user originally intends to start from the tin-free state, but the shanghai and the Nanjing are added during the expansion, the travel mode from the tin-free state to the shanghai and the travel mode from the tin-free state to the Nanjing can be searched respectively. The user originally intends to reach the south of the province, but if the Qingdao is added during expansion, the travel mode from the Qingdao to the south of the province can be further searched.
In addition, in the application, in order to further facilitate the user to go out, whether the current position of the user is consistent with the departure place of the flight can be judged firstly, and if the current position of the user is not consistent with the departure place of the flight, a communication outgoing mode between the two places can be further searched. Therefore, the multipoint-to-multipoint flight searching method of the present invention further comprises the steps of:
positioning the current position of the user to acquire the current position information of the user;
respectively searching departure traffic outgoing schemes from the current position of the user to each departure place within the departure time period;
and adding the departure traffic scheme into a one-way flight list or a round-trip flight list corresponding to the departure date, and pushing the departure traffic scheme to the user. Therefore, when the user selects a flight or a flight combination, the convenience degree of travel between the current location and the departure place can be comprehensively considered and taken as a consideration factor.
As shown in fig. 5, an embodiment of the present invention further provides a multipoint-to-multipoint flight searching system, configured to implement the multipoint-to-multipoint flight searching method, where the system includes:
an information acquisition module 100, configured to acquire a plurality of departure places, a plurality of destinations, and departure time periods input by a user in a one-way query, and acquire a plurality of departure places, a plurality of destinations, departure time periods, and return time periods input by a user in a round-trip query;
the flight searching module 200 is used for searching all one-way flights from each departure place to each destination in the departure time period during one-way query, searching all departure flights from each departure place to each destination in the departure time period during one-way query, searching all return flights from each destination to each departure place in the return time period, and combining the departure flights and the return flights to obtain a plurality of return flight combinations;
the flight pushing module 300 is configured to push the search result of the flight searching module to the user.
By adopting the multipoint-to-multipoint flight searching system, two searching methods of E-multipoint-to-multipoint, accurate time, F-multipoint-to-multipoint and fuzzy time can be supplemented, so that flight comparison and selection of users are facilitated, and the users can go out conveniently.
The embodiment of the invention also provides multipoint-to-multipoint flight searching equipment, which comprises a processor; a memory having stored therein executable instructions of the processor; wherein the processor is configured to perform the steps of the multipoint to multipoint flight search method via execution of the executable instructions.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 600 according to this embodiment of the invention is described below with reference to fig. 6. The electronic device 600 shown in fig. 6 is only an example and should not bring any limitation to the function and the scope of the application of the embodiments of the present invention.
As shown in fig. 6, the electronic device 600 is embodied in the form of a general purpose computing device. The components of the electronic device 600 may include, but are not limited to: at least one processing unit 610, at least one storage unit 620, a bus 630 connecting the various system components (including the storage unit 620 and the processing unit 610), a display unit 640, and the like.
Wherein the storage unit stores program code executable by the processing unit 610 to cause the processing unit 610 to perform steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of the present specification. For example, the processing unit 610 may perform the steps as shown in fig. 1.
The storage unit 620 may include readable media in the form of volatile storage units, such as a random access memory unit (RAM)6201 and/or a cache storage unit 6202, and may further include a read-only memory unit (ROM) 6203.
The memory unit 620 may also include a program/utility 6204 having a set (at least one) of program modules 6205, such program modules 6205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 630 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 600 may also communicate with one or more external devices 700 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 600, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 650. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN) and/or a public network such as the Internet) via the network adapter 660. The network adapter 660 may communicate with other modules of the electronic device 600 via the bus 630. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
An embodiment of the present invention further provides a computer-readable storage medium, which is used for storing a program, and when the program is executed, the steps of the multipoint-to-multipoint flight searching method are implemented. In some possible embodiments, the aspects of the present invention may also be implemented in the form of a program product comprising program code for causing a terminal device to perform the steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of this specification, when the program product is run on the terminal device.
Referring to fig. 7, a program product 800 for implementing the above method according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable storage medium may include a data signal propagating in baseband or as part of a carrier wave, which carries readable program code. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In summary, compared with the prior art, the multipoint-to-multipoint flight searching method, system, device and storage medium provided by the invention provide a multipoint-to-multipoint fuzzy searching method, which is convenient for a user to query all products in a specified time and quickly compare and select the products; particularly, when the inquiry is carried out in a round trip way, the invention can inquire A-C and C-A round trip way, and also can inquire gap course combinations such as A-B and C-D, and all product combinations are provided for the user so that the user can find the lowest price. .
The foregoing is a more detailed description of the invention in connection with specific preferred embodiments and it is not intended that the invention be limited to these specific details. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all should be considered as belonging to the protection scope of the present invention.

Claims (14)

1. A multipoint-to-multipoint flight searching method is characterized by comprising one-way query and round-trip query; the single pass query comprises the steps of:
acquiring a plurality of departure places, a plurality of destinations and departure time periods input by a user;
searching all one-way flights from each departure place to each destination within the departure time period;
pushing information of the one-way flight to a user;
the round-trip query comprises the following steps:
acquiring a plurality of departure places, a plurality of destinations, departure time periods and return time periods input by a user;
searching all departure flights from each departure place to each destination within the departure time period;
searching all return flights from each destination to each departure place within a return time period;
combining the departure flight and the return flight to obtain a plurality of round-trip flight combinations;
pushing information of the round-trip flight combination to the user;
the round-trip query further comprises the following steps:
judging whether the round-trip flight combination is a gap range or not according to each round-trip flight combination;
if yes, searching a transportation scheme between the going destination and the returning origin of the round-trip flight combination, wherein the transportation scheme comprises transportation information, price and time consumption and is pushed to the user.
2. The multipoint-to-multipoint flight search method of claim 1, wherein the single pass query further comprises the steps of:
respectively forming one-way flights of each date in the departure time period into one-way flight lists;
searching for the one-way flight with the lowest price in all the one-way flights;
pushing a one-way flight list of the date corresponding to the one-way flight with the lowest price to the user;
and when the selection operation of the user on other dates in the departure time period is acquired, jumping to the one-way flight list of the selected date.
3. The multipoint-to-multipoint flight search method of claim 2, wherein the single pass query further comprises the steps of:
inquiring flight lowest price of each date in the departure time period to form a low price list comprising each date and the corresponding flight lowest price;
simultaneously pushing the low price list and the one-way flight list of the date corresponding to the one-way flight with the lowest price to the user;
and jumping the currently displayed one-way flight list to the one-way flight list of the selected date when the selection operation of the user on other dates in the low price list is acquired.
4. The multipoint-to-multipoint flight search method of claim 1, wherein the round trip query further comprises the steps of:
combining each departure date in the departure time period and each return date in the return time period into a plurality of departure return date pairs respectively;
combining the round-trip flights in each departure return date pair to form a round-trip flight list respectively;
searching the round-trip flight combination with the lowest price in all round-trip flight combinations;
pushing a round-trip flight list of a round-trip flight combination with the lowest price corresponding to the departure return date pair to the user;
and when the selection operation of the user on other departure return date pairs is acquired, jumping to the round-trip flight list of the selected departure return date pair.
5. The multipoint-to-multipoint flight search method of claim 4, wherein said round trip query further comprises the steps of:
inquiring the lowest price of the flights in each departure return date pair to form a low price list comprising each departure return date pair and the lowest price of the corresponding flights;
pushing the low-price list and the round-trip flight list of the date pair corresponding to the round-trip flight combination with the lowest price to the user at the same time;
and jumping the currently displayed one-way flight list to the one-way flight list of the selected date pair when the selection operation of the user on other date pairs in the low price list is acquired.
6. The multipoint-to-multipoint flight search method of claim 1, wherein the round trip query further comprises the steps of:
and searching airport vehicle receiving information, tourism information and hotel information of the departure destination aiming at each round-trip flight combination, and pushing the information to the user.
7. The multipoint-to-multipoint flight search method of claim 1, wherein the single pass query further comprises the steps of:
if the number of all one-way flights from the starting place to the destination is smaller than a first preset threshold value, increasing the associated city of the starting place into the starting place and/or increasing the associated city of the destination into the destination;
searching all one-way flights from the added departure places to the destination places.
8. The multipoint-to-multipoint flight searching method according to claim 7, wherein the associated city of the departure place comprises a city having a preset association relationship with the departure place and/or a city located within a preset range from the departure place;
the associated cities of the destination comprise cities which have preset association relation with the destination and/or cities which are within a preset range of the distance from the destination.
9. The multipoint-to-multipoint flight search method of claim 8, wherein increasing the origin and destination comprises the steps of:
adding a city with a preset incidence relation with the departure place into the departure place;
adding cities with preset incidence relation with the destination into the destination;
searching all one-way flights from each increased departure place to each destination;
if the number of all the increased one-way flights is still smaller than a first preset threshold value, increasing the city with the distance from the departure place within a preset range into the departure place, and increasing the city with the distance from the destination within the preset range into the destination;
searching all one-way flights from each departure place to each destination after the second increment.
10. The multipoint-to-multipoint flight searching method of claim 7, further comprising the following steps after increasing the departure and destination:
and searching for a transportation travel scheme between the increased associated city and the original starting place or the original destination corresponding to the associated city, and pushing the transportation travel scheme to the user.
11. The multipoint-to-multipoint flight search method of claim 2, further comprising the steps of:
positioning the current position of the user to acquire the current position information of the user;
respectively searching departure traffic travel schemes from the current position of the user to each departure place within a departure time period;
and adding the departure traffic scheme into a one-way flight list or a round-trip flight list corresponding to the departure date, and pushing the departure traffic scheme to the user.
12. A multipoint-to-multipoint flight search system for implementing the multipoint-to-multipoint flight search method according to any one of claims 1 to 11, the system comprising:
the information acquisition module is used for acquiring a plurality of departure places, a plurality of destinations and departure time periods input by a user in one-way query, and acquiring a plurality of departure places, a plurality of destinations, departure time periods and return time periods input by the user in round-trip query;
the flight searching module is used for searching all one-way flights from each departure place to each destination in the departure time period during one-way query, searching all departure flights from each departure place to each destination in the departure time period during one-way query, searching all return flights from each destination to each departure place in the return time period, and combining the departure flights and the return flights to obtain a plurality of return flight combinations;
and the flight pushing module is used for pushing the search result of the flight searching module to a user.
13. A multipoint-to-multipoint flight search apparatus, comprising:
a processor;
a memory having stored therein executable instructions of the processor;
wherein the processor is configured to perform the steps of the multipoint to multipoint flight search method of any of claims 1 to 11 via execution of the executable instructions.
14. A computer readable storage medium storing a program which when executed performs the steps of the multipoint to multipoint flight search method of any of claims 1 to 11.
CN201711353897.6A 2017-12-15 2017-12-15 Multipoint-to-multipoint flight searching method, system, equipment and storage medium Active CN107844611B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711353897.6A CN107844611B (en) 2017-12-15 2017-12-15 Multipoint-to-multipoint flight searching method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711353897.6A CN107844611B (en) 2017-12-15 2017-12-15 Multipoint-to-multipoint flight searching method, system, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN107844611A CN107844611A (en) 2018-03-27
CN107844611B true CN107844611B (en) 2019-12-31

Family

ID=61663920

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711353897.6A Active CN107844611B (en) 2017-12-15 2017-12-15 Multipoint-to-multipoint flight searching method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN107844611B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110728399B (en) * 2019-09-27 2022-12-30 广州市骑鹅游信息技术咨询服务有限公司 Air ticket intelligent splicing method and system based on big data
CN110750554B (en) * 2019-09-28 2022-07-12 苏州创旅天下信息技术有限公司 System and method for matching optimal train scheme
CN111008257B (en) * 2019-11-28 2023-07-04 海南太美航空股份有限公司 Route data competition analysis method and system based on route big data platform
CN111831710B (en) * 2020-07-17 2023-09-22 深圳市活力天汇科技股份有限公司 Air ticket fuzzy search method
CN112308518A (en) * 2020-10-30 2021-02-02 中国民航信息网络股份有限公司 Travel information processing method and device, electronic equipment and computer storage medium
CN112241476A (en) * 2020-11-19 2021-01-19 中国民航信息网络股份有限公司 Method and related device for processing user request result in NDC (network data center) scene
CN113268674B (en) * 2021-05-18 2024-05-14 北京白龙马云行科技有限公司 Return auxiliary method and device
CN113485890B (en) * 2021-06-30 2023-10-27 中国民航信息网络股份有限公司 Service monitoring method, device, equipment and storage medium for flight inquiry system
CN114138148A (en) * 2021-12-01 2022-03-04 上海蒜芽信息科技有限公司 Method, system, equipment and storage medium for displaying online booking train tickets
CN113900961B (en) * 2021-12-08 2022-03-01 深圳市活力天汇科技股份有限公司 Sample generation method, device, equipment and medium for automatic testing

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1372216A (en) * 2001-02-27 2002-10-02 硕网资讯股份有限公司 Multi-range tiket ordering system and method thereof for internation airline
CN102272791A (en) * 2009-01-20 2011-12-07 斯坦德百控股公司 Flight selection method
CN104182836A (en) * 2014-08-26 2014-12-03 惟旅网络技术(上海)有限公司 Route and time planning method of long-distance travel
CN107015731A (en) * 2017-04-26 2017-08-04 携程旅游网络技术(上海)有限公司 Come and go the rendering method and system of combination ticket price
CN107025254A (en) * 2016-09-26 2017-08-08 阿里巴巴集团控股有限公司 A kind of course line destination searching method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR3048773B1 (en) * 2016-03-14 2020-08-14 Thales Sa METHOD AND SYSTEM FOR MANAGING A MULTI-DESTINATION FLIGHT PLAN

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1372216A (en) * 2001-02-27 2002-10-02 硕网资讯股份有限公司 Multi-range tiket ordering system and method thereof for internation airline
CN102272791A (en) * 2009-01-20 2011-12-07 斯坦德百控股公司 Flight selection method
CN104182836A (en) * 2014-08-26 2014-12-03 惟旅网络技术(上海)有限公司 Route and time planning method of long-distance travel
CN107025254A (en) * 2016-09-26 2017-08-08 阿里巴巴集团控股有限公司 A kind of course line destination searching method and device
CN107015731A (en) * 2017-04-26 2017-08-04 携程旅游网络技术(上海)有限公司 Come and go the rendering method and system of combination ticket price

Also Published As

Publication number Publication date
CN107844611A (en) 2018-03-27

Similar Documents

Publication Publication Date Title
CN107844611B (en) Multipoint-to-multipoint flight searching method, system, equipment and storage medium
JP6640880B2 (en) System and method for recommending personalized content
US9395199B2 (en) Dynamic routing via intelligent mapping system
CN107944586A (en) Point-to-point traffic trip scheme method for pushing, system, equipment and storage medium
CN108009275B (en) Flight transit information display method and device, electronic equipment and storage medium
US20090037101A1 (en) Map display system, method of inputting conditions for searching for poi, method of displaying guidance to poi, and terminal device
CN104714961A (en) Recommendation method, device and system for accommodation place
CN107491517B (en) Change label method, system, equipment and storage medium based on event driven
CN102446195A (en) Method for displaying point of interest (PoI) search results
CN104881717A (en) Route recommend method and user terminal
CN106777312A (en) A kind of inexpensive flight search system and method
US8855920B2 (en) Automatic assistance for route planning
US7970383B2 (en) Information providing system and information providing method
CN112001515A (en) Method, system, equipment and storage medium for on-line booking train ticket
CN109523073A (en) A kind of method, apparatus and terminal for recommending station by bus according to the destination of the passenger
US9635517B2 (en) Identification of location of a target address using position information transmitted by position identifying transmitter in vicinity of target address
CN113554195B (en) Ticket booking method, system, equipment and storage medium based on combined travel
CN109029476A (en) A kind of method and apparatus for determining range coverage
CN114202236A (en) Freight order information recommendation method, system, equipment and storage medium
CN112781604B (en) Method, apparatus, device and computer readable storage medium for navigation
US20220282982A1 (en) Display device, navigation system, display method, and storage medium
RU2600864C1 (en) Automated method for searching transportation services and automated system to implement such method
CN107944587B (en) Packaging processing method, system, equipment and storage medium of travel product
CN102032909A (en) Navigation terminal data updating method assisted by service system
WO2018195816A1 (en) Travel service method and terminal

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