SYSTEMS AND METHODS FOR A FULL TEXT SEARCH ENGINE

Aspects of the current patent document include systems and methods to full text search engines. In embodiments, a full text search engine is implemented in object storage. In embodiments, a distributed database index is used in conjunction with the object storage. In embodiments, the distributed database is encrypted and moved to object storage. In embodiments, object storage stores a plurality of blocks containing words. In embodiments, each block can contain one million words.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATION

This patent application claims the priority benefit of co-pending and commonly-owned Indian Provisional Application 201711012654, filed on Apr. 7, 2017, entitled “SYSTEMS AND METHODS FOR A FULL TEXT SEARCH ENGINE,” and listing Milind Borate, Yogendra Acharya, and Anand Apte as inventors (Docket No. 20133-2083IN), which patent document is incorporated by reference herein in its entirety and for all purposes.

BACKGROUND

A. Technical Field

The present invention relates generally to data storage and searching, and relates more particularly to a full text search engine.

B. Description of the Related Art

As the value and use of information continues to increase, individuals and businesses seek additional ways to process and store and search information. One option available to users is information handling systems. An information handling system generally processes, compiles, stores, searches and/or communicates information or data for business, personal, or other purposes thereby allowing users to take advantage of the value of the information. Because technology and information handling needs and requirements vary between different users or applications, information handling systems may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated. The variations in information handling systems allow for information handling systems to be general or configured for a specific user or specific use, such as financial transaction processing, airline reservations, enterprise data storage, or global communications. In addition, information handling systems may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.

Information handling systems also need a mechanism to index and search the information stored. Storing information in a way that it can be indexed and searched easily and quickly is expensive. Prior art indexing systems use hard disk drives to store information and create an index that can be searched responsive to a search query. FIG. 1 depicts a high-level block diagram of an indexing system. FIG. 1 shows indexing system 100 including a list of words with their corresponding document identification (doc id) 105 and index 110. As new words are added to the index 115, the words have the ability to be searched 120. A document identifier 125 can be output responsive to a search query.

One shortcoming of the prior art indexing scheme is that it is difficult to scale. As the index grows, more hard disk drive space is needed. Hard disk drives typically have to be connected to a machine or a computer. The hard disk drive and the machine must remain on in order for the index to updated or searched. It can be expensive to run the hard disk drives and the machines connected to them at all times. Further, as the index grows, more disk drive space is needed and typically more than one disk drive and more than one machine is used.

Accordingly, what is needed are systems and methods that improve storage and indexing of full text search engines and provide additional scalability.

BRIEF DESCRIPTION OF THE DRAWINGS

References will be made to embodiments of the invention, examples of which may be illustrated in the accompanying figures. These figures are intended to be illustrative, not limiting. Although the invention is generally described in the context of these embodiments, it should be understood that it is not intended to limit the scope of the invention to these particular embodiments.

FIG. 1 depicts a high-level block diagram of an indexing system according to embodiments in this patent document.

FIG. 2 depicts a block diagram of a merge operation in an indexing system according to embodiments of the present disclosure.

FIG. 3 depicts a block diagram of a B+ tree structure indexing system according to embodiments of the present disclosure.

FIG. 4 depicts a block diagram of an indexing system according to embodiments of the present invention.

FIG. 5 depicts a block diagram of an indexing system using object storage and a distributed database according to embodiments of the present invention.

FIG. 6A depicts a block diagram of an indexing system using object storage and a distributed database using encryption according to embodiments of the present invention.

FIG. 6B depicts a block diagram of an indexing system using object storage and a single distributed database entry according to embodiments of the present invention.

FIG. 7 depicts a flowchart depicting a process of creating an index according to embodiments of the present invention.

FIG. 8 depicts a flowchart depicting a process of searching an index according to embodiments of the present invention.

FIG. 9 depicts a block diagram of a computer system according to embodiments of the present invention.

DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

In the following description, for purposes of explanation, specific details are set forth in order to provide an understanding of the invention. It will be apparent, however, to one skilled in the art that the invention can be practiced without these details. Furthermore, one skilled in the art will recognize that embodiments of the present invention, described below, may be implemented in a variety of ways, such as a process, an apparatus, a system/device, or a method on a tangible computer-readable medium.

Components, or modules, shown in diagrams are illustrative of exemplary embodiments of the invention and are meant to avoid obscuring the invention. It shall also be understood that throughout this discussion that components may be described as separate functional units, which may comprise sub-units, but those skilled in the art will recognize that various components, or portions thereof, may be divided into separate components or may be integrated together, including integrated within a single system or component. It should be noted that functions or operations discussed herein may be implemented as components. Components may be implemented in software, hardware, or a combination thereof.

Furthermore, connections between components or systems within the figures are not intended to be limited to direct connections. Rather, data between these components may be modified, re-formatted, or otherwise changed by intermediary components. Also, additional or fewer connections may be used. It shall also be noted that the terms “link,” “linked,” “coupled,” “connected,” “communicatively coupled,” or their variants shall be understood to include direct connections, indirect connections through one or more intermediary devices, and wireless connections.

Reference in the specification to “one embodiment,” “preferred embodiment,” “an embodiment,” or “embodiments” means that a particular feature, structure, characteristic, or function described in connection with the embodiment is included in at least one embodiment of the invention and may be in more than one embodiment. Also, the appearances of the above-noted phrases in various places in the specification are not necessarily all referring to the same embodiment or embodiments.

The use of certain terms in various places in the specification is for illustration and should not be construed as limiting. A service, function, or resource is not limited to a single service, function, or resource; usage of these terms may refer to a grouping of related services, functions, or resources, which may be distributed or aggregated. Furthermore, the use of memory, database, information base, data store, tables, hardware, and the like may be used herein to refer to system component or components into which information may be entered or otherwise recorded.

The terms “include,” “including,” “comprise,” and “comprising” shall be understood to be open terms and any lists the follow are examples and not meant to be limited to the listed items. Any headings used herein are for organizational purposes only and shall not be used to limit the scope of the description or the claims.

Furthermore, it shall be noted that: (1) certain steps may optionally be performed; (2) steps may not be limited to the specific order set forth herein; (3) certain steps may be performed in different orders; and (4) certain steps may be done concurrently.

The present invention relates in various embodiments to devices, systems, methods, and instructions stored on one or more non-transitory computer-readable media involving full text search indexing. Such devices, systems, methods, and instructions stored on one or more non-transitory computer-readable media can result in, among other advantages, full text search indexing.

In a full text search index system, a buffer can be used to store words along with identification. The words can be terms, documents, files, names or any other item capable of being stored and searched. For the purpose of this document, the above terms are used interchangeably.

In an indexing system words and an identification path can be stored in an index that can be searched. As described above, one disadvantage the prior art indexing systems is that the indexes cannot scale easily and require adding more hard disk drives and more computers along with the hard disk drives. Embodiments described herein overcome those limitations by using object storage.

FIG. 2 depicts a block diagram of a merge operation 200 in an indexing system according to embodiments of the present disclosure. FIG. 2 shows two buffer indexes 205 and 215, both already in sorted order. In the embodiment shown in FIG. 2 the two indexes are merged into one index 210. Index 210 also is sorted. For example, in FIG. 2, index 205 contains A, P, and Y and document identification. Index 215 contains B, L, and M and document identification. When the two indexes are merged into index 210, containing A, B, M, L, P, and Y and document identification. The contents are in sorted order when merged in index 210.

In the system shown in FIG. 2, buffers can be used to build indexes. For example, a buffer can be used to store A, P, and Y. Once the buffer is full it can be saved to a hard disk and a new buffer started. In the example shown in FIG. 2, the new buffer contains B, L, and M. Once that buffer is full, it can also be saved to a hard disk. The two indexes can be merged as shown in FIG. 2 on the hard disk.

FIG. 3 depicts a block diagram 300 of a B+ tree structure indexing system according to embodiments of the present disclosure. FIG. 3 shows another representation of an indexing system in a B+ tree structure. The B+ tree structure includes a plurality of nodes. Node 302 is a root node in the tree structure. The root node indicates a lookup, similar to a dictionary, where words can be found in the tree. For example, in the embodiment shown in FIG. 3, root node contains an indication that words less than apple 305 can be found in internal node 322, words between apple and cherry can be found in internal node 332, words between cherry and orange can be found in internal node 352. The tree structure can continue with leaf nodes 362 and 382. The example shown in FIG. 3 is merely exemplary and not intended to limit the embodiments to any particular number of nodes or number of layers on the tree.

As the tree grows more and more indexes can be built and more machines and hard disk drives can be used. However, this tree structure has the drawbacks of expensive scalability due to the use of hard disk drives requiring machines to remain on so the search can be performed.

FIG. 4 depicts a block diagram of an indexing system 400 according to embodiments of the present invention. FIG. 400 shows indexes 410, 415, and 420 merged into index 425. Further, other indexes can be merged into indexes 430 and 435. As the index grows each index can be started on a new machine 425, 430, and 435 can all be stored on different hard disk drives on different machines. Since the index can grow large enough to be stored on a plurality of machines, all machines need to be searched in order to search the index. Therefore, the embodiment shown in FIG. 4 also shows a map 405 to map the various indexes 425, 430, and 435. It shall be understood that the number of indexes and mappings is not limited to the numbers shown in FIG. 4.

FIG. 5 depicts a block diagram of an indexing system 500 using object storage and a distributed database according to embodiments of the present invention. In the embodiments shown in FIG. 5, object storage is implemented to store data merged from the indexes described in reference to FIGS. 2-4. Object storage is a computer storage architecture that stores data as objects. Indexes can be stored as objects 530, 535, and 540 as shown in FIG. 5. In embodiments, objects can be stored in object storage. Objects can also have object keys. In embodiments, an object key is a name assigned to an object used to retrieve the object.

Indexes 515, 520, and 525 can be merged into index 530. It shall be understood that the embodiments described are not limited to a particular number of indexes or objects. In embodiments, objects 515, 520, and 525 can be stored in object storage 505. Object storage provides significant advantages over conventional hard disk drive storage. For example, object storage can be used to build the index and can be large, but does not have to maintained on a hard disk drive with a machine that has to be kept on. Also, the cost of object storage is considerably less than the cost of hard disk drive storage. A cost savings of a factor of 10 can be enjoyed by using object storage over conventional hard disk drive storage.

In embodiments, a distributed database 510 can be used to map to the various objects 530, 535, and 540 stored in object storage 505. Distributed database index 510 can be updated as the merge shown merging blocks 515, 520, and 525 to object 530. Pointers can be used from the distributed index 510 to the object storage 505 to indicate what object to perform the search in object storage 505. Pointers are shown on FIGS. 5 as 560, 565, and 570.

In one example of the embodiments shown in FIG. 5, one million words can be stored in each object 530. In an example of the embodiments shown in FIG. 5, 1000 objects can be stored each object. Thus, in this example, one billion terms can be stored.

As the size of the index grows, the index does not fit in a single object. In embodiments, the object is split among multiple objects. In embodiments, a plurality of object keys in the index can be sorted and the first keys can be stored in a first object, the second set in a second object, etc. Thus, an object is split into a plurality of objects.

As more terms are added or more indexes are merged, more storage space can be required. Index that requires more space can be stored in multiple objects so that individual object size does not grow too big. The objects can be ordered such that high order objects store higher order terms. This ordering can be stored using the distributed database 510. In the embodiment shown in FIG. 5, the object order can be stored in the distributed database 510, whereas leaf nodes can be stored in the object storage 505.

The embodiments shown in FIG. 5 take advantage of the fact that object storage is designed to write once and read multiple times. Since object storage is designed to be written to once, the distributed database 510 can serve as the root and internal nodes 545, 550, and 555, including words apple, cherry, and orange, similar to the root nodes shown in FIG. 3. Distributed dataset 510 can be updated as more objects are added to the object storage.

In one embodiment, the order of objects that is stored in distributed database can be moved to an object to avoid accessing the distributed database during search. For searching, the object that stores the order is loaded first to identify the leaf node that contains the term being searched. FIG. 6A depicts a block diagram of an indexing system 600 using object storage and a distributed database using encryption according to embodiments of the present invention. FIG. 6A shows object storage 605 and distributed database 610. In the embodiments shown in FIG. 6A, root nodes 640, 645, and 650 can be combined 655 and encrypted and stored in object storage 605. In one embodiment 50 nodes are combined and encrypted and moved to object storage as 620. In another embodiment, any number of nodes in the distributed database 610 can be combined, encrypted, and stored in object storage 605. In one embodiment, 1000 nodes can be combined and stored in object storage 605. A tree structure can also be built in object storage shown in FIG. 6A as root node 620 and leaf nodes 625, 630, and 635. Any number of nodes can be used in this index and any number of internal nodes can be used in the tree in object storage.

In embodiments, all the objects are encrypted and an initialization vector (IV) for the encryption is a combination of index id and the position of the object in the index. In embodiments, another level of index can be used as shown in FIG. 6A. The level 1 index 625, 630, or 635 can use the last key indexed by level 0 object 620 as the key and the position of the level 0 object 620 as the value.

FIG. 6B depicts a block diagram of an indexing system using object storage and a distributed database according to embodiments of the present invention. FIG. 6B shows an object storage 675 and a distributed database 676. FIG. 6B shows a block diagram having a level 1 index 677 and a level 0 index 678, 679, and 680.

During search, level 1 index 677 is searched first to locate from the level 0 objects (apple, cherry, orange) 678, 679, 680, the level 0 object that contains the key being searched. Once the level 0 object is identified, it can be loaded and search the given key within that object. If the level 1 index grows too big to fit in a single object, it can be split and a level 2 index (not shown) can be built to improve search efficiency and so on.

The higher-level objects can also be encrypted, and the IV is composed of index id, the level and position of object in higher level index.

During the merge process, as level 0 objects are added, entries in a level 1 object can be made and stored (instead of adding distributed database entries to record the order of level 0 objects). There are two challenges with this system. One, objects can only use eventual consistency when it comes to updates to the same object. Two, the same IV cannot be used to encrypt multiple data blocks because that increases the chances of an intruder cracking the encryption key. To overcome the first challenge, every time a higher-level object is stored a different path is used so that it gets treated as a new object write rather than an update.

To overcome the second challenge, a modification counter can be added to the IV. When an object is stored for the first time, the modification counter is 1. When another key is added and the object stored a second time, the modification counter is incremented and so on for the subsequent keys added. The final modification sets the counter to 0. In embodiments, the same modification counter is used to build new object path for each change. In embodiments, the final object is found at a predictable path with a predictable IV because the modification counter is set to 0.

During the index build process, a single distributed database 676 entry to mark the top-level object (at that point in the index build process) can be used, e.g., 676. The database entry 676 can store the level and modification counter for the top-level object.

FIG. 7 depicts a flowchart depicting a process 700 of creating an index according to embodiments of the present invention. FIG. 7 shows storing blocks in object storage 705. The blocks can be stored as objects with an object key. The blocks can be merged as indexes to store in the object in object storage 710. FIG. 7 also shows creating a distributed database 715. A pointer can be used to map from an object in the distributed database to an object in the object storage 720. In embodiments, encryption can be used to encrypt the object storage 725. In embodiments encryption can also be used to encrypt the distributed database as a combination of x objects and moving the encrypted combination to object storage 730. A tree structure can be built with the objects in object storage 735.

FIG. 8 depicts a flowchart depicting a process 800 of searching an index according to embodiments of the present invention. FIG. 8 shows searching the distributed database 605 as described above with reference to FIG. 6A. FIG. 8 also shows responsive to the pointer being found, use the pointer to point to the object storage 810. Search the object in object storage, based on the pointer information 815. FIG. 8 also shows returning the search query responsive to the search query being satisfied 820.

In embodiments, a modification counter can be used as described with reference to FIG. 6A.

FIG. 9 depicts a block diagram of a computer system 900 according to embodiments of the present invention. It will be understood that the functionalities shown for system 900 may operate to support various embodiments of an information handling system—although it shall be understood that an information handling system may be differently configured and include different components. As illustrated in FIG. 9, system 900 includes a central processing unit (CPU) 901 that provides computing resources and controls the computer. CPU 901 may be implemented with a microprocessor or the like, and may also include a graphics processor and/or a floating-point coprocessor for mathematical computations. System 900 may also include a system memory 902, which may be in the form of random-access memory (RAM) and read-only memory (ROM).

A number of controllers and peripheral devices may also be provided, as shown in FIG. 9. An input controller 903 represents an interface to various input device(s) 904, such as a keyboard, mouse, or stylus. There may also be a scanner controller 905, which communicates with a scanner 906. System 900 may also include a storage controller 907 for interfacing with one or more storage devices 908 each of which includes a storage medium such as magnetic tape or disk, or an optical medium that might be used to record programs of instructions for operating systems, utilities and applications which may include embodiments of programs that implement various aspects of the present invention. Storage device(s) 908 may also be used to store processed data or data to be processed in accordance with the invention. System 900 may also include a display controller 909 for providing an interface to a display device 911, which may be a cathode ray tube (CRT), a thin film transistor (TFT) display, or other type of display. The computing system 900 may also include a printer controller 912 for communicating with a printer 913. A communications controller 914 may interface with one or more communication devices 915, which enables system 900 to connect to remote devices through any of a variety of networks including the Internet, an Ethernet cloud, an FCoE/DCB cloud, a local area network (LAN), a wide area network (WAN), a storage area network (SAN) or through any suitable electromagnetic carrier signals including infrared signals.

In the illustrated system, all major system components may connect to a bus 916, which may represent more than one physical bus. However, various system components may or may not be in physical proximity to one another. For example, input data and/or output data may be remotely transmitted from one physical location to another. In addition, programs that implement various aspects of this invention may be accessed from a remote location (e.g., a server) over a network. Such data and/or programs may be conveyed through any of a variety of machine-readable medium including, but are not limited to: magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROMs and holographic devices; magneto-optical media; and hardware devices that are specially configured to store or to store and execute program code, such as application specific integrated circuits (ASICs), programmable logic devices (PLDs), flash memory devices, and ROM and RAM devices.

Embodiments of the present invention may be encoded upon one or more non-transitory computer-readable media with instructions for one or more processors or processing units to cause steps to be performed. It shall be noted that the one or more non-transitory computer-readable media shall include volatile and non-volatile memory. It shall be noted that alternative implementations are possible, including a hardware implementation or a software/hardware implementation. Hardware-implemented functions may be realized using ASIC(s), programmable arrays, digital signal processing circuitry, or the like. Accordingly, the “means” terms in any claims are intended to cover both software and hardware implementations. Similarly, the term “computer-readable medium or media” as used herein includes software and/or hardware having a program of instructions embodied thereon, or a combination thereof. With these implementation alternatives in mind, it is to be understood that the figures and accompanying description provide the functional information one skilled in the art would require to write program code (i.e., software) and/or to fabricate circuits (i.e., hardware) to perform the processing required.

One skilled in the art will recognize no computing system or programming language is critical to the practice of the present invention. One skilled in the art will also recognize that a number of the elements described above may be physically and/or functionally separated into sub-modules or combined together.

It will be appreciated to those skilled in the art that the preceding examples and embodiment are exemplary and not limiting to the scope of the present invention. It is intended that all permutations, enhancements, equivalents, combinations, and improvements thereto that are apparent to those skilled in the art upon a reading of the specification and a study of the drawings are included within the true spirit and scope of the present invention.

Claims

1. A full text search index system for executing full text searching, the system comprising:

an object storage configured to store an object containing a plurality of words and a plurality of identifiers, each word having an associated identifier;
a writable distributed database index to the object storage; and
a pointer pointing from the distributed database index to the object in object storage.

2. The system of claim 1, wherein the distributed database comprises a plurality of objects and each object has a pointer associated with it pointing to a corresponding object in the object storage.

3. The system of claim 1 further comprising an encryption tool configured to encrypt a plurality of blocks within distributed database index and move the encrypted plurality of blocks to the object storage.

4. The system of claim 1, wherein the writable distributed database index is updated as data is added to the object storage.

5. The system of claim 1 further comprising a modification counter implemented to count the number of times an object is stored and the count is used as a part of an initialization vector (IV) when encrypting the object.

6. The system of claim 1, wherein the object in object storage stores is encrypted.

7. The system of claim 1, wherein the object in object storage is a merged index.

8. A method of building a full text search index, the method comprising:

storing an object containing a plurality of words and a plurality of identifiers, each word having a corresponding identifier, in object storage; and
creating a distributed database index with a pointer to a particular object in object storage.

9. The method of claim 8 further comprising encrypting a plurality of objects in the distributed database index and moving the encrypted plurality of objects to object storage.

10. The method of claim 8 further comprising merging a plurality of indexes into the object in object storage.

11. The method of claim 8, wherein the distributed database index is updated as data is added to the object storage.

12. The method of claim 8 further comprising counting the number of times an object is stored using a modification counter.

13. The method of claim 8, wherein the object in object storage is encrypted.

14. The method of claim 8, wherein the object in object storage is a merged index.

15. A method of searching an index, the method comprising:

searching an object in a distributed database, responsive to receiving a search query;
following a pointer to an object in object storage, responsive to locating the search term in the distributed database;
searching the object in object storage; and
returning a search result, responsive to locating the satisfying the search query.

16. The method of claim 15 further comprising decrypting data stored in the distributed database.

17. The method of claim 15 further comprising decrypting data stored in the object storage.

18. The method of claim 15, wherein a full text search of the index is capable of being performed.

19. The method of claim 15, wherein the block in object storage is encrypted.

20. The method of claim 15, wherein the block in object storage is a merged index.

Patent History
Publication number: 20180293301
Type: Application
Filed: Apr 4, 2018
Publication Date: Oct 11, 2018
Patent Grant number: 11138247
Applicant: Druva Technologies Pte. Ltd. (Singapore)
Inventors: Milind BORATE (Pune), Yogendra ACHARYA (Pune), Anand APTE (Pune)
Application Number: 15/945,574
Classifications
International Classification: G06F 17/30 (20060101); G06F 21/60 (20060101);