US20160092569A1 - Policy driven contextual search - Google Patents

Policy driven contextual search Download PDF

Info

Publication number
US20160092569A1
US20160092569A1 US14/501,421 US201414501421A US2016092569A1 US 20160092569 A1 US20160092569 A1 US 20160092569A1 US 201414501421 A US201414501421 A US 201414501421A US 2016092569 A1 US2016092569 A1 US 2016092569A1
Authority
US
United States
Prior art keywords
search
program instructions
user
computer
selected policies
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.)
Abandoned
Application number
US14/501,421
Inventor
Devaprasad K. Nadgir
Ramkumar Ramalingam
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US14/501,421 priority Critical patent/US20160092569A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NADGIR, DEVAPRASAD K., RAMALINGAM, RAMKUMAR
Priority to US14/698,153 priority patent/US10282472B2/en
Publication of US20160092569A1 publication Critical patent/US20160092569A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • G06F17/30864
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/122File system administration, e.g. details of archiving or snapshots using management policies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24575Query processing with adaptation to user needs using context
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3325Reformulation based on results of preceding query

Definitions

  • the present invention relates generally to the field of text-based searching of electronic records, and more particularly to policy driven contextual search of electronic records.
  • Data search provides quick access to desired data that may be buried in large data sets. As such, search features are extensively employed in data intensive processing applications. A key factor of data searches is efficiency, both time efficiency and computational efficiency.
  • Search systems provide search results in response to a search query from a user.
  • the search results are often presented in a ranked list, based on the search query from the user.
  • the ranked list of search results may be associated with a variety of different topics.
  • the ranked list of search results may include search results associated with a topic that the user does not find useful and/or did not intend to be included within the ranked list of search results.
  • Search systems can be enhanced by incorporating context as well as key words into a search function. By taking context into account when executing a search function, the search becomes a personalized search.
  • Embodiments of the present invention disclose a method, a computer program product, and a system for contextual search of electronic records.
  • the method for contextual search of electronic records may include one or more computer processors receiving a first search request from a user.
  • the one or more computer processors send a plurality of first search results associated with the first search request to the user.
  • the one or more computer processors receive one or more selected policies from the user, based, at least in part, on the plurality of search results. Responsive to receiving the one or more selected policies, the one or more computer processors apply the one or more selected policies to the plurality of first search results.
  • the one or more computer processors generate a second search request based, at least in part, on the one or more applied selected policies.
  • the one or more computer processors send a plurality of second search results associated with the second search request to the user.
  • FIG. 1 is a functional block diagram illustrating a distributed data processing environment, in accordance with an embodiment of the present invention
  • FIG. 2 is a flowchart depicting operational steps of a search application programming interface (API), on a server computer within the distributed data processing environment of FIG. 1 , for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention
  • API application programming interface
  • FIG. 3 is a flow diagram depicting operational steps of the search API, on a server computer within the distributed data processing environment of FIG. 1 , for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention
  • FIG. 4 depicts a block diagram of components of the server computer executing the search API within the distributed data processing environment of FIG. 1 , in accordance with an embodiment of the present invention.
  • a user may be searching for a problem needing a solution in a large database with several million records.
  • big data based search engines have a query approach that searches for relevant “terms” or “key words” to arrive at a data set that can help the user with the problem. While this approach works, the search can be laborious and may require the user to have specialized skills and knowledge to continue the search, via trial and error, before reaching the sought after data set.
  • Embodiments of the present invention recognize that efficiency may be gained by implementing a contextual search based on a pre-defined set of policies that helps users define, refine, and quickly access contextual search algorithms.
  • Implementation of embodiments of the invention may take a variety of forms, and exemplary implementation details are discussed subsequently with reference to the Figures.
  • FIG. 1 is a functional block diagram illustrating a distributed data processing environment, generally designated 100 , in accordance with one embodiment of the present invention.
  • FIG. 1 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. Many modifications to the depicted environment may be made by those skilled in the art without departing from the scope of the invention as recited by the claims.
  • Distributed data processing environment 100 includes client computing device 104 , server computer 108 , and search node 116 , all interconnected over network 102 .
  • Network 102 can be, for example, a telecommunications network, a local area network (LAN), a wide area network (WAN), such as the Internet, or a combination of the three, and can include wired, wireless, or fiber optic connections.
  • Network 102 can include one or more wired and/or wireless networks that are capable of receiving and transmitting data, voice, and/or video signals, including multimedia signals that include voice, data, and video information.
  • Client computing device 104 can be a desktop computer, a laptop computer, a tablet computer, a specialized computer server, a smart phone, or any programmable electronic device capable of communicating with server computer 108 and search node 116 via network 102 and with various components and devices within distributed data processing environment 100 .
  • client computing device 104 represents any programmable electronic device or combination of programmable electronic devices capable of executing machine readable program instructions and communicating with other computing devices via a network, such as network 102 .
  • Client computing device 104 includes user interface 106 .
  • User interface 106 provides an interface between a user of client computing device 104 and server computer 108 .
  • User interface 106 may be a graphical user interface (GUI) or a web user interface (WUI) and can display text, documents, web browser windows, user options, application interfaces, and instructions for operation, and includes the information (such as graphic, text, and sound) that a program presents to a user and the control sequences the user employs to control the program.
  • GUI graphical user interface
  • WUI web user interface
  • User interface 106 may also be mobile application software that provides an interface between a user of client computing device 104 and server computer 108 .
  • Mobile application software, or an “app”, is a computer program designed to run on smart phones, tablet computers and other mobile devices.
  • User interface 106 enables a user of client computing device 104 to perform policy driven contextual searches on server computer 108 .
  • Server computer 108 can be a management server, a web server, or any other electronic device or computing system capable of receiving and sending data.
  • server computer 108 can represent a server computing system utilizing multiple computers as a server system, such as in a cloud computing environment.
  • server computer 108 can be a laptop computer, a tablet computer, a netbook computer, a personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with client computing device 104 and search node 116 via network 102 .
  • server computer 108 represents a computing system utilizing clustered computers and components to act as a single pool of seamless resources.
  • Server computer 108 includes search application programming interface 110 and policy driven contextual search extension 112 .
  • Search application programming interface (API) 110 manages the search function by distributing a search query to participating search nodes in a distributed search cluster and returning a set of search results to user interface 106 .
  • An API is a particular set of rules and specifications that a software program can follow to access and make use of the services and resources provided by another particular software program that implements that API.
  • An API serves as an interface between different software programs and facilitates their interaction, similar to the way a user interface facilitates interaction between humans and computers.
  • Search API 110 is extended by using a policy driven contextual search extension component to enable contextual searches for the user. Search API 110 is depicted and described in further detail with respect to FIG. 2 and FIG. 3 .
  • PCSE 112 Policy driven contextual search extension 112 augments search API 110 to perform searches based on one or more policies chosen by the user. PCSE 112 returns search results and maintains the state of the contextual search for a recursive search with further contextual search policies applied. PCSE 112 includes distributed database 114 .
  • Distributed database 114 resides on server computer 108 . In another embodiment, distributed database 114 can reside elsewhere in the environment. A database is an organized collection of data. Distributed database 114 can be implemented with any type of storage device capable of storing data that can be accessed and utilized by server computer 108 , such as a database server, a hard disk drive, or a flash memory. In other embodiments, distributed database 114 can represent multiple storage devices within server computer 108 . Distributed database 114 stores data related to search queries. For example, distributed database 114 may store key words used in a query. In another example, distributed database 114 may store search handles associated with each search. A search handle is an identifier of a particular search or query. Distributed database 114 also stores contextual search policies from which a user can choose for sequential and recursive searches.
  • Search node 116 can be a management server, a web server, or any other electronic device or computing system capable of receiving and sending data.
  • search node 116 can represent a server computing system utilizing multiple computers as a server system, such as in a cloud computing environment.
  • search node 116 can be a laptop computer, a tablet computer, a netbook computer, a personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with client computing device 104 and server computer 108 via network 102 .
  • search node 116 represents a computing system utilizing clustered computers and components to act as a single pool of seamless resources.
  • Search node 116 represents one or more physical systems that hold data in a searchable format. Search node 116 may be part of a distributed search cluster of multiple search nodes.
  • server computer 108 may represent multiple servers, within a distributed architecture, acting as API processing nodes that may be, for example, hypertext transfer protocol (HTTP) servers.
  • the API processing nodes each include PCSE 112 as a component.
  • the API processing nodes receive search requests via a load balancer which manages the search load and chooses an API processing node to execute a search.
  • the API processing nodes interact with a plurality of search nodes, arranged in a distributed search cluster, that hold data in a searchable format. Block storage is available to the search nodes to support the distributed search cluster.
  • FIG. 2 is a flowchart depicting operational steps of search application programming interface (API) 110 , on server computer 108 within distributed data processing environment 100 of FIG. 1 , for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention.
  • API application programming interface
  • Search API 110 receives a search request from a user (step 202 ).
  • search API 110 receives the request.
  • Search API 110 passes the search request to search node 116 (step 204 ).
  • search API 110 passes the search request to the distributed search cluster for data retrieval. Responsive to passing the search request to search node 116 , search API 110 receives search results from search node 116 (step 206 ).
  • Search API 110 sends search results to the user (step 208 ).
  • search API 110 receives data from search node 116
  • search API 110 sends the search results to the user, via user interface 106 .
  • search API 110 also sends the query information along with the search results.
  • the query information may be the specifics of how the request was passed to the search node.
  • Search API 110 stores the search handle and query (step 210 ).
  • Search API 110 stores the state of the initial search by storing the search handle and the query information in distributed database 114 .
  • the search handle is an address that holds the search query and the user session that has returned a set of results.
  • the search handle can be used to replicate the query and produce the same search results.
  • Search API 110 receives a selected policy (step 212 ). Based on the initial global search results, the user chooses to perform a contextual search. By invoking PCSE 112 , the user can choose one or more policies with which to filter the search or search a particular aspect of the initial global search results. The user chooses a policy from the policies stored in distributed database 114 . In one embodiment, search API 110 prompts the user to choose a policy by presenting an interactive list from which the user can choose. In another embodiment, search API 110 may recommend one or more particular policies to the user, based on analytics of the user's previous choices and/or results. The policies are declarative, i.e., the user can choose a pre-configured policy and edit the policy to specify the next search.
  • a plurality of policies may exist in distributed database 114 .
  • there may be a time window policy where the user can specify the next search to look at data gathered during a specific time range.
  • there may be a field correlation policy may filter the previous search results by looking for all data associated with a particular data field, such as an error code.
  • there may be a sub-search policy A user can choose a sub-search policy to, for example, choose all errors associated with a particular server from a list of system errors.
  • a user can choose one or more or a combination of policies with which to filter the subsequent search.
  • Search API 110 determines whether the received policy is valid (decision block 214 ). Search API 110 reviews the declarative policy received from the user, via user interface 106 , and determines whether the policy has any errors or omissions, for example, with regard to field accuracy, that may make the policy invalid. In one embodiment, search API 110 determines whether the received policy is valid by comparing the policy to pre-defined constraints, and determining whether the policy complies with the pre-defined constraints. For example, if the available time range for a time window policy is between 1 and 5 minutes, and the user specifies 6 minutes, then the policy is not valid. If search API 110 determines the received policy is not valid (“no” branch, decision block 214 ), then search API 110 ends the search. In one embodiment, if search API 110 determines the received policy is not valid, search API 110 may send the user an error message, via user interface 106 .
  • search API 110 determines the received policy is valid (“yes” branch, decision block 214 ), then search API 110 retrieves the modified query from PCSE 112 (step 216 ).
  • PCSE 112 provides the modified query for the recursive contextual search.
  • PCSE 112 applies the received selected policies that act as context filters of the initial search results. For example, the original query is “severity:error AND source:server1”, and a time window policy of “search surrounding 1 minute” is applied, then PCSE 112 modifies the query to “severity:error AND source:server1 AND datetime:[2014-09-09T13:14:145Z TO 2014-09-09T13:15:145Z]”.
  • Search API 110 resets the search request (step 218 ).
  • Search API 110 invokes a new distributed search with the modified query to reset the initial search request to a request that includes the declarative policies.
  • Search API 110 passes the new search request to search node 116 , and receives updated search results from search node 116 . For example, if the initial search request is a global search on all system errors and warnings, the next search request, based on applying a time window policy, is for all errors and warnings associated with a specific server over a specified period of time.
  • Search API 110 sends search results to the user (step 220 ). As discussed above with respect to step 208 , when search API 110 receives data from search node 116 , search API 110 sends the search results to the user, via user interface 106 .
  • Search API 110 determines whether the user wants to apply another policy (decision block 222 ). Responsive to receiving the results of the contextual search, the user may decide to further filter the search results with one or more additional policies, thus performing recursive contextual search queries. The user may recursively filter and query the data set until the user is satisfied with the result. If search API 110 determines that the user does not want to apply another policy (“no” branch, decision block 222 ), then search API 110 ends the search.
  • search API 110 determines that the user does want to apply another policy (“yes” branch, decision block 222 ), then search API 110 returns to step 210 and stores the search handle and query for the previous search. The recursive search process continues until the user chooses to end the search.
  • FIG. 3 is a flow diagram depicting operational steps of search API 110 , on server computer 108 within distributed data processing environment 100 of FIG. 1 , for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention.
  • Flow diagram 300 depicts an example of a search conducted with PCSE 112 within search API 110 .
  • a user requests global search 302 , via user interface 106 , through search API 110 .
  • Search API 110 yields search results 304 .
  • Search results 304 include a plurality of events, represented by circles. The events may include occurrences of errors, warnings, and downtime. In the example, the plurality of events occurred between time Ti and TN.
  • the user chooses to apply policy 306 from PCSE 112 which is stored in distributed database 114 .
  • policy 306 may be a time window policy that restricts the next search to a particular hour in time between Ti and TN.
  • the policy acts as a contextual filter.
  • search API 110 performs contextual search 308 .
  • search API 110 performs a search with the scope of the server that experienced an error and the time window policy of one hour, and lists similar errors or warnings that occurred for that server within that one hour window.
  • Search results 310 are the results of contextual search 308 .
  • the specific result set shown in search results 310 helps the user identify specific information, for example, to address the system problem.
  • FIG. 4 depicts a block diagram of components of server computer 108 executing PCSE 112 within distributed data processing environment 100 of FIG. 1 , in accordance with an embodiment of the present invention. It should be appreciated that FIG. 4 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments can be implemented. Many modifications to the depicted environment can be made.
  • Server computer 108 can include communications fabric 402 , which provides communications between computer processor(s) 404 , memory 406 , persistent storage 408 , communications unit 410 , and input/output (I/O) interface(s) 412 .
  • Communications fabric 402 can be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system.
  • processors such as microprocessors, communications and network processors, etc.
  • Communications fabric 402 can be implemented with one or more buses.
  • Memory 406 and persistent storage 408 are computer readable storage media.
  • memory 406 includes random access memory (RAM) 414 and cache memory 416 .
  • RAM random access memory
  • cache memory 416 In general, memory 406 can include any suitable volatile or non-volatile computer readable storage media.
  • persistent storage 408 includes a magnetic hard disk drive.
  • persistent storage 408 can include a solid-state hard drive, a semiconductor storage device, a read-only memory (ROM), an erasable programmable read-only memory (EPROM), a flash memory, or any other computer readable storage media that is capable of storing program instructions or digital information.
  • the media used by persistent storage 408 can also be removable.
  • a removable hard drive can be used for persistent storage 408 .
  • Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer readable storage medium that is also part of persistent storage 408 .
  • Communications unit 410 in these examples, provides for communications with other data processing systems or devices, including resources of client computing device 104 and search node 116 .
  • communications unit 410 includes one or more network interface cards.
  • Communications unit 410 can provide communications through the use of either or both physical and wireless communications links.
  • Search API 110 , PCSE 112 , and distributed database 114 can be downloaded to persistent storage 408 of server computer 108 through communications unit 410 .
  • I/O interface(s) 412 allows for input and output of data with other devices that can be connected to server computer 108 .
  • I/O interface(s) 412 can provide a connection to external device(s) 418 such as a keyboard, a keypad, a touch screen, a microphone, and/or some other suitable input device.
  • external device(s) 418 can also include portable computer readable storage media such as, for example, thumb drives, portable optical or magnetic disks, and memory cards.
  • Software and data used to practice embodiments of the present invention e.g., search API 110 , PCSE 112 , and distributed database 114 on server computer 108 , can be stored on such portable computer readable storage media and can be loaded onto persistent storage 408 of server computer 108 via I/O interface(s) 412 .
  • I/O interface(s) 412 also connect to a display 420 .
  • Display 420 provides a mechanism to display data to a user and can be, for example, a computer monitor.
  • the present invention may be a system, a method, and/or a computer program product.
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • the computer readable storage medium can be any tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, a special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, a segment, or a portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the blocks may occur out of the order noted in the Figures.
  • two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.

Abstract

In an approach to contextual search of electronic records, one or more computer processors receive a first search request from a user. The one or more computer processors send a plurality of first search results associated with the first search request to the user. The one or more computer processors receive one or more selected policies from the user, based, at least in part, on the plurality of search results. Responsive to receiving the one or more selected policies, the one or more computer processors apply the one or more selected policies to the plurality of first search results. The one or more computer processors generate a second search request based, at least in part, on the one or more applied selected policies. The one or more computer processors send a plurality of second search results associated with the second search request to the user.

Description

    BACKGROUND OF THE INVENTION
  • The present invention relates generally to the field of text-based searching of electronic records, and more particularly to policy driven contextual search of electronic records.
  • Data search provides quick access to desired data that may be buried in large data sets. As such, search features are extensively employed in data intensive processing applications. A key factor of data searches is efficiency, both time efficiency and computational efficiency.
  • Search systems provide search results in response to a search query from a user. The search results are often presented in a ranked list, based on the search query from the user. The ranked list of search results may be associated with a variety of different topics. The ranked list of search results may include search results associated with a topic that the user does not find useful and/or did not intend to be included within the ranked list of search results. Search systems can be enhanced by incorporating context as well as key words into a search function. By taking context into account when executing a search function, the search becomes a personalized search.
  • SUMMARY
  • Embodiments of the present invention disclose a method, a computer program product, and a system for contextual search of electronic records. The method for contextual search of electronic records may include one or more computer processors receiving a first search request from a user. The one or more computer processors send a plurality of first search results associated with the first search request to the user. The one or more computer processors receive one or more selected policies from the user, based, at least in part, on the plurality of search results. Responsive to receiving the one or more selected policies, the one or more computer processors apply the one or more selected policies to the plurality of first search results. The one or more computer processors generate a second search request based, at least in part, on the one or more applied selected policies. The one or more computer processors send a plurality of second search results associated with the second search request to the user.
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS
  • FIG. 1 is a functional block diagram illustrating a distributed data processing environment, in accordance with an embodiment of the present invention;
  • FIG. 2 is a flowchart depicting operational steps of a search application programming interface (API), on a server computer within the distributed data processing environment of FIG. 1, for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention;
  • FIG. 3 is a flow diagram depicting operational steps of the search API, on a server computer within the distributed data processing environment of FIG. 1, for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention; and
  • FIG. 4 depicts a block diagram of components of the server computer executing the search API within the distributed data processing environment of FIG. 1, in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • A user may be searching for a problem needing a solution in a large database with several million records. Often, big data based search engines have a query approach that searches for relevant “terms” or “key words” to arrive at a data set that can help the user with the problem. While this approach works, the search can be laborious and may require the user to have specialized skills and knowledge to continue the search, via trial and error, before reaching the sought after data set.
  • Embodiments of the present invention recognize that efficiency may be gained by implementing a contextual search based on a pre-defined set of policies that helps users define, refine, and quickly access contextual search algorithms. Implementation of embodiments of the invention may take a variety of forms, and exemplary implementation details are discussed subsequently with reference to the Figures.
  • FIG. 1 is a functional block diagram illustrating a distributed data processing environment, generally designated 100, in accordance with one embodiment of the present invention. FIG. 1 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. Many modifications to the depicted environment may be made by those skilled in the art without departing from the scope of the invention as recited by the claims.
  • Distributed data processing environment 100 includes client computing device 104, server computer 108, and search node 116, all interconnected over network 102. Network 102 can be, for example, a telecommunications network, a local area network (LAN), a wide area network (WAN), such as the Internet, or a combination of the three, and can include wired, wireless, or fiber optic connections. Network 102 can include one or more wired and/or wireless networks that are capable of receiving and transmitting data, voice, and/or video signals, including multimedia signals that include voice, data, and video information.
  • Client computing device 104 can be a desktop computer, a laptop computer, a tablet computer, a specialized computer server, a smart phone, or any programmable electronic device capable of communicating with server computer 108 and search node 116 via network 102 and with various components and devices within distributed data processing environment 100. In general, client computing device 104 represents any programmable electronic device or combination of programmable electronic devices capable of executing machine readable program instructions and communicating with other computing devices via a network, such as network 102. Client computing device 104 includes user interface 106.
  • User interface 106 provides an interface between a user of client computing device 104 and server computer 108. User interface 106 may be a graphical user interface (GUI) or a web user interface (WUI) and can display text, documents, web browser windows, user options, application interfaces, and instructions for operation, and includes the information (such as graphic, text, and sound) that a program presents to a user and the control sequences the user employs to control the program. User interface 106 may also be mobile application software that provides an interface between a user of client computing device 104 and server computer 108. Mobile application software, or an “app”, is a computer program designed to run on smart phones, tablet computers and other mobile devices. User interface 106 enables a user of client computing device 104 to perform policy driven contextual searches on server computer 108.
  • Server computer 108 can be a management server, a web server, or any other electronic device or computing system capable of receiving and sending data. In other embodiments, server computer 108 can represent a server computing system utilizing multiple computers as a server system, such as in a cloud computing environment. In another embodiment, server computer 108 can be a laptop computer, a tablet computer, a netbook computer, a personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with client computing device 104 and search node 116 via network 102. In another embodiment, server computer 108 represents a computing system utilizing clustered computers and components to act as a single pool of seamless resources. Server computer 108 includes search application programming interface 110 and policy driven contextual search extension 112.
  • Search application programming interface (API) 110 manages the search function by distributing a search query to participating search nodes in a distributed search cluster and returning a set of search results to user interface 106. An API is a particular set of rules and specifications that a software program can follow to access and make use of the services and resources provided by another particular software program that implements that API. An API serves as an interface between different software programs and facilitates their interaction, similar to the way a user interface facilitates interaction between humans and computers. Search API 110 is extended by using a policy driven contextual search extension component to enable contextual searches for the user. Search API 110 is depicted and described in further detail with respect to FIG. 2 and FIG. 3.
  • Policy driven contextual search extension (PCSE) 112 augments search API 110 to perform searches based on one or more policies chosen by the user. PCSE 112 returns search results and maintains the state of the contextual search for a recursive search with further contextual search policies applied. PCSE 112 includes distributed database 114.
  • Distributed database 114 resides on server computer 108. In another embodiment, distributed database 114 can reside elsewhere in the environment. A database is an organized collection of data. Distributed database 114 can be implemented with any type of storage device capable of storing data that can be accessed and utilized by server computer 108, such as a database server, a hard disk drive, or a flash memory. In other embodiments, distributed database 114 can represent multiple storage devices within server computer 108. Distributed database 114 stores data related to search queries. For example, distributed database 114 may store key words used in a query. In another example, distributed database 114 may store search handles associated with each search. A search handle is an identifier of a particular search or query. Distributed database 114 also stores contextual search policies from which a user can choose for sequential and recursive searches.
  • Search node 116 can be a management server, a web server, or any other electronic device or computing system capable of receiving and sending data. In other embodiments, search node 116 can represent a server computing system utilizing multiple computers as a server system, such as in a cloud computing environment. In another embodiment, search node 116 can be a laptop computer, a tablet computer, a netbook computer, a personal computer (PC), a desktop computer, a personal digital assistant (PDA), a smart phone, or any programmable electronic device capable of communicating with client computing device 104 and server computer 108 via network 102. In another embodiment, search node 116 represents a computing system utilizing clustered computers and components to act as a single pool of seamless resources. Search node 116 represents one or more physical systems that hold data in a searchable format. Search node 116 may be part of a distributed search cluster of multiple search nodes.
  • In an embodiment, server computer 108 may represent multiple servers, within a distributed architecture, acting as API processing nodes that may be, for example, hypertext transfer protocol (HTTP) servers. The API processing nodes each include PCSE 112 as a component. The API processing nodes receive search requests via a load balancer which manages the search load and chooses an API processing node to execute a search. The API processing nodes interact with a plurality of search nodes, arranged in a distributed search cluster, that hold data in a searchable format. Block storage is available to the search nodes to support the distributed search cluster.
  • FIG. 2 is a flowchart depicting operational steps of search application programming interface (API) 110, on server computer 108 within distributed data processing environment 100 of FIG. 1, for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention.
  • Search API 110 receives a search request from a user (step 202). When a user of client computing device 104 requests a global search, via user interface 106, search API 110 receives the request.
  • Search API 110 passes the search request to search node 116 (step 204). In an embodiment where search node 116 is one search node in a distributed search cluster, search API 110 passes the search request to the distributed search cluster for data retrieval. Responsive to passing the search request to search node 116, search API 110 receives search results from search node 116 (step 206).
  • Search API 110 sends search results to the user (step 208). When search API 110 receives data from search node 116, search API 110 sends the search results to the user, via user interface 106. In one embodiment, search API 110 also sends the query information along with the search results. The query information may be the specifics of how the request was passed to the search node.
  • Search API 110 stores the search handle and query (step 210). Search API 110 stores the state of the initial search by storing the search handle and the query information in distributed database 114. The search handle is an address that holds the search query and the user session that has returned a set of results. The search handle can be used to replicate the query and produce the same search results.
  • Search API 110 receives a selected policy (step 212). Based on the initial global search results, the user chooses to perform a contextual search. By invoking PCSE 112, the user can choose one or more policies with which to filter the search or search a particular aspect of the initial global search results. The user chooses a policy from the policies stored in distributed database 114. In one embodiment, search API 110 prompts the user to choose a policy by presenting an interactive list from which the user can choose. In another embodiment, search API 110 may recommend one or more particular policies to the user, based on analytics of the user's previous choices and/or results. The policies are declarative, i.e., the user can choose a pre-configured policy and edit the policy to specify the next search. A plurality of policies may exist in distributed database 114. For example, there may be a time window policy, where the user can specify the next search to look at data gathered during a specific time range. In another example, there may be a field correlation policy. A field correlation policy may filter the previous search results by looking for all data associated with a particular data field, such as an error code. In a further example, there may be a sub-search policy. A user can choose a sub-search policy to, for example, choose all errors associated with a particular server from a list of system errors. A user can choose one or more or a combination of policies with which to filter the subsequent search.
  • Search API 110 determines whether the received policy is valid (decision block 214). Search API 110 reviews the declarative policy received from the user, via user interface 106, and determines whether the policy has any errors or omissions, for example, with regard to field accuracy, that may make the policy invalid. In one embodiment, search API 110 determines whether the received policy is valid by comparing the policy to pre-defined constraints, and determining whether the policy complies with the pre-defined constraints. For example, if the available time range for a time window policy is between 1 and 5 minutes, and the user specifies 6 minutes, then the policy is not valid. If search API 110 determines the received policy is not valid (“no” branch, decision block 214), then search API 110 ends the search. In one embodiment, if search API 110 determines the received policy is not valid, search API 110 may send the user an error message, via user interface 106.
  • If search API 110 determines the received policy is valid (“yes” branch, decision block 214), then search API 110 retrieves the modified query from PCSE 112 (step 216). PCSE 112 provides the modified query for the recursive contextual search. PCSE 112 applies the received selected policies that act as context filters of the initial search results. For example, the original query is “severity:error AND source:server1”, and a time window policy of “search surrounding 1 minute” is applied, then PCSE 112 modifies the query to “severity:error AND source:server1 AND datetime:[2014-09-09T13:14:145Z TO 2014-09-09T13:15:145Z]”.
  • Search API 110 resets the search request (step 218). Search API 110 invokes a new distributed search with the modified query to reset the initial search request to a request that includes the declarative policies. Search API 110 passes the new search request to search node 116, and receives updated search results from search node 116. For example, if the initial search request is a global search on all system errors and warnings, the next search request, based on applying a time window policy, is for all errors and warnings associated with a specific server over a specified period of time.
  • Search API 110 sends search results to the user (step 220). As discussed above with respect to step 208, when search API 110 receives data from search node 116, search API 110 sends the search results to the user, via user interface 106.
  • Search API 110 determines whether the user wants to apply another policy (decision block 222). Responsive to receiving the results of the contextual search, the user may decide to further filter the search results with one or more additional policies, thus performing recursive contextual search queries. The user may recursively filter and query the data set until the user is satisfied with the result. If search API 110 determines that the user does not want to apply another policy (“no” branch, decision block 222), then search API 110 ends the search.
  • If search API 110 determines that the user does want to apply another policy (“yes” branch, decision block 222), then search API 110 returns to step 210 and stores the search handle and query for the previous search. The recursive search process continues until the user chooses to end the search.
  • FIG. 3 is a flow diagram depicting operational steps of search API 110, on server computer 108 within distributed data processing environment 100 of FIG. 1, for applying a sequential, contextual search based on a pre-defined set of policies, in accordance with an embodiment of the present invention.
  • Flow diagram 300 depicts an example of a search conducted with PCSE 112 within search API 110. A user requests global search 302, via user interface 106, through search API 110. For example, a user trying to diagnose a system problem may request to search for all errors and warnings. Search API 110 yields search results 304. Search results 304 include a plurality of events, represented by circles. The events may include occurrences of errors, warnings, and downtime. In the example, the plurality of events occurred between time Ti and TN. The user finds a particular search result of interest. For example, the user may notice that a particular search result indicates that a specific server has an error. The user chooses to apply policy 306 from PCSE 112 which is stored in distributed database 114. For example, policy 306 may be a time window policy that restricts the next search to a particular hour in time between Ti and TN. The policy acts as a contextual filter. Applying the contextual filter from PCSE 112, search API 110 performs contextual search 308. For example, search API 110 performs a search with the scope of the server that experienced an error and the time window policy of one hour, and lists similar errors or warnings that occurred for that server within that one hour window. Search results 310 are the results of contextual search 308. The specific result set shown in search results 310 helps the user identify specific information, for example, to address the system problem.
  • FIG. 4 depicts a block diagram of components of server computer 108 executing PCSE 112 within distributed data processing environment 100 of FIG. 1, in accordance with an embodiment of the present invention. It should be appreciated that FIG. 4 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments can be implemented. Many modifications to the depicted environment can be made.
  • Server computer 108 can include communications fabric 402, which provides communications between computer processor(s) 404, memory 406, persistent storage 408, communications unit 410, and input/output (I/O) interface(s) 412. Communications fabric 402 can be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system. For example, communications fabric 402 can be implemented with one or more buses.
  • Memory 406 and persistent storage 408 are computer readable storage media. In this embodiment, memory 406 includes random access memory (RAM) 414 and cache memory 416. In general, memory 406 can include any suitable volatile or non-volatile computer readable storage media.
  • Search API 110, PCSE 112, and distributed database 114 are stored in persistent storage 408 for execution and/or access by one or more of the respective computer processor(s) 404 of server computer 108 via one or more memories of memory 406. In this embodiment, persistent storage 408 includes a magnetic hard disk drive. Alternatively, or in addition to a magnetic hard disk drive, persistent storage 408 can include a solid-state hard drive, a semiconductor storage device, a read-only memory (ROM), an erasable programmable read-only memory (EPROM), a flash memory, or any other computer readable storage media that is capable of storing program instructions or digital information.
  • The media used by persistent storage 408 can also be removable. For example, a removable hard drive can be used for persistent storage 408. Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer readable storage medium that is also part of persistent storage 408.
  • Communications unit 410, in these examples, provides for communications with other data processing systems or devices, including resources of client computing device 104 and search node 116. In these examples, communications unit 410 includes one or more network interface cards. Communications unit 410 can provide communications through the use of either or both physical and wireless communications links. Search API 110, PCSE 112, and distributed database 114 can be downloaded to persistent storage 408 of server computer 108 through communications unit 410.
  • I/O interface(s) 412 allows for input and output of data with other devices that can be connected to server computer 108. For example, I/O interface(s) 412 can provide a connection to external device(s) 418 such as a keyboard, a keypad, a touch screen, a microphone, and/or some other suitable input device. External device(s) 418 can also include portable computer readable storage media such as, for example, thumb drives, portable optical or magnetic disks, and memory cards. Software and data used to practice embodiments of the present invention, e.g., search API 110, PCSE 112, and distributed database 114 on server computer 108, can be stored on such portable computer readable storage media and can be loaded onto persistent storage 408 of server computer 108 via I/O interface(s) 412. I/O interface(s) 412 also connect to a display 420.
  • Display 420 provides a mechanism to display data to a user and can be, for example, a computer monitor.
  • The programs described herein are identified based upon the application for which they are implemented in a specific embodiment of the invention. However, it should be appreciated that any particular program nomenclature herein is used merely for convenience, and thus the invention should not be limited to use solely in any specific application identified and/or implied by such nomenclature.
  • The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • The computer readable storage medium can be any tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, a special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, a segment, or a portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the blocks may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
  • The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The terminology used herein was chosen to best explain the principles of the embodiment, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (14)

1.-7. (canceled)
8. A computer program product for contextual search of electronic records, the computer program product comprising:
one or more computer readable storage media and program instructions stored on the one or more computer readable storage media, the program instructions comprising:
program instructions to receive a first search request from a user;
program instructions to send first search results associated with the first search request to the user;
program instructions to receive one or more selected policies from the user;
responsive to receiving the one or more selected policies, program instructions to apply the one or more selected policies to the first search results;
program instructions to generate a second search request based, at least in part, on the one or more applied selected policies; and
program instructions to send second search results associated with the second search request to the user.
9. The computer program product of claim 8, further comprising:
responsive to sending the plurality of second search results associated with the second search request to the user, program instructions to determine whether one or more additional selected policies are received from the user;
responsive to determining the one or more additional selected policies are received from the user, program instructions to apply the one or more additional selected policies to the plurality of second search results;
program instructions to generate a third search request based, at least in part, on the one or more additional applied policies; and
program instructions to send a plurality of third search results associated with the third search request to the user.
10. The computer program product of claim 8, further comprising program instructions to store a search handle and a query associated with the first search request.
11. The computer program product of claim 8, wherein the one or more selected policies include at least one of: a time window policy, a field correlation policy, and a sub-search policy.
12. The computer program product of claim 8, wherein program instructions to generate a second search request based, at least in part, on the one or more applied policies further comprises:
program instructions to retrieve a modified query, wherein the modified query includes the one or more selected policies applied to the plurality of first search results; and
program instructions to reset the first search request to the second search request.
13. The computer program product of claim 8, further comprising:
responsive to receiving the one or more selected policies from the user, program instructions to determine whether the one or more selected policies are valid; and
responsive to determining the one or more selected policies are valid, program instructions to apply the one or more selected policies.
14. The computer program product of claim 13, wherein determining whether the one or more selected policies are valid further comprises:
comparing, by the one or more computer processors, the one or more selected policies to pre-defined constraints; and
determining, by the one or more computer processors, whether the one or more selected policies comply with the pre-defined constraints.
15. A computer system for contextual search of electronic records, the computer system comprising:
one or more computer processors;
one or more computer readable storage media;
program instructions stored on the one or more computer readable storage media for execution by at least one of the one or more computer processors, the program instructions comprising:
program instructions to receive a first search request from a user;
program instructions to send first search results associated with the first search request to the user;
program instructions to receive one or more selected policies from the user;
responsive to receiving the one or more selected policies, program instructions to apply the one or more selected policies to the first search results;
program instructions to generate a second search request based, at least in part, on the one or more applied selected policies; and
program instructions to send second search results associated with the second search request to the user.
16. The computer system of claim 15, further comprising:
responsive to sending the plurality of second search results associated with the second search request to the user, program instructions to determine whether one or more additional selected policies are received from the user;
responsive to determining the one or more additional selected policies are received from the user, program instructions to apply the one or more additional selected policies to the plurality of second search results;
program instructions to generate a third search request based, at least in part, on the one or more additional applied policies; and
program instructions to send a plurality of third search results associated with the third search request to the user.
17. The computer system of claim 15, further comprising program instructions to store a search handle and a query associated with the first search request.
18. The computer system of claim 15, wherein program instructions to generate a second search request based, at least in part, on the one or more applied policies further comprises:
program instructions to retrieve a modified query, wherein the modified query includes the one or more selected policies applied to the plurality of first search results; and
program instructions to reset the first search request to the second search request.
19. The computer system of claim 15, further comprising:
responsive to receiving the one or more selected policies from the user, program instructions to determine whether the one or more selected policies are valid; and
responsive to determining the one or more selected policies are valid, program instructions to apply the one or more selected policies.
20. The computer system of claim 19, wherein determining whether the one or more selected policies are valid further comprises:
comparing, by the one or more computer processors, the one or more selected policies to pre-defined constraints; and
determining, by the one or more computer processors, whether the one or more selected policies comply with the pre-defined constraints.
US14/501,421 2014-09-30 2014-09-30 Policy driven contextual search Abandoned US20160092569A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US14/501,421 US20160092569A1 (en) 2014-09-30 2014-09-30 Policy driven contextual search
US14/698,153 US10282472B2 (en) 2014-09-30 2015-04-28 Policy driven contextual search

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US14/501,421 US20160092569A1 (en) 2014-09-30 2014-09-30 Policy driven contextual search

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/698,153 Continuation US10282472B2 (en) 2014-09-30 2015-04-28 Policy driven contextual search

Publications (1)

Publication Number Publication Date
US20160092569A1 true US20160092569A1 (en) 2016-03-31

Family

ID=55584658

Family Applications (2)

Application Number Title Priority Date Filing Date
US14/501,421 Abandoned US20160092569A1 (en) 2014-09-30 2014-09-30 Policy driven contextual search
US14/698,153 Active 2037-01-04 US10282472B2 (en) 2014-09-30 2015-04-28 Policy driven contextual search

Family Applications After (1)

Application Number Title Priority Date Filing Date
US14/698,153 Active 2037-01-04 US10282472B2 (en) 2014-09-30 2015-04-28 Policy driven contextual search

Country Status (1)

Country Link
US (2) US20160092569A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180218045A1 (en) * 2017-01-30 2018-08-02 Splunk Inc. Multi-phased data execution in a data processing system
CN110727865A (en) * 2019-10-09 2020-01-24 北京百度网讯科技有限公司 Problem positioning method and device of retrieval strategy, electronic equipment and storage medium
US11429679B1 (en) * 2015-07-17 2022-08-30 EMC IP Holding Company LLC System and method for augmenting element records associated with the elements of a distributed computing environment with user-defined content

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220215948A1 (en) 2021-01-07 2022-07-07 Abiomed, Inc. Network-based medical apparatus control and data management systems

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6169986B1 (en) * 1998-06-15 2001-01-02 Amazon.Com, Inc. System and method for refining search queries
US20010013036A1 (en) * 2000-02-09 2001-08-09 International Business Machines Corporation Interaction with query data
US20060265391A1 (en) * 2005-05-16 2006-11-23 Ebay Inc. Method and system to process a data search request
US8020110B2 (en) * 2005-05-26 2011-09-13 Weisermazars Llp Methods for defining queries, generating query results and displaying same
US20130080412A1 (en) * 2011-09-22 2013-03-28 International Business Machines Corporation Short search result along with query suggestions
US20130262449A1 (en) * 2012-04-02 2013-10-03 Playence GmBH System and method for search refinement using knowledge model
US8583675B1 (en) * 2009-08-28 2013-11-12 Google Inc. Providing result-based query suggestions
US9384244B1 (en) * 2012-11-28 2016-07-05 BloomReach Inc. Search with autosuggest and refinements

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7958115B2 (en) 2004-07-29 2011-06-07 Yahoo! Inc. Search systems and methods using in-line contextual queries
US7630980B2 (en) 2005-01-21 2009-12-08 Prashant Parikh Automatic dynamic contextual data entry completion system
US7636714B1 (en) 2005-03-31 2009-12-22 Google Inc. Determining query term synonyms within query context
US8645390B1 (en) 2007-08-31 2014-02-04 Google Inc. Reordering search query results in accordance with search context specific predicted performance functions
US8370352B2 (en) 2007-10-18 2013-02-05 Siemens Medical Solutions Usa, Inc. Contextual searching of electronic records and visual rule construction
US7984035B2 (en) 2007-12-28 2011-07-19 Microsoft Corporation Context-based document search
US20090228439A1 (en) * 2008-03-07 2009-09-10 Microsoft Corporation Intent-aware search
CN101320382B (en) 2008-05-07 2011-12-07 索意互动(北京)信息技术有限公司 Method and system for rearranging search result based on context
US20100100562A1 (en) * 2008-10-01 2010-04-22 Jerry Millsap Fully Parameterized Structured Query Language
US8229909B2 (en) 2009-03-31 2012-07-24 Oracle International Corporation Multi-dimensional algorithm for contextual search
US9858925B2 (en) * 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US8539487B2 (en) 2009-09-11 2013-09-17 International Business Machines Corporation Automatically generating compound commands in a computer system
US8161073B2 (en) 2010-05-05 2012-04-17 Holovisions, LLC Context-driven search
US9049259B2 (en) 2011-05-03 2015-06-02 Onepatont Software Limited System and method for dynamically providing visual action or activity news feed
US8762368B1 (en) 2012-04-30 2014-06-24 Google Inc. Context-based filtering of search results
US9262535B2 (en) 2012-06-19 2016-02-16 Bublup Technologies, Inc. Systems and methods for semantic overlay for a searchable space
US20150019537A1 (en) * 2012-09-07 2015-01-15 Splunk Inc. Generating Reports from Unstructured Data

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6169986B1 (en) * 1998-06-15 2001-01-02 Amazon.Com, Inc. System and method for refining search queries
US20010013036A1 (en) * 2000-02-09 2001-08-09 International Business Machines Corporation Interaction with query data
US20060265391A1 (en) * 2005-05-16 2006-11-23 Ebay Inc. Method and system to process a data search request
US8020110B2 (en) * 2005-05-26 2011-09-13 Weisermazars Llp Methods for defining queries, generating query results and displaying same
US8583675B1 (en) * 2009-08-28 2013-11-12 Google Inc. Providing result-based query suggestions
US20130080412A1 (en) * 2011-09-22 2013-03-28 International Business Machines Corporation Short search result along with query suggestions
US20130262449A1 (en) * 2012-04-02 2013-10-03 Playence GmBH System and method for search refinement using knowledge model
US9384244B1 (en) * 2012-11-28 2016-07-05 BloomReach Inc. Search with autosuggest and refinements

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11429679B1 (en) * 2015-07-17 2022-08-30 EMC IP Holding Company LLC System and method for augmenting element records associated with the elements of a distributed computing environment with user-defined content
US20180218045A1 (en) * 2017-01-30 2018-08-02 Splunk Inc. Multi-phased data execution in a data processing system
US10545964B2 (en) * 2017-01-30 2020-01-28 Splunk Inc. Multi-phased data execution in a data processing system
US11625404B2 (en) * 2017-01-30 2023-04-11 Splunk Inc. Multi-phased execution of a search query
CN110727865A (en) * 2019-10-09 2020-01-24 北京百度网讯科技有限公司 Problem positioning method and device of retrieval strategy, electronic equipment and storage medium

Also Published As

Publication number Publication date
US20160092521A1 (en) 2016-03-31
US10282472B2 (en) 2019-05-07

Similar Documents

Publication Publication Date Title
US10084804B2 (en) Optimizing security analyses in SaaS environment
US20160259856A1 (en) Consolidating and formatting search results
US10656972B2 (en) Managing idempotent operations while interacting with a system of record
US10521246B1 (en) Application programming interface endpoint analysis and modification
US10282472B2 (en) Policy driven contextual search
US11182438B2 (en) Hybrid processing of disjunctive and conjunctive conditions of a search query for a similarity search
US9398068B2 (en) Bulk uploading of multiple self-referencing objects
US20190188623A1 (en) Cognitive and dynamic business process generation
US10706078B2 (en) Bidirectional integration of information between a microblog and a data repository
US20160156694A1 (en) Storing information to manipulate focus for a webpage
US20170277801A1 (en) Guided Search Via Content Analytics And Ontology
US10839036B2 (en) Web browser having improved navigational functionality
US9449036B2 (en) Handling an increase in transactional data without requiring relocation of preexisting data between shards
US20220229858A1 (en) Multi-cloud object store access
US9646049B1 (en) Updating high level nested filters according to low level filter choices
US9858355B1 (en) Search engine optimization based upon most popular search history
US20190138278A1 (en) Cognitive redundant coding corpus determination system
US20160277269A1 (en) Dynamic community support
US10839030B2 (en) Persistent filter content refinement system
US10042698B1 (en) Cleanup of unpredictable test results
US20200409973A1 (en) Dynamic replication based on identity
US20200272679A1 (en) Missing web page relocation
US10547986B2 (en) Cognitive root uniform resource locator
US20220414168A1 (en) Semantics based search result optimization
US11558448B1 (en) Sparse information sharing system

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NADGIR, DEVAPRASAD K.;RAMALINGAM, RAMKUMAR;REEL/FRAME:033858/0767

Effective date: 20140926

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION