US9436719B2 - Updating an inverted index in a real time fashion - Google Patents
Updating an inverted index in a real time fashion Download PDFInfo
- Publication number
- US9436719B2 US9436719B2 US14/268,711 US201414268711A US9436719B2 US 9436719 B2 US9436719 B2 US 9436719B2 US 201414268711 A US201414268711 A US 201414268711A US 9436719 B2 US9436719 B2 US 9436719B2
- Authority
- US
- United States
- Prior art keywords
- index
- overloading
- documents
- dui
- content
- 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
Links
- 238000000034 method Methods 0.000 claims abstract description 115
- 230000004048 modification Effects 0.000 claims abstract description 69
- 238000012986 modification Methods 0.000 claims abstract description 69
- 230000008569 process Effects 0.000 claims abstract description 65
- 238000013507 mapping Methods 0.000 claims description 19
- 230000008859 change Effects 0.000 claims description 10
- 238000007792 addition Methods 0.000 claims description 4
- 238000012217 deletion Methods 0.000 claims description 4
- 230000037430 deletion Effects 0.000 claims description 4
- 230000008685 targeting Effects 0.000 claims description 4
- 230000000977 initiatory effect Effects 0.000 claims description 3
- 238000004806 packaging method and process Methods 0.000 abstract description 3
- 239000003795 chemical substances by application Substances 0.000 description 34
- 238000012545 processing Methods 0.000 description 11
- 238000010586 diagram Methods 0.000 description 10
- 238000004891 communication Methods 0.000 description 9
- 238000005516 engineering process Methods 0.000 description 7
- 230000004044 response Effects 0.000 description 6
- 230000009193 crawling Effects 0.000 description 4
- 230000007246 mechanism Effects 0.000 description 4
- 230000008901 benefit Effects 0.000 description 3
- 230000006870 function Effects 0.000 description 2
- 238000007639 printing Methods 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 230000001960 triggered effect Effects 0.000 description 2
- 239000008186 active pharmaceutical agent Substances 0.000 description 1
- 230000002776 aggregation Effects 0.000 description 1
- 238000004220 aggregation Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
- 238000003384 imaging method Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 230000037361 pathway Effects 0.000 description 1
- 230000000737 periodic effect Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000032258 transport Effects 0.000 description 1
- 230000003442 weekly effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
- G06F16/2272—Management thereof
-
- G06F17/30336—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/31—Indexing; Data structures therefor; Storage structures
-
- G06F17/30613—
Definitions
- indexes are utilized to facilitate effective navigation of the web. These indexes are frequently updated to in accordance with changes to content of documents (e.g., web pages) that are within the scope of the index.
- web crawlers are employed to browse these documents at pre-determined time intervals to discover the changes to the content. These time intervals may depend on the type or importance of a particular document, or the amount of documents within the scope of the index.
- the entire index is replaced each time the web crawler finds a change to content of a document, no matter how insignificant.
- the time intervals may be lengthened to avoid the need to create and rely on a plurality of replicate indexes that serve the users when the subject index is down. Further, performing a full merge frequently (e.g., daily) is prohibitively expensive as it consumes a large amount of computing resources. Accordingly, indexes are not updated often enough to effectively track the changes to the content of the documents within their scope.
- Embodiments of the present invention relate to systems, methods, and computer-readable media for dynamically updating an overloading index (e.g., inverted index for searching documents associated with websites) by recording changes to content within documents that are searchable by the overloading index.
- an overloading index e.g., inverted index for searching documents associated with websites
- a dynamic update of index (DUI) object that identifies the documents and exposes the modified content may be composed.
- Composing the DUI object may involve acquiring an identifier of the documents that received the modification, ascertaining a relative position of the modified content within the documents, and packaging into a message the identifier, indicia of the relative position, and a representation of metadata underlying the modified content.
- the DUI object may be pushed to an agent configured to initiate an update process that dynamically applies the DUI object to an overloading index that maintains a structured record of recent modifications.
- the DUI object includes metadata related to a term changed in the modification and a relative location of the changed term. Because the merged index already knows the absolute location of the documents identified by the DUI chunk, this mapping may be utilized to translate the relative location to an absolute location, which is saved to the overloading index. Further, association process is invoked for grouping the merged with the overloading index for purposes of searching. The merged index and the overloading index may then be queried by search engines for updated content that is within the scope of the merged index.
- FIG. 1 is a block diagram of an exemplary computing environment suitable for use in implementing the present invention
- FIG. 2 is a block diagram of an exemplary system according to an embodiment of the present invention.
- FIG. 3 is a block diagram of an exemplary computing device for executing an update process and an association process, in accordance with an embodiment of the present invention
- FIG. 4 is an operational flow diagram illustrating a high level overview of a technique for performing the update process and the association process of one embodiment of the present invention.
- FIG. 5 is a flow diagram of an overall method for dynamically updating an overloading index utilizing one or more DUI objects, in accordance with an embodiment of the present invention.
- the present invention relates to systems, methods, and computer readable media for dynamically updating an overloading index with updated content to generate an updated overloading index.
- the updated content is communicated via a dynamic update of index (DUI) object that identifies documents searchable via the merged index and exposes a relative position of the recently-modified content with reference to the documents.
- DAI dynamic update of index
- This information carried in the DUI object is dynamically written to an overloading index.
- the overloading index is updated with just the most recent modifications communicated in the DUI object, as opposed to completely rewriting the entire overloading index each time a modification occurs.
- the present invention provides one or more computer-readable media having computer-executable instructions embodied thereon.
- the computer-executable instructions When executed, the computer-executable instructions perform a method for dynamically targeting and updating portions of an overloading index utilizing the DUI object, which transports an indication of modified content of one or more documents.
- the method includes receiving an indication that a modification has occurred to the content of the documents, and generating the DUI object that identifies the documents and exposes the modified content.
- a modification occurring to the content of the documents involves a curator-initiated change to at least one term within a web page posted online.
- the DUI object articulates the indicia of relative position of the modified term within the content of the posted web page, as well as a representation of the metadata underlying the modified term.
- Generating the DUI object may include acquiring an identifier of the documents that received the modification, ascertaining a relative position of the modified content within the documents, and composing the DUI object that includes the identifier, indicia of the relative position, and a representation of metadata underlying the modified content.
- the method may further include publishing the DUI object to a manager component that instructs an agent component to provide a request to download the DUI object, and receiving the request from the agent component.
- the DUI object is pushed to the agent component.
- the agent component is configured for initiating an updating process that applies the DUI object to overloading index.
- the agent component is configured for invoking updates to the portions of the overloading index that are targeted by the DUI object.
- the present invention provides for a computerized system for performing an update process and a merge process.
- the computer system includes a processing unit coupled to a computer storage medium, where the computer storage medium stores a plurality of computer software components executable by the processing unit.
- Some of these computer software components include a publishing component, a primary agent, and an index-file manager.
- the publishing component is configured to generate the DUI object upon receiving an indication that a modification has occurred to content of one or more documents with a monitored set of documents.
- the DUI object includes an identifier of the documents and indicia of a relative position of the modified content therein.
- the primary agent is configured to initiate an update process that comprises retrieving the DUI object and dynamically applying the DUI object to overloading index. In operation, the overloading index maintains a structured record of additions, deletions, and modifications to the set of documents.
- the DUI object includes metadata related to a term changed in the modification and a relative location of the changed term. Because the merged index already knows the absolute location of the documents identified by the DUI chunk, this mapping may be utilized to translate the relative location to an absolute location, which is saved to the overloading index.
- the index-file manager is configured to invoke an association process for grouping a merged index with the overloading index for purposes of searching. As such, the process of associating facilitates searching updated portions within the overloading index corresponding to the modified content without rewriting the entire overloading index.
- the present invention provides a computerized method for updating a portion of an existing overloading index by way of collecting DUI objects and incorporating metadata conveyed thereby to the portion.
- the method involves one or more of the following procedures: crawling metadata underlying content of a set of documents to identify modifications recently made thereto; and constructing the DUI object.
- the DUI object includes an identifier of one or more documents within the set of documents to which the identified modifications are made, indicia of a relative position of the modified content therein, and a representation of the metadata underlying the modifications.
- the method may further involve communicating a notification to a network manager to allocate an agent component to retrieve the DUI object. In response to the notification, the network manager instructs the allocated agent component to download the DUI object.
- an update process that dynamically applies the DUI object to overloading index is initiated.
- the update process may include the following procedures, in no particular order: referencing a mapping schedule at the merged index upon receiving the instructions from the network manager; utilizing the mapping schedule to attain an absolute location of the modified content utilizing the identifier of the documents in conjunction with the relative position; and writing the modified content and the corresponding absolute location to the overloading index.
- An association process may be periodically performed that groups the merged index with the overloading index for the purposes of searching.
- the phrase “overloading index” is not meant to be limiting, but may encompass any form of index.
- the overloading index is an inverted index that maps the changed terms with the modified location and metadata in the index.
- each term in the index may have metadata associated with it. For instance, a term “Price” might have metadata associated with it, where the metadata indicates the price of an object. Accordingly, the overloading index organizes and stores this new updated metadata.
- computing device 100 an exemplary operating environment for implementing embodiments of the present invention is shown and designated generally as computing device 100 .
- Computing device 100 is but one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the present invention. Neither should the computing environment 100 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated.
- Embodiments of the present invention may be described in the general context of computer code or machine-useable instructions, including computer-executable instructions such as component programs, being executed by a computer or other machine, such as a personal data assistant or other handheld device.
- component programs including routines, programs, objects, components, data structures, and the like refer to code that performs particular tasks, or implements particular abstract data types.
- Embodiments of the present invention may be practiced in a variety of system configurations, including handheld devices, consumer electronics, general-purpose computers, specialty computing devices, etc.
- Embodiments of the invention may also be practiced in distributed computing environments where tasks are performed by remote-processing devices that are linked through a communications network.
- computing device 100 includes a bus 110 that directly or indirectly couples the following devices: memory 112 , one or more processors 114 , one or more presentation components 116 , input/output (I/O) ports 118 , I/O components 120 , and an illustrative power supply 122 .
- Bus 110 represents what may be one or more busses (such as an address bus, data bus, or combination thereof).
- FIG. 1 is merely illustrative of an exemplary computing device that can be used in connection with one or more embodiments of the present invention. Distinction is not made between such categories as “workstation,” “server,” “laptop,” “handheld device,” etc., as all are contemplated within the scope of FIG. 1 and reference to “computer” or “computing device.”
- Computing device 100 typically includes a variety of computer-readable media.
- computer-readable media may comprise Random Access Memory (RAM); Read Only Memory (ROM); Electronically Erasable Programmable Read Only Memory (EEPROM); flash memory or other memory technologies; CDROM, digital versatile disks (DVDs) or other optical or holographic media; magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to encode desired information and be accessed by computing device 100 .
- Memory 112 includes computer storage media in the form of volatile and/or nonvolatile memory.
- the memory may be removable, nonremovable, or a combination thereof.
- Exemplary hardware devices include solid-state memory, hard drives, optical-disc drives, etc.
- Computing device 100 includes one or more processors that read data from various entities such as memory 112 or I/O components 120 .
- Presentation component(s) 116 present data indications to a user or other device.
- Exemplary presentation components include a display device, speaker, printing component, vibrating component, etc.
- I/O ports 118 allow computing device 100 to be logically coupled to other devices including I/O components 120 , some of which may be built-in.
- Illustrative components include a microphone, joystick, game pad, satellite dish, scanner, printer, wireless device, etc.
- FIG. 2 a block diagram is illustrated, in accordance with an embodiment of the present invention, showing a system 200 configured to generate an updated overloading index.
- system 200 shown in FIG. 2 is merely an example of one suitable computing system environment and is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the present invention. Neither should the system 200 be interpreted as having any dependency or requirement related to any single component or combination of components illustrated therein. Further, the system 200 may be provided as a stand-alone product, as part of a software development environment, or any combination thereof.
- the system 200 includes one or more user computing devices 245 within a data center 280 , a network crawler 265 , a publishing component 275 , and one or more data stores 230 , all in communication with one another.
- components e.g., network crawler 265 , publishing component 275 , network manager 205
- a network 220 is provided to facilitate communication between the data stores 230 and the computing devices 245 of the data center 280 .
- the data stores 230 and the data center 280 may be operably coupled via the network 220 comprising a distributed communications environment.
- the network 220 may be wireless and may include, without limitation, one or more local area networks (LANs) and/or wide area networks (WANs). Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.
- LANs local area networks
- WANs wide area networks
- components e.g., BTSs, devices, and the like
- BTSs BTSs, devices, and the like
- the network 220 of FIG. 2 may couple components 205 , 210 , 260 , 265 , and 275 , thereby forming a distributed computing environment where tasks are performed by remote-processing devices that are linked through appropriate connections.
- These connections may be established by wired technologies, wireless technologies, or a combination thereof. Examples of particular wired embodiments, within the scope of the present invention, include USB connections and cable connections. Examples of particular wireless embodiments, within the scope of the present invention, include a near-range wireless network and radio-frequency technology.
- near-range wireless network is not meant to be limiting, and should be interpreted broadly to include at least the following technologies: negotiated wireless peripheral (NWP) devices; short-range wireless air interference networks (e.g., wireless personal area network (wPAN), wireless local area network (wLAN), wireless wide area network (wWAN), BluetoothTM, and the like); wireless peer-to-peer communication (e.g., Ultra Wideband); and any protocol that supports wireless communication of data between devices.
- NWP wireless peripheral
- wPAN wireless personal area network
- wLAN wireless local area network
- wWAN wireless wide area network
- BluetoothTM wireless peer-to-peer communication
- Ultra Wideband any protocol that supports wireless communication of data between devices.
- Person familiar with the field of the invention will realize that a near-range wireless network may be practiced by various data-transfer methods (e.g., satellite transmission, telecommunications network, etc.) that are different from the specific illustrated embodiments. Therefore it is emphasized that embodiments of the connections between components are not limited by the examples
- the distributed computing environment of the exemplary system 200 includes the data center 280 configured to accommodate and support operation of the component programs 205 , 210 , 260 , and optionally 265 and/or 275 utilizing one or more of the computing devices 245 .
- the data center 280 shown in FIG. 2 is merely an example of one suitable for accommodating one or more of the component programs and is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the present invention. Neither should the data center 280 be interpreted as having any dependency or requirement related to any single component combination of components, resources (not shown), or set of APIs to access the resources (not shown).
- the various blocks of FIG. 2 are shown with lines for the sake of clarity, in reality, delineating various components is not so clear, and metaphorically, the lines would more accurately be grey and fuzzy.
- embodiments of the present invention are not limited to implementation on such physical resources (e.g., computing devices 245 ) illustrated in FIG. 2 , but may be implemented on any of a variety of different types of computing devices, equipment, and component programs within the scope of embodiments hereof.
- illustrated computing device 245 of the data center 280 depict an exemplary configuration that is intended for discussion purposes only; accordingly, any suitable layout of computing devices, and instances of the component programs residing thereon, known in the computing industry may be used and is contemplated by the present invention.
- Each of the computing devices 245 shown in FIG. 2 may be any type of computing device, such as, for example, computing device 100 described above with reference to FIG. 1 .
- each of the computing devices 245 may be a server, a personal computer, processing blade(s), server, desktop computer, laptop computer, handheld device, mobile handset, consumer electronic device, and the like.
- the computing devices 245 may further include a keyboard, keypad, stylus, joystick, and any other input-initiating component that allows a user to access wired or wireless data on the network 220 . It should be noted, however, that the present invention is not limited to implementation on such computing devices, but may be implemented on any of a variety of different types of computing devices within the scope of embodiments hereof.
- each of the computing devices 245 may be provisioned with hardware that facilitates the reception of messages over the Internet supported by the network 220 and/or pathways within an intranet supported by the data center 280 .
- These messages may include communications (e.g., notification 215 , request 216 , DUI object 270 , and the like) that are consistent with processing modifications to documents 225 maintained at the data stores 230 or updating a merged index with those modifications.
- the communications may be transmitted at the commencement or ending of establishing a connection, or at any time(s) therebetween.
- hardware is disposed on the computing device 245 capable of transmitting the messages at any rate, or at predefined periods of time.
- the hardware is configured as, or is linked to, some form of a computing unit (e.g., central processing unit, microprocessor, etc.) to support operations of the component(s) running thereon (e.g., network manager 205 of FIG. 2 ).
- a computing unit e.g., central processing unit, microprocessor, etc.
- the phrase “computing unit” generally refers to a dedicated computing device with processing power and storage memory, which supports operating software that underlies the execution of applications and computer programs installed thereon.
- the computing unit is configured with tangible hardware elements, or machines, that are integral, or operably coupled, to each device that perform update-related processes (e.g., update process, merge process, and the like) and other operations (e.g., generate the DUI objects).
- the computing unit may encompass a processor coupled to the computer-readable medium accommodated by the computing devices 245 .
- the computer-readable medium stores, at least temporarily, a plurality of computer software components (e.g., components 205 , 210 , 260 , 265 , and 275 of FIG. 2 ) that are executable by the processor.
- the term “processor” is not meant to be limiting and may encompass any elements of the computing unit that act in a computational capacity. In such capacity, the processor may be configured as a tangible article that processes instructions. In an exemplary embodiment, processing may involve fetching, decoding/interpreting, executing, and writing back instructions (e.g., saving an updated overloading index or merged index to the computer-readable memory).
- the processor may transfer information to and from other resources (not shown) that are integral to, or disposed on, the data center 280 .
- resources refer to software and hardware mechanisms that enable the data center 280 to perform a particular function.
- the resources may include one or more of the following mechanisms: imaging apparatuses (e.g., user-interface display); data stores; printing devices; paging systems; audio alert devices; and media-display units.
- the data stores 230 are generally configured to store information associated with the documents 225 .
- documents 225 may include, without limitation, metadata, files (e.g., web page), folders, and/or data related to a website.
- metadata may be any piece of information that describes a portion of one or more of the documents 225 .
- the language of one of the documents 225 may be metadata.
- Metadata in general, is data that describes any type of information in the documents 225 , such as a web page document.
- a meta word is a word that describes an aspect of a document (e.g., a characteristic of a document, an element of a document, a term, a price, a character, a phrase, and the like).
- meta words are typically not located or included within the documents 225 , but may represent an element found within the documents 225 or a characteristic of that document.
- Other meta words may include, but are not limited to, language (e.g., language of a web document), location (e.g., country of origin of a web document), or type (e.g., type of a web document).
- the data stores 230 may be configured to be searchable for suitable access of stored information.
- the data stores 230 may be searchable for one or more modifications 240 , additions, or deletions associated with one or more of the documents 225 .
- the information stored in the data stores 230 may be configurable and may include any information relevant to the merged index update process. The content and volume of such information are not intended to limit the scope of embodiments of the present invention in any way.
- the data stores 230 may, in fact, be a plurality of databases, for instance, a database cluster, where portions of which may reside on one or more of the computing devices 245 , a search engine (not shown), another external computing device, and/or any combination thereof.
- web document is not meant to limit the scope of the system 200 described herein. That is, the system 200 is not limited to indexing only web documents but also indexes documents of various other types ingested by other mechanisms. These documents might be provided by vendors or by automatic processes different from WWW (e.g., dumps of binary data, SQL data dumps, feeds, etc). Further, the updates to these documents might also be provided by different mechanisms.
- WWW e.g., dumps of binary data, SQL data dumps, feeds, etc.
- the exemplary system 200 includes various component programs such as the network manager 205 , the primary agent 210 , the index file manager 260 , the network crawler 265 , and the publishing component 275 .
- one or more of the illustrated components 205 , 210 , 260 , 265 , and 275 may be implemented as stand-alone applications.
- one or more of the illustrated components 205 , 210 , 260 , 265 , and 275 may be integrated directly into the operating system of the data center 280 , the data stores 230 and/or one or more of the computing devices 245 .
- components 205 , 210 , 260 , 265 , and 275 illustrated in FIG. 2 are exemplary in nature and in number and should not be construed as limiting. Any number of components may be employed to achieve the desired functionality within the scope of embodiments of the present invention.
- a modification 240 may be made to one or more of the documents 225 stored at one or more of the data stores 230 .
- the modification 240 may by applied to the content of the document(s) 225 .
- This type of modification 240 typically involves a change initiated by a website curator 235 , or any other entity that wields administrative control over the document(s) 225 .
- the modification 240 made to content of the document(s) 225 may involve altering at least one term within a web page posted online. For instance, the term may be a price value associated with an item for sale at a retail-based web page.
- the network crawler 265 is generally configured to express the indication of the modification 240 to the document(s) 225 upon performing an examination procedure. Initially, the network crawler 265 may access the document(s) via the network 220 . Alternatively, the network crawler 265 may be partially distributed onto one or more of the data stores 230 , or may be a stand-alone element that remotely monitors the modifications 240 without reading the document(s) 225 . In one instance, the examination procedure involves crawling the document(s) 225 within a monitored set of documents that fall within a predetermined scope of websites searchable via the merged index 295 .
- the examination procedure involves detecting the modifications 240 , such as an adjustment to metadata underlying the content of the document(s) 225 within the set of documents.
- Detecting the modifications 240 may be carried out utilizing any analytical process know to those of ordinary skill in the relevant field.
- detecting may be accomplished by comparing a previous cached version of a document against the document(s) 225 currently maintained by the data stores 230 to discover and locate any inconsistencies.
- the examination procedure performed by the network crawler 265 may be executed a regular intervals, at predefined periods of time, in a real-time fashion (e.g., triggered by the website curator 235 accessing and editing the content of the document(s) 225 ), or any other manner that promotes effective detection of the modifications 240 .
- the modification 240 may be detected.
- the network crawler 265 may inform the publishing component 275 of the modification 240 and of its relative position within the document(s) 225 that received the change.
- the publishing component 275 automatically performs at least two operations: generating a DUI object 270 and a providing a notification 215 to the network manager 205 .
- Generating the DUI object 270 involves various procedures that involve to packaging information related to the modification 240 into a format that may be applied to an overloading index (see reference numeral 335 of FIG. 3 ).
- the information includes the data (e.g., terms, content, underlying metadata, and the like) that is modified, characteristics of the modification 240 (e.g., relative position in the document(s) 225 ), and an identification of the document(s) 225 receiving the modification 240 .
- the identification of the document(s) 225 may include one or more of the following: URL; web page address; location of the website of the data store 225 ; or the data associated with a source of the modification 240 .
- This identification of the document(s) 225 may be converted by the publisher component 275 into a document identifier.
- the publishing component 275 may be configured to derive the identifier of the altered document(s) 225 based on a uniform resource located (URL) associated with an online location of the document(s) 225 .
- the identifier is a unique description of the altered document(s) 225 within the monitored set of documents.
- the publishing component 275 may carry out the steps of ascertaining a relative position of the modified content within the document(s) 225 , and composing the DUI object 270 to include the identifier, indicia of the relative position, and a representation of metadata underlying the modified content.
- the DUI objects 270 may reference a map at the merged index.
- the map can make a correlation between altered terms (words) and the associated document identifiers and an absolute location within the set of documents.
- the DUI objects may include expressions of a relative position of the altered terms inside the document(s) 225 . These relative positions may be subsequently translated into absolute locations that correspond to entries of the overloading index, and may be subsequently merged with overloading index.
- Merging the information carried in the DUI object 270 with the overloading index may be conducted in real-time (e.g., upon receiving an indication that the modification 240 has occurred, or upon generating the DUI object 270 ), upon a periodic time frame (e.g., once per minute), or on demand as instructed by the network manager 205 .
- the format of the overloading index may be substantially similar to that of the merged index. But, the overloading index format is populated with aspects of just those terms that have changed (delta information). In one instance, the aspects of the terms that are populated into the format of the overloading index utilizing the DUI object 270 include the identification of the altered document(s) 225 , characteristics of the modification 240 (e.g., new underlying metadata), and where (e.g., relative position) the modification 240 occurred within the document(s) 225 .
- the publishing component 275 may access an independent service and/or an internal scheme that maintains an up-to-date mapping schedule that the URL or the web page address of the altered document(s) 225 with a unique identifier of the associated document(s) 225 .
- the mapping schedule may be used to transcribe the URL or web page address into the appropriate document identifier.
- the mapping schedule may be transferred within the DUI object 270 .
- the detected changes to terms and/or related metadata may be written to the DUI object 270 .
- the metadata that governs the subject matter of a term e.g., value of a price appended to an item
- the location of the changed terms within the content of the document(s) 225 may be appended to the DUI object 270 .
- the DUI object 270 articulates the indicia of a relative position of the modified term within the content of the document(s) 225 (e.g., posted web page), a representation of the metadata underlying the modified term, and an identifier of the document(s) 225 .
- the DUI object 270 may include the URL of the altered document(s) 225 and/or an absolute location of the modification 240 , where the absolute location is compatible with the content locators stored at the merged index.
- a second operation performed by the DUI publisher 275 involves conveying the notification 215 to the network manager 205 .
- the notification 215 is a specific message composed by the publishing component 275 that informs the network manager 205 of the modification 240 and provides a description of attributes related to the modification 240 .
- the DUI publisher 275 publishes a segment of the DUI object 270 , or the entirety of the DUI object 270 , thereby exposing the updated content and identifying the affected document(s) 225 with some form of indicator (e.g., URL, web page address, and the like).
- the network manager 205 upon recognizing the DUI object 270 is generated, is configured to instruct the primary agent 210 to initiate an update process that creates or updates the overloading index.
- the network manager 205 governs a collection of interacting machines (e.g., computing devices 245 ) within the data center 280 .
- One or more of the computing devices 245 within this collection of machines are configured to manage the merged index, which is employed to search content of a plurality of documents with the set of documents.
- the network manager 205 includes an Index Serving Node Manager that registers indicia, or metadata, of the DUI objects 270 .
- responsibilities of the network manager 205 include managing the distribution of the DUI objects 270 to index-file managers 260 installed on the computing devices 245 (e.g., index serve machines (ISM's) within an index-serving bed) of the data center 280 .
- Managing the distribution of the DUI objects 270 may involve allocating one or more of the primary agents 210 for downloading the DUI object 270 . This allocation may be based on the contents or configuration of the overloading index managed by each of the primary agents 210 .
- the primary agents 210 execute a real-time merge.
- an update process is performed that applies the downloaded DUI objects 270 to the overloading index to create an updated overloading index 330 . That is, the update process promotes retrieving the DUI object 270 and dynamically applying the DUI object 270 to overloading index.
- the overloading index maintains a structured record of additions, deletions, and modifications 240 to the set of documents within the scope thereof.
- the update process involves downloading the DUI object 270 by transmitting a request 216 to the publishing component 275 to send the DUI object 270 thereto.
- the publishing component 275 may push metadata to the network manager 205 and the DUI objects 270 onto one or more of the primary agents 210 allocated by the network manager 205 to receive the DUI objects 270 .
- the DUI objects 270 may be redistributed to the balance of the primary agents 210 within the data center 280 that are selected for the receiving the DUI objects 270 .
- the DUI objects 270 are automatically distributed to the primary agent 210 upon generation of the DUI object 270 , upon the elapse of a predefined time interval, or at a predefined time period.
- the update process may further include one or more of the following procedures, in no particular order: referencing the mapping schedule upon receiving the instructions to download the DUI object 270 ; and utilizing the mapping schedule to translate the identifier of the document(s) 225 to a web page address or URL.
- This mapping schedule, or scheme may be carried in association with the document identifier within the DUI object 270 .
- the mapping schedule may be interconnected with the primary agent 210 , may be provided by the overloading index, or may be accessed at a separate location (e.g., the merge index).
- the mapping schedule associates the document identifier with an address of the altered document(s) 225 and associates the relative position of the modification 240 within the altered document(s) 230 to the absolute location of the modification 240 within the set of documents.
- the update process involves updating the overloading index with information transmitted in each DUI object 270 as it is downloaded while concurrently translating the transmitted information to correspond with the format and organization of the overloading index. Accordingly, merging the DUI objects 270 to the overloading index requires a significantly smaller amount of time and resources as compared to merging all the DUI objects 270 that have accumulated over particular timeframe (e.g., thousands of DUI objects 270 may be collected prior to a once-daily aggregation to a merged index).
- the update process may further include utilizing the web page address or URL to derive an absolute location of the modified content within the monitored set of documents from the relative position of the modification 240 .
- This absolute location (global within the set of documents) of the modification 240 may be saved, at least temporarily, to overloading index.
- saving data to the overloading index involves the interaction of the DUI object 270 with the existing overloading index such that obsolete references to content within the set of documents may be referenced and replaced.
- the modifications 240 transported by the DUI objects 270 may be entered to the overloading index as updated content, terms, or metadata coupled with an absolute located of the content, terms, or metadata.
- FIG. 3 depicts a block diagram 300 that illustrates an exemplary computing device 245 for executing the update process 305 and an association process 310 , in accordance with an embodiment of the present invention.
- the primary agent 210 merges downloaded DUI object 270 with the overloading index 335 to arrive at an updated overloading index 330 .
- the update process 305 may be implemented in real-time upon receiving a notification from the network manager 205 (creating a new real-time merged index upon receiving a single change to the set of documents), at a recurring time frame, or at any other predefined time period.
- the updated overloading index 330 may be submitted to the index-file manager 265 .
- the index-file manager 265 may perform the association process 310 that is generally designed to group the update overloading index 330 with the existing merged index for the purposes of searching.
- the updated overloading index 330 is generated, as discussed above, upon applying just those recent modifications to the set of documents, such as updated metadata, to the targeted portions of the merged index. Because, the entire overloading index 335 is not replaced, and because only the updated information is applied, which in many cases may be a very small portion of the entire merged index, the update process 305 is an intelligent operation that conserves processing time and resources. Accordingly, the update process 305 of the present invention may be invoked more frequently, thereby providing an up-to-date updated overloading index 330 that is responsive to, and reflective of, changes to the set of documents.
- the update process 305 may be configured for updating the corresponding meta words in the overloading index 335 with the associated document identifications and associated data, such as the meta word values and the locations for the meta words.
- a particular meta word may be located in the overloading index 335 that requires updating by using the location information (e.g., relative position, absolute location, and the like) received, as discussed above.
- the update process 305 may recursively locate each meta word that has associated updated information. As such, embodiments of the present invention do not replace the entire overloading index 335 with new information, but may update any number of meta words at one time. For example, one meta word may be replaced, while the other information in the overloading index 335 may not change.
- the index-file manager 260 is designed to implement the association process at regular intervals (e.g., hourly, daily, weekly, etc.) or in real-time upon the index-file manager 265 becoming aware of the updated overloading index 330 .
- the update process and the association process may be linked in implementation, or may be triggered independently.
- the updated overloading index 330 is created.
- the updated overloading index 330 may be conveyed to other primary agents 210 that are disparately located throughout the data center 280 . These locations in the data center 280 may correspond to rows of machines where each row has a complete copy of the merged index.
- the primary agents 210 are provided to load the overloading index 330 within one or more of the plurality of computing devices 245 incident to invoking the association process.
- the primary agent 210 is installed on at least one of the plurality of computing devices 245 (e.g., rows of machines).
- the primary agent 210 is configured to take offline the rows one at a time, to preserve web-search functionality, when replacing portions of the overloading index. Taking a row of machines, or a single machine, offline may occur for a duration of a very short period of time because the update process is refined to replace only those obsolete portions of the overloading index. That is, conducting the update process, as described herein, allows for frequently amending the overloading index with only the affected portions of the documents.
- the updated overloading index is loaded alongside the existing merged index 285 . In this embodiment, during a user-initiated search, the updated overloading index takes preference over existing merged index 295 .
- the phrase “merged index” is not to be construed as limiting and may encompass an arrangement of items that is searchable with a query and generally utilized to discover content related, in some aspect, to the query.
- the merged index is organized as an inverted index that is searchable for content within the monitored set of documents upon receiving a query from a user.
- the inverted index lists each meta word received. For each meta word received, the inverted index may list each document identification that is associated with that meta word. In addition to listing each associated document identification, associated data may also be listed for each meta word.
- the set of documents within the scope of the updated overloading index 330 may be efficiently searched for content utilizing the updated overloading index 330 is association with the merged index, in that order. That is, recent changes to the set of documents are expediently incorporated into the updated overloading index 330 utilizing the DUI object 270 .
- a user-initiated online search via a search engine 350 which is operably coupled to the updated overloading index 330 and the merge index 285 , will generally produce current search results (e.g., most recent price value associated with sale items).
- the search engine 320 will communicate a query 325 for specific information contained in one or more of the documents to the updated overloading index 330 then the merged index 285 that, in turn, provides search results 320 that reflect the updated metadata.
- an operational flow diagram 400 is illustrated that depicts a high level overview of a technique for performing an update process and a merge process of one embodiment of the present invention.
- the publishing component 275 identifies changes (e.g., the modifications 240 of FIG. 2 ) that have been made to the document(s) 225 (e.g., utilizing the network crawler 265 of FIG. 2 ), as depicted by operation 405 .
- the modification occurring to the content of the documents involves a curator-initiated change to at least one term within a web page posted online.
- the publishing component 275 generates the DUI objects, as depicted by operation 410 .
- Operation 410 may involve a variety of procedures that may include the following: acquire an identifier of the document (see procedure 411 ); ascertain a relative location of the modified content (see procedure 412 ); and compose the DUI object (see procedure 413 ).
- the generated DUI object articulates indicia of a relative position of the modified term within the content of the posted web page, as well as a representation of the metadata underlying the at least one modified term.
- the publishing component 275 may publish the DUI object by conveying a notification 215 to the network manager 205 .
- the network manager 205 may allocate primary agent(s) 210 to receive the DUI object and provide instructions to the allocated primary agents 210 to download the DUI object, as depicted at operation 415 .
- the primary agent(s) 210 may attempt to retrieve the DUI objects by transmitting a request 216 for the DUI object to the publishing component 275 .
- the publishing component 275 may push the DUI object 270 to the primary agent 210 .
- the primary agent 210 is configured to initiate an update process 305 that applies the DUI object 270 to overloading index.
- the primary agent 210 hands the updated overloading index 330 to the index-file manager 260 to perform the association process 310 that invokes grouping the merged index with the updated overloading index 330 for purposes of searching.
- the resulting updated overloading index 330 is communicated to the primary agent 210 , which is configured to install the updated overloading index 330 to a machine within the data center.
- FIG. 5 a flow diagram of an overall method 500 for dynamically updating an overloading index utilizing DUI objects is shown, in accordance with an embodiment of the present invention.
- updating the overloading index employs a computerized method for updating a portion of an existing overloading index by way of collecting DUI objects and incorporating metadata conveyed thereby to the portion.
- the computerized method includes the steps of crawling metadata underlying content of a set of documents to identify modifications recently made thereto (see block 505 ) and constructing the DUI object (see block 510 ).
- the DUI object includes an identifier of one or more documents within the set of documents to which the identified modifications are made, indicia of a relative position of the modified content therein, and a representation of the metadata underlying the modifications.
- a notification is communicated to a network manager publicizing the DUI object is generated.
- the network manager may allocate an agent component to retrieve the DUI object and/or instruct the allocated agent component to download the DUI object.
- an update process is initiated that dynamically applies the DUI object to overloading index.
- the update process includes the following steps: referencing a mapping schedule upon receiving the instructions from the network manager (see block 525 ); utilizing the mapping schedule to attain an absolute location of the modified content utilizing the identifier of documents in conjunction with the relative position (see block 530 ); and writing the modified content and the corresponding absolute location to the overloading index (see block 535 ).
- the method 300 may include periodically performing an association process that groups the existing merged index with the modified content within the updated overloading index to ostensibly create a single. This is depicted at block 540 .
- the process of merging overwrites the portion within the merged index corresponding to the absolute location of the modified content without affecting other potions of the merged index.
- the existing merged index is replaced with the revised merged index, as depicted at block 545 .
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (19)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/268,711 US9436719B2 (en) | 2009-02-10 | 2014-05-02 | Updating an inverted index in a real time fashion |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/368,771 US8082258B2 (en) | 2009-02-10 | 2009-02-10 | Updating an inverted index in a real time fashion |
US13/292,793 US8756206B2 (en) | 2009-02-10 | 2011-11-09 | Updating an inverted index in a real time fashion |
US14/268,711 US9436719B2 (en) | 2009-02-10 | 2014-05-02 | Updating an inverted index in a real time fashion |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/292,793 Continuation US8756206B2 (en) | 2009-02-10 | 2011-11-09 | Updating an inverted index in a real time fashion |
Publications (2)
Publication Number | Publication Date |
---|---|
US20140236962A1 US20140236962A1 (en) | 2014-08-21 |
US9436719B2 true US9436719B2 (en) | 2016-09-06 |
Family
ID=42541218
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/368,771 Active 2030-01-14 US8082258B2 (en) | 2009-02-10 | 2009-02-10 | Updating an inverted index in a real time fashion |
US13/292,793 Active US8756206B2 (en) | 2009-02-10 | 2011-11-09 | Updating an inverted index in a real time fashion |
US14/268,711 Active US9436719B2 (en) | 2009-02-10 | 2014-05-02 | Updating an inverted index in a real time fashion |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/368,771 Active 2030-01-14 US8082258B2 (en) | 2009-02-10 | 2009-02-10 | Updating an inverted index in a real time fashion |
US13/292,793 Active US8756206B2 (en) | 2009-02-10 | 2011-11-09 | Updating an inverted index in a real time fashion |
Country Status (1)
Country | Link |
---|---|
US (3) | US8082258B2 (en) |
Families Citing this family (68)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8352400B2 (en) | 1991-12-23 | 2013-01-08 | Hoffberg Steven M | Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore |
US7966078B2 (en) | 1999-02-01 | 2011-06-21 | Steven Hoffberg | Network media appliance system and method |
US7707039B2 (en) | 2004-02-15 | 2010-04-27 | Exbiblio B.V. | Automatic modification of web pages |
US8442331B2 (en) | 2004-02-15 | 2013-05-14 | Google Inc. | Capturing text from rendered documents using supplemental information |
US20060041484A1 (en) | 2004-04-01 | 2006-02-23 | King Martin T | Methods and systems for initiating application processes by data capture from rendered documents |
US8521772B2 (en) | 2004-02-15 | 2013-08-27 | Google Inc. | Document enhancement system and method |
US8799303B2 (en) | 2004-02-15 | 2014-08-05 | Google Inc. | Establishing an interactive environment for rendered documents |
US10635723B2 (en) | 2004-02-15 | 2020-04-28 | Google Llc | Search engines and systems with handheld document data capture devices |
US7812860B2 (en) | 2004-04-01 | 2010-10-12 | Exbiblio B.V. | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US20070300142A1 (en) | 2005-04-01 | 2007-12-27 | King Martin T | Contextual dynamic advertising based upon captured rendered text |
US9143638B2 (en) | 2004-04-01 | 2015-09-22 | Google Inc. | Data capture from rendered documents using handheld device |
US20080313172A1 (en) | 2004-12-03 | 2008-12-18 | King Martin T | Determining actions involving captured information and electronic content associated with rendered documents |
US8146156B2 (en) | 2004-04-01 | 2012-03-27 | Google Inc. | Archive of text captures from rendered documents |
US9008447B2 (en) | 2004-04-01 | 2015-04-14 | Google Inc. | Method and system for character recognition |
US7894670B2 (en) | 2004-04-01 | 2011-02-22 | Exbiblio B.V. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
WO2008028674A2 (en) | 2006-09-08 | 2008-03-13 | Exbiblio B.V. | Optical scanners, such as hand-held optical scanners |
US8621349B2 (en) | 2004-04-01 | 2013-12-31 | Google Inc. | Publishing techniques for adding value to a rendered document |
US7990556B2 (en) | 2004-12-03 | 2011-08-02 | Google Inc. | Association of a portable scanner with input/output and storage devices |
US8793162B2 (en) | 2004-04-01 | 2014-07-29 | Google Inc. | Adding information or functionality to a rendered document via association with an electronic counterpart |
US9116890B2 (en) | 2004-04-01 | 2015-08-25 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US8713418B2 (en) | 2004-04-12 | 2014-04-29 | Google Inc. | Adding value to a rendered document |
US8489624B2 (en) | 2004-05-17 | 2013-07-16 | Google, Inc. | Processing techniques for text capture from a rendered document |
US9460346B2 (en) | 2004-04-19 | 2016-10-04 | Google Inc. | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US8874504B2 (en) | 2004-12-03 | 2014-10-28 | Google Inc. | Processing techniques for visual capture data from a rendered document |
US8620083B2 (en) | 2004-12-03 | 2013-12-31 | Google Inc. | Method and system for character recognition |
US8346620B2 (en) | 2004-07-19 | 2013-01-01 | Google Inc. | Automatic modification of web pages |
US20110096174A1 (en) * | 2006-02-28 | 2011-04-28 | King Martin T | Accessing resources based on capturing information from a rendered document |
US8502130B2 (en) * | 2008-12-22 | 2013-08-06 | Candela Microsystems (S) Pte. Ltd. | Light guide array for an image sensor |
WO2010096193A2 (en) * | 2009-02-18 | 2010-08-26 | Exbiblio B.V. | Identifying a document by performing spectral analysis on the contents of the document |
EP2406767A4 (en) | 2009-03-12 | 2016-03-16 | Google Inc | Automatically providing content associated with captured information, such as information captured in real-time |
US8447066B2 (en) | 2009-03-12 | 2013-05-21 | Google Inc. | Performing actions based on capturing information from rendered documents, such as documents under copyright |
US9081799B2 (en) | 2009-12-04 | 2015-07-14 | Google Inc. | Using gestalt information to identify locations in printed information |
US9323784B2 (en) | 2009-12-09 | 2016-04-26 | Google Inc. | Image search using text-based elements within the contents of images |
US9824108B2 (en) * | 2010-04-19 | 2017-11-21 | Salesforce.Com, Inc. | Methods and systems for performing transparent object migration across storage tiers |
US8527556B2 (en) * | 2010-09-27 | 2013-09-03 | Business Objects Software Limited | Systems and methods to update a content store associated with a search index |
US8798366B1 (en) | 2010-12-28 | 2014-08-05 | Amazon Technologies, Inc. | Electronic book pagination |
US9846688B1 (en) * | 2010-12-28 | 2017-12-19 | Amazon Technologies, Inc. | Book version mapping |
US8452748B1 (en) * | 2011-02-28 | 2013-05-28 | Intuit Inc. | Method and system for search engine optimization of a website |
US9881009B1 (en) | 2011-03-15 | 2018-01-30 | Amazon Technologies, Inc. | Identifying book title sets |
US9158767B2 (en) | 2011-04-08 | 2015-10-13 | Microsoft Technology Licensing, Llc | Lock-free indexing of documents |
US9185163B2 (en) | 2011-04-08 | 2015-11-10 | Microsoft Technology Licensing, Llc | Receiving individual documents to serve |
US8990612B2 (en) | 2011-04-08 | 2015-03-24 | Microsoft Technology Licensing, Llc | Recovery of a document serving environment |
US8667456B1 (en) * | 2011-04-20 | 2014-03-04 | Google Inc. | Cloud-based indexing for integrated development environments |
US8533165B2 (en) * | 2011-07-03 | 2013-09-10 | Microsoft Corporation | Conflict resolution via metadata examination |
US8671078B2 (en) * | 2011-08-31 | 2014-03-11 | Microsoft Corporation | Sharing parts of a document using search framework |
US9104748B2 (en) | 2011-10-21 | 2015-08-11 | Microsoft Technology Licensing, Llc | Providing a search service including updating aspects of a document using a configurable schema |
US9361330B2 (en) | 2012-03-12 | 2016-06-07 | Oracle International Corporation | System and method for consistent embedded search across enterprise applications with an enterprise crawl and search framework |
US20130275436A1 (en) * | 2012-04-11 | 2013-10-17 | Microsoft Corporation | Pseudo-documents to facilitate data discovery |
US9805078B2 (en) * | 2012-12-31 | 2017-10-31 | Ebay, Inc. | Next generation near real-time indexing |
US9542402B2 (en) * | 2013-04-24 | 2017-01-10 | Empire Technology Development Llc | Computing devices with multi-layer file systems |
US9524335B2 (en) | 2013-06-18 | 2016-12-20 | Microsoft Technology Licensing, Llc | Conflating entities using a persistent entity index |
US9189517B2 (en) * | 2013-10-02 | 2015-11-17 | Microsoft Technology Licensing, Llc | Integrating search with application analysis |
IN2013MU03472A (en) * | 2013-10-31 | 2015-07-24 | Tata Consultancy Services Ltd | |
US9514173B2 (en) * | 2014-04-15 | 2016-12-06 | Facebook, Inc. | Real-time index consistency check |
US10331640B2 (en) | 2014-06-13 | 2019-06-25 | International Business Machines Corporation | Populating text indexes |
US10230678B2 (en) * | 2015-08-20 | 2019-03-12 | International Business Machines Corporation | Storing messages of a message queue |
US9442970B1 (en) | 2016-01-07 | 2016-09-13 | International Business Machines Corporation | System and method for asynchronous update of a search index |
US11726979B2 (en) | 2016-09-13 | 2023-08-15 | Oracle International Corporation | Determining a chronological order of transactions executed in relation to an object stored in a storage system |
US10733159B2 (en) * | 2016-09-14 | 2020-08-04 | Oracle International Corporation | Maintaining immutable data and mutable metadata in a storage system |
US10860534B2 (en) | 2016-10-27 | 2020-12-08 | Oracle International Corporation | Executing a conditional command on an object stored in a storage system |
US10956051B2 (en) | 2016-10-31 | 2021-03-23 | Oracle International Corporation | Data-packed storage containers for streamlined access and migration |
US10191936B2 (en) | 2016-10-31 | 2019-01-29 | Oracle International Corporation | Two-tier storage protocol for committing changes in a storage system |
US10180863B2 (en) | 2016-10-31 | 2019-01-15 | Oracle International Corporation | Determining system information based on object mutation events |
US10275177B2 (en) | 2016-10-31 | 2019-04-30 | Oracle International Corporation | Data layout schemas for seamless data migration |
US10169081B2 (en) | 2016-10-31 | 2019-01-01 | Oracle International Corporation | Use of concurrent time bucket generations for scalable scheduling of operations in a computer system |
US10037778B1 (en) * | 2017-02-27 | 2018-07-31 | Amazon Technologies, Inc. | Indexing zones for storage devices |
US10789282B1 (en) * | 2018-01-31 | 2020-09-29 | Dell Products L.P. | Document indexing with cluster computing |
DK3644196T3 (en) * | 2018-10-26 | 2022-08-01 | Tata Consultancy Services Ltd | SYSTEMS AND METHODS FOR STORING DATA IN AN INTEGRATED ARRAY AND A STRUCTURE BASED ON A LINKED LIST |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040225963A1 (en) * | 2003-05-06 | 2004-11-11 | Agarwal Ramesh C. | Dynamic maintenance of web indices using landmarks |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5864863A (en) * | 1996-08-09 | 1999-01-26 | Digital Equipment Corporation | Method for parsing, indexing and searching world-wide-web pages |
US5920854A (en) | 1996-08-14 | 1999-07-06 | Infoseek Corporation | Real-time document collection search engine with phrase indexing |
US6167457A (en) | 1996-12-11 | 2000-12-26 | Agilent Technologies | Message filters, automatic binding, and encoding for distributed systems |
KR100285265B1 (en) * | 1998-02-25 | 2001-04-02 | 윤덕용 | Inverse index storage structure using sub index and large objects for tight coupling of database management system and information retrieval |
AUPQ475799A0 (en) * | 1999-12-20 | 2000-01-20 | Youramigo Pty Ltd | An internet indexing system and method |
US6990498B2 (en) * | 2001-06-15 | 2006-01-24 | Sony Corporation | Dynamic graphical index of website content |
US7702666B2 (en) * | 2002-06-06 | 2010-04-20 | Ricoh Company, Ltd. | Full-text search device performing merge processing by using full-text index-for-registration/deletion storage part with performing registration/deletion processing by using other full-text index-for-registration/deletion storage part |
CN100458779C (en) * | 2005-11-29 | 2009-02-04 | 国际商业机器公司 | Index and its extending and searching method |
US8239389B2 (en) * | 2008-09-29 | 2012-08-07 | International Business Machines Corporation | Persisting external index data in a database |
US8271499B2 (en) * | 2009-06-10 | 2012-09-18 | At&T Intellectual Property I, L.P. | Incremental maintenance of inverted indexes for approximate string matching |
-
2009
- 2009-02-10 US US12/368,771 patent/US8082258B2/en active Active
-
2011
- 2011-11-09 US US13/292,793 patent/US8756206B2/en active Active
-
2014
- 2014-05-02 US US14/268,711 patent/US9436719B2/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040225963A1 (en) * | 2003-05-06 | 2004-11-11 | Agarwal Ramesh C. | Dynamic maintenance of web indices using landmarks |
Also Published As
Publication number | Publication date |
---|---|
US20100205160A1 (en) | 2010-08-12 |
US20140236962A1 (en) | 2014-08-21 |
US8756206B2 (en) | 2014-06-17 |
US20120059806A1 (en) | 2012-03-08 |
US8082258B2 (en) | 2011-12-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9436719B2 (en) | Updating an inverted index in a real time fashion | |
US8244700B2 (en) | Rapid update of index metadata | |
US8244701B2 (en) | Using behavior data to quickly improve search ranking | |
US7509477B2 (en) | Aggregating data from difference sources | |
US9355177B2 (en) | Web crawler scheduler that utilizes sitemaps from websites | |
EP3217301B1 (en) | Propagation of data changes in a distributed system | |
US10031920B1 (en) | Third-party indexable text | |
US20180276304A1 (en) | Advanced computer implementation for crawling and/or detecting related electronically catalogued data using improved metadata processing | |
US7899922B2 (en) | Enterprise service oriented architecture for large file handling with document management system | |
US20090204638A1 (en) | Automated client sitemap generation | |
US10552429B2 (en) | Discovery of data assets using metadata | |
KR20040088366A (en) | Computer searching with associations | |
US20110289055A1 (en) | Linked Databases | |
WO2016016734A1 (en) | Managing web browser cache for offline browsing | |
KR20130086005A (en) | Method and appartus searching data in multiple device | |
US9043311B1 (en) | Indexing data updates associated with an electronic catalog system | |
US20220261451A1 (en) | Method and system for creating and using persona in a content management system | |
US20160085389A1 (en) | Knowledge automation system thumbnail image generation | |
US20140223100A1 (en) | Range based collection cache | |
US9043306B2 (en) | Content signature notification | |
US20090132493A1 (en) | Method for retrieving and editing HTML documents | |
US10417439B2 (en) | Post-hoc management of datasets | |
US20060294050A1 (en) | Retrieving server-based help content | |
WO2016195725A1 (en) | Storage and access time for records | |
CA2928029A1 (en) | Data processing system including a search engine |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MICROSOFT CORPORATION, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KUMAR, ABHAS;PERMANDLA, PRATIBHA;SAREEN, GAURAV;AND OTHERS;SIGNING DATES FROM 20090116 TO 20090209;REEL/FRAME:034603/0076 |
|
AS | Assignment |
Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034747/0417 Effective date: 20141014 Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:039025/0454 Effective date: 20141014 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |