CN111143646B - Multi-engine search system and implementation method thereof - Google Patents

Multi-engine search system and implementation method thereof Download PDF

Info

Publication number
CN111143646B
CN111143646B CN201811314843.3A CN201811314843A CN111143646B CN 111143646 B CN111143646 B CN 111143646B CN 201811314843 A CN201811314843 A CN 201811314843A CN 111143646 B CN111143646 B CN 111143646B
Authority
CN
China
Prior art keywords
data
service request
engine
data information
component
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
CN201811314843.3A
Other languages
Chinese (zh)
Other versions
CN111143646A (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.)
Shenyang Meihang Technology Co ltd
Original Assignee
Shenyang Meihang 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 Shenyang Meihang Technology Co ltd filed Critical Shenyang Meihang Technology Co ltd
Priority to CN201811314843.3A priority Critical patent/CN111143646B/en
Publication of CN111143646A publication Critical patent/CN111143646A/en
Application granted granted Critical
Publication of CN111143646B publication Critical patent/CN111143646B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a multi-engine search system and an implementation method thereof, wherein the system comprises: the system comprises an engine data adapting unit, a data component dividing unit, a data module integrating unit and a data information providing unit, wherein the engine data adapting unit, the data component dividing unit, the data module integrating unit and the data information providing unit are used for receiving data information of at least one engine interface, converting the format of the received data information according to the set storage format of the data information, extracting a first element contained in each data information, packaging to obtain a corresponding data component, obtaining the data component matched with each service request according to a preset matching relation, integrating to obtain a data module, obtaining the data module responding to the service request when the service request of the terminal is received, calling the data information of the data component, and providing the data information to the terminal. The system is divided into modules, information acquisition is completed by traversing each module, other navigation engines can be quickly adapted, and the interface display part of the terminal is separated from the internal logic of the search system, so that the interface display part and the internal logic of the search system have lower coupling degree.

Description

Multi-engine search system and implementation method thereof
Technical Field
The invention relates to the technical field of engine search, in particular to a multi-engine search system and an implementation method thereof.
Background
In a conventional implementation, for stability and expansibility, the engine provides a relatively atomic interface for the terminal according to service requirements, so that logic splicing and combination on some services are put down to an upper terminal for processing. Although the interface is encapsulated before the interface provided by the engine is used to shield the influence of the change of the interface at the bottom layer on the upper layer, the simple and transparent type of interface encapsulation does not reduce the workload of the terminal at the upper layer, and the code logic at the upper layer is increasingly bulkier and more complex along with the continuous increase and change of the service requirement.
The implementation of any one service requirement depends on the close fit of multiple links. The more links, the fewer and clearer the responsibility each link takes charge of, which is a good event from the design point of view; however, since each link has close coordination, the change of one link may bring about modification of a plurality of modules, which requires that a set of search system with high cohesion and low coupling be designed to adapt to different market demands and the information age of high-speed development.
Disclosure of Invention
In view of the foregoing, the present invention provides a multi-engine search system and method of implementing the same that overcomes or at least partially solves the foregoing.
In a first aspect, an embodiment of the present invention provides a multi-engine search system, including:
the engine data adapting unit is used for establishing communication with the engine server through the engine interface, receiving data information of at least one engine interface, converting the format of the data information received by the engine interface according to the set storage format of the data information, and responding to a service request of the terminal;
the data component dividing unit is used for extracting first elements contained in each piece of data information, packaging each first element to obtain a corresponding data component, and responding to at least one engine interface by each data component;
the data module integration unit is used for acquiring data modules matched with each service request in the data module dividing unit according to a preset matching relationship, integrating at least one data module to obtain data modules, wherein each data module is matched with at least one data module, and each data module responds to at least one service request;
and the data information providing unit is used for acquiring a data module responding to the service request when receiving the service request of the terminal, calling the data information of the data component in the data module and providing the data information for the terminal.
In one embodiment, the data component partitioning unit stores a matching relationship between the data component and the engine interface.
In one embodiment, when the engine data adapting unit adds or deletes the data information of the engine interface, the corresponding data component in the data component dividing unit is updated, and the matching relationship between the data component and the engine interface is updated.
In one embodiment, the matching relationship between the data module and the data component is stored in the data module integration unit.
In one embodiment, when the data component dividing unit adds or deletes the data component, the corresponding data module in the data module integrating unit is updated, and the matching relationship between the data module and the data component is updated.
In one embodiment, the first element is a basic constituent unit of the data information.
In one embodiment, the base constituent unit includes: keywords, command instructions, operation types, action conditions, information categories, and action objects.
In one embodiment, the obtaining, according to a preset matching relationship, the data component matching each service request in the data component dividing unit includes:
extracting a second element contained in the service request according to the functional attribute of the service request;
according to the types of the first element and the second element, establishing association between the first element and the second element which are the same in type;
and acquiring the first element according to the second element, and acquiring the data component associated with the first element according to the first element.
In one embodiment, said integrating at least one of said data components comprises: and (3) independently packaging the single data components, and integrally packaging more than two data components related according to preset conditions to respectively form corresponding data components.
In a second aspect, an embodiment of the present invention provides a method for implementing a multi-engine search system, including:
receiving the data information of the engine interface, and converting the format of the data information received by the engine interface according to the storage format of the data information set in the system;
extracting first elements contained in each piece of data information, and packaging each first element to obtain a corresponding data assembly;
acquiring data components matched with each service request in the data component dividing unit according to a preset matching relationship, and integrating at least one data component to obtain a data module;
when a service request of the terminal is received, a data module responding to the service request is obtained, data information of a data component in the data module is called, and the data information is provided for the terminal.
In one embodiment, when receiving a service request of the terminal, the method includes obtaining a data module in response to the service request, calling data information of a data component in the data module, and providing the data information to the terminal, including:
determining the engine interface to be called;
identifying a data component formed according to the data information of the engine interface in the system and integrating the data component to obtain a data module;
and acquiring a data module responding to the service request, calling data information of a data component in the data module, and providing the data information to the terminal.
In one embodiment, the method further comprises:
when the data information of the engine interface is added or deleted, updating the data component and updating the matching relation between the data component and the engine interface;
and when the data component is newly added or deleted, updating the data module, and updating the matching relation between the data module and the data component.
One of the above technical solutions provided by the embodiments of the present invention has the following advantages or beneficial effects: the engine data adapting unit is used for establishing communication with an engine server through an engine interface, receiving data information of at least one engine interface, converting the format of the data information received by the engine interface according to the set storage format of the data information, and responding to a service request of a terminal; the data component dividing unit is used for extracting first elements contained in each piece of data information and packaging each first element to obtain a corresponding data component; the data module integrating unit is used for acquiring data components matched with each service request in the data component dividing unit according to a preset matching relationship, and integrating at least one data component to obtain a data module; the data information providing unit is used for acquiring a data module responding to the service request when the service request of the terminal is received, calling the data information of the data component in the data module and providing the data information for the terminal. In the invention, the interface display part of the terminal is separated from the internal logic of the search system, so as to achieve the purpose of shielding complex call time sequence and professional terms and concepts in the engine. Extracting the elements of the data information by analyzing the data information of the engine interface, encapsulating to form a data component, integrating the data component to form a module component, realizing low coupling degree between the interface display part and the search system, simultaneously dividing the system into modules, the information acquisition is completed by traversing each module in the system, the purpose of rapidly adapting other engine service ends can be achieved, the design concepts of high cohesion and low coupling are achieved, and the system can also be compatible and adapted to services provided by engine manufacturers.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims thereof as well as the appended drawings.
The technical scheme of the invention is further described in detail through the drawings and the embodiments.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate the invention and together with the embodiments of the invention, serve to explain the invention. In the drawings:
FIG. 1 is a schematic diagram of a multi-engine search system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a multi-engine search system according to an embodiment of the present invention when applied to a vehicle navigation system;
FIG. 3 is a flowchart of a method for implementing a multi-engine search system according to a second embodiment of the present invention;
fig. 4 is a flowchart of a method for implementing a multi-engine search system according to a second embodiment of the present invention when a service request of a terminal is received;
FIG. 5 is a flowchart of updating data components in a method for implementing a multi-engine search system according to a second embodiment of the present invention;
fig. 6 is a flowchart of updating a data module in a method for implementing a multi-engine search system according to a second embodiment of the present invention.
Detailed description of the preferred embodiments
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the invention. Rather, they are merely examples of apparatus and methods consistent with aspects of the invention as detailed in the accompanying claims.
According to a first aspect of the disclosed embodiments, a multi-engine search system is provided, which can simultaneously and compatibly adapt to services provided by each engine manufacturer, as shown in fig. 1, and the system at least includes an engine data adapting unit 10, a data component dividing unit 20, a data module integrating unit 30 and a data information providing unit 40;
the engine data adapting unit 10 is configured to establish communication with an engine server through an engine interface, receive data information of at least one engine interface, and convert a format of the data information received by the engine interface according to a set storage format of the data information, and respond to a service request of a terminal.
In this embodiment, the engine data adapting unit 10 is externally connected with a plurality of engine interfaces, and establishes communication with an engine server through one of the engine interfaces when responding to a service request of a terminal, so that the engine data adapting unit may establish communication with engine servers provided by a plurality of engine manufacturers, where the engine server may be a first engine server, a second engine server, a third engine server, a fourth engine server, etc., and this is merely an example of the engine server, for explaining the present invention, and not limiting the present invention.
In this embodiment, the engine data adapting unit 10 is externally connected with a plurality of engine interfaces, and when responding to a service request of a terminal, communication can be established between two or more engine interfaces and an engine server, so that a data information coverage area of a received engine interface is larger, the comprehensiveness of a search result is fully ensured, and the data information received through one of the engine interfaces is prevented from being missed.
In this embodiment, according to the set data information storage format, the format of the data information received by the engine interface is converted, that is, the set data information storage format is obtained, the data information received by the engine interface is converted into a storage format consistent with the set data information, if the set storage format is chinese, the format of the data information received by the engine interface is converted into chinese correspondingly, so that the data information can be finally used in the formed whole system.
The data component dividing unit 20 is configured to extract first elements included in each piece of data information, encapsulate each first element to obtain a corresponding data component, and each data component responds to at least one engine interface.
In this embodiment, the first element is a basic constituent unit of the data information.
In this embodiment, further, the basic constituent unit includes: keywords, command instructions, operation types, action conditions, information categories, and action objects.
In this embodiment, the data component dividing unit 20 stores a matching relationship between the data component and the engine interface.
In this embodiment, further, when the engine data adapting unit 10 newly adds or deletes the data information of the engine interface, the corresponding data component in the data component dividing unit is updated, and the matching relationship between the data component and the engine interface is updated.
The data module integrating unit 30 is configured to obtain data modules matched with each service request in the data module dividing unit 20 according to a preset matching relationship, integrate at least one data module to obtain a data module, and match each data module with at least one data module, where each data module responds to at least one service request.
In this embodiment, the data component matching each service request in the data component dividing unit 20 is obtained according to a preset matching relationship, and the second element included in the service request is extracted according to the functional attribute of the service request, the first element and the second element with the same type are associated according to the types of the first element and the second element, the associated first element is obtained according to the second element, and then the data component associated with the first element is obtained according to the first element, if the type of the second element included in the data component is name, location, time, object, and the like when the functional attribute of the service request is search, the corresponding obtained data component is the road name, building name, current location, target location, time period, search keyword, and the like.
In this embodiment, said integrating at least one of said data components comprises: and packaging the single data assembly singly, packaging more than two data assemblies integrally to form corresponding data assemblies respectively, and packaging the data assemblies matched with each service request obtained through a preset matching relationship integrally when packaging the more than two data assemblies integrally.
In this embodiment, the matching relationship between the data module and the data component is stored in the data module integrating unit 30.
In this embodiment, further, when the data component dividing unit 20 adds or deletes the data component, the corresponding data module in the data module integrating unit 30 is updated, and the matching relationship between the data module and the data component is updated.
The data information providing unit 40 is configured to, when receiving a service request from the terminal, obtain a data module in response to the service request, call data information of a data component in the data module, and provide the data information to the terminal.
In this embodiment, when the multi-engine search system is applied to vehicle navigation, the service requirement is a navigation service requirement, as shown in fig. 2, where the navigation service requirement includes a navigation requirement, such as route guidance and route display; retrieval requirements such as target location, landmark building; and the engine data adapting unit is externally connected with a plurality of engine interfaces, such as a first engine interface, a second engine interface, a third engine interface and a fourth engine interface, can establish communication with a corresponding engine service end through different engine interfaces, and receives data information input by the corresponding engine service end establishing the communication through the corresponding engine interfaces, and then converts the data information according to a set storage format of the data information, so that the input data information can respond to a service request of a terminal. Extracting a first element contained in each data message, namely a basic composition unit of the data message, and packaging each basic composition unit to obtain a corresponding data assembly, wherein the basic composition unit comprises: keywords, command instructions, operation types, action conditions, information categories and action objects, such as pick-up, scrolling, scaling, keywords, retrieval parameters, simple guidance, road conditions, road information, depth information, electronic eyes, etc., may also extract data information according to actual service requirements, and correspondingly, each data component may respond to at least one engine interface. Further, the data components matched with each service request in the data component dividing unit are obtained according to a preset matching relationship, at least one data component is integrated, a single data component can be packaged separately, or more than two data components can be packaged integrally, then when a service request of the terminal is received, a data module responding to the service request is obtained, data information of the data component in the data module is called, the data information is provided for the terminal, the data information providing unit can define according to navigation service requirements, such as map, search, calculation and guidance, correspondingly, the data module integrating unit can further define according to the navigation service requirements, such as mini map, enlarged map, name search, road search, multi-path calculation, single-path calculation, analog guidance, path guidance and no-path guidance, and the scattered and single data components are integrated, so that more complete service information can be provided as simply as possible.
In a second aspect, embodiments of the present invention provide a method for implementing a multi-engine search system, where the steps shown in the flowchart of the drawing may be performed in a computer system such as a set of computer executable instructions, and although a logical order is shown in the flowchart, in some cases, the steps shown or described may be performed in an order different from that shown or described herein, as shown in fig. 3, the method includes the following S11-S14:
s11: receiving data information of the engine interface, and converting the format of the data information received by the engine interface according to a data information storage format set in the system;
s12: extracting first elements contained in each piece of data information, and packaging each first element to obtain a corresponding data assembly;
s13: acquiring data components matched with each service request in the data component dividing unit according to a preset matching relationship, and integrating at least one data component to obtain a data module;
s14: when a service request of the terminal is received, a data module responding to the service request is obtained, data information of a data component in the data module is called, and the data information is provided for the terminal.
In this embodiment, when a service request of the terminal is received, a data module responding to the service request is acquired, data information of a data component in the data module is called, and the data information is provided to the terminal, as shown in fig. 4, including the following S141-S143:
it should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer executable instructions, and that although a logical order is illustrated in the flowcharts, in some cases the steps illustrated or described may be performed in an order other than that illustrated herein.
S141: determining the engine interface to be called;
s142: identifying a data component formed according to the data information of the engine interface in the system and integrating the data component to obtain a data module;
s143: and acquiring a data module responding to the service request, calling data information of a data component in the data module, and providing the data information to the terminal.
In this embodiment, as shown in fig. 5, the implementation method of the multi-engine search system further includes the following steps S21 to S23:
s21: acquiring the data information;
s22: determining whether the data information is newly added or deleted, if so, executing S23, otherwise, returning to executing S21;
s23: and updating the data component and updating the matching relation between the data component and the engine interface.
In this embodiment, as shown in fig. 6, the implementation method of the multi-engine search system further includes the following steps S31-S33:
s31: acquiring the data component;
s32: determining whether the data component is newly added or deleted, if so, executing S33, and if not, returning to executing S31;
s33: and updating the data module and updating the matching relation between the data module and the data component.
In this embodiment, the method further includes:
the extracted first element is a basic constituent unit of the data information, specifically, the basic constituent unit includes: keywords, command instructions, operation types, action conditions, information categories, and action objects.
In this embodiment, the method further includes:
said integrating at least one of said data components comprising: and (3) independently packaging the single data components, and integrally packaging more than two data components related according to preset conditions to respectively form corresponding data components.
The method comprises the steps that communication is established between an engine interface and an engine server, data information of at least one engine interface is received, the format of the data information received by the engine interface is converted according to the set storage format of the data information, and a service request of a terminal is responded; extracting elements contained in each piece of data information, and packaging each element to obtain a corresponding data assembly; acquiring data components matched with each service request in the data component dividing unit according to a preset matching relationship, and integrating at least one data component to obtain a data module; when a service request of the terminal is received, a data module responding to the service request is obtained, data information of a data component in the data module is called, and the data information is provided for the terminal.
The interface display part of the terminal is separated from the internal logic of the search system, so that the purposes of shielding complex call time sequences and professional terms and concepts in the engine are achieved. Extracting the elements of the data information by analyzing the data information of the engine interface, encapsulating to form a data component, integrating the data component to form a module component, realizing low coupling degree between the interface display part and the search system, simultaneously dividing the system into modules, the information acquisition is completed by traversing each module in the system, the purpose of rapidly adapting other engine service ends can be achieved, the design concepts of high cohesion and low coupling are achieved, and the system can also be compatible and adapted to services provided by engine manufacturers.
Those of ordinary skill in the art will appreciate that all or some of the steps in implementing the methods of the above embodiments may be implemented by a program to instruct related hardware, where the program may be stored in a computer readable storage medium, where the program includes steps in implementing the methods of the above multi-engine search system, where the storage medium includes: ROM/RAM, magnetic disks, optical disks, etc.).
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (7)

1. A multi-engine search system, the system comprising:
the engine data adapting unit is used for establishing communication with the engine server through the engine interface, receiving data information of at least one engine interface, converting the format of the data information received by the engine interface according to the set storage format of the data information, and responding to a service request of the terminal;
the data component dividing unit is used for extracting first elements contained in each piece of data information, packaging each first element to obtain a corresponding data component, and responding to at least one engine interface by each data component;
the data module integration unit is used for acquiring data modules matched with each service request in the data module dividing unit according to a preset matching relationship, integrating at least one data module to obtain data modules, wherein each data module is matched with at least one data module, and each data module responds to at least one service request;
the data information providing unit is used for acquiring a data module responding to the service request when receiving the service request of the terminal, calling the data information of a data component in the data module and providing the data information for the terminal;
the first element is a basic constituent unit of the data information; the basic constituent unit comprises: keywords, command instructions, operation types, action conditions, information categories and action objects;
the obtaining the data component matched with each service request in the data component dividing unit according to the preset matching relationship includes:
extracting a second element contained in the service request according to the functional attribute of the service request;
according to the types of the first element and the second element, establishing association between the first element and the second element which are the same in type;
and acquiring the first element according to the second element, and acquiring the data component associated with the first element according to the first element.
2. The system according to claim 1, wherein: and the data component dividing unit stores the matching relation between the data component and the engine interface.
3. The system according to claim 2, wherein: when the engine data adapting unit adds or deletes the data information of the engine interface, the corresponding data component in the data component dividing unit is updated, and the matching relation between the data component and the engine interface is updated.
4. A system according to any one of claims 1-3, characterized in that: and the data module integration unit stores the matching relation between the data module and the data component.
5. The system according to claim 4, wherein: when the data component dividing unit adds or deletes the data component, the corresponding data module in the data module integrating unit is updated, and the matching relation between the data module and the data component is updated.
6. A method of implementing a multi-engine search system according to claim 1, comprising:
receiving the data information of the engine interface, and converting the format of the data information received by the engine interface according to the set data information storage format;
extracting first elements contained in each piece of data information, and packaging each first element to obtain a corresponding data assembly;
acquiring data components matched with each service request in the data component dividing unit according to a preset matching relationship, and integrating at least one data component to obtain a data module;
when a service request of the terminal is received, a data module responding to the service request is obtained, data information of a data component in the data module is called, and the data information is provided for the terminal;
the first element is a basic constituent unit of the data information; the basic constituent unit comprises: keywords, command instructions, operation types, action conditions, information categories and action objects;
the obtaining the data component matched with each service request in the data component dividing unit according to the preset matching relationship includes:
extracting a second element contained in the service request according to the functional attribute of the service request;
according to the types of the first element and the second element, establishing association between the first element and the second element which are the same in type;
and acquiring the first element according to the second element, and acquiring the data component associated with the first element according to the first element.
7. The method of claim 6, wherein when a service request of the terminal is received, acquiring a data module in response to the service request, calling data information of a data component in the data module, and providing the data information to the terminal, comprises:
determining the engine interface to be called;
identifying a data component formed according to the data information of the engine interface and a data module integrated according to the data component;
and acquiring a data module responding to the service request, calling data information of a data component in the data module, and providing the data information to the terminal.
CN201811314843.3A 2018-11-06 2018-11-06 Multi-engine search system and implementation method thereof Active CN111143646B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811314843.3A CN111143646B (en) 2018-11-06 2018-11-06 Multi-engine search system and implementation method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811314843.3A CN111143646B (en) 2018-11-06 2018-11-06 Multi-engine search system and implementation method thereof

Publications (2)

Publication Number Publication Date
CN111143646A CN111143646A (en) 2020-05-12
CN111143646B true CN111143646B (en) 2023-09-29

Family

ID=70515988

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811314843.3A Active CN111143646B (en) 2018-11-06 2018-11-06 Multi-engine search system and implementation method thereof

Country Status (1)

Country Link
CN (1) CN111143646B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102419857A (en) * 2012-01-12 2012-04-18 北京邮电大学 Telemedicine comprehensive service system and method
CN103198067A (en) * 2012-01-06 2013-07-10 卓望数码技术(深圳)有限公司 Business searching method and system
CN105808740A (en) * 2016-03-11 2016-07-27 程书京 Information search method and information search device
CN107066595A (en) * 2017-04-19 2017-08-18 济南浪潮高新科技投资发展有限公司 A kind of many application searches method of servicing of big data and system
CN107291459A (en) * 2017-06-09 2017-10-24 深圳市金立通信设备有限公司 A kind of method and server for arranging information
CN107872571A (en) * 2017-10-27 2018-04-03 努比亚技术有限公司 Interface requests method, interface requests response method, mobile terminal and server
CN108153770A (en) * 2016-12-05 2018-06-12 天脉聚源(北京)科技有限公司 The method and system that a kind of search engine accelerates

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8381167B2 (en) * 2009-01-29 2013-02-19 Hewlett-Packard Development Company, L.P. Business service discovery
US20140214934A1 (en) * 2013-01-28 2014-07-31 Matthias Tebbe Composition Engine as a Service

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103198067A (en) * 2012-01-06 2013-07-10 卓望数码技术(深圳)有限公司 Business searching method and system
CN102419857A (en) * 2012-01-12 2012-04-18 北京邮电大学 Telemedicine comprehensive service system and method
CN105808740A (en) * 2016-03-11 2016-07-27 程书京 Information search method and information search device
CN108153770A (en) * 2016-12-05 2018-06-12 天脉聚源(北京)科技有限公司 The method and system that a kind of search engine accelerates
CN107066595A (en) * 2017-04-19 2017-08-18 济南浪潮高新科技投资发展有限公司 A kind of many application searches method of servicing of big data and system
CN107291459A (en) * 2017-06-09 2017-10-24 深圳市金立通信设备有限公司 A kind of method and server for arranging information
CN107872571A (en) * 2017-10-27 2018-04-03 努比亚技术有限公司 Interface requests method, interface requests response method, mobile terminal and server

Also Published As

Publication number Publication date
CN111143646A (en) 2020-05-12

Similar Documents

Publication Publication Date Title
US11768875B2 (en) Monitoring system control interface for asset tree determination
CN106406911B (en) A kind of method of computer software functional unit
US10136044B2 (en) Method, apparatus, and system for communicating information of selected objects of interest displayed in a video-chat application
TWI671681B (en) Tag-based program development method, page request response method and device thereof
CN109189381B (en) Method and device for creating service flow component
CN104572644A (en) Database updating device and database updating method
CN111488109A (en) Method, device, terminal and storage medium for acquiring control information of user interface
CN108833459A (en) Data reporting method and terminal equipment
EP2608585A1 (en) Method, device and system for triggering terminal operation
CN107247791B (en) Parking lot map data generation method and device and machine-readable storage medium
CN110413286B (en) Application deployment method, device and equipment
CN106603465A (en) Service account number association method, apparatus, system and terminal equipment
CN104932928A (en) Plug-in development method and system based on java
CN110347882A (en) Consanguinity analysis method and device, storage medium and the electronic device of data
CN109684022A (en) Word input processing method, device and electronic equipment
CN111143646B (en) Multi-engine search system and implementation method thereof
CN113051346A (en) Hot spot information processing method based on cloud computing and block chain financial cloud center
CN110109981B (en) Information display method and device for work queue, computer equipment and storage medium
CN110648126A (en) Payment type configuration method, device, server and storage medium
CN112699183A (en) Data processing method, system, readable storage medium and computer equipment
CN109697072A (en) Information processing method, device and equipment
CN103220327B (en) user information storage method and device
CN109672590A (en) Collecting method, device, equipment and computer readable storage medium
CN109660379B (en) Network method, system and terminal
CN115269050A (en) Multi-map calling method and device, storage medium and computer equipment

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 110000 No. 861-6, shangshengou village, Hunnan District, Shenyang City, Liaoning Province

Applicant after: Shenyang Meihang Technology Co.,Ltd.

Address before: 110167 13th floor, Debao building, No. 1, Jinhui street, Hunnan New Area, Shenyang, Liaoning

Applicant before: SHENYANG MXNAVI Co.,Ltd.

GR01 Patent grant
GR01 Patent grant