CN112052261A - ES-based bank external data management method, device and equipment - Google Patents

ES-based bank external data management method, device and equipment Download PDF

Info

Publication number
CN112052261A
CN112052261A CN202011052901.7A CN202011052901A CN112052261A CN 112052261 A CN112052261 A CN 112052261A CN 202011052901 A CN202011052901 A CN 202011052901A CN 112052261 A CN112052261 A CN 112052261A
Authority
CN
China
Prior art keywords
external data
attribute information
bank
target bank
retrieval
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.)
Pending
Application number
CN202011052901.7A
Other languages
Chinese (zh)
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202011052901.7A priority Critical patent/CN112052261A/en
Publication of CN112052261A publication Critical patent/CN112052261A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation
    • G06F16/24549Run-time optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2468Fuzzy queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Automation & Control Theory (AREA)
  • Probability & Statistics with Applications (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a bank external data management method, device and equipment based on ES, which can effectively manage the bank external data based on the ES, so that the retrieval speed of the bank external data is improved, the fuzzy retrieval of a user is realized, and the user experience is improved. The method comprises the following steps: firstly, acquiring external data of a target bank to be managed, extracting attribute information of the external data of the target bank, then, importing the attribute information of the external data of the target bank into an ES (electronic storage) system, generating an attribute information index corresponding to the attribute information of the external data of the target bank, and then, receiving a retrieval condition input by a user, wherein the retrieval condition comprises the attribute information of the external data of the target bank; and then, fuzzy retrieval can be carried out on the external data of the target bank according to the retrieval conditions and the attribute information index corresponding to the attribute information of the external data of the target bank, so that a retrieval result is obtained.

Description

ES-based bank external data management method, device and equipment
Technical Field
The application relates to the technical field of computers, in particular to a bank external data management method, device and equipment based on ES.
Background
The elastic search (ES for short) is an open-source search server based on Lucene, and can complete real-time, stable, fast and reliable search.
At present, in daily banking business, a large amount of external data (such as house property information, credit investigation information and the like of a user) needs to be accessed, and the external data is stored in a text file form because of various data sources and no uniform format. Because of the huge number of files, the traditional file management system is slow in file retrieval, long in time consumption and poor in performance, and the existing file management system mainly performs accurate retrieval on file query, but has less support on fuzzy search through keywords and poor user experience. Therefore, how to realize effective management of external data of the bank so as to improve the retrieval speed of the external data of the bank and realize the fuzzy retrieval of users is a problem to be solved urgently.
Disclosure of Invention
The embodiment of the application mainly aims to provide a bank external data management method, device and equipment based on an ES (electronic storage system), which can effectively manage bank external data based on the ES, so that the retrieval speed of the bank external data is increased, fuzzy retrieval of a user is realized, and the user experience is improved.
In a first aspect, an embodiment of the present application provides a bank external data management method based on an ES, including:
acquiring external data of a target bank to be managed, and extracting attribute information of the external data of the target bank;
importing the attribute information of the external data of the target bank into an ES (electronic storage) and generating an attribute information index corresponding to the attribute information of the external data of the target bank;
receiving a retrieval condition input by a user, wherein the retrieval condition comprises attribute information of external data of the target bank;
and carrying out fuzzy retrieval on the external data of the target bank according to the retrieval condition and the attribute information index corresponding to the attribute information of the external data of the target bank to obtain a retrieval result.
Optionally, the attribute information of the external data of the target bank includes a file name, an author name, and summary information.
Optionally, the importing the attribute information of the external data of the target bank into an ES, and generating an attribute information index corresponding to the attribute information of the external data of the target bank includes:
importing the file name, the author name and the summary information into an ES (electronic document) and performing word segmentation processing on the file name, the author name and the summary information to obtain word segmentation results corresponding to the file name, the author name and the summary information;
and generating a keyword index corresponding to the file name, the author name and the summary information according to the word segmentation result.
Optionally, the target bank external data is newly added bank external data; the importing the attribute information of the external data of the target bank into an ES and generating an attribute information index corresponding to the attribute information of the external data of the target bank includes:
extracting attribute information of the newly added external data of the bank;
and leading the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank into an ES together, and generating an attribute information index corresponding to the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank.
In a second aspect, an embodiment of the present application further provides an ES-based external data management device for a bank, including:
the system comprises an acquisition unit, a management unit and a management unit, wherein the acquisition unit is used for acquiring external data of a target bank to be managed and extracting attribute information of the external data of the target bank;
the generating unit is used for importing the attribute information of the external data of the target bank into an ES (electronic storage) and generating an attribute information index corresponding to the attribute information of the external data of the target bank;
the receiving unit is used for receiving a retrieval condition input by a user, and the retrieval condition comprises attribute information of the external data of the target bank;
and the retrieval unit is used for carrying out fuzzy retrieval on the external data of the target bank according to the retrieval condition and the attribute information index corresponding to the attribute information of the external data of the target bank to obtain a retrieval result.
Optionally, the attribute information of the external data of the target bank includes a file name, an author name, and summary information.
Optionally, the generating unit includes:
the obtaining subunit is used for importing the file name, the author name and the summary information into an ES (electronic document) and performing word segmentation processing on the file name, the author name and the summary information to obtain word segmentation results corresponding to the file name, the author name and the summary information;
and the first generation subunit is used for generating a keyword index corresponding to the file name, the author name and the summary information according to the word segmentation result.
Optionally, the target bank external data is newly added bank external data; the generation unit includes:
the extracting subunit is used for extracting the attribute information of the newly added external data of the bank;
and the second generating subunit is used for introducing the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank into an ES together, and generating an attribute information index corresponding to the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank.
An embodiment of the present application further provides a bank external data management device based on an ES, including: a processor, a memory, a system bus;
the processor and the memory are connected through the system bus;
the memory is used for storing one or more programs, and the one or more programs comprise instructions which, when executed by the processor, cause the processor to execute any implementation manner of the ES-based bank external data management method.
An embodiment of the present application further provides a computer-readable storage medium, where instructions are stored in the computer-readable storage medium, and when the instructions are run on a terminal device, the terminal device is enabled to execute any implementation manner of the bank external data management method based on the ES.
The method, the device and the equipment for managing the external data of the bank based on the ES firstly acquire the external data of a target bank to be managed and extract the attribute information of the external data of the target bank, then, the attribute information of the external data of the target bank is imported into the ES, an attribute information index corresponding to the attribute information of the external data of the target bank is generated, and then, a retrieval condition input by a user is received, wherein the retrieval condition comprises the attribute information of the external data of the target bank; and then, fuzzy retrieval can be carried out on the external data of the target bank according to the retrieval conditions and the attribute information index corresponding to the attribute information of the external data of the target bank, so that a retrieval result is obtained. Therefore, the bank external data can be effectively managed based on the ES, so that the retrieval speed of the bank external data is improved, the fuzzy retrieval of the user is realized, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for managing external data of a bank based on ES according to an embodiment of the present application;
fig. 2 is a schematic composition diagram of an ES-based external data management device for a bank according to an embodiment of the present application.
Detailed Description
The ES is an open-source Lucene-based search server and can complete real-time, stable, fast and reliable search. In addition, a large amount of external data (such as house information and credit investigation information of a user) needs to be accessed in daily banking at present, and the external data is stored in a text file form because of various data sources and no uniform format. Because of the huge number of files, the traditional file management system is slow in file retrieval speed, long in time consumption and poor in performance, but the existing file management system mainly performs accurate retrieval on file query, and has little support on fuzzy search through keywords, and the user experience is poor. Therefore, how to realize effective management of external data of the bank so as to improve the retrieval speed of the external data of the bank and realize the fuzzy retrieval of users is a problem to be solved urgently.
In order to solve the above-mentioned drawbacks, an embodiment of the present application provides a method for managing external data of a bank based on an ES, which includes obtaining external data of a target bank to be managed, extracting attribute information of the external data of the target bank, importing the attribute information of the external data of the target bank into the ES, generating an attribute information index corresponding to the attribute information of the external data of the target bank, and receiving a retrieval condition input by a user, where the retrieval condition includes the attribute information of the external data of the target bank; and then, fuzzy retrieval can be carried out on the external data of the target bank according to the retrieval conditions and the attribute information index corresponding to the attribute information of the external data of the target bank, so that a retrieval result is obtained. Therefore, the bank external data can be effectively managed based on the ES, so that the retrieval speed of the bank external data is improved, the fuzzy retrieval of the user is realized, and the user experience is improved.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
First embodiment
Referring to fig. 1, a schematic flow chart of a method for managing external data of a bank based on an ES according to this embodiment is provided, where the method includes the following steps:
s101: and acquiring external data of the target bank to be managed, and extracting attribute information of the external data of the target bank.
It should be noted that, because the conventional file management system used at present is slow, long in time consumption, and poor in performance, the existing file management system is mainly used for accurately retrieving the file query, and the fuzzy search support through keywords such as the file name and the author name is less, which results in poor user experience.
Therefore, in this embodiment, in order to increase the speed of retrieving the external data of the bank and implement the fuzzy retrieval of the user, for the bank, it is first required to obtain the external data of the target bank to be managed and extract the attribute information of the external data of the target bank, so as to implement the effective management of the external data of the bank through the subsequent steps S102 to S103.
S102: and importing the attribute information of the external data of the target bank into the ES, and generating an attribute information index corresponding to the attribute information of the external data of the target bank.
In this embodiment, after the target bank external data to be managed is acquired in step S101 and the attribute information of the target bank external data is extracted, the attribute information of the target bank external data may be further sorted and processed, and then may be introduced into the ES in batch, and an attribute information index corresponding to the attribute information of the target bank external data is generated.
In a possible implementation manner of the embodiment of the present application, the attribute information of the external data of the target bank includes text information such as a file name, an author name, and summary information, and further, the specific implementation process of this step S102 includes the following steps a1-a 2:
step A1: and importing the file name, the author name and the summary information into the ES, and performing word segmentation processing on the file name, the author name and the summary information to obtain word segmentation results corresponding to the file name, the author name and the summary information.
Step A2: and generating a keyword index corresponding to the file name, the author name and the summary information according to the word segmentation result.
In this implementation, after extracting the attribute information such as the file name, the author name, and the summary information of the external data of the target bank, the present or future word segmentation method may be further used to perform word segmentation processing on the attribute information such as the file name, the author name, and the summary information to obtain word segmentation results corresponding to the attribute information such as the file name, the author name, and the summary information, and further, an index (defined as a keyword index herein) corresponding to the attribute information such as the file name, the author name, and the summary information may be generated according to the word segmentation results.
In another possible implementation manner of the embodiment of the application, the target bank external data is newly added bank external data, and further, the specific implementation process of the step S102 includes the following steps B1-B2:
step B1: and extracting attribute information of the newly added external data of the bank.
Step B2: and introducing the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank into the ES together, and generating an attribute information index corresponding to the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank.
In this implementation, if the target bank external data is the newly added bank external data, after the newly added bank external data (such as credit investigation information of the client, blacklist information in a mobile phone record of the client, property information and the like) is obtained, the attribute information of the newly added bank external data, such as a file name, an author name, abstract information and the like, is extracted, then, the attribute information of the newly added bank external data and the attribute information of the historical bank external data can be jointly imported into the ES, and an attribute information index corresponding to the attribute information of the newly added bank external data and the attribute information of the historical bank external data is generated, so as to execute the subsequent step S103 and implement distributed management of the attribute information index.
S103: and receiving a retrieval condition input by a user, wherein the retrieval condition comprises attribute information of data outside the target bank.
In this embodiment, after the step S102 is performed to import the attribute information of the external data of the target bank into the ES and generate the attribute information index corresponding to the attribute information of the external data of the target bank, the search condition including the attribute information of the external data of the target bank, which is input by the user, may be further received. For example, the user may input information of a file name, a special surname, a cell name, a building number, and the like, which are independent or combined, as a search condition, so as to implement the fuzzy search through the subsequent step S104.
S104: and performing fuzzy retrieval on the external data of the target bank according to the retrieval conditions and the attribute information index corresponding to the attribute information of the external data of the target bank to obtain a retrieval result.
In this embodiment, after the attribute information index corresponding to the attribute information of the external data of the target bank is generated in step S102, and the retrieval condition input by the user is received in step S103, the fuzzy retrieval or the precise retrieval may be further performed on the external data of the target bank according to the retrieval condition and the attribute information index corresponding to the attribute information of the external data of the target bank, so as to obtain the retrieval result.
For example, the following steps are carried out: take the property information in the following table as an example:
Figure BDA0002710083480000071
typically, external data from banks is typically stored in semi-structured text form, as follows:
Figure BDA0002710083480000072
Figure BDA0002710083480000081
if the traditional file management system is used for management, the information is usually converted into a structured format for storage or direct full-text retrieval, and the retrieval speed is low and the efficiency is low.
However, according to the method of the embodiment of the present application, through the above steps S101 to S104, by using the elasticsearch, the VALUE information of the upper record can be used to construct an index, and after performing the word segmentation processing on the index, the fuzzy search can be performed on the keyword information (i.e., the attribute information), and the search result is fed back according to the matching degree. In addition to supporting basic accurate search, the present application can also implement fuzzy search for keywords "rose" and "jadeite" to obtain search results.
In summary, in the method for managing external data of a bank based on an ES according to this embodiment, first, external data of a target bank to be managed is obtained, attribute information of the external data of the target bank is extracted, then, the attribute information of the external data of the target bank is imported into the ES, an attribute information index corresponding to the attribute information of the external data of the target bank is generated, and then, a retrieval condition input by a user is received, where the retrieval condition includes the attribute information of the external data of the target bank; and then, fuzzy retrieval can be carried out on the external data of the target bank according to the retrieval conditions and the attribute information index corresponding to the attribute information of the external data of the target bank, so that a retrieval result is obtained. Therefore, the bank external data can be effectively managed based on the ES, so that the retrieval speed of the bank external data is improved, the fuzzy retrieval of the user is realized, and the user experience is improved.
Second embodiment
In this embodiment, a bank external data management device based on ES will be described, and please refer to the above method embodiment for related contents.
Referring to fig. 2, a schematic composition diagram of an ES-based external data management device for a bank provided in this embodiment is shown, where the device includes:
an obtaining unit 201, configured to obtain external data of a target bank to be managed, and extract attribute information of the external data of the target bank;
a generating unit 202, configured to import the attribute information of the external data of the target bank into an ES, and generate an attribute information index corresponding to the attribute information of the external data of the target bank;
a receiving unit 203, configured to receive a search condition input by a user, where the search condition includes attribute information of the external data of the target bank;
and the retrieval unit 204 is configured to perform fuzzy retrieval on the external data of the target bank according to the retrieval condition and the attribute information index corresponding to the attribute information of the external data of the target bank, so as to obtain a retrieval result.
In an implementation manner of this embodiment, the attribute information of the external data of the target bank includes a file name, an author name, and summary information.
In an implementation manner of this embodiment, the generating unit 202 includes:
the obtaining subunit is used for importing the file name, the author name and the summary information into an ES (electronic document) and performing word segmentation processing on the file name, the author name and the summary information to obtain word segmentation results corresponding to the file name, the author name and the summary information;
and the first generation subunit is used for generating a keyword index corresponding to the file name, the author name and the summary information according to the word segmentation result.
In an implementation manner of this embodiment, the target bank external data is newly added bank external data; the generating unit 202 includes:
the extracting subunit is used for extracting the attribute information of the newly added external data of the bank;
and the second generating subunit is used for introducing the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank into an ES together, and generating an attribute information index corresponding to the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank.
In summary, in the bank external data management apparatus based on the ES according to this embodiment, first, target bank external data to be managed is obtained, attribute information of the target bank external data is extracted, then, the attribute information of the target bank external data is imported into the ES, an attribute information index corresponding to the attribute information of the target bank external data is generated, and then, a retrieval condition input by a user is received, where the retrieval condition includes the attribute information of the target bank external data; and then, fuzzy retrieval can be carried out on the external data of the target bank according to the retrieval conditions and the attribute information index corresponding to the attribute information of the external data of the target bank, so that a retrieval result is obtained. Therefore, the bank external data can be effectively managed based on the ES, so that the retrieval speed of the bank external data is improved, the fuzzy retrieval of the user is realized, and the user experience is improved.
Further, an embodiment of the present application further provides a bank external data management device based on an ES, including: a processor, a memory, a system bus;
the processor and the memory are connected through the system bus;
the memory is used for storing one or more programs, and the one or more programs comprise instructions which when executed by the processor cause the processor to execute any implementation method of the ES-based bank external data management method.
Further, an embodiment of the present application further provides a computer-readable storage medium, where instructions are stored in the computer-readable storage medium, and when the instructions are run on a terminal device, the instructions cause the terminal device to execute any implementation method of the above-mentioned ES-based bank external data management method.
As can be seen from the above description of the embodiments, those skilled in the art can clearly understand that all or part of the steps in the above embodiment methods can be implemented by software plus a necessary general hardware platform. Based on such understanding, the technical solution of the present application may be essentially or partially implemented in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network communication device such as a media gateway, etc.) to execute the method according to the embodiments or some parts of the embodiments of the present application.
It should be noted that, in the present specification, the embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A bank external data management method based on ES is characterized by comprising the following steps:
acquiring external data of a target bank to be managed, and extracting attribute information of the external data of the target bank;
importing the attribute information of the external data of the target bank into an ES (electronic storage) and generating an attribute information index corresponding to the attribute information of the external data of the target bank;
receiving a retrieval condition input by a user, wherein the retrieval condition comprises attribute information of external data of the target bank;
and carrying out fuzzy retrieval on the external data of the target bank according to the retrieval condition and the attribute information index corresponding to the attribute information of the external data of the target bank to obtain a retrieval result.
2. The method of claim 1, wherein the attribute information of the target bank external data includes a file name, an author name, and summary information.
3. The method according to claim 2, wherein the importing the attribute information of the target bank external data into an ES and generating an attribute information index corresponding to the attribute information of the target bank external data includes:
importing the file name, the author name and the summary information into an ES (electronic document) and performing word segmentation processing on the file name, the author name and the summary information to obtain word segmentation results corresponding to the file name, the author name and the summary information;
and generating a keyword index corresponding to the file name, the author name and the summary information according to the word segmentation result.
4. The method according to claim 1, wherein the target bank external data is newly added bank external data; the importing the attribute information of the external data of the target bank into an ES and generating an attribute information index corresponding to the attribute information of the external data of the target bank includes:
extracting attribute information of the newly added external data of the bank;
and leading the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank into an ES together, and generating an attribute information index corresponding to the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank.
5. An ES-based external data management apparatus for a bank, comprising:
the system comprises an acquisition unit, a management unit and a management unit, wherein the acquisition unit is used for acquiring external data of a target bank to be managed and extracting attribute information of the external data of the target bank;
the generating unit is used for importing the attribute information of the external data of the target bank into an ES (electronic storage) and generating an attribute information index corresponding to the attribute information of the external data of the target bank;
the receiving unit is used for receiving a retrieval condition input by a user, and the retrieval condition comprises attribute information of the external data of the target bank;
and the retrieval unit is used for carrying out fuzzy retrieval on the external data of the target bank according to the retrieval condition and the attribute information index corresponding to the attribute information of the external data of the target bank to obtain a retrieval result.
6. The apparatus of claim 5, wherein the attribute information of the target bank external data includes a file name, an author name, and summary information.
7. The apparatus of claim 6, wherein the generating unit comprises:
the obtaining subunit is used for importing the file name, the author name and the summary information into an ES (electronic document) and performing word segmentation processing on the file name, the author name and the summary information to obtain word segmentation results corresponding to the file name, the author name and the summary information;
and the first generation subunit is used for generating a keyword index corresponding to the file name, the author name and the summary information according to the word segmentation result.
8. The apparatus according to claim 5, wherein the target bank external data is newly added bank external data; the generation unit includes:
the extracting subunit is used for extracting the attribute information of the newly added external data of the bank;
and the second generating subunit is used for introducing the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank into an ES together, and generating an attribute information index corresponding to the attribute information of the newly added external data of the bank and the attribute information of the external data of the historical bank.
9. An ES-based external data management apparatus for a bank, comprising: a processor, a memory, a system bus;
the processor and the memory are connected through the system bus;
the memory is to store one or more programs, the one or more programs comprising instructions, which when executed by the processor, cause the processor to perform the method of any of claims 1-4.
10. A computer-readable storage medium having stored therein instructions that, when executed on a terminal device, cause the terminal device to perform the method of any one of claims 1-4.
CN202011052901.7A 2020-09-29 2020-09-29 ES-based bank external data management method, device and equipment Pending CN112052261A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011052901.7A CN112052261A (en) 2020-09-29 2020-09-29 ES-based bank external data management method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011052901.7A CN112052261A (en) 2020-09-29 2020-09-29 ES-based bank external data management method, device and equipment

Publications (1)

Publication Number Publication Date
CN112052261A true CN112052261A (en) 2020-12-08

Family

ID=73605420

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011052901.7A Pending CN112052261A (en) 2020-09-29 2020-09-29 ES-based bank external data management method, device and equipment

Country Status (1)

Country Link
CN (1) CN112052261A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484877A (en) * 2016-10-14 2017-03-08 东北大学 A kind of document retrieval system based on HDFS
CN107480292A (en) * 2017-08-29 2017-12-15 广东电网有限责任公司中山供电局 A kind of security incident Training Methodology and system based on fuzzy algorithmic approach
CN110413734A (en) * 2019-07-25 2019-11-05 万达信息股份有限公司 A kind of intelligent searching system and method for medical services

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484877A (en) * 2016-10-14 2017-03-08 东北大学 A kind of document retrieval system based on HDFS
CN107480292A (en) * 2017-08-29 2017-12-15 广东电网有限责任公司中山供电局 A kind of security incident Training Methodology and system based on fuzzy algorithmic approach
CN110413734A (en) * 2019-07-25 2019-11-05 万达信息股份有限公司 A kind of intelligent searching system and method for medical services

Similar Documents

Publication Publication Date Title
CN109783651B (en) Method and device for extracting entity related information, electronic equipment and storage medium
CN109885773B (en) Personalized article recommendation method, system, medium and equipment
KR101775742B1 (en) Contextual queries
US9600470B2 (en) Method and system relating to re-labelling multi-document clusters
US9460117B2 (en) Image searching
CN105183912B (en) Abnormal log determines method and apparatus
CN109034988B (en) Accounting entry generation method and device
EP2579167A1 (en) Method for active information push and server therefor
US20130013616A1 (en) Systems and Methods for Natural Language Searching of Structured Data
CN110069698B (en) Information pushing method and device
CN101996195A (en) Searching method and device of voice information in audio files and equipment
CN110232126B (en) Hot spot mining method, server and computer readable storage medium
CN108319608A (en) The method, apparatus and system of access log storage inquiry
CN111177306B (en) Data processing method and device
KR20220058192A (en) An apparatus for providing stock information based on keywords mapping using news articles and a method for operating it
CN111191153A (en) Information technology consultation service display device
CN117648495B (en) Data pushing method and system based on cloud primary vector data
CN105824951A (en) Retrieval method and retrieval device
CN113239177A (en) Knowledge point query method, knowledge point query device, knowledge point query server, knowledge point query medium and product
US20220027419A1 (en) Smart search and recommendation method for content, storage medium, and terminal
CN111241142A (en) Scientific and technological achievement conversion pushing system and method
CN111723201A (en) Method and device for clustering text data
CN112052261A (en) ES-based bank external data management method, device and equipment
CN107256260A (en) A kind of intelligent semantic recognition methods, searching method, apparatus and system
CN113325959A (en) Input corpus recommendation method and device

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