US20080243907A1 - Efficient Indexing Using Compact Decision Diagrams - Google Patents
Efficient Indexing Using Compact Decision Diagrams Download PDFInfo
- Publication number
- US20080243907A1 US20080243907A1 US12/026,897 US2689708A US2008243907A1 US 20080243907 A1 US20080243907 A1 US 20080243907A1 US 2689708 A US2689708 A US 2689708A US 2008243907 A1 US2008243907 A1 US 2008243907A1
- Authority
- US
- United States
- Prior art keywords
- bdd
- list
- key word
- objects
- particular key
- 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.)
- Granted
Links
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/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/31—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/01—Dynamic search techniques; Heuristics; Dynamic trees; Branch-and-bound
Definitions
- This disclosure relates generally to data structures for searching objects, such as web pages in the World Wide Web.
- BDDs Binary decision diagrams
- FIG. 1 illustrates an example system for efficient indexing using compact decision diagrams
- FIG. 2 illustrates an example BDD
- FIG. 3 illustrates an example traversal of the BDD
- FIG. 4 illustrates another traversal of the BDD.
- FIG. 1 illustrates an example system 10 for efficient indexing using compact decision diagrams.
- System 10 includes a network 12 coupling one or more clients 14 , one or more web servers 16 , and an application server 18 to each other.
- network 12 is an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a metropolitan area network (MAN), a portion of the Internet, or another network 12 or a combination of two or more such networks 12 .
- VPN virtual private network
- LAN local area network
- WLAN wireless LAN
- WAN wide area network
- MAN metropolitan area network
- the present disclosure contemplates any suitable network 12 .
- One or more links 20 couple a client 14 , a web server 16 , or application server 18 to network 12 .
- one or more links 20 each include one or more wireline, wireless, or optical links 20 .
- one or more links 20 each include an intranet, an extranet, a virtual private network (VPN), a LAN, a WLAN, a WAN, a MAN, a portion of the Internet, or another link 20 or a combination of two or more such links 20 .
- the present disclosure contemplates any suitable links 20 coupling clients 14 , web servers 16 , and application server 18 to network 12 .
- a client 14 enables a user at client 14 to access web pages residing at web servers 16 .
- a client 14 may be a computer system (such as a suitable desktop computer system, notebook computer system, or mobile telephone) having a web browser.
- a user at client 14 may enter a Uniform Resource Locator (URL) or other address directing the web browser to a web server 16 , and the web browser may generate a Hyper Text Transfer Protocol (HTTP) request and communicate the HTTP request to web server 16 .
- Web server 16 may accept the HTTP request and generate and communicate to client 14 a Hyper Text Markup Language (HTML) document responsive to the HTTP request.
- HTML Hyper Text Markup Language
- the HTML document from web server 16 may be a web page the web browser at client 14 may present to the user.
- a web page may be an Extensible Markup Language (XML) document or an Extensible HyperText Markup Language (XHTML) document.
- XML Extensible Markup Language
- XHTML Extensible HyperText Markup Language
- the present disclosure contemplates any suitable objects and is not limited to web pages residing at web servers 16 .
- the present disclosure contemplates executables, files (such as, for example, MICROSOFT WORD documents and Portable Document Format (PDF) documents), or other objects residing at database servers, file servers, peer-to-peer networks, or elsewhere.
- a web server 16 includes one or more servers. The present disclosure contemplates any suitable web servers 16 .
- a client 14 may have one or more applications for accessing objects residing at one or more database servers, file servers, peer-to-peer networks, or elsewhere.
- client 14 may generate a query for web pages containing one or more particular key words and communicate the query to application server 18 .
- application server 18 includes a hardware, software, or embedded logic component or a combination of two or more such components for receiving and responding to queries from clients 14 .
- application server 18 may receive from a client 14 a query for web pages containing one or more particular key words, accept the query, and access web search engine 22 to run the query and generate search results responsive to the query.
- Web search engine 22 may then run the query and generate and return the search results, and application server 18 may communicate the search results to client 14 for presentation to the user.
- application server 18 includes one or more servers.
- application server 18 may include a catalog server providing a point of access enabling users at clients 14 to centrally search for objects across a distributed network, such as an intranet or an extranet.
- web search engine 22 includes a hardware, software, or embedded logic component or a combination of two or more such components for generating and returning search results identifying web pages responsive to queries from clients 14 .
- the present disclosure contemplates any suitable web search engine 22 .
- web search engine 22 may be BAIDU, GOOGLE, LIVE SEARCH, or YAHOO! SEARCH.
- web search engine 22 accesses web search data 28 .
- web search data 28 may include inverted indexes of web pages residing at web servers 16 .
- the inverted indexes may each includes sets of lists that may each correspond to a unique key word, as described below.
- Indexing engine 24 may generate one or more of the inverted indexes, and decision diagram engine 26 may generate decision diagrams (such as compact decision diagrams) representing lists of the inverted indexes, as described below.
- the decision diagrams may compress the lists to facilitate storage or processing.
- Indexing engine 24 , decision diagram engine 26 , or both collectively may manipulate inverted indexes or their lists (as described below) to facilitate queries run by web search engine 22 and the generation of search results.
- indexing engine 24 includes a hardware, software, or embedded logic component or a combination of two or more such components for generating and manipulating inverted indexes.
- decision diagram engine 26 includes a hardware, software, or embedded logic component or a combination of two or more such components for generating decision diagrams representing lists of inverted indexes and manipulating the represented lists.
- web search engine 22 , indexing engine 24 , and decision diagram engine 26 are all logically or physically separate from each other.
- web search engine 22 and indexing engine 24 are functionally, logically, or physically combined with each other.
- indexing engine 24 may functionally, logically, or physically include web search engine 22 .
- indexing engine 24 and decision diagram engine 26 are functionally, logically, or physically combined with each other.
- indexing engine 24 may functionally, logically, or physically include decision diagram engine 26 .
- the present disclosure contemplates any suitable functional, logical, or physical arrangement among web search engine 22 , indexing engine 24 , and decision diagram engine 26 .
- a BDD is a rooted directed acyclic graph (DAG) representing a Boolean function.
- the DAG includes decision nodes (one being a root node) and two terminal nodes, a 0 terminal and a 1 terminal.
- the terminal nodes represent Boolean functions 1 and 0.
- Each decision node represents a subfunction ⁇ , has a Boolean variable ⁇ as a label, and has an outgoing 1 edge and an outgoing 0 edge pointing to child nodes.
- the 1 edge points to a sub BDD representing the function ⁇
- the 0 edge points to a sub BDD representing the function ⁇ ⁇ .
- the 0 edge represents an assignment of ⁇ to 1
- the 0 edge represents an assignment of ⁇ to 0.
- a path from the root node of the BDD to the 1 terminal represents a set of variable assignments setting the represented Boolean function to 1.
- a path from the root node of the BDD to the 0 terminal represents a set of variable assignments setting the represented Boolean function to 0.
- isomorphic subgraphs should not be present in a BDD and the order of the variables from the root node of the BDD to a terminal node should be the same for all paths.
- Such a BDD is a reduced ordered BDD (ROBDD).
- a BDD encompasses an ROBDD, and vice versa, where appropriate.
- reference to a BDD encompasses a partitioned ordered binary decision diagram (POBDD), and vice versa, where appropriate.
- a BDD excludes a node if both edges of the node point to the same node.
- a BDD excludes a node if the node is a negative literal.
- a BDD that excludes negative literals is a zero-suppressed decision diagram (ZDD).
- ZDD zero-suppressed decision diagram
- reference to a BDD encompasses a ZDD, and vice versa, where appropriate.
- the present disclosure contemplates any suitable decision diagrams.
- representing a list (such as a list of an inverted index) using a decision diagram involves mapping elements of the list to a Boolean function and efficiently storing the resulting decision diagram on disk.
- Particular embodiments facilitate storing a BDD more efficiently.
- storing a BDD more efficiently enables a central processing unit (CPU) cache to store more nodes of the BDD, which facilitates processing of the BDD by the CPU.
- CPU central processing unit
- Particular embodiments facilitate reducing the number of bytes required by each node of a graph representing a BDD, which facilitates reducing the size of the BDD.
- Particular embodiments facilitate reducing the size of a BDD without reducing the number of nodes of the BDD.
- Particular embodiments facilitate reducing the size a BDD while keeping the BDD useful for functional manipulation.
- Particular embodiments facilitate using BDDs in mobile consumer applications, which often require the compression of data.
- decision diagram engine 26 generates BDDs.
- a BDD which may be a compact or nano decision diagram (nanoDD)
- decision diagram engine 26 discards variable ordering and correlates a location specified by a pointer to both the value of the pointer and the position of the parent node.
- the minimum information required for each child node of a BDD having 32 nodes is:
- the term S represents the number of nodes of the BDD.
- THEN/ELSE pointers point to child nodes.
- a THEN pointer is a 1-edge pointer and an ELSE pointer is a 0-edge pointer.
- the 0-edge negated flag indicates whether zero suppression negates the node. If the decision diagram is a ZDD, the node structure need not include a 0-edge negated flag.
- Decision diagram engine 26 identifies a number of bytes each node of the BDD requires, which in particular embodiments is
- nanoDDs generated by decision diagram engine 26 are zero-suppressed nano binary decision diagrams (nanoZDDs).
- decision diagram engine 26 drops the log(S) bits for the THEN/ELSE pointers and correlates the value of each pointer and the value (or position) of its parent node to the location the pointer points to. Under such conditions, allotting only one or two bytes to each pointer reduces per-node memory requirements.
- any suitable decision diagram is capable of compacting, with decision diagram engine 26 appropriately resizing tables (and allocated more bits per node) for storing the decision diagram as it becomes larger. However, decision diagram engine 26 starts building the decision diagram as a compact decision diagram.
- decision diagram engine 26 directly applies decomposition/composition to graph construction to directly convert a compact decision diagram to an unreduced diagram.
- a compact decision diagram facilitates communication between parallel platforms.
- a first platform may generate a decision diagram, make the decision diagram compact for communication to a second platform operating parallel to the first, and communicate the compact decision diagram to the second platform.
- the second platform may reconstruct the decision diagram from the compact decision diagram for processing at the second platform.
- nanoDDs are useful in any suitable application of BDDs, e.g., integrated circuit (IC) synthesis, IC formal verification, etc.
- nanoDDs support any suitable BBD operations.
- BDDs to implement inverted indexes for a search engine (such as web search engine 22 ) or similar application.
- using BDDs to implement an inverted index facilitates storing the inverted index more efficiently.
- Particular embodiments facilitate storing the inverted index more efficiently without adversely affecting desirable manipulation properties of the inverted index.
- using BDDs to implement an inverted index facilitates manipulation of the inverted index.
- indexing engine 24 generates inverted indexes.
- an inverted index is a data structure that operates on a set of documents or other objects (such as, for example, web pages in the World Wide Web) to identify one or more subsets of the documents that include one or more key words.
- the key words may represent a query a user has submitted to a Web search engine.
- Particular embodiments may store an inverted index as a set of lists, and the lists may each correspond to a unique keyword wi and include numerical identifiers of documents containing w i .
- An inverted index often has a tendency to become very large as it builds, with direct implications on storage-space requirements and access time.
- indexing engine 24 , decision diagram engine 26 or both compress the lists of the inverted index for storage, allowing for quick and incremental decompression of the lists, according to particular needs.
- an efficient scheme for compressing lists for quick decompression is based on ⁇ -codes.
- the unary representation of (e+1) is 1110, and therefore the ⁇ -code for x is 1110101.
- An advantage of ⁇ -codes is they require exactly 1+2 ⁇ log 2 x ⁇ bits to represent x, which provides significant savings compared with fixed-length binary representation when x is on average relatively small.
- ⁇ -codes are used as follows in the context of lists.
- the elements of the list are sorted, and the pairwise differences between consecutive entries are ⁇ encoded.
- the sorted list and the pairwise-differences list may be:
- each variable may be assigned to each significant bit weight.
- a function corresponding to the above list may be:
- the list elements may be represented in a 2 k base and linear and binary encoding may then be combined.
- 2 k distinct variables may be used to represent the each of the base-2 k digits in a one-hot manner.
- the increase in the number of variables may seem inefficient, but it in fact may lead to better sharing and more compact representation, especially with ZDDs, which as described above store negative literals more efficiently.
- each node in a nanoDD may be structured as:
- a single nanoDD node may require exactly 2s d +s n bits. Nodes may be stored consecutively in memory or on disk in the order depth-first traversal would visit them, with 0 edges followed before 1 edges. Accordingly, information may be incrementally extracted from a nanoDD on disk. Terminal nodes need not be explicitly stored, since they may be assigned fixed “virtual” positions.
- One approach to compacting an index (forward or inverted) of web pages involves encoding in binary the page IDs and the key word IDs in the index and adding each ⁇ page_ID, key_word_ID ⁇ as a minterm to a decision diagram representing the index. Such an approach tends to parse web pages for indexing very slowly.
- Another approach to compacting an index of web pages involves encoding in binary the page IDs in the index and building a separate decision diagram for each key word in the index. Such an approach tends to compact the index less than the previous approach, but works significantly faster.
- Yet another approach to compacting an index of web pages involves building a decision diagram for each key word in the index (the decision diagram representing the set of web pages containing the word) and discarding the idea of sharing among all the decision diagrams. Each decision diagram includes approximately a few tens to a few thousands of nodes. The size of the decision diagram is known after it is built. The minimum information required for each node is:
- THEN/ELSE pointers 2* ⁇ log(S) ⁇ bits
- S represents the number of nodes of the decision diagram.
- decision diagram engine 26 identifies the number of bytes each node of the decision diagram requires, which is
- the node structure need not include a 0-edge negated flag.
- Decision diagram engine 26 stores each decision diagram assuming a customized node structure for the decision diagram. Such an approach tends to compact the index significantly more than the two previous approaches.
- decision diagram engine 26 compares the size (in terms of memory requirements) of the decision diagram with the size (in terms of memory requirements) of the list represented by the decision diagram and stores the smaller of the two.
- Particular embodiments increase space efficiency of inverted indexes.
- Particular embodiments facilitate complex Boolean operations on inverted indexes for search results.
- Particular embodiments facilitate implementation of inverted indexes for mobile applications, where compression is often particularly useful.
- Conjunction is a common operation between or among K ordered lists.
- a conjunction may be implemented as a K-way merge.
- Elements may be read one at a time, starting from the head of the lists and proceeding through the lists until having detected all common elements.
- the common elements between the two following lists may be detected:
- Pointer p 1 points to elements of list1 and pointer p 2 points to elements of list2. Initially p 1 points to 10 in list1 and p 2 points to 16 in list2. Because p 1 points to a smaller element than p 2 points to, p 1 advances to 20, the next element in list1. Now p 2 points to a smaller element than p 1 points to, so p 2 advances to 18, the next element in list2. Because 18 is smaller than 20, p 2 advances to 23 in list2. Then p 1 advances to 23 in list1. Pointers p 1 and p 2 now point to a first common element, and the operation outputs the first common element, which is 23.
- Pointer p 1 advances to 36 in list1 and p 2 advances to 47 in list2.
- Pointer p 1 now points to a smaller element than p 2 points to, so p 1 advances to 47 in list1.
- Pointers p 1 and p 2 point to a second common element, and the operation outputs the second common element, which is 47. Because pointer p 2 has reached the end of list2, there are no more common elements and the operations ends.
- a basic operation for traversing lists is get_next_element(L).
- particular embodiments efficiently implement the operation get_next_element_greq(L,element) to detect a next element in list L that is greater than or equal to element.
- get_next_element_greq(L,element) particular embodiments maintain an array of variable assignments A for a nanoDD and update the array while traversing the nanoDD.
- the operation performs a depth-first traversal starting from the root of the nanoDD. The operation follows 0 edges first and proceeds until the operation reaches the 1 terminal of the nanoDD. For each visited node, the operation monitors the variable ID of the node and the ID of the edge leading to the node. The operation initially assigns the value 0 to variables not appearing in the path from the root of the nanoDD to the 1 terminal.
- indexing engine 24 or decision diagram engine 26 calls get_next_element_greq(L,element)
- the operation compares the binary representation of element with array A and detects the number of common variable assignments from the root. The operation backtracks until it reaches the first noncommon variable from the top (or the root if there are no common assignments) and traverses the nanoDD according to the remaining assignments imposed by element.
- get_next_element_greq (L,element) on the decision diagram illustrated by FIG. 2 .
- FIG. 3 illustrates an example traversal of the decision diagram obtaining the first element of the encoded list.
- the operation searches for the next element greater than 8 with get_next_element_greq(L,9).
- the operation then backtracks to variable x 3 (since the first three variable assignments between (1,0,0,0) and (1,0,0,1) are the same) and continues along the path illustrated by FIG. 4 .
- the variable assignments from the traversal are (1,0,1,1), which yields 11.
- the operation similarly obtains the remaining elements of the list.
- using decision diagrams for searches as described above enables the searches to skip elements of underlying lists when the presence of the skipped elements is unimportant.
- the operation may obtain the first elements of both lists. Since 8 is larger than 7, the operation may search the second list for the next element greater than or equal to 8, which leads to 13. The operation may then run get_next_element_greq(L,13) on the first list. The operation may detect that (1,1,0,1) (which is 13 in binary) has only its first variable in common with (1,0,0,0), which is 8 in binary. The operation may then backtrack directly to variable x 1 and traverse down the nanoDD consistent with the requested assignment (1,1,0,1), eventually ending up at (1,1,1,1).
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Evolutionary Computation (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
- This Application claims the benefit, under 35 U.S.C. §119(e), of Provisional U.S. Patent Application No. 60/899874, filed 7 Feb. 2007.
- This disclosure relates generally to data structures for searching objects, such as web pages in the World Wide Web.
- Binary decision diagrams (BDDs) have a variety of potential applications, since BDDs are useful in many areas of computer science. However, BDDs tend to suffer from space blowup. Even in the absence of space blowup, BDDs often run a significant risk of becoming too large for many applications.
-
FIG. 1 illustrates an example system for efficient indexing using compact decision diagrams; -
FIG. 2 illustrates an example BDD; -
FIG. 3 illustrates an example traversal of the BDD; and -
FIG. 4 illustrates another traversal of the BDD. -
FIG. 1 illustrates anexample system 10 for efficient indexing using compact decision diagrams.System 10 includes anetwork 12 coupling one ormore clients 14, one ormore web servers 16, and anapplication server 18 to each other. In particular embodiments,network 12 is an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a metropolitan area network (MAN), a portion of the Internet, or anothernetwork 12 or a combination of two or moresuch networks 12. The present disclosure contemplates anysuitable network 12. One ormore links 20 couple aclient 14, aweb server 16, orapplication server 18 tonetwork 12. In particular embodiments, one ormore links 20 each include one or more wireline, wireless, oroptical links 20. In particular embodiments, one ormore links 20 each include an intranet, an extranet, a virtual private network (VPN), a LAN, a WLAN, a WAN, a MAN, a portion of the Internet, or anotherlink 20 or a combination of two or moresuch links 20. The present disclosure contemplates anysuitable links 20coupling clients 14,web servers 16, andapplication server 18 tonetwork 12. - In particular embodiments, a
client 14 enables a user atclient 14 to access web pages residing atweb servers 16. As an example and not by way of limitation, aclient 14 may be a computer system (such as a suitable desktop computer system, notebook computer system, or mobile telephone) having a web browser. A user atclient 14 may enter a Uniform Resource Locator (URL) or other address directing the web browser to aweb server 16, and the web browser may generate a Hyper Text Transfer Protocol (HTTP) request and communicate the HTTP request toweb server 16.Web server 16 may accept the HTTP request and generate and communicate to client 14 a Hyper Text Markup Language (HTML) document responsive to the HTTP request. The HTML document fromweb server 16 may be a web page the web browser atclient 14 may present to the user. The present disclosure contemplates any suitable web pages. As an example and not by way of limitation, a web page may be an Extensible Markup Language (XML) document or an Extensible HyperText Markup Language (XHTML) document. Moreover, the present disclosure contemplates any suitable objects and is not limited to web pages residing atweb servers 16. As an example and not by way of limitation, where appropriate, the present disclosure contemplates executables, files (such as, for example, MICROSOFT WORD documents and Portable Document Format (PDF) documents), or other objects residing at database servers, file servers, peer-to-peer networks, or elsewhere. In particular embodiments, aweb server 16 includes one or more servers. The present disclosure contemplates anysuitable web servers 16. Moreover, the present disclosure contemplates anysuitable clients 14. As an example and not by way of limitation, in addition or as an alternative to having a web browser for accessing web pages residing atweb servers 16, aclient 14 may have one or more applications for accessing objects residing at one or more database servers, file servers, peer-to-peer networks, or elsewhere. - In response to input from a user at a
client 14,client 14 may generate a query for web pages containing one or more particular key words and communicate the query toapplication server 18. In particular embodiments,application server 18 includes a hardware, software, or embedded logic component or a combination of two or more such components for receiving and responding to queries fromclients 14. As an example and not by way of limitation,application server 18 may receive from a client 14 a query for web pages containing one or more particular key words, accept the query, and accessweb search engine 22 to run the query and generate search results responsive to the query.Web search engine 22 may then run the query and generate and return the search results, andapplication server 18 may communicate the search results toclient 14 for presentation to the user. In particular embodiments,application server 18 includes one or more servers. The present disclosure contemplates anysuitable application server 18. As an example and not by way of limitation,application server 18 may include a catalog server providing a point of access enabling users atclients 14 to centrally search for objects across a distributed network, such as an intranet or an extranet. - In particular embodiments,
web search engine 22 includes a hardware, software, or embedded logic component or a combination of two or more such components for generating and returning search results identifying web pages responsive to queries fromclients 14. The present disclosure contemplates any suitableweb search engine 22. As an example and not by way of limitation,web search engine 22 may be BAIDU, GOOGLE, LIVE SEARCH, or YAHOO! SEARCH. In particular embodiments, to run a query and generate search results responsive to the query,web search engine 22 accessesweb search data 28. As an example and not by way of limitation,web search data 28 may include inverted indexes of web pages residing atweb servers 16. The inverted indexes may each includes sets of lists that may each correspond to a unique key word, as described below.Indexing engine 24 may generate one or more of the inverted indexes, anddecision diagram engine 26 may generate decision diagrams (such as compact decision diagrams) representing lists of the inverted indexes, as described below. The decision diagrams may compress the lists to facilitate storage or processing.Indexing engine 24,decision diagram engine 26, or both collectively may manipulate inverted indexes or their lists (as described below) to facilitate queries run byweb search engine 22 and the generation of search results. In particular embodiments,indexing engine 24 includes a hardware, software, or embedded logic component or a combination of two or more such components for generating and manipulating inverted indexes. In particular embodiments,decision diagram engine 26 includes a hardware, software, or embedded logic component or a combination of two or more such components for generating decision diagrams representing lists of inverted indexes and manipulating the represented lists. In particular embodiments,web search engine 22,indexing engine 24, anddecision diagram engine 26 are all logically or physically separate from each other. In particular embodiments,web search engine 22 andindexing engine 24 are functionally, logically, or physically combined with each other. As an example and not by way of limitation,indexing engine 24 may functionally, logically, or physically includeweb search engine 22. In particular embodiments,indexing engine 24 anddecision diagram engine 26 are functionally, logically, or physically combined with each other. As an example and not by way of limitation,indexing engine 24 may functionally, logically, or physically includedecision diagram engine 26. The present disclosure contemplates any suitable functional, logical, or physical arrangement amongweb search engine 22,indexing engine 24, anddecision diagram engine 26. - In particular embodiments, a BDD is a rooted directed acyclic graph (DAG) representing a Boolean function. The DAG includes decision nodes (one being a root node) and two terminal nodes, a 0 terminal and a 1 terminal. The terminal nodes represent
Boolean functions ν ·ƒ. Put another way, the 0 edge represents an assignment of ν to 1, and the 0 edge represents an assignment of ν to 0. The two edges point to different nodes. A path from the root node of the BDD to the 1 terminal represents a set of variable assignments setting the represented Boolean function to 1. A path from the root node of the BDD to the 0 terminal represents a set of variable assignments setting the represented Boolean function to 0.FIG. 2 illustrates an example BDD representing the function ƒ=x1x3x4+x1x 3x 4. In particular embodiments, isomorphic subgraphs should not be present in a BDD and the order of the variables from the root node of the BDD to a terminal node should be the same for all paths. Such a BDD is a reduced ordered BDD (ROBDD). Herein, reference to a BDD encompasses an ROBDD, and vice versa, where appropriate. Moreover, reference to a BDD encompasses a partitioned ordered binary decision diagram (POBDD), and vice versa, where appropriate. In particular embodiments, for simplicity, a BDD excludes a node if both edges of the node point to the same node. In particular embodiments, a BDD excludes a node if the node is a negative literal. A BDD that excludes negative literals is a zero-suppressed decision diagram (ZDD). Herein, reference to a BDD encompasses a ZDD, and vice versa, where appropriate. The present disclosure contemplates any suitable decision diagrams. In particular embodiments, representing a list (such as a list of an inverted index) using a decision diagram involves mapping elements of the list to a Boolean function and efficiently storing the resulting decision diagram on disk. - Particular embodiments facilitate storing a BDD more efficiently. In particular embodiments, storing a BDD more efficiently enables a central processing unit (CPU) cache to store more nodes of the BDD, which facilitates processing of the BDD by the CPU. Particular embodiments facilitate reducing the number of bytes required by each node of a graph representing a BDD, which facilitates reducing the size of the BDD. Particular embodiments facilitate reducing the size of a BDD without reducing the number of nodes of the BDD. Particular embodiments facilitate reducing the size a BDD while keeping the BDD useful for functional manipulation. Particular embodiments facilitate using BDDs in mobile consumer applications, which often require the compression of data.
- As described above,
decision diagram engine 26 generates BDDs. In particular embodiments, to compact a BDD (which may be a compact or nano decision diagram (nanoDD))decision diagram engine 26 discards variable ordering and correlates a location specified by a pointer to both the value of the pointer and the position of the parent node. Under such conditions, in particular embodiments, the minimum information required for each child node of a BDD having 32 nodes is: - Variable ID: 5 bits
- 0-edge negated flag: 1 bit
- THEN/ELSE pointers: 2*┌log(S)┐ bits
- The term S represents the number of nodes of the BDD. The variable ID labels the node, and labels for 32 nodes requires at least five bits, since 25=32. THEN/ELSE pointers point to child nodes. In particular embodiments, a THEN pointer is a 1-edge pointer and an ELSE pointer is a 0-edge pointer. In particular embodiments, the 0-edge negated flag indicates whether zero suppression negates the node. If the decision diagram is a ZDD, the node structure need not include a 0-edge negated flag.
Decision diagram engine 26 identifies a number of bytes each node of the BDD requires, which in particular embodiments is -
- Particular embodiments store the BDD assuming a customized node structure for the BDD. In particular embodiments, nanoDDs generated by
decision diagram engine 26 are zero-suppressed nano binary decision diagrams (nanoZDDs). - In particular embodiments, to further compact the BDD,
decision diagram engine 26 drops the log(S) bits for the THEN/ELSE pointers and correlates the value of each pointer and the value (or position) of its parent node to the location the pointer points to. Under such conditions, allotting only one or two bytes to each pointer reduces per-node memory requirements. In particular embodiments, any suitable decision diagram is capable of compacting, withdecision diagram engine 26 appropriately resizing tables (and allocated more bits per node) for storing the decision diagram as it becomes larger. However,decision diagram engine 26 starts building the decision diagram as a compact decision diagram. In particular embodiments, instead of resizing,decision diagram engine 26 directly applies decomposition/composition to graph construction to directly convert a compact decision diagram to an unreduced diagram. In particular embodiments, a compact decision diagram facilitates communication between parallel platforms. As an example and not by way of limitation, a first platform may generate a decision diagram, make the decision diagram compact for communication to a second platform operating parallel to the first, and communicate the compact decision diagram to the second platform. The second platform may reconstruct the decision diagram from the compact decision diagram for processing at the second platform. In particular embodiments, nanoDDs are useful in any suitable application of BDDs, e.g., integrated circuit (IC) synthesis, IC formal verification, etc. In particular embodiments, nanoDDs support any suitable BBD operations. - Particular embodiments use BDDs to implement inverted indexes for a search engine (such as web search engine 22) or similar application. In particular embodiments, using BDDs to implement an inverted index facilitates storing the inverted index more efficiently. Particular embodiments facilitate storing the inverted index more efficiently without adversely affecting desirable manipulation properties of the inverted index. In particular embodiments, using BDDs to implement an inverted index facilitates manipulation of the inverted index.
- As described above, indexing
engine 24 generates inverted indexes. In particular embodiments, an inverted index is a data structure that operates on a set of documents or other objects (such as, for example, web pages in the World Wide Web) to identify one or more subsets of the documents that include one or more key words. As an example and not by way of limitation, the key words may represent a query a user has submitted to a Web search engine. Particular embodiments may store an inverted index as a set of lists, and the lists may each correspond to a unique keyword wi and include numerical identifiers of documents containing wi. An inverted index often has a tendency to become very large as it builds, with direct implications on storage-space requirements and access time. In particular embodiments, indexingengine 24,decision diagram engine 26, or both compress the lists of the inverted index for storage, allowing for quick and incremental decompression of the lists, according to particular needs. - In particular embodiments, an efficient scheme for compressing lists for quick decompression is based on γ-codes. In a γ-code, an integer x>0 is factored into 2e+m , where e=└log2 x┘. The code of x is the concatenation of (e+1) in unary with m in binary. As an example, if the code for x=13 is computed, then e=3, m=5, and x=23+5. The unary representation of (e+1) is 1110, and therefore the γ-code for x is 1110101. An advantage of γ-codes is they require exactly 1+2└log2 x┘ bits to represent x, which provides significant savings compared with fixed-length binary representation when x is on average relatively small.
- In particular embodiments, γ-codes are used as follows in the context of lists. The elements of the list are sorted, and the pairwise differences between consecutive entries are γ encoded. As an example and not by way of limitation, to compress the list [23,125,37,54,86,33], the sorted list and the pairwise-differences list may be:
-
Sorted: [23,33,37,54,86,125] Pairwise differences: [23,10,4,17,32,39]
The γ-encoded list therefore may be: -
[111100111,1110010,11000,111100001,11111000000,11111000111] - As an example and not by way or limitation, consider the list [23,33,37,54]. In binary, the elements of the list are [010111,100001,100101,110110]. For binary encoding, to obtain a Boolean function that represents the list with a minimum number of variables, each variable may be assigned to each significant bit weight. A function corresponding to the above list may be:
-
ƒ=x 1 x 2x 3 x 4 x 5 x 6 +x 1x 2x 3 x 4x 5 x 6 +x 1 x 2x 3 x 4 x 5x 6 - For linear encoding, to obtain an alternative representation, a different variable may be assigned to each document ID. Such representation may be impractical though, since a very large number of document may be involved. Moreover, node sharing may be impossible unless a single Boolean function represents multiple lists.
- For base-2k encoding, the list elements may be represented in a 2k base and linear and binary encoding may then be combined. 2k distinct variables may be used to represent the each of the base-2k digits in a one-hot manner. As an example and not by way of limitation, to encode the number 54 (which is 312 in base-4) each of the digits may be one-hot encoded, obtaining 1000:0010:0100. Therefore, element 54 6may be encoded as g=x1
x 2x 4x 5x 6x7x 8x 9x10x 11x 12. The increase in the number of variables may seem inefficient, but it in fact may lead to better sharing and more compact representation, especially with ZDDs, which as described above store negative literals more efficiently. - For each list, a corresponding Boolean function may be constructed and a BDD (which preferably may be a ZDD since they store negative literals more efficiently) may be built for the Boolean function using a suitable BDD package. Let n be the number of variables and d be the number of nodes in the BDD. For each node of the BDD, Sn=┌log(n)┐ bits may be sufficient to index a variable labeling the node and Sd=┌log(d)┐ bits may be sufficient to identify its location. Accordingly, each node in a nanoDD may be structured as:
-
variable: sn bits 1 edge: sd bits 0 edge: sd bits - A single nanoDD node may require exactly 2sd+sn bits. Nodes may be stored consecutively in memory or on disk in the order depth-first traversal would visit them, with 0 edges followed before 1 edges. Accordingly, information may be incrementally extracted from a nanoDD on disk. Terminal nodes need not be explicitly stored, since they may be assigned fixed “virtual” positions.
- One approach to compacting an index (forward or inverted) of web pages involves encoding in binary the page IDs and the key word IDs in the index and adding each {page_ID, key_word_ID} as a minterm to a decision diagram representing the index. Such an approach tends to parse web pages for indexing very slowly. Another approach to compacting an index of web pages involves encoding in binary the page IDs in the index and building a separate decision diagram for each key word in the index. Such an approach tends to compact the index less than the previous approach, but works significantly faster. Yet another approach to compacting an index of web pages involves building a decision diagram for each key word in the index (the decision diagram representing the set of web pages containing the word) and discarding the idea of sharing among all the decision diagrams. Each decision diagram includes approximately a few tens to a few thousands of nodes. The size of the decision diagram is known after it is built. The minimum information required for each node is:
- Variable ID: 5 bits
- 0-edge negated flag: 1 bit
- THEN/ELSE pointers: 2* ┌log(S)┐ bits
- The term S represents the number of nodes of the decision diagram. For each decision diagram,
decision diagram engine 26 identifies the number of bytes each node of the decision diagram requires, which is -
- Alternatively, if the decision diagram is a ZDD, the node structure need not include a 0-edge negated flag.
Decision diagram engine 26 stores each decision diagram assuming a customized node structure for the decision diagram. Such an approach tends to compact the index significantly more than the two previous approaches. In particular embodiments, for each key word in the decision diagram,decision diagram engine 26 compares the size (in terms of memory requirements) of the decision diagram with the size (in terms of memory requirements) of the list represented by the decision diagram and stores the smaller of the two. Particular embodiments increase space efficiency of inverted indexes. Particular embodiments facilitate complex Boolean operations on inverted indexes for search results. Particular embodiments facilitate implementation of inverted indexes for mobile applications, where compression is often particularly useful. - Conjunction is a common operation between or among K ordered lists. A conjunction may be implemented as a K-way merge. Elements may be read one at a time, starting from the head of the lists and proceeding through the lists until having detected all common elements. As an example and not by way of limitation, the common elements between the two following lists may be detected:
-
list1: 10, 20, 23, 36, 47, 52 list2: 16, 18, 23, 47
Pointer p1 points to elements of list1 and pointer p2 points to elements of list2. Initially p1 points to 10 in list1 and p2 points to 16 in list2. Because p1 points to a smaller element than p2 points to, p1 advances to 20, the next element in list1. Now p2 points to a smaller element than p1 points to, so p2 advances to 18, the next element in list2. Because 18 is smaller than 20, p2 advances to 23 in list2. Then p1 advances to 23 in list1. Pointers p1 and p2 now point to a first common element, and the operation outputs the first common element, which is 23. Then p1 advances to 36 in list1 and p2 advances to 47 in list2. Pointer p1 now points to a smaller element than p2 points to, so p1 advances to 47 in list1. Pointers p1 and p2 point to a second common element, and the operation outputs the second common element, which is 47. Because pointer p2 has reached the end of list2, there are no more common elements and the operations ends. - A basic operation for traversing lists is get_next_element(L). For nanoDDs, particular embodiments efficiently implement the operation get_next_element_greq(L,element) to detect a next element in list L that is greater than or equal to element. To implement get_next_element_greq(L,element), particular embodiments maintain an array of variable assignments A for a nanoDD and update the array while traversing the nanoDD. To obtain the first element stored in the nanoDD, the operation performs a depth-first traversal starting from the root of the nanoDD. The operation follows 0 edges first and proceeds until the operation reaches the 1 terminal of the nanoDD. For each visited node, the operation monitors the variable ID of the node and the ID of the edge leading to the node. The operation initially assigns the
value 0 to variables not appearing in the path from the root of the nanoDD to the 1 terminal. - In particular embodiments, when indexing
engine 24 ordecision diagram engine 26 calls get_next_element_greq(L,element), the operation compares the binary representation of element with array A and detects the number of common variable assignments from the root. The operation backtracks until it reaches the first noncommon variable from the top (or the root if there are no common assignments) and traverses the nanoDD according to the remaining assignments imposed by element. As an example and not by way of limitation, consider the operation of get_next_element_greq (L,element) on the decision diagram illustrated byFIG. 2 . As described above, the decision diagram illustrated byFIG. 2 represents the function ƒ=x1x3x4+x1x 3x 4. The decision diagram therefore encodes the list [8,11,12,15].FIG. 3 illustrates an example traversal of the decision diagram obtaining the first element of the encoded list. The variable assignments from the traversal are (x1,x2,x3,x4)=(1,0,0,0), which yields 8, the first element of the list. To access the next element of the list, the operation searches for the next element greater than 8 with get_next_element_greq(L,9). The operation then backtracks to variable x3 (since the first three variable assignments between (1,0,0,0) and (1,0,0,1) are the same) and continues along the path illustrated byFIG. 4 . The variable assignments from the traversal are (1,0,1,1), which yields 11. The operation similarly obtains the remaining elements of the list. - In particular embodiments, using decision diagrams for searches as described above enables the searches to skip elements of underlying lists when the presence of the skipped elements is unimportant. As an example and not by way of limitation, consider the conjunction between the lists [8,11,12,15] and [7,13,15]. The operation may obtain the first elements of both lists. Since 8 is larger than 7, the operation may search the second list for the next element greater than or equal to 8, which leads to 13. The operation may then run get_next_element_greq(L,13) on the first list. The operation may detect that (1,1,0,1) (which is 13 in binary) has only its first variable in common with (1,0,0,0), which is 8 in binary. The operation may then backtrack directly to variable x1 and traverse down the nanoDD consistent with the requested assignment (1,1,0,1), eventually ending up at (1,1,1,1).
- The present disclosure encompasses all changes, substitutions, variations, alterations, and modifications to the example embodiments described herein that a person having ordinary skill in the art would comprehend. Similarly, where appropriate, the appended claims encompass all changes, substitutions, variations, alterations, and modifications to the example embodiments described herein that a person having ordinary skill in the art would comprehend.
Claims (26)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/026,897 US9405819B2 (en) | 2007-02-07 | 2008-02-06 | Efficient indexing using compact decision diagrams |
JP2008028072A JP5194856B2 (en) | 2007-02-07 | 2008-02-07 | Efficient indexing using compact decision diagrams |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US89987407P | 2007-02-07 | 2007-02-07 | |
US12/026,897 US9405819B2 (en) | 2007-02-07 | 2008-02-06 | Efficient indexing using compact decision diagrams |
Publications (2)
Publication Number | Publication Date |
---|---|
US20080243907A1 true US20080243907A1 (en) | 2008-10-02 |
US9405819B2 US9405819B2 (en) | 2016-08-02 |
Family
ID=39796020
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/026,897 Expired - Fee Related US9405819B2 (en) | 2007-02-07 | 2008-02-06 | Efficient indexing using compact decision diagrams |
US12/027,443 Expired - Fee Related US8041665B2 (en) | 2007-02-07 | 2008-02-07 | Compact decision diagrams |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/027,443 Expired - Fee Related US8041665B2 (en) | 2007-02-07 | 2008-02-07 | Compact decision diagrams |
Country Status (1)
Country | Link |
---|---|
US (2) | US9405819B2 (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100121856A1 (en) * | 2008-11-11 | 2010-05-13 | Nec (China) Co., Ltd. | Method and apparatus for generating index as well as search method and search apparatus |
US8583655B2 (en) * | 2011-10-17 | 2013-11-12 | Hewlett-Packard Development Company, L.P. | Using an inverted index to produce an answer to a query |
CN106156000A (en) * | 2015-04-28 | 2016-11-23 | 腾讯科技(深圳)有限公司 | Searching method based on intersection algorithm and search system |
US9760634B1 (en) * | 2010-03-23 | 2017-09-12 | Firstrain, Inc. | Models for classifying documents |
US10509918B1 (en) * | 2015-09-18 | 2019-12-17 | Hrl Laboratories, Llc | One-time obfuscation for polynomial-size ordered binary decision diagrams (POBDDs) |
US10546311B1 (en) | 2010-03-23 | 2020-01-28 | Aurea Software, Inc. | Identifying competitors of companies |
US10643227B1 (en) | 2010-03-23 | 2020-05-05 | Aurea Software, Inc. | Business lines |
US11367295B1 (en) | 2010-03-23 | 2022-06-21 | Aurea Software, Inc. | Graphical user interface for presentation of events |
US12131282B1 (en) * | 2021-03-03 | 2024-10-29 | Blue Yonder Group, Inc. | Systems and methods for solving multi-objective hierarchical linear programming problems using previously-solved solution information |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9002781B2 (en) | 2010-08-17 | 2015-04-07 | Fujitsu Limited | Annotating environmental data represented by characteristic functions |
US9138143B2 (en) | 2010-08-17 | 2015-09-22 | Fujitsu Limited | Annotating medical data represented by characteristic functions |
US9176819B2 (en) | 2011-09-23 | 2015-11-03 | Fujitsu Limited | Detecting sensor malfunctions using compression analysis of binary decision diagrams |
US9177247B2 (en) * | 2011-09-23 | 2015-11-03 | Fujitsu Limited | Partitioning medical binary decision diagrams for analysis optimization |
US8909592B2 (en) * | 2011-09-23 | 2014-12-09 | Fujitsu Limited | Combining medical binary decision diagrams to determine data correlations |
US8838523B2 (en) | 2011-09-23 | 2014-09-16 | Fujitsu Limited | Compression threshold analysis of binary decision diagrams |
US9075908B2 (en) * | 2011-09-23 | 2015-07-07 | Fujitsu Limited | Partitioning medical binary decision diagrams for size optimization |
US8620854B2 (en) * | 2011-09-23 | 2013-12-31 | Fujitsu Limited | Annotating medical binary decision diagrams with health state information |
Citations (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4027774A (en) * | 1975-07-22 | 1977-06-07 | Cote Leopold J | Rubbish container |
US4923087A (en) * | 1989-05-09 | 1990-05-08 | Rrrr Products, Inc. | Trash storage and disposal combination unit |
US5100087A (en) * | 1989-03-06 | 1992-03-31 | Ashby Stephen B | Fastening device for container liners |
US5271589A (en) * | 1992-11-09 | 1993-12-21 | Philip Belous | Disposable bag support |
USD358692S (en) * | 1994-07-07 | 1995-05-23 | Spectech, Inc. | Trash bag cinch |
US5419452A (en) * | 1988-01-07 | 1995-05-30 | Mueller; Jay | Fastening device for container liners |
US5695088A (en) * | 1994-07-07 | 1997-12-09 | Spectech, Inc. | Apparatus for securing a bag in a container |
US5911335A (en) * | 1997-10-07 | 1999-06-15 | Baumann; Peter J. | Liner choker |
US5987708A (en) * | 1998-03-21 | 1999-11-23 | Newton; Randy Joe | Garbage bag restraint for securing trash liners to containers |
US6285999B1 (en) * | 1997-01-10 | 2001-09-04 | The Board Of Trustees Of The Leland Stanford Junior University | Method for node ranking in a linked database |
US20020091671A1 (en) * | 2000-11-23 | 2002-07-11 | Andreas Prokoph | Method and system for data retrieval in large collections of data |
US6651096B1 (en) * | 1999-04-20 | 2003-11-18 | Cisco Technology, Inc. | Method and apparatus for organizing, storing and evaluating access control lists |
US20040093571A1 (en) * | 2002-11-13 | 2004-05-13 | Jawahar Jain | Circuit verification |
US20040205044A1 (en) * | 2003-04-11 | 2004-10-14 | International Business Machines Corporation | Method for storing inverted index, method for on-line updating the same and inverted index mechanism |
US20040260667A1 (en) * | 2001-03-21 | 2004-12-23 | Huelsman David L. | Method of providing decision automation |
US6918505B2 (en) * | 2003-01-21 | 2005-07-19 | Robert W Gifford, Sr. | Fastener for liner bag in waste receptacle |
US20050171747A1 (en) * | 2001-06-06 | 2005-08-04 | The United States Of America As Represented By The National Security Agency | Method and system for non-linear state based satisfiability |
US7647299B2 (en) * | 2003-06-30 | 2010-01-12 | Google, Inc. | Serving advertisements using a search of advertiser web information |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020078431A1 (en) * | 2000-02-03 | 2002-06-20 | Reps Thomas W. | Method for representing information in a highly compressed fashion |
US7552102B2 (en) * | 2003-09-29 | 2009-06-23 | Huelsman David L | Rule processing method, apparatus, and computer-readable medium to provide improved selection advice |
US7080195B2 (en) * | 2003-10-22 | 2006-07-18 | Cisco Technology, Inc. | Merging indications of matching items of multiple groups and possibly associated with skip conditions to identify winning entries of particular use for implementing access control lists |
US7451375B2 (en) * | 2003-11-20 | 2008-11-11 | Fujitsu Limited | Directed falsification of a circuit |
ATE526628T1 (en) * | 2004-01-22 | 2011-10-15 | Nec Lab America Inc | SYSTEM AND METHOD FOR MODELING, ABSTRACTING AND ANALYZING SOFTWARE |
US7266548B2 (en) * | 2004-06-30 | 2007-09-04 | Microsoft Corporation | Automated taxonomy generation |
US7290229B2 (en) * | 2005-02-03 | 2007-10-30 | International Business Machines Corporation | Method and system for optimized handling of constraints during symbolic simulation |
-
2008
- 2008-02-06 US US12/026,897 patent/US9405819B2/en not_active Expired - Fee Related
- 2008-02-07 US US12/027,443 patent/US8041665B2/en not_active Expired - Fee Related
Patent Citations (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4027774A (en) * | 1975-07-22 | 1977-06-07 | Cote Leopold J | Rubbish container |
US5419452A (en) * | 1988-01-07 | 1995-05-30 | Mueller; Jay | Fastening device for container liners |
US5100087A (en) * | 1989-03-06 | 1992-03-31 | Ashby Stephen B | Fastening device for container liners |
US4923087A (en) * | 1989-05-09 | 1990-05-08 | Rrrr Products, Inc. | Trash storage and disposal combination unit |
US5271589A (en) * | 1992-11-09 | 1993-12-21 | Philip Belous | Disposable bag support |
US5695088A (en) * | 1994-07-07 | 1997-12-09 | Spectech, Inc. | Apparatus for securing a bag in a container |
USD358692S (en) * | 1994-07-07 | 1995-05-23 | Spectech, Inc. | Trash bag cinch |
US6799176B1 (en) * | 1997-01-10 | 2004-09-28 | The Board Of Trustees Of The Leland Stanford Junior University | Method for scoring documents in a linked database |
US6285999B1 (en) * | 1997-01-10 | 2001-09-04 | The Board Of Trustees Of The Leland Stanford Junior University | Method for node ranking in a linked database |
US7058628B1 (en) * | 1997-01-10 | 2006-06-06 | The Board Of Trustees Of The Leland Stanford Junior University | Method for node ranking in a linked database |
US5911335A (en) * | 1997-10-07 | 1999-06-15 | Baumann; Peter J. | Liner choker |
US5987708A (en) * | 1998-03-21 | 1999-11-23 | Newton; Randy Joe | Garbage bag restraint for securing trash liners to containers |
US6651096B1 (en) * | 1999-04-20 | 2003-11-18 | Cisco Technology, Inc. | Method and apparatus for organizing, storing and evaluating access control lists |
US20020091671A1 (en) * | 2000-11-23 | 2002-07-11 | Andreas Prokoph | Method and system for data retrieval in large collections of data |
US20040260667A1 (en) * | 2001-03-21 | 2004-12-23 | Huelsman David L. | Method of providing decision automation |
US20050171747A1 (en) * | 2001-06-06 | 2005-08-04 | The United States Of America As Represented By The National Security Agency | Method and system for non-linear state based satisfiability |
US20040093571A1 (en) * | 2002-11-13 | 2004-05-13 | Jawahar Jain | Circuit verification |
US7216312B2 (en) * | 2002-11-13 | 2007-05-08 | Fujitsu Limited | Determining one or more reachable states in a circuit using distributed computing and one or more partitioned data structures |
US6918505B2 (en) * | 2003-01-21 | 2005-07-19 | Robert W Gifford, Sr. | Fastener for liner bag in waste receptacle |
US20040205044A1 (en) * | 2003-04-11 | 2004-10-14 | International Business Machines Corporation | Method for storing inverted index, method for on-line updating the same and inverted index mechanism |
US7647299B2 (en) * | 2003-06-30 | 2010-01-12 | Google, Inc. | Serving advertisements using a search of advertiser web information |
Non-Patent Citations (1)
Title |
---|
Compressing Inverted Files in Scalable Information Systems by Binary Decision Diagram Encoding, Chung-Hung Lai and Tien-Fu Chen, November 2001 * |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100121856A1 (en) * | 2008-11-11 | 2010-05-13 | Nec (China) Co., Ltd. | Method and apparatus for generating index as well as search method and search apparatus |
US8266137B2 (en) * | 2008-11-11 | 2012-09-11 | Nec (China) Co., Ltd. | Method and apparatus for generating index as well as search method and search apparatus |
US9760634B1 (en) * | 2010-03-23 | 2017-09-12 | Firstrain, Inc. | Models for classifying documents |
US10546311B1 (en) | 2010-03-23 | 2020-01-28 | Aurea Software, Inc. | Identifying competitors of companies |
US10643227B1 (en) | 2010-03-23 | 2020-05-05 | Aurea Software, Inc. | Business lines |
US11367295B1 (en) | 2010-03-23 | 2022-06-21 | Aurea Software, Inc. | Graphical user interface for presentation of events |
US8583655B2 (en) * | 2011-10-17 | 2013-11-12 | Hewlett-Packard Development Company, L.P. | Using an inverted index to produce an answer to a query |
CN106156000A (en) * | 2015-04-28 | 2016-11-23 | 腾讯科技(深圳)有限公司 | Searching method based on intersection algorithm and search system |
US10509918B1 (en) * | 2015-09-18 | 2019-12-17 | Hrl Laboratories, Llc | One-time obfuscation for polynomial-size ordered binary decision diagrams (POBDDs) |
US12131282B1 (en) * | 2021-03-03 | 2024-10-29 | Blue Yonder Group, Inc. | Systems and methods for solving multi-objective hierarchical linear programming problems using previously-solved solution information |
Also Published As
Publication number | Publication date |
---|---|
US20080243746A1 (en) | 2008-10-02 |
US9405819B2 (en) | 2016-08-02 |
US8041665B2 (en) | 2011-10-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9405819B2 (en) | Efficient indexing using compact decision diagrams | |
CN111241241B (en) | Case retrieval method, device, equipment and storage medium based on knowledge graph | |
KR102496954B1 (en) | Lossless data reduction by deriving the data from the underlying data elements present in the content-associative sheaves. | |
KR100461019B1 (en) | web contents transcoding system and method for small display devices | |
US9558241B2 (en) | System and method for performing longest common prefix strings searches | |
US8156156B2 (en) | Method of structuring and compressing labeled trees of arbitrary degree and shape | |
CN100541495C (en) | A search method for a personalized search engine | |
US8171029B2 (en) | Automatic generation of ontologies using word affinities | |
CN107153647B (en) | Method, apparatus, system and computer program product for data compression | |
US8335779B2 (en) | Method and apparatus for gathering, categorizing and parameterizing data | |
US20090299978A1 (en) | Systems and methods for keyword and dynamic url search engine optimization | |
JP2012069152A (en) | Method and recording medium for narrowing down searches using index keys | |
CN1755678A (en) | System and method for incorporating anchor text into ranking of search results | |
JP2013196435A (en) | Retrieval device, retrieval method, and program | |
CN101751434A (en) | Meta search engine ranking method and Meta search engine | |
JP6726690B2 (en) | Performing multidimensional search, content-associative retrieval, and keyword-based retrieval and retrieval on losslessly reduced data using basic data sieves | |
US20120124060A1 (en) | Method and system of identifying adjacency data, method and system of generating a dataset for mapping adjacency data, and an adjacency data set | |
JP5194856B2 (en) | Efficient indexing using compact decision diagrams | |
KR100671077B1 (en) | Server, method and system for providing information retrieval service using page bundle | |
Bille et al. | Compressed subsequence matching and packed tree coloring | |
Akagi et al. | Grammar index by induced suffix sorting | |
Kimelfeld et al. | Efficient Engines for Keyword Proximity Search. | |
Jekovec et al. | Parallel query in the suffix tree | |
KR101362090B1 (en) | Method for providing retrieval service using integrated data base and server thereof | |
KR100660028B1 (en) | A Scheme of Indexing and Query of XML Tree based Concept Structure of Database |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: FUJITSU LIMITED, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:STERGIOU, STERGIOS (NMI);JAIN, JAWAHAR (NMI);REEL/FRAME:021111/0595 Effective date: 20080520 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20200802 |