US9436744B2 - Combining internal and external search results - Google Patents

Combining internal and external search results Download PDF

Info

Publication number
US9436744B2
US9436744B2 US14/273,046 US201414273046A US9436744B2 US 9436744 B2 US9436744 B2 US 9436744B2 US 201414273046 A US201414273046 A US 201414273046A US 9436744 B2 US9436744 B2 US 9436744B2
Authority
US
United States
Prior art keywords
search result
external
search
internal
indication
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US14/273,046
Other versions
US20150324433A1 (en
Inventor
Michael P. Duffy
Xingxin Liu
Roy VERA
William C. Hall
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.)
Accenture Global Services Ltd
Original Assignee
Accenture Global Services Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Accenture Global Services Ltd filed Critical Accenture Global Services Ltd
Priority to US14/273,046 priority Critical patent/US9436744B2/en
Assigned to ACCENTURE GLOBAL SERVICES LIMITED reassignment ACCENTURE GLOBAL SERVICES LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HALL, WILLIAM C., Vera, Roy, DUFFY, MICHAEL P., LIU, XINGXIN
Priority to AU2015202478A priority patent/AU2015202478B2/en
Priority to EP15166906.6A priority patent/EP2942719A1/en
Publication of US20150324433A1 publication Critical patent/US20150324433A1/en
Application granted granted Critical
Publication of US9436744B2 publication Critical patent/US9436744B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • 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
    • G06F17/30554
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F17/30312
    • G06F17/30864

Definitions

  • a search engine may refer to an information retrieval system designed to help find information stored on a computer system. Search results, determined by the search engine based on a search query, may be presented in a list that sorts the search results based on relevance with the search query. Search engines help reduce an amount of time required to find information.
  • a device may receive information that includes a search query.
  • the device may cause a search of internal documents to be performed, using the search query, to identify one or more internal search results, and may cause a search of external documents to be performed, using the search query, to identify one or more external search results.
  • the device may cause the one or more internal search results and the one or more external search results to be presented for display.
  • the one or more internal search results may be presented for display to visually distinguish the one or more internal search results from the one or more external search results.
  • the device may receive an indication that an external search result, of the one or more external search results, has been flagged for review, and may provide, based on receiving the indication, a notification that the external search result has been flagged for review.
  • the device may determine that the external search result has been approved for presentation as an internal search result based on providing the notification, and may store an indication that the external search result is to be identified as an internal search result for a future search based on determining that the external search result has been approved for presentation as an internal search result.
  • a computer-readable medium may include one or more instructions that, when executed by one or more processors, cause the one or more processors to: receive information that identifies a search query; cause a first search to be performed, using the search query, to identify one or more internal search results; cause a second search to be performed, using the search query, to identify one or more external search results, where the second search is separate from the first search; cause the one or more internal search results and the one or more external search results to be presented for display, where the one or more internal search results are presented for display in a first manner, and where the one or more external search results are provided for display in a second manner that is different from the first manner; receive an indication that an external search result, of the one or more external search results, has been flagged for review; provide, based on receiving the indication, a notification that the external search result has been flagged for review; determine whether the external search result has been approved or rejected for presentation as an internal search result based on providing the notification; and selectively store an indication that the
  • a method may include receiving, by a device, information that identifies a search query.
  • the method may include causing, by the device, a first search to be performed, using the search query, to identify one or more internal search results, and causing, by the device, a second search to be performed, using the search query, to identify one or more external search results.
  • the method may include causing, by the device, the one or more internal search results to be presented for displayed in a first manner, and causing, by the device, the one or more external search results to be presented for displayed in a second manner that is different from the first manner.
  • the method may include receiving, by the device, an indication that an external search result, of the one or more external search results, has been flagged for review, and providing, by the device and based on receiving the indication, a notification that the external search result has been flagged for review.
  • the method may include determining, by the device, that the external search result has been approved for presentation in the first manner based on providing the notification.
  • the method may include storing, by the device, an indication that the external search result has been approved for presentation in the first manner based on determining that the external search result has been approved for presentation in the first manner.
  • the method may include causing, by the device, a third search, that identifies the external search result, to be performed after storing the indication, and causing, by the device, the external search result to be presented for display in the first manner based on the third search and further based on storing the indication that the external search result has been approved for presentation in the first manner.
  • FIGS. 1A and 1B are diagrams of an overview of an example implementation described herein;
  • FIG. 2 is a diagram of an example environment in which systems and/or methods, described herein, may be implemented;
  • FIG. 3 is a diagram of example components of one or more devices of FIG. 2 ;
  • FIG. 4 is a flow chart of an example process for performing a search that provides internal and external search results, and flagging an external search result for review;
  • FIGS. 5A-5C are diagrams of an example implementation relating to the example process shown in FIG. 4 ;
  • FIG. 6 is a flow chart of an example process for determining whether to identify a flagged external search result for presentation as an internal search result
  • FIGS. 7A-7D are diagrams of an example implementation relating to the example process shown in FIG. 6 .
  • a private web portal such as a company intranet, may provide a search feature that permits a user to search for information internal to the private web portal, and may provide search results that provide links to internal documents (e.g., company documentation, a company training manual, internal web pages, etc.).
  • internal documents e.g., company documentation, a company training manual, internal web pages, etc.
  • the search feature may be extended to permit the user to search for information external to the private web portal, and may return search results that provide links to external documents (e.g., external web pages).
  • the external documents may not be relevant to a user's search, may not come from a reliable source, may provide information that is contrary to company policy, etc. Thus, a company administrator may wish to control external documents that are provided as search results. Implementations described herein assist an administrator in identifying relevant external documents, and assist a user by providing more relevant search results.
  • FIGS. 1A and 1B are diagrams of an overview of an example implementation 100 described herein.
  • a user may use a client device to access a private web portal, and may use the private web portal to search for internal and external documents.
  • the user may input a search query.
  • an internal search engine may search for internal documents relevant to the search query
  • an external search engine may search for external documents relevant to the search query.
  • the client device may provide links to the internal and external documents.
  • the user's search query resulted in two internal search results, shown as Internal Result 1 and Internal Result 2
  • the user's search query resulted in two external search results, shown as External Result 1 and External Result 2 .
  • an administrator device may receive a notification that the user has flagged External Result 1 as relevant to the search query.
  • An administrator may review External Result 1 , and may determine whether to approve or reject External Result 1 for presentation as an internal search result (e.g., for future searches). For example, the administrator may determine that External Result 1 is relevant, and may approve External Result 1 for presentation as an internal search result (e.g., for future searches).
  • the administrator may determine that External Result 1 includes information contrary to company policy, and may reject External Result 1 so that External Result 1 is not presented as an internal search result (and/or is not presented as an external search result, in some implementations) for future searches. As shown in FIG. 1A , assume that the administrator approves External Result 1 .
  • the internal search engine may search for internal documents relevant to the search query
  • the external search engine may search for external documents relevant to the search query.
  • External Result 1 was approved for presentation as an internal search result (e.g., was added to a repository of available internal documents, was marked as an internal search result, was identified in an internal search index, etc.)
  • the internal results, generated based on the search query include External Result 1 .
  • External Result 1 is shown as being presented above Internal Result 1 and Internal Result 2 , it should be understood that results could be presented in any order or scheme.
  • internal results can be presented above external results as a matter of course, or external results can be presented above internal results as a matter of course.
  • the order of presentation of results can be based on other techniques, such as counting the number and quality of links to a result, or a frequency that a particular result has been selected in prior searches.
  • FIG. 2 is a diagram of an example environment 200 in which systems and/or methods, described herein, may be implemented.
  • environment 200 may include a client device 210 , a search management deice 220 , an administrator device 230 , an internal search engine 240 , a set of internal storage devices 250 - 1 through 250 -N (N ⁇ 1) (hereinafter referred to collectively as “internal storage devices 250 ,” and individually as “internal storage device 250 ”), an external search engine 260 , a set of external storage devices 270 - 1 through 270 -M (M ⁇ 1) (hereinafter referred to collectively as “external storage devices 270 ,” and individually as “external storage device 270 ”), and a network 280 .
  • Devices of environment 200 may interconnect via wired connections, wireless connections, or a combination of wired and wireless connections.
  • Client device 210 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search (e.g., a search query, a search result, etc.).
  • client device 210 may include a computing device, such as a desktop computer, a laptop computer, a tablet computer, a mobile phone (e.g., a smart phone, a radiotelephone, etc.), or a similar device.
  • a computing device such as a desktop computer, a laptop computer, a tablet computer, a mobile phone (e.g., a smart phone, a radiotelephone, etc.), or a similar device.
  • client device 210 may provide a private web portal that permits a user to search for internal documents and external documents (e.g., using internal search engine 240 and/or external search engine 260 ), and that provides internal search results (e.g., links to the internal documents) and external search results (e.g., links to the external documents) for display.
  • client device 210 may provide an input mechanism that permits a user to flag search results for review.
  • Search management device 220 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search.
  • search management device 220 may include a computing device, such as a server, a desktop computer, or a similar device.
  • Search management device 220 may assist in combining internal and external search results for presentation by client device 210 .
  • search management device 220 may receive a search query from client device 210 , may provide the search query to internal search engine 240 and external search engine 260 , may receive internal search results from internal search engine 240 , and may receive external search results from external search engine 260 .
  • Search management device 220 may mark the internal search results (e.g., as internal), may mark the external search results (e.g., as external), and may provide the marked search results to client device 210 so that client device 210 may present the internal and external search results in a different manner.
  • search management device 220 may mark search results based on information received from administrator device 230 (e.g., may mark an external search result as an internal search result if the external search result is approved for presentation as an internal search result).
  • Administrator device 230 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with managing a search.
  • administrator device 230 may include a computing device, such as a desktop computer, a laptop computer, a tablet computer, a mobile phone (e.g., a smart phone, a radiotelephone, etc.), or a similar device.
  • administrator device 230 may provide a search management portal that permits an administrator to receive notifications of flagged search results, and to provide instructions that control a manner in which search results are presented for display (e.g., by client device 210 ).
  • administrator device 230 may provide instructions (e.g., based on user input) to present an external search result as an internal search result.
  • Internal search engine 240 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search.
  • internal search engine 240 may include a server or a similar device.
  • internal search engine 240 may receive a search query (e.g., from client device 210 and/or search management device 220 ), and may search for internal documents (e.g., stored by one or more internal storage devices 250 ) based on the search query.
  • Internal search engine 240 may generate internal search results based on the search for internal documents, and may provide the internal search results (e.g., to search management device 220 and/or client device 210 ).
  • Internal storage device 250 may include one or more devices capable of storing, indexing, and/or searching internal documents (e.g., company documentation, a company training manual, documents associated with a private network, such as an intranet, etc.).
  • internal storage device 250 may include a server (e.g., a storage server), a database, a storage device, or the like.
  • Internal search engine 240 may cause a search of one or more internal storage devices 250 to be performed based on a search query.
  • External search engine 260 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search.
  • external search engine 260 may include a server or a similar device.
  • external search engine 260 may receive a search query (e.g., from client device 210 and/or search management device 220 ), and may search for external documents (e.g., stored by one or more external storage devices 270 ) based on the search query.
  • External search engine 260 may generate external search results based on the search for external documents, and may provide the external search results (e.g., to search management device 220 and/or client device 210 ).
  • external search engine 260 may be a publicly addressable search engine, such as Google, Bing, etc.
  • External storage device 270 may include one or more devices capable of storing, indexing, and/or searching external documents (e.g., external web pages, etc.).
  • external storage device 270 may include a server (e.g., a storage server), a database, a storage device, or the like.
  • External search engine 260 may cause a search of one or more external storage devices 270 to be performed based on a search query.
  • Network 280 may include one or more wired and/or wireless networks.
  • network 280 may include a cellular network, a public land mobile network (PLMN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), a telephone network (e.g., the Public Switched Telephone Network (PSTN)), an ad hoc network, an intranet, the Internet, a fiber optic-based network, a private network, a cloud computing network, and/or a combination of these or other types of networks.
  • PLMN public land mobile network
  • LAN local area network
  • WAN wide area network
  • MAN metropolitan area network
  • PSTN Public Switched Telephone Network
  • the number and arrangement of devices and networks shown in FIG. 2 is provided as an example. In practice, there may be additional devices and/or networks, fewer devices and/or networks, different devices and/or networks, or differently arranged devices and/or networks than those shown in FIG. 2 . Furthermore, two or more devices shown in FIG. 2 may be implemented within a single device, or a single device shown in FIG. 2 may be implemented as multiple, distributed devices. For example, internal search engine 240 and external search engine 260 may be implemented within a single search engine device, client device 210 and search management device 220 may be implemented with a single device, etc. Additionally, or alternatively, a set of devices (e.g., one or more devices) of environment 200 may perform one or more functions described as being performed by another set of devices of environment 200 .
  • a set of devices e.g., one or more devices
  • FIG. 3 is a diagram of example components of a device 300 .
  • Device 300 may correspond to client device 210 , search management device 220 , administrator device 230 , internal search engine 240 , internal storage device 250 , external search engine 260 , and/or external storage device 270 .
  • client device 210 , search management device 220 , administrator device 230 , internal search engine 240 , internal storage device 250 , external search engine 260 , and/or external storage device 270 may include one or more devices 300 and/or one or more components of device 300 .
  • device 300 may include a bus 310 , a processor 320 , a memory 330 , a storage component 340 , an input component 350 , an output component 360 , and a communication interface 370 .
  • Bus 310 may include a component that permits communication among the components of device 300 .
  • Processor 320 may include a processor (e.g., a central processing unit (CPU), a graphics processing unit (GPU), an accelerated processing unit (APU), etc.), a microprocessor, and/or any processing component (e.g., a field-programmable gate array (FPGA), an application-specific integrated circuit (ASIC), etc.) that interprets and/or executes instructions.
  • Memory 330 may include a random access memory (RAM), a read only memory (ROM), and/or another type of dynamic or static storage device (e.g., a flash memory, a magnetic memory, an optical memory, etc.) that stores information and/or instructions for use by processor 320 .
  • RAM random access memory
  • ROM read only memory
  • static storage device e.g., a flash memory, a magnetic memory, an optical memory, etc.
  • Storage component 340 may store information and/or software related to the operation and use of device 300 .
  • storage component 340 may include a hard disk (e.g., a magnetic disk, an optical disk, a magneto-optic disk, a solid state disk, etc.), a compact disc (CD), a digital versatile disc (DVD), a floppy disk, a cartridge, a magnetic tape, and/or another type of computer-readable medium, along with a corresponding drive.
  • Input component 350 may include a component that permits device 300 to receive information, such as via user input (e.g., a touch screen display, a keyboard, a keypad, a mouse, a button, a switch, a microphone, etc.). Additionally, or alternatively, input component 350 may include a sensor for sensing information (e.g., a global positioning system (GPS) component, an accelerometer, a gyroscope, an actuator, etc.). Output component 360 may include a component that provides output information from device 300 (e.g., a display, a speaker, one or more light-emitting diodes (LEDs), etc.).
  • GPS global positioning system
  • LEDs light-emitting diodes
  • Communication interface 370 may include a transceiver-like component (e.g., a transceiver, a separate receiver and transmitter, etc.) that enables device 300 to communicate with other devices, such as via a wired connection, a wireless connection, or a combination of wired and wireless connections. Communication interface 370 may permit device 300 to receive information from another device and/or provide information to another device.
  • communication interface 370 may include an Ethernet interface, an optical interface, a coaxial interface, an infrared interface, a radio frequency (RF) interface, a universal serial bus (USB) interface, a Wi-Fi interface, a cellular network interface, or the like.
  • RF radio frequency
  • USB universal serial bus
  • Device 300 may perform one or more processes described herein. Device 300 may perform these processes in response to processor 320 executing software instructions stored by a computer-readable medium, such as memory 330 and/or storage component 340 .
  • a computer-readable medium is defined herein as a non-transitory memory device.
  • a memory device includes memory space within a single physical storage device or memory space spread across multiple physical storage devices.
  • Software instructions may be read into memory 330 and/or storage component 340 from another computer-readable medium or from another device via communication interface 370 .
  • software instructions stored in memory 330 and/or storage component 340 may cause processor 320 to perform one or more processes described herein.
  • hardwired circuitry may be used in place of or in combination with software instructions to perform one or more processes described herein.
  • implementations described herein are not limited to any specific combination of hardware circuitry and software.
  • device 300 may include additional components, fewer components, different components, or differently arranged components than those shown in FIG. 3 . Additionally, or alternatively, a set of components (e.g., one or more components) of device 300 may perform one or more functions described as being performed by another set of components of device 300 .
  • FIG. 4 is a flow chart of an example process 400 for performing a search that provides internal and external search results, and flagging an external search result for review.
  • one or more process blocks of FIG. 4 may be performed by client device 210 .
  • one or more process blocks of FIG. 4 may be performed by another device or a group of devices separate from or including client device 210 , such as search management device 220 , administrator device 230 , internal search engine 240 , internal storage device 250 , external search engine 260 , and/or external storage device 270 .
  • process 400 may include receiving a search query (block 410 ), and determining, based on the search query, internal search results and external search results (block 420 ).
  • client device 210 may receive a search query.
  • client device 210 may provide, via a web portal, an input mechanism for a user to input the search query. The user may input the search query, and client device 210 may receive the input search query.
  • Client device 210 may determine or obtain, based on the search query, internal search results and external search results. For example, client device 210 may provide the search query (e.g., via search management device 220 ) to internal search engine 240 and/or external search engine 260 .
  • Internal search engine 240 may use the search query to perform a first search of internal storage devices 250 for internal documents related to the search query, and external search engine 260 may use the search query to perform a second search of external storage devices 270 for external documents related to the search query.
  • Internal search engine 240 may provide, as internal search results, information that identifies and/or links to the internal documents. Internal search engine 240 may provide the information to client device 210 (e.g., via search management device 220 ).
  • external search engine 260 may provide, as external search results, information that identifies and/or links to the external documents.
  • External search engine 260 may provide the information to client device 210 (e.g., via search management device 220 ).
  • a document may refer to, for example, a web page, a file, text content, audio content, video content, or the like.
  • An internal document may refer to a document that has been marked as internal, that has been indexed in an internal index, and/or that is stored by internal storage device 250 .
  • An internal document may include, for example, a confidential document, a private document, a training manual, a web page internal to a private network (e.g., a company intranet), etc.
  • An external document may refer to a document that has not been marked as internal (or that has been marked as external), that has not been indexed in an internal index, and/or that is stored by external storage device 270 .
  • An external document may include, for example, a web page external to a private network (e.g., a public web page), a public document, etc.
  • search management device 220 may use input from an administrator (e.g., via administrator device 230 ) to identify a document as internal or external.
  • Client device 210 may determine whether a particular search result is an internal search result or an external search result. For example, search management device 220 may identify search results received from internal search engine 240 as internal search results, and may identify search results received from external search engine 260 as external search results. Additionally, or alternatively, search management device 220 may identify search results as internal or external based on information received from administrator device 230 , as described in more detail elsewhere herein.
  • process 400 may include providing the internal search results and the external search results (block 430 ), and receiving an indication of an interaction with an internal search result or an external search result (block 440 ).
  • client device 210 may receive the internal search results and the external search results, and may provide and/or present the internal search results and the external search results for display.
  • client device 210 may present the internal search results and the external search results in a different manner, such that a user may visually distinguish between the internal search results and the external search results.
  • client device 210 may present a marking that differentiates internal and external search results; may present internal and external search results in different user interfaces, windows, tabs, etc.; may present internal and external search results in different sections of the same user interface and/or window; may present internal and external search results using different color text, different highlighting, etc; or the like.
  • client device 210 may receive input (e.g., from a user, an administrator, and/or another device, such as administrator device 230 ) that indicates how internal and external search results are to be provided such that the internal and external search results are visually distinguishable.
  • client device 210 may provide search results based on a weight (e.g., a weight determined based on the search query, a weight determined based on administrator input, etc.), or based on another ranking technique or scheme.
  • a weight e.g., a weight determined based on the search query, a weight determined based on administrator input, etc.
  • another ranking technique or scheme e.g., internal results may be presented above external results as a matter of course, or external results can be presented above internal results as a matter of course.
  • the order of presentation of results may be based on other techniques such as counting the number and quality of links to a result, or a frequency that a particular result has been selected in prior searches.
  • Client device 210 may receive an indication of an interaction with an internal search result or an external search result (e.g., that is provided for display). For example, a user may select a search result that is provided for display (e.g., using an input mechanism, such as by clicking on a search result, tapping a search result using a touch screen display, etc.). Client device 210 may receive an indication of the selected search result (e.g., a selected internal search result or a selected external search result).
  • an indication of the selected search result e.g., a selected internal search result or a selected external search result.
  • process 400 may include determining whether the selected search result is an internal search result or an external search result (block 450 ).
  • client device 210 may determine whether a selected search result (e.g., with which the user has interacted) is an internal search result or an external search result. In some implementations, client device 210 may make this determination based on whether the selected search result is identified as an internal search result or an external search result. Additionally, or alternatively, client device 210 may make this determination based on a section, user interface, window, etc., in which the search result is presented (e.g., without checking a marking of the search result).
  • process 400 may include providing a document associated with the internal search result (block 460 ). For example, if client device 210 determines that the selected search result is an internal search result, then client device 210 may provide (e.g., obtain or download for presentation) an internal document linked to the internal search result. Client device 210 may provide the internal document for display via the web portal.
  • process 400 may include providing (e.g., obtaining or downloading for presentation) a document associated with the external search result, and providing an input mechanism for flagging the external search result (block 470 ). For example, if client device 210 determines that the selected search result is an external search result, then client device 210 may provide an external document linked to the external search result. Client device 210 may provide the external document for display via the web portal.
  • client device 210 may provide an input mechanism for flagging the external search result.
  • Client device 210 may provide the input mechanism for display via the web portal (e.g., on a user interface that also provides the external search result, such as in a ribbon displayed above, below, to the left of, to the right of, etc., the external document).
  • the input mechanism may permit a user to flag an external search result.
  • the input mechanism may permit the user to flag an external search result as relevant to a search (e.g., relevant to a search query used to generate the external search result), to flag the external search result as irrelevant to the search, to flag the external search result as helpful, to flag the external search result as unhelpful, to flag the external search result as offensive, to flag the external search result as being contrary to company policy, etc.
  • an external search result e.g., relevant to a search query used to generate the external search result
  • a notification may be sent to an administrator (e.g., via a search management portal), and the administrator may decide whether to approve or reject the external search result for presentation as an internal search result (e.g., for a future search), as described in more detail in connection with FIG. 6 .
  • process 400 may include additional blocks, fewer blocks, different blocks, or differently arranged blocks than those depicted in FIG. 4 . Additionally, or alternatively, two or more of the blocks of process 400 may be performed in parallel.
  • FIGS. 5A-5C are diagrams of an example implementation 500 relating to example process 400 shown in FIG. 4 .
  • FIGS. 5A-5C show an example of performing a search that provides internal and external search results, and flagging an external search result for review.
  • a user inputs a search query via an input mechanism of a private web portal accessible via client device 210 .
  • the user inputs the search query “office.”
  • internal search engine 240 searches for internal documents relating to the search query “office,” and returns internal search results (e.g., marked as internal by search management device 220 , returned from internal search engine 240 , etc.).
  • external search engine 260 searches for external documents relating to the search query “office,” and returns external search results (e.g., marked as external by search management device 220 , returned from external search engine 260 , etc.).
  • client device 210 provides the internal search results and the external search results via different tabs of the web portal. Further, assume that the “internal search results” tab is selected, and that the web portal provides internal search results for display, as shown.
  • client device 210 e.g., via the web portal
  • client device 210 provides an external web page, linked to the “Office 2010—Office.com” search result, for display.
  • the web portal provides an input mechanism for the user to flag the external web page as relevant or irrelevant (e.g., to the search query “office”, or more generally as containing business relevant information).
  • the user flags the external web page as relevant, which causes a notification to be sent to an administrator for review, as described in more detail elsewhere herein.
  • FIGS. 5A-5C are provided merely as an example. Other examples are possible and may differ from what was described with regard to FIGS. 5A-5C .
  • FIG. 6 is a flow chart of an example process 600 for determining whether to identify a flagged external search result for presentation as an internal search result.
  • one or more process blocks of FIG. 6 may be performed by administrator device 230 .
  • one or more process blocks of FIG. 6 may be performed by another device or a group of devices separate from or including administrator device 230 , such as client device 210 , search management device 220 , internal search engine 240 , internal storage device 250 , external search engine 260 , and/or external storage device 270 .
  • process 600 may include receiving an indication of an interaction with an input mechanism for flagging an external search result (block 610 ), and providing a notification of the interaction, and information associated with the flagged external search result, for review (block 620 ).
  • administrator device 210 may receive (e.g., from client device 210 and/or search management device 220 ) an indication of an interaction with an input mechanism for flagging an external search result.
  • a user may use client device 210 to select an external search result, and may interact with an input mechanism to flag the external search result (e.g., as relevant, irrelevant, helpful, unhelpful, etc.).
  • client device 210 may provide, to administrator device 230 (e.g., via search management device 220 ), a notification of the interaction. Additionally, or alternatively, search management device 220 may provide the notification after a threshold quantity of users have flagged the external search result (e.g., using a particular type of flag). Additionally, or alternatively, search management device 220 may provide the notification when a search result rating, associated with the external search result, satisfies a threshold. For example, a user may flag the external search result with a positive rating (e.g., may flag the external search result as relevant) or a negative rating (e.g., may flag the external search result as irrelevant).
  • a positive rating e.g., may flag the external search result as relevant
  • a negative rating e.g., may flag the external search result as irrelevant.
  • Search management device 220 may adjust the search result rating based on the flag (e.g., may increment the search result rating for a positive rating, may decrement the search result rating for a negative rating, etc.), and may provide the notification to administrator device 230 when the search result rating satisfies a threshold value.
  • Administrator device 230 may provide a notification of the interaction for display, such as via a search management portal. Additionally, or alternatively, administrator device 230 may provide information associated with the flagged external search result for display, such as information that identifies the flagged external search result (e.g., a name of an external search result and/or an external document linked with the external search result, a uniform resource locator associated with the external search result and/or the external document, a title of an external document linked to the external search result, etc.), an indication of the type of flag associated with the flagged external search result (e.g., a flag that indicates that the external search result is relevant, irrelevant, helpful, unhelpful, offensive, contrary to company policy, etc.), an indication of a quantity of times the external search result was flagged (e.g., with a particular type of flag), an indication of a quantity of users that flagged the external search result (e.g., with a particular type of flag), an indication of a time associated with one or more flags (e.g.,
  • process 600 may include providing an input mechanism for approving or rejecting the flagged external search result for presentation as an internal search result (block 630 ), and determining whether the flagged external search result was approved (block 640 ).
  • administrator device 230 may provide an input mechanism that permits an administrator to approve or reject the flagged external search result for presentation as an internal search result (e.g., for a future search that identifies the flagged external search result).
  • administrator device 230 may provide, via the search management portal, an approve button and/or a reject button associated with a flagged external search result. The administrator may use the approve button to approve the flagged external search result, and may use the reject button to reject the flagged external search result. Administrator device 230 may determine whether the flagged external search result was approved or rejected.
  • process 600 may include causing the flagged external search result to be identified as an internal search result (block 650 ).
  • administrator device 230 may determine that the flagged external search result is approved based on an administrator interacting with an input mechanism (e.g., an approve button). In this case, administrator device 230 may cause the flagged external search result to be identified as an internal search result.
  • administrator device 230 may send the flagged search result identifier to internal search engine 240 .
  • Internal search engine 240 may index and store information associated with an external document linked with the flagged search result identifier, such that the external document (or the index entry of the external document) is searched by internal search engine 240 (and marked as an internal search result) in future searches.
  • search management device 220 may receive internal search results from internal search engine 240 , may receive external search results from external search engine 260 , and may compare the internal search results to the external search results to determine whether there are any duplicate search results.
  • Search management device 220 may remove duplicates from the external search results, such that duplicate search results (e.g., which have already been approved for presentation as internal search results) are presented as internal search results only.
  • administrator device 230 may send a flagged search result identifier, that identifies the flagged external search result, to search management device 220 . Additionally, or alternatively, administrator device 230 may provide an instruction to mark external search results, that match the flagged search result identifier, as internal search results.
  • search management device 220 may compare the search result identifiers for the received search results to the flagged search result identifier. If there is a match, then search management device 220 may mark a received external search result as an internal search result before providing the external search result to client device 210 .
  • Client device 210 may provide the flagged external search result for display (e.g., may present the flagged external search result) in a same manner as internal search results (or in a different manner than internal search results and external search results).
  • a search result identifier may refer to, for example, a name associated with the external search result, a uniform resource locator associated with the external search result, a title associated with the external search result, etc.
  • search management device 220 may store an internal flag indicator that indicates that the external search result is to be marked as an internal search result (e.g., is to be marked for presentation in a same manner as internal search results). Additionally, or alternatively, search management device 220 may store an indication of a relationship between the internal flag indicator and the flagged search result identifier. When search management device 220 receives an external search result with a search result identifier that matches the flagged search result identifier, search management device 220 may mark the external search result as an internal search result (e.g., for presentation in a same manner as an internal search result) based on the relationship.
  • process 600 may include preventing the flagged external search result from being identified as an internal search result (block 660 ).
  • administrator device 230 may determine that the flagged external search result is rejected based on an administrator interacting with an input mechanism (e.g., a reject button). In this case, administrator device 230 may prevent the flagged external search result from being marked as an internal search result.
  • an input mechanism e.g., a reject button
  • administrator device 230 may prevent the flagged external search result from being marked as an internal search result.
  • a same or similar action may prevent the flagged external search result from being presented for display as an external search result. In other words, the flagged external search result may be classified in a manner that prevents display of the flagged external search result entirely.
  • administrator device 230 may send a flagged search result identifier, that identifies the flagged external search result, to search management device 220 . Additionally, or alternatively, administrator device 230 may provide an instruction to prevent external search results, that match the flagged search result identifier, from being marked as internal search results. Additionally, or alternatively, administrator device 230 may provide an instruction to mark external search results, that match the flagged search result identifier, as external search results. For example, assume that an administrator approves an external search result at a first time, and then rejects the same external search result at a later time.
  • administrator device 230 may provide an instruction, to search management device 220 , that deletes a previous instruction (e.g., an internal flag indicator) that caused search management device 220 to mark the external search result as an internal search result. Additionally, or alternatively, administrator device 230 may not send an instruction to search management device 220 , causing search management device 220 to continue to mark external search results as external (e.g., when an administrator has not previously approved the external search result).
  • a previous instruction e.g., an internal flag indicator
  • search management device 220 may store an external flag indicator that indicates that the external search result is to be marked as an external search result, (e.g., is to be marked for presentation in a same manner as other external search results). Additionally, or alternatively, search management device 220 may store an indication of a relationship between the external flag indicator and the flagged search result identifier. When search management device 220 receives an external search result with a search result identifier that matches the flagged search result identifier, search management device 220 may mark the external search result as an external search result (e.g., for presentation in a same manner as an external search result) based on the relationship.
  • search management device 220 may prevent the external search result from being presented for display (e.g., by client device 210 ) based on the relationship. For example, search management device 220 may prevent the external search result from being provided to client device 210 , such as when the flagged search result identifier indicates the presence of malicious or inappropriate content.
  • an administrator may control a manner in which search results are provided to a user, so that the user may have greater confidence in the search results. Additionally, an administrator may prevent search results, that are not safe to view, from being presented for display.
  • process 600 may include additional blocks, fewer blocks, different blocks, or differently arranged blocks than those depicted in FIG. 6 . Additionally, or alternatively, two or more of the blocks of process 600 may be performed in parallel.
  • FIGS. 7A-7D are diagrams of an example implementation 700 relating to example process 600 shown in FIG. 6 .
  • FIGS. 7A-7D show an example of determining whether to mark a flagged external search result for presentation as an internal search result.
  • FIGS. 7A-7D assume that the operations described herein in connection with FIGS. 5A-5C have been performed, and that the user has flagged an external web page, linked to the “Office 2010—Office.com” search result, as relevant.
  • an administrator interacts with administrator device 230 to cause a search management portal to be provided for display.
  • the administrator may manage a knowledge base of internal documents and/or internal search results.
  • information associated with the external search result is provided to administrator device 230 (e.g., via the search management portal, which may be hosted on another device), and provided for display by administrator device 230 .
  • the search management portal provides a title of an external document linked with the flagged external search result (e.g., “Office 2010—Office.com”), a description of the external document (not shown), a uniform resource locator (URL) that links to with the external document (e.g., “office.microsoft.com/en-us/products/”), a quantity of times the external search result has been flagged with flags of different types (e.g., 1 like, 0 dislikes), a time of the most recent flag (e.g., “Jun. 8, 2012, 12:21:10 PM”), any tags (e.g., search queries) associated with the external search result (e.g., “office 2010”), and any approved topics associated with the external search result.
  • a title of an external document linked with the flagged external search result e.g., “Office 2010—Office.com”
  • a description of the external document not shown
  • a uniform resource locator (URL) that links to with the external document
  • the search management portal further provides input mechanisms for the administrator to approve or reject the external search result for presentation as an internal search result, or to edit presentation information that controls a manner in which a flagged search result is presented for display.
  • the administrator interacts with an approve button to approve the external search result.
  • interaction with the approve button causes the search management portal to provide a user interface that permits the administrator to edit presentation information associated with the external search result and/or the external document.
  • the administrator may edit a title associated with the external search result, a URL associated with the external search result, a description of the external document (e.g., which may appear when the external search result is presented as an internal search result), one or more categories associated with the external search result (e.g., which may be used by users to navigate to an external document using the private web portal), an option to mark the external search result as recommended content (e.g., a recommendation which may be presented for display along with the external search result), a topic associated with the external search result, a tag associated with the external search result (e.g., a search query that would cause the external search result to be identified for presentation), or the like.
  • FIG. 7C shows an example topic page that may be provided for display via a web portal when a user searches for and/or navigates to the topic page. For example, assume that a user navigates to a topic page for “Office for Windows 2010” using a web portal (e.g., via client device 210 ). As shown by reference number 740 , because the administrator has associated the external search result with this topic, the external search result is presented via the topic page.
  • FIG. 7D For the purpose of FIG. 7D , assume that the administrator has approved the flagged external search result for presentation as an internal search result. Assume that, at a later time, the user (or another user) provides input that causes a search to be performed using the search query “office.” As shown by reference number 750 , the approved external search result, which previously had been presented as an external search result (e.g., see FIG. 5B ), is now presented as an internal search result. In this way, the user may have greater trust of the content associated with the external search result, knowing that the external search result has been approved by an administrator.
  • the presence of an approved external search result may be indicated, for example, by an icon, by an image (as shown in FIG. 7D , a star), by text (also shown in FIG. 7D “Approved external search result”), by a different color link, by italicization, or by a combination of these or other alterations from the manner in which internal search results are presented.
  • FIGS. 7A-7D are provided merely as an example. Other examples are possible and may differ from what was described with regard to FIGS. 7A-7D .
  • Implementations described herein assist an administrator in adding relevant external content to a private web portal based on user feedback. Furthermore, implementations described herein assist a user by providing a mechanism for rating search results, and by providing more relevant search results.
  • the term component is intended to be broadly construed as hardware, firmware, and/or a combination of hardware and software.
  • satisfying a threshold may refer to a value being greater than the threshold, more than the threshold, higher than the threshold, greater than or equal to the threshold, less than the threshold, fewer than the threshold, lower than the threshold, less than or equal to the threshold, equal to the threshold, etc.
  • a user interface may include a graphical user interface, a non-graphical user interface, a text-based user interface, etc.
  • a user interface may provide information for display.
  • a user may interact with the information, such as by providing input via an input component of a device that provides the user interface for display.
  • a user interface may be configurable by a device and/or a user (e.g., a user may change the size of the user interface, information provided via the user interface, a position of information provided via the user interface, etc.).
  • a user interface may be pre-configured to a standard configuration, a specific configuration based on a type of device on which the user interface is displayed, and/or a set of configurations based on capabilities and/or specifications associated with a device on which the user interface is displayed.

Abstract

A device may receive information that identifies a search query. The device may use the search query to cause a search of internal and external documents to be performed to identify internal and external search results. The device may cause the internal search results and the external search results to be presented for display. The internal search results may be presented for display to visually distinguish the internal search results from the external search results. The device may receive an indication that an external search result has been flagged for review, and may provide a notification that the external search result has been flagged for review. The device may determine that the external search result has been approved for presentation as an internal search result, and may store an indication that the external search result is to be identified as an internal search result for a future search.

Description

BACKGROUND
A search engine may refer to an information retrieval system designed to help find information stored on a computer system. Search results, determined by the search engine based on a search query, may be presented in a list that sorts the search results based on relevance with the search query. Search engines help reduce an amount of time required to find information.
SUMMARY
According to some possible implementations, a device may receive information that includes a search query. The device may cause a search of internal documents to be performed, using the search query, to identify one or more internal search results, and may cause a search of external documents to be performed, using the search query, to identify one or more external search results. The device may cause the one or more internal search results and the one or more external search results to be presented for display. The one or more internal search results may be presented for display to visually distinguish the one or more internal search results from the one or more external search results. The device may receive an indication that an external search result, of the one or more external search results, has been flagged for review, and may provide, based on receiving the indication, a notification that the external search result has been flagged for review. The device may determine that the external search result has been approved for presentation as an internal search result based on providing the notification, and may store an indication that the external search result is to be identified as an internal search result for a future search based on determining that the external search result has been approved for presentation as an internal search result.
According to some possible implementations, a computer-readable medium may include one or more instructions that, when executed by one or more processors, cause the one or more processors to: receive information that identifies a search query; cause a first search to be performed, using the search query, to identify one or more internal search results; cause a second search to be performed, using the search query, to identify one or more external search results, where the second search is separate from the first search; cause the one or more internal search results and the one or more external search results to be presented for display, where the one or more internal search results are presented for display in a first manner, and where the one or more external search results are provided for display in a second manner that is different from the first manner; receive an indication that an external search result, of the one or more external search results, has been flagged for review; provide, based on receiving the indication, a notification that the external search result has been flagged for review; determine whether the external search result has been approved or rejected for presentation as an internal search result based on providing the notification; and selectively store an indication that the external search result is to be presented as an internal search result based on determining whether the external search result has been approved or rejected, where the indication is stored when the external search result has been approved, and where the indication is not stored when the external search result has been rejected.
According to some possible implementations, a method may include receiving, by a device, information that identifies a search query. The method may include causing, by the device, a first search to be performed, using the search query, to identify one or more internal search results, and causing, by the device, a second search to be performed, using the search query, to identify one or more external search results. The method may include causing, by the device, the one or more internal search results to be presented for displayed in a first manner, and causing, by the device, the one or more external search results to be presented for displayed in a second manner that is different from the first manner. The method may include receiving, by the device, an indication that an external search result, of the one or more external search results, has been flagged for review, and providing, by the device and based on receiving the indication, a notification that the external search result has been flagged for review. The method may include determining, by the device, that the external search result has been approved for presentation in the first manner based on providing the notification. The method may include storing, by the device, an indication that the external search result has been approved for presentation in the first manner based on determining that the external search result has been approved for presentation in the first manner. The method may include causing, by the device, a third search, that identifies the external search result, to be performed after storing the indication, and causing, by the device, the external search result to be presented for display in the first manner based on the third search and further based on storing the indication that the external search result has been approved for presentation in the first manner.
BRIEF DESCRIPTION OF THE DRAWINGS
FIGS. 1A and 1B are diagrams of an overview of an example implementation described herein;
FIG. 2 is a diagram of an example environment in which systems and/or methods, described herein, may be implemented;
FIG. 3 is a diagram of example components of one or more devices of FIG. 2;
FIG. 4 is a flow chart of an example process for performing a search that provides internal and external search results, and flagging an external search result for review;
FIGS. 5A-5C are diagrams of an example implementation relating to the example process shown in FIG. 4;
FIG. 6 is a flow chart of an example process for determining whether to identify a flagged external search result for presentation as an internal search result; and
FIGS. 7A-7D are diagrams of an example implementation relating to the example process shown in FIG. 6.
DETAILED DESCRIPTION
The following detailed description of example implementations refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements.
A private web portal, such as a company intranet, may provide a search feature that permits a user to search for information internal to the private web portal, and may provide search results that provide links to internal documents (e.g., company documentation, a company training manual, internal web pages, etc.). However, the internal documents may be insufficient for the user to find the information that the user is seeking. The search feature may be extended to permit the user to search for information external to the private web portal, and may return search results that provide links to external documents (e.g., external web pages). However, the external documents may not be relevant to a user's search, may not come from a reliable source, may provide information that is contrary to company policy, etc. Thus, a company administrator may wish to control external documents that are provided as search results. Implementations described herein assist an administrator in identifying relevant external documents, and assist a user by providing more relevant search results.
FIGS. 1A and 1B are diagrams of an overview of an example implementation 100 described herein. As shown in FIG. 1A, a user may use a client device to access a private web portal, and may use the private web portal to search for internal and external documents. For example, the user may input a search query. Based on the search query, an internal search engine may search for internal documents relevant to the search query, and an external search engine may search for external documents relevant to the search query. The client device may provide links to the internal and external documents. As shown, assume that the user's search query resulted in two internal search results, shown as Internal Result 1 and Internal Result 2, and that the user's search query resulted in two external search results, shown as External Result 1 and External Result 2.
As further shown in FIG. 1A, assume that the user determines that External Result 1 is relevant to the user's search query, and interacts with the private web portal to flag External Result 1. Based on the interaction, an administrator device may receive a notification that the user has flagged External Result 1 as relevant to the search query. An administrator may review External Result 1, and may determine whether to approve or reject External Result 1 for presentation as an internal search result (e.g., for future searches). For example, the administrator may determine that External Result 1 is relevant, and may approve External Result 1 for presentation as an internal search result (e.g., for future searches). As another example, the administrator may determine that External Result 1 includes information contrary to company policy, and may reject External Result 1 so that External Result 1 is not presented as an internal search result (and/or is not presented as an external search result, in some implementations) for future searches. As shown in FIG. 1A, assume that the administrator approves External Result 1.
As shown in FIG. 1B, assume that, at a later time, another user uses a client device to access the private web portal, and uses the private web portal to search for internal and external documents using the same search query (or a related search query). Based on the search query, the internal search engine may search for internal documents relevant to the search query, and the external search engine may search for external documents relevant to the search query. As shown, because External Result 1 was approved for presentation as an internal search result (e.g., was added to a repository of available internal documents, was marked as an internal search result, was identified in an internal search index, etc.), the internal results, generated based on the search query, include External Result 1. In this way, an administrator may exert greater control over information provided to users, so that users may be provided with more relevant information, information that is consistent with company policies, etc. Although External Result 1 is shown as being presented above Internal Result 1 and Internal Result 2, it should be understood that results could be presented in any order or scheme. For example, internal results can be presented above external results as a matter of course, or external results can be presented above internal results as a matter of course. Additionally, or alternatively, the order of presentation of results can be based on other techniques, such as counting the number and quality of links to a result, or a frequency that a particular result has been selected in prior searches.
FIG. 2 is a diagram of an example environment 200 in which systems and/or methods, described herein, may be implemented. As shown in FIG. 2, environment 200 may include a client device 210, a search management deice 220, an administrator device 230, an internal search engine 240, a set of internal storage devices 250-1 through 250-N (N≧1) (hereinafter referred to collectively as “internal storage devices 250,” and individually as “internal storage device 250”), an external search engine 260, a set of external storage devices 270-1 through 270-M (M≧1) (hereinafter referred to collectively as “external storage devices 270,” and individually as “external storage device 270”), and a network 280. Devices of environment 200 may interconnect via wired connections, wireless connections, or a combination of wired and wireless connections.
Client device 210 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search (e.g., a search query, a search result, etc.). For example, client device 210 may include a computing device, such as a desktop computer, a laptop computer, a tablet computer, a mobile phone (e.g., a smart phone, a radiotelephone, etc.), or a similar device. In some implementations, client device 210 may provide a private web portal that permits a user to search for internal documents and external documents (e.g., using internal search engine 240 and/or external search engine 260), and that provides internal search results (e.g., links to the internal documents) and external search results (e.g., links to the external documents) for display. In some implementations, client device 210 may provide an input mechanism that permits a user to flag search results for review.
Search management device 220 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search. For example, search management device 220 may include a computing device, such as a server, a desktop computer, or a similar device. Search management device 220 may assist in combining internal and external search results for presentation by client device 210. For example, search management device 220 may receive a search query from client device 210, may provide the search query to internal search engine 240 and external search engine 260, may receive internal search results from internal search engine 240, and may receive external search results from external search engine 260. Search management device 220 may mark the internal search results (e.g., as internal), may mark the external search results (e.g., as external), and may provide the marked search results to client device 210 so that client device 210 may present the internal and external search results in a different manner. In some implementations, search management device 220 may mark search results based on information received from administrator device 230 (e.g., may mark an external search result as an internal search result if the external search result is approved for presentation as an internal search result).
Administrator device 230 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with managing a search. For example, administrator device 230 may include a computing device, such as a desktop computer, a laptop computer, a tablet computer, a mobile phone (e.g., a smart phone, a radiotelephone, etc.), or a similar device. In some implementations, administrator device 230 may provide a search management portal that permits an administrator to receive notifications of flagged search results, and to provide instructions that control a manner in which search results are presented for display (e.g., by client device 210). For example, administrator device 230 may provide instructions (e.g., based on user input) to present an external search result as an internal search result.
Internal search engine 240 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search. For example, internal search engine 240 may include a server or a similar device. In some implementations, internal search engine 240 may receive a search query (e.g., from client device 210 and/or search management device 220), and may search for internal documents (e.g., stored by one or more internal storage devices 250) based on the search query. Internal search engine 240 may generate internal search results based on the search for internal documents, and may provide the internal search results (e.g., to search management device 220 and/or client device 210).
Internal storage device 250 may include one or more devices capable of storing, indexing, and/or searching internal documents (e.g., company documentation, a company training manual, documents associated with a private network, such as an intranet, etc.). For example, internal storage device 250 may include a server (e.g., a storage server), a database, a storage device, or the like. Internal search engine 240 may cause a search of one or more internal storage devices 250 to be performed based on a search query.
External search engine 260 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with a search. For example, external search engine 260 may include a server or a similar device. In some implementations, external search engine 260 may receive a search query (e.g., from client device 210 and/or search management device 220), and may search for external documents (e.g., stored by one or more external storage devices 270) based on the search query. External search engine 260 may generate external search results based on the search for external documents, and may provide the external search results (e.g., to search management device 220 and/or client device 210). In some implementations external search engine 260 may be a publicly addressable search engine, such as Google, Bing, etc.
External storage device 270 may include one or more devices capable of storing, indexing, and/or searching external documents (e.g., external web pages, etc.). For example, external storage device 270 may include a server (e.g., a storage server), a database, a storage device, or the like. External search engine 260 may cause a search of one or more external storage devices 270 to be performed based on a search query.
Network 280 may include one or more wired and/or wireless networks. For example, network 280 may include a cellular network, a public land mobile network (PLMN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), a telephone network (e.g., the Public Switched Telephone Network (PSTN)), an ad hoc network, an intranet, the Internet, a fiber optic-based network, a private network, a cloud computing network, and/or a combination of these or other types of networks.
The number and arrangement of devices and networks shown in FIG. 2 is provided as an example. In practice, there may be additional devices and/or networks, fewer devices and/or networks, different devices and/or networks, or differently arranged devices and/or networks than those shown in FIG. 2. Furthermore, two or more devices shown in FIG. 2 may be implemented within a single device, or a single device shown in FIG. 2 may be implemented as multiple, distributed devices. For example, internal search engine 240 and external search engine 260 may be implemented within a single search engine device, client device 210 and search management device 220 may be implemented with a single device, etc. Additionally, or alternatively, a set of devices (e.g., one or more devices) of environment 200 may perform one or more functions described as being performed by another set of devices of environment 200.
FIG. 3 is a diagram of example components of a device 300. Device 300 may correspond to client device 210, search management device 220, administrator device 230, internal search engine 240, internal storage device 250, external search engine 260, and/or external storage device 270. In some implementations, client device 210, search management device 220, administrator device 230, internal search engine 240, internal storage device 250, external search engine 260, and/or external storage device 270 may include one or more devices 300 and/or one or more components of device 300. As shown in FIG. 3, device 300 may include a bus 310, a processor 320, a memory 330, a storage component 340, an input component 350, an output component 360, and a communication interface 370.
Bus 310 may include a component that permits communication among the components of device 300. Processor 320 may include a processor (e.g., a central processing unit (CPU), a graphics processing unit (GPU), an accelerated processing unit (APU), etc.), a microprocessor, and/or any processing component (e.g., a field-programmable gate array (FPGA), an application-specific integrated circuit (ASIC), etc.) that interprets and/or executes instructions. Memory 330 may include a random access memory (RAM), a read only memory (ROM), and/or another type of dynamic or static storage device (e.g., a flash memory, a magnetic memory, an optical memory, etc.) that stores information and/or instructions for use by processor 320.
Storage component 340 may store information and/or software related to the operation and use of device 300. For example, storage component 340 may include a hard disk (e.g., a magnetic disk, an optical disk, a magneto-optic disk, a solid state disk, etc.), a compact disc (CD), a digital versatile disc (DVD), a floppy disk, a cartridge, a magnetic tape, and/or another type of computer-readable medium, along with a corresponding drive.
Input component 350 may include a component that permits device 300 to receive information, such as via user input (e.g., a touch screen display, a keyboard, a keypad, a mouse, a button, a switch, a microphone, etc.). Additionally, or alternatively, input component 350 may include a sensor for sensing information (e.g., a global positioning system (GPS) component, an accelerometer, a gyroscope, an actuator, etc.). Output component 360 may include a component that provides output information from device 300 (e.g., a display, a speaker, one or more light-emitting diodes (LEDs), etc.).
Communication interface 370 may include a transceiver-like component (e.g., a transceiver, a separate receiver and transmitter, etc.) that enables device 300 to communicate with other devices, such as via a wired connection, a wireless connection, or a combination of wired and wireless connections. Communication interface 370 may permit device 300 to receive information from another device and/or provide information to another device. For example, communication interface 370 may include an Ethernet interface, an optical interface, a coaxial interface, an infrared interface, a radio frequency (RF) interface, a universal serial bus (USB) interface, a Wi-Fi interface, a cellular network interface, or the like.
Device 300 may perform one or more processes described herein. Device 300 may perform these processes in response to processor 320 executing software instructions stored by a computer-readable medium, such as memory 330 and/or storage component 340. A computer-readable medium is defined herein as a non-transitory memory device. A memory device includes memory space within a single physical storage device or memory space spread across multiple physical storage devices.
Software instructions may be read into memory 330 and/or storage component 340 from another computer-readable medium or from another device via communication interface 370. When executed, software instructions stored in memory 330 and/or storage component 340 may cause processor 320 to perform one or more processes described herein. Additionally, or alternatively, hardwired circuitry may be used in place of or in combination with software instructions to perform one or more processes described herein. Thus, implementations described herein are not limited to any specific combination of hardware circuitry and software.
The number and arrangement of components shown in FIG. 3 is provided as an example. In practice, device 300 may include additional components, fewer components, different components, or differently arranged components than those shown in FIG. 3. Additionally, or alternatively, a set of components (e.g., one or more components) of device 300 may perform one or more functions described as being performed by another set of components of device 300.
FIG. 4 is a flow chart of an example process 400 for performing a search that provides internal and external search results, and flagging an external search result for review. In some implementations, one or more process blocks of FIG. 4 may be performed by client device 210. In some implementations, one or more process blocks of FIG. 4 may be performed by another device or a group of devices separate from or including client device 210, such as search management device 220, administrator device 230, internal search engine 240, internal storage device 250, external search engine 260, and/or external storage device 270.
As shown in FIG. 4, process 400 may include receiving a search query (block 410), and determining, based on the search query, internal search results and external search results (block 420). For example, client device 210 may receive a search query. In some implementations, client device 210 may provide, via a web portal, an input mechanism for a user to input the search query. The user may input the search query, and client device 210 may receive the input search query.
Client device 210 may determine or obtain, based on the search query, internal search results and external search results. For example, client device 210 may provide the search query (e.g., via search management device 220) to internal search engine 240 and/or external search engine 260. Internal search engine 240 may use the search query to perform a first search of internal storage devices 250 for internal documents related to the search query, and external search engine 260 may use the search query to perform a second search of external storage devices 270 for external documents related to the search query. Internal search engine 240 may provide, as internal search results, information that identifies and/or links to the internal documents. Internal search engine 240 may provide the information to client device 210 (e.g., via search management device 220). Similarly, external search engine 260 may provide, as external search results, information that identifies and/or links to the external documents. External search engine 260 may provide the information to client device 210 (e.g., via search management device 220).
A document may refer to, for example, a web page, a file, text content, audio content, video content, or the like. An internal document may refer to a document that has been marked as internal, that has been indexed in an internal index, and/or that is stored by internal storage device 250. An internal document may include, for example, a confidential document, a private document, a training manual, a web page internal to a private network (e.g., a company intranet), etc. An external document may refer to a document that has not been marked as internal (or that has been marked as external), that has not been indexed in an internal index, and/or that is stored by external storage device 270. An external document may include, for example, a web page external to a private network (e.g., a public web page), a public document, etc. In some implementations, search management device 220 may use input from an administrator (e.g., via administrator device 230) to identify a document as internal or external.
Client device 210 may determine whether a particular search result is an internal search result or an external search result. For example, search management device 220 may identify search results received from internal search engine 240 as internal search results, and may identify search results received from external search engine 260 as external search results. Additionally, or alternatively, search management device 220 may identify search results as internal or external based on information received from administrator device 230, as described in more detail elsewhere herein.
As further shown in FIG. 4, process 400 may include providing the internal search results and the external search results (block 430), and receiving an indication of an interaction with an internal search result or an external search result (block 440). For example, client device 210 may receive the internal search results and the external search results, and may provide and/or present the internal search results and the external search results for display. In some implementations, client device 210 may present the internal search results and the external search results in a different manner, such that a user may visually distinguish between the internal search results and the external search results.
For example, client device 210 may present a marking that differentiates internal and external search results; may present internal and external search results in different user interfaces, windows, tabs, etc.; may present internal and external search results in different sections of the same user interface and/or window; may present internal and external search results using different color text, different highlighting, etc; or the like. In some implementations, client device 210 may receive input (e.g., from a user, an administrator, and/or another device, such as administrator device 230) that indicates how internal and external search results are to be provided such that the internal and external search results are visually distinguishable. Additionally, or alternatively, client device 210 may provide search results based on a weight (e.g., a weight determined based on the search query, a weight determined based on administrator input, etc.), or based on another ranking technique or scheme. For example, internal results may be presented above external results as a matter of course, or external results can be presented above internal results as a matter of course. Alternatively, the order of presentation of results may be based on other techniques such as counting the number and quality of links to a result, or a frequency that a particular result has been selected in prior searches.
Client device 210 may receive an indication of an interaction with an internal search result or an external search result (e.g., that is provided for display). For example, a user may select a search result that is provided for display (e.g., using an input mechanism, such as by clicking on a search result, tapping a search result using a touch screen display, etc.). Client device 210 may receive an indication of the selected search result (e.g., a selected internal search result or a selected external search result).
As further shown in FIG. 4, process 400 may include determining whether the selected search result is an internal search result or an external search result (block 450). For example, client device 210 may determine whether a selected search result (e.g., with which the user has interacted) is an internal search result or an external search result. In some implementations, client device 210 may make this determination based on whether the selected search result is identified as an internal search result or an external search result. Additionally, or alternatively, client device 210 may make this determination based on a section, user interface, window, etc., in which the search result is presented (e.g., without checking a marking of the search result).
As further shown in FIG. 4, if the selected search result is an internal search result (block 450—INTERNAL), then process 400 may include providing a document associated with the internal search result (block 460). For example, if client device 210 determines that the selected search result is an internal search result, then client device 210 may provide (e.g., obtain or download for presentation) an internal document linked to the internal search result. Client device 210 may provide the internal document for display via the web portal.
As further shown in FIG. 4, if the selected search result is an external search result (block 450—EXTERNAL), then process 400 may include providing (e.g., obtaining or downloading for presentation) a document associated with the external search result, and providing an input mechanism for flagging the external search result (block 470). For example, if client device 210 determines that the selected search result is an external search result, then client device 210 may provide an external document linked to the external search result. Client device 210 may provide the external document for display via the web portal.
Additionally, or alternatively, client device 210 may provide an input mechanism for flagging the external search result. Client device 210 may provide the input mechanism for display via the web portal (e.g., on a user interface that also provides the external search result, such as in a ribbon displayed above, below, to the left of, to the right of, etc., the external document). The input mechanism may permit a user to flag an external search result. For example, the input mechanism may permit the user to flag an external search result as relevant to a search (e.g., relevant to a search query used to generate the external search result), to flag the external search result as irrelevant to the search, to flag the external search result as helpful, to flag the external search result as unhelpful, to flag the external search result as offensive, to flag the external search result as being contrary to company policy, etc.
When a user flags an external search result, a notification may be sent to an administrator (e.g., via a search management portal), and the administrator may decide whether to approve or reject the external search result for presentation as an internal search result (e.g., for a future search), as described in more detail in connection with FIG. 6.
Although FIG. 4 shows example blocks of process 400, in some implementations, process 400 may include additional blocks, fewer blocks, different blocks, or differently arranged blocks than those depicted in FIG. 4. Additionally, or alternatively, two or more of the blocks of process 400 may be performed in parallel.
FIGS. 5A-5C are diagrams of an example implementation 500 relating to example process 400 shown in FIG. 4. FIGS. 5A-5C show an example of performing a search that provides internal and external search results, and flagging an external search result for review.
As shown in FIG. 5A, and by reference number 510, assume that a user inputs a search query via an input mechanism of a private web portal accessible via client device 210. For example, assume that the user inputs the search query “office.” Based on the user input, assume that internal search engine 240 searches for internal documents relating to the search query “office,” and returns internal search results (e.g., marked as internal by search management device 220, returned from internal search engine 240, etc.). Similarly, assume that external search engine 260 searches for external documents relating to the search query “office,” and returns external search results (e.g., marked as external by search management device 220, returned from external search engine 260, etc.). As shown by reference number 520, assume that client device 210 provides the internal search results and the external search results via different tabs of the web portal. Further, assume that the “internal search results” tab is selected, and that the web portal provides internal search results for display, as shown.
As shown in FIG. 5B, assume that the user interacts with the “external search results” tab. Based on the user interaction, assume that the web portal provides the external search results for display, as shown. As shown by reference number 530, assume that the user selects (e.g., clicks on) an external result shown as “Office 2010—Office.com.”
As shown in FIG. 5C, assume that the user interaction causes client device 210 (e.g., via the web portal) to provide an external document linked to the “Office 2010—Office.com” search result. For example, assume that client device 210 provides an external web page, linked to the “Office 2010—Office.com” search result, for display. As shown by reference number 540, assume that the web portal provides an input mechanism for the user to flag the external web page as relevant or irrelevant (e.g., to the search query “office”, or more generally as containing business relevant information). Assume that the user flags the external web page as relevant, which causes a notification to be sent to an administrator for review, as described in more detail elsewhere herein.
As indicated above, FIGS. 5A-5C are provided merely as an example. Other examples are possible and may differ from what was described with regard to FIGS. 5A-5C.
FIG. 6 is a flow chart of an example process 600 for determining whether to identify a flagged external search result for presentation as an internal search result. In some implementations, one or more process blocks of FIG. 6 may be performed by administrator device 230. In some implementations, one or more process blocks of FIG. 6 may be performed by another device or a group of devices separate from or including administrator device 230, such as client device 210, search management device 220, internal search engine 240, internal storage device 250, external search engine 260, and/or external storage device 270.
As shown in FIG. 6, process 600 may include receiving an indication of an interaction with an input mechanism for flagging an external search result (block 610), and providing a notification of the interaction, and information associated with the flagged external search result, for review (block 620). For example, administrator device 210 may receive (e.g., from client device 210 and/or search management device 220) an indication of an interaction with an input mechanism for flagging an external search result. As described in connection with FIG. 4, a user may use client device 210 to select an external search result, and may interact with an input mechanism to flag the external search result (e.g., as relevant, irrelevant, helpful, unhelpful, etc.).
Based on the user interaction, client device 210 may provide, to administrator device 230 (e.g., via search management device 220), a notification of the interaction. Additionally, or alternatively, search management device 220 may provide the notification after a threshold quantity of users have flagged the external search result (e.g., using a particular type of flag). Additionally, or alternatively, search management device 220 may provide the notification when a search result rating, associated with the external search result, satisfies a threshold. For example, a user may flag the external search result with a positive rating (e.g., may flag the external search result as relevant) or a negative rating (e.g., may flag the external search result as irrelevant). Search management device 220 may adjust the search result rating based on the flag (e.g., may increment the search result rating for a positive rating, may decrement the search result rating for a negative rating, etc.), and may provide the notification to administrator device 230 when the search result rating satisfies a threshold value.
Administrator device 230 may provide a notification of the interaction for display, such as via a search management portal. Additionally, or alternatively, administrator device 230 may provide information associated with the flagged external search result for display, such as information that identifies the flagged external search result (e.g., a name of an external search result and/or an external document linked with the external search result, a uniform resource locator associated with the external search result and/or the external document, a title of an external document linked to the external search result, etc.), an indication of the type of flag associated with the flagged external search result (e.g., a flag that indicates that the external search result is relevant, irrelevant, helpful, unhelpful, offensive, contrary to company policy, etc.), an indication of a quantity of times the external search result was flagged (e.g., with a particular type of flag), an indication of a quantity of users that flagged the external search result (e.g., with a particular type of flag), an indication of a time associated with one or more flags (e.g., a time that an external search result was flagged), or the like.
As further shown in FIG. 6, process 600 may include providing an input mechanism for approving or rejecting the flagged external search result for presentation as an internal search result (block 630), and determining whether the flagged external search result was approved (block 640). For example, administrator device 230 may provide an input mechanism that permits an administrator to approve or reject the flagged external search result for presentation as an internal search result (e.g., for a future search that identifies the flagged external search result). As an example, administrator device 230 may provide, via the search management portal, an approve button and/or a reject button associated with a flagged external search result. The administrator may use the approve button to approve the flagged external search result, and may use the reject button to reject the flagged external search result. Administrator device 230 may determine whether the flagged external search result was approved or rejected.
As further shown in FIG. 6, if the flagged external search result is approved (block 640—YES), then process 600 may include causing the flagged external search result to be identified as an internal search result (block 650). For example, administrator device 230 may determine that the flagged external search result is approved based on an administrator interacting with an input mechanism (e.g., an approve button). In this case, administrator device 230 may cause the flagged external search result to be identified as an internal search result.
In some implementations, administrator device 230 may send the flagged search result identifier to internal search engine 240. Internal search engine 240 may index and store information associated with an external document linked with the flagged search result identifier, such that the external document (or the index entry of the external document) is searched by internal search engine 240 (and marked as an internal search result) in future searches. In this case, search management device 220 may receive internal search results from internal search engine 240, may receive external search results from external search engine 260, and may compare the internal search results to the external search results to determine whether there are any duplicate search results. Search management device 220 may remove duplicates from the external search results, such that duplicate search results (e.g., which have already been approved for presentation as internal search results) are presented as internal search results only.
Additionally, or alternatively, administrator device 230 may send a flagged search result identifier, that identifies the flagged external search result, to search management device 220. Additionally, or alternatively, administrator device 230 may provide an instruction to mark external search results, that match the flagged search result identifier, as internal search results. When search management device 220 receives external search results from external search engine 260, search management device 220 may compare the search result identifiers for the received search results to the flagged search result identifier. If there is a match, then search management device 220 may mark a received external search result as an internal search result before providing the external search result to client device 210. Client device 210 may provide the flagged external search result for display (e.g., may present the flagged external search result) in a same manner as internal search results (or in a different manner than internal search results and external search results). A search result identifier may refer to, for example, a name associated with the external search result, a uniform resource locator associated with the external search result, a title associated with the external search result, etc.
In some implementations, search management device 220 may store an internal flag indicator that indicates that the external search result is to be marked as an internal search result (e.g., is to be marked for presentation in a same manner as internal search results). Additionally, or alternatively, search management device 220 may store an indication of a relationship between the internal flag indicator and the flagged search result identifier. When search management device 220 receives an external search result with a search result identifier that matches the flagged search result identifier, search management device 220 may mark the external search result as an internal search result (e.g., for presentation in a same manner as an internal search result) based on the relationship.
As further shown in FIG. 6, if the flagged external search result is not approved (block 640—NO), then process 600 may include preventing the flagged external search result from being identified as an internal search result (block 660). For example, administrator device 230 may determine that the flagged external search result is rejected based on an administrator interacting with an input mechanism (e.g., a reject button). In this case, administrator device 230 may prevent the flagged external search result from being marked as an internal search result. Although not illustrated, a same or similar action may prevent the flagged external search result from being presented for display as an external search result. In other words, the flagged external search result may be classified in a manner that prevents display of the flagged external search result entirely.
In some implementations, administrator device 230 may send a flagged search result identifier, that identifies the flagged external search result, to search management device 220. Additionally, or alternatively, administrator device 230 may provide an instruction to prevent external search results, that match the flagged search result identifier, from being marked as internal search results. Additionally, or alternatively, administrator device 230 may provide an instruction to mark external search results, that match the flagged search result identifier, as external search results. For example, assume that an administrator approves an external search result at a first time, and then rejects the same external search result at a later time. In this case, administrator device 230 may provide an instruction, to search management device 220, that deletes a previous instruction (e.g., an internal flag indicator) that caused search management device 220 to mark the external search result as an internal search result. Additionally, or alternatively, administrator device 230 may not send an instruction to search management device 220, causing search management device 220 to continue to mark external search results as external (e.g., when an administrator has not previously approved the external search result).
In some implementations, search management device 220 may store an external flag indicator that indicates that the external search result is to be marked as an external search result, (e.g., is to be marked for presentation in a same manner as other external search results). Additionally, or alternatively, search management device 220 may store an indication of a relationship between the external flag indicator and the flagged search result identifier. When search management device 220 receives an external search result with a search result identifier that matches the flagged search result identifier, search management device 220 may mark the external search result as an external search result (e.g., for presentation in a same manner as an external search result) based on the relationship. Additionally, or alternatively, search management device 220 may prevent the external search result from being presented for display (e.g., by client device 210) based on the relationship. For example, search management device 220 may prevent the external search result from being provided to client device 210, such as when the flagged search result identifier indicates the presence of malicious or inappropriate content.
In this way, an administrator may control a manner in which search results are provided to a user, so that the user may have greater confidence in the search results. Additionally, an administrator may prevent search results, that are not safe to view, from being presented for display.
Although FIG. 6 shows example blocks of process 600, in some implementations, process 600 may include additional blocks, fewer blocks, different blocks, or differently arranged blocks than those depicted in FIG. 6. Additionally, or alternatively, two or more of the blocks of process 600 may be performed in parallel.
FIGS. 7A-7D are diagrams of an example implementation 700 relating to example process 600 shown in FIG. 6. FIGS. 7A-7D show an example of determining whether to mark a flagged external search result for presentation as an internal search result. For the purpose of FIGS. 7A-7D, assume that the operations described herein in connection with FIGS. 5A-5C have been performed, and that the user has flagged an external web page, linked to the “Office 2010—Office.com” search result, as relevant.
As shown in FIG. 7A, assume that an administrator interacts with administrator device 230 to cause a search management portal to be provided for display. Using the search management portal, the administrator may manage a knowledge base of internal documents and/or internal search results. As shown by reference number 710, assume that when a user flags an external search result, information associated with the external search result is provided to administrator device 230 (e.g., via the search management portal, which may be hosted on another device), and provided for display by administrator device 230. For example, assume that the search management portal provides a title of an external document linked with the flagged external search result (e.g., “Office 2010—Office.com”), a description of the external document (not shown), a uniform resource locator (URL) that links to with the external document (e.g., “office.microsoft.com/en-us/products/”), a quantity of times the external search result has been flagged with flags of different types (e.g., 1 like, 0 dislikes), a time of the most recent flag (e.g., “Jun. 8, 2012, 12:21:10 PM”), any tags (e.g., search queries) associated with the external search result (e.g., “office 2010”), and any approved topics associated with the external search result. As shown by reference number 720, assume that the search management portal further provides input mechanisms for the administrator to approve or reject the external search result for presentation as an internal search result, or to edit presentation information that controls a manner in which a flagged search result is presented for display. As shown, assume that the administrator interacts with an approve button to approve the external search result.
As shown in FIG. 7B, assume that interaction with the approve button causes the search management portal to provide a user interface that permits the administrator to edit presentation information associated with the external search result and/or the external document. For example, the administrator may edit a title associated with the external search result, a URL associated with the external search result, a description of the external document (e.g., which may appear when the external search result is presented as an internal search result), one or more categories associated with the external search result (e.g., which may be used by users to navigate to an external document using the private web portal), an option to mark the external search result as recommended content (e.g., a recommendation which may be presented for display along with the external search result), a topic associated with the external search result, a tag associated with the external search result (e.g., a search query that would cause the external search result to be identified for presentation), or the like. As shown by reference number 730, assume that the administrator associates the external search result with a topic shown as “Office for Windows 2010.” Although a single topic is shown in FIG. 7B, it should be understood that an external search result may be associated with multiple topics, in some implementations.
FIG. 7C shows an example topic page that may be provided for display via a web portal when a user searches for and/or navigates to the topic page. For example, assume that a user navigates to a topic page for “Office for Windows 2010” using a web portal (e.g., via client device 210). As shown by reference number 740, because the administrator has associated the external search result with this topic, the external search result is presented via the topic page.
For the purpose of FIG. 7D, assume that the administrator has approved the flagged external search result for presentation as an internal search result. Assume that, at a later time, the user (or another user) provides input that causes a search to be performed using the search query “office.” As shown by reference number 750, the approved external search result, which previously had been presented as an external search result (e.g., see FIG. 5B), is now presented as an internal search result. In this way, the user may have greater trust of the content associated with the external search result, knowing that the external search result has been approved by an administrator. The presence of an approved external search result may be indicated, for example, by an icon, by an image (as shown in FIG. 7D, a star), by text (also shown in FIG. 7D “Approved external search result”), by a different color link, by italicization, or by a combination of these or other alterations from the manner in which internal search results are presented.
As indicated above, FIGS. 7A-7D are provided merely as an example. Other examples are possible and may differ from what was described with regard to FIGS. 7A-7D.
Implementations described herein assist an administrator in adding relevant external content to a private web portal based on user feedback. Furthermore, implementations described herein assist a user by providing a mechanism for rating search results, and by providing more relevant search results.
The foregoing disclosure provides illustration and description, but is not intended to be exhaustive or to limit the implementations to the precise form disclosed. Modifications and variations are possible in light of the above disclosure or may be acquired from practice of the implementations.
As used herein, the term component is intended to be broadly construed as hardware, firmware, and/or a combination of hardware and software.
Some implementations are described herein in connection with thresholds. As used herein, satisfying a threshold may refer to a value being greater than the threshold, more than the threshold, higher than the threshold, greater than or equal to the threshold, less than the threshold, fewer than the threshold, lower than the threshold, less than or equal to the threshold, equal to the threshold, etc.
Certain user interfaces have been described herein and/or shown in the figures. A user interface may include a graphical user interface, a non-graphical user interface, a text-based user interface, etc. A user interface may provide information for display. In some implementations, a user may interact with the information, such as by providing input via an input component of a device that provides the user interface for display. In some implementations, a user interface may be configurable by a device and/or a user (e.g., a user may change the size of the user interface, information provided via the user interface, a position of information provided via the user interface, etc.). Additionally, or alternatively, a user interface may be pre-configured to a standard configuration, a specific configuration based on a type of device on which the user interface is displayed, and/or a set of configurations based on capabilities and/or specifications associated with a device on which the user interface is displayed.
It will be apparent that systems and/or methods, described herein, may be implemented in different forms of hardware, firmware, or a combination of hardware and software. The actual specialized control hardware or software code used to implement these systems and/or methods is not limiting of the implementations. Thus, the operation and behavior of the systems and/or methods were described herein without reference to specific software code—it being understood that software and hardware can be designed to implement the systems and/or methods based on the description herein.
Even though particular combinations of features are recited in the claims and/or disclosed in the specification, these combinations are not intended to limit the disclosure of possible implementations. In fact, many of these features may be combined in ways not specifically recited in the claims and/or disclosed in the specification. Although each dependent claim listed below may directly depend on only one claim, the disclosure of possible implementations includes each dependent claim in combination with every other claim in the claim set.
No element, act, or instruction used herein should be construed as critical or essential unless explicitly described as such. Also, as used herein, the articles “a” and “an” are intended to include one or more items, and may be used interchangeably with “one or more.” Furthermore, as used herein, the term “set” is intended to include one or more items, and may be used interchangeably with “one or more.” Where only one item is intended, the term “one” or similar language is used. Also, as used herein, the terms “has,” “have,” “having,” or the like are intended to be open-ended terms. Further, the phrase “based on” is intended to mean “based, at least in part, on” unless explicitly stated otherwise.

Claims (20)

What is claimed is:
1. A device, comprising:
one or more processors to:
receive information that comprises a search query;
cause a first search of internal documents to be performed, using the search query, to identify one or more internal search results;
cause a second search of external documents to be performed, using the search query, to identify one or more external search results;
cause the one or more internal search results and the one or more external search results to be presented for display,
the one or more internal search results being presented for display to visually distinguish the one or more internal search results from the one or more external search results;
receive a first indication indicating that an external search result, of the one or more external search results, has been flagged for review;
provide, based on receiving the first indication, a notification that the external search result has been flagged for review;
determine that the external search result has been approved for presentation as an internal search result based on providing the notification;
store a second indication indicating that the external search result is to be identified as an internal search result for a future search based on determining that the external search result has been approved for presentation as an internal search result;
cause a third search, that identifies the external search result, to be performed after storing the second indication; and
cause the external search result to be presented for display as the internal search result based on the third search and further based on storing the second indication.
2. The device of claim 1, where the one or more processors, when storing the second indication are to:
store a flagged search result identifier that identifies the external search result; and
where the one or more processors are further to:
receive a particular external search result after storing the flagged search result identifier;
compare a search result identifier, associated with the particular external search result, and the flagged search result identifier; and
selectively identify the particular external search result as the internal search result based on comparing the search result identifier and the flagged search result identifier,
the particular external search result being identified as the internal search result when the search result identifier and the flagged search result identifier match, and
the particular external search result not being identified as the internal search result when the search result identifier and the flagged search result identifier do not match.
3. The device of claim 1, where the one or more processors are further to:
receive a third indication indicating an interaction with the external search result based on causing the one or more internal search results and the one or more external search result to be presented for display;
provide an external document, linked to the external search result, based on receiving the third indication;
provide an input mechanism for flagging the external search result based on receiving the third indication; and
receive a fourth indication indicating an interaction with the input mechanism for flagging the external search result;
where the one or more processors, when receiving the fourth indication, are to:
receive the fourth indication based on receiving the third indication.
4. The device of claim 1, where the one or more processors are further to:
provide an input mechanism for approving the external search result for presentation as the internal search result based on receiving the first indication;
receive a third indication indicating an interaction with the input mechanism; and
where the one or more processors, when determining that the external search result has been approved for presentation as the internal search result, are to:
determine that the external search result has been approved for presentation as the internal search result based on receiving the third indication.
5. The device of claim 1, where the one or more processors, when storing the second indication, are to:
store information associated with the external search result in an internal index used to identify the one or more internal search results.
6. The device of claim 1, where, when causing the one or more internal search results and the one or more external search results to be presented for display, the one or more processors are to:
cause the one or more internal search results to be presented for display in a first manner; and
cause the one or more external search results to be presented for display in a second manner that is different from the first manner; and
the one or more processors are further to:
receive, after the external search result has been approved for presentation in the first manner, a third indication indicating that the external search result has been rejected for presentation in the first manner; and
delete the second indication based on receiving the third indication.
7. The device of claim 6, where:
the internal search result is associated with information that is restricted to particular users,
the external search result is associated with information that is not restricted to the particular users, and
the external search result is presented for display differently than the internal search result.
8. A computer-readable medium storing instructions, the instructions comprising:
one or more instructions that, when executed by one or more processors, cause the one or more processors to:
receive information that identifies a search query;
cause a first search to be performed, using the search query, to identify one or more internal search results;
cause a second search to be performed, using the search query, to identify one or more external search results,
the second search being separate from the first search;
cause the one or more internal search results and the one or more external search results to be presented for display,
the one or more internal search results being presented for display in a first manner, and
the one or more external search results being provided for display in a second manner that is different from the first manner;
receive a first indication indicating that an external search result, of the one or more external search results, has been flagged for review;
provide, based on receiving the first indication, a notification that the external search result has been flagged for review;
determine whether the external search result has been approved or rejected for presentation as an internal search result based on providing the notification;
selectively store a second indication indicating that the external search result is to be presented as an internal search result based on determining whether the external search result has been approved or rejected,
the second indication being stored when the external search result has been approved, and
the second indication not being stored when the external search result has been rejected;
cause a third search, that identifies the external search result, to be performed after storing the second indication; and
cause the external search result to be presented for display as the internal search result based on the third search and further based on storing the second indication.
9. The computer-readable medium of claim 8, where the one or more instructions, that cause the one or more processors to selectively store the second indication, cause the one or more processors to:
store an internal flag indicator;
store a flagged search result identifier that identifies the external search result;
store a third indication indicating a relationship between the internal flag indicator and the flagged search result identifier; and
where the one or more instructions, when executed by the one or more processors, further cause the one or more processors to:
receive a particular external search result after storing the internal flag indicator, the flagged search result identifier, and the third indication;
compare a search result identifier, associated with the particular external search result, and the flagged search result identifier;
identify the particular external search result as the internal search result based on comparing the search result identifier and the flagged search result identifier, and further based on storing the third indication; and
cause the particular external search result to be presented for display in the first manner based on identifying the particular external search result as the internal search result.
10. The computer-readable medium of claim 8, where the one or more instructions, when executed by the one or more processors, further cause the one or more processors to:
selectively store a third indication indicating that the external search result is not to be presented as the internal search result based on determining whether the external search result has been approved or rejected,
the third indication not being stored when the external search result has been approved, and
the third indication being stored when the external search result has been rejected.
11. The computer-readable medium of claim 10, where the one or more instructions, that cause the one or more processors to selectively store the third indication, cause the one or more processors to:
store an external flag indicator;
store a flagged search result identifier that identifies the external search result;
store a fourth indication indicating a relationship between the external flag indicator and the flagged search result identifier; and
where the one or more instructions, when executed by the one or more processors, further cause the one or more processors to:
receive a particular external search result after storing the external flag indicator, the flagged search result identifier, and the fourth indication;
compare a search result identifier, associated with the particular external search result, and the flagged search result identifier;
identify the particular external search result as the external search result based on comparing the search result identifier and the flagged search result identifier, and further based on storing the fourth indication; and
cause the particular external search result to be presented for display in the second manner based on identifying the particular external search result as the external search result.
12. The computer-readable medium of claim 10, where the one or more instructions, that cause the one or more processors to selectively store the third indication, cause the one or more processors to:
store an external flag indicator;
store a flagged search result identifier that identifies the external search result;
store a fourth indication indicating a relationship between the external flag indicator and the flagged search result identifier; and
where the one or more instructions, when executed by the one or more processors, further cause the one or more processors to:
receive a particular external search result after storing the external flag indicator, the flagged search result identifier, and the fourth indication;
compare a search result identifier, associated with the particular external search result, and the flagged search result identifier;
identify the particular external search result as the external search result based on comparing the search result identifier and the flagged search result identifier, and further based on storing the fourth indication; and
prevent the particular external search result from being presented for display based on identifying the particular external search result as the external search result.
13. The computer-readable medium of claim 8, where the one or more instructions, that cause the one or more processors to selectively store the second indication cause the one or more processors to:
store a third indication indicating that the external search result is to be presented as the internal search result;
receive, after storing the third indication, a fourth indication indicating that the external search result has been rejected for presentation as the internal search result; and
delete the third indication based on receiving the fourth indication.
14. The computer-readable medium of claim 8, where particular information associated with the external search results undergoes a change, and the change to the particular information includes at least one of:
editing a title associated with the external search result,
assigning one or more categories associated with the external search result, or
marking the external search result as recommended content.
15. A method, comprising:
receiving, by a device, information that identifies a search query;
causing, by the device, a first search to be performed, using the search query, to identify one or more internal search results;
causing, by the device, a second search to be performed, using the search query, to identify one or more external search results;
causing, by the device, the one or more internal search results to be presented for displayed in a first manner;
causing, by the device, the one or more external search results to be presented for displayed in a second manner that is different from the first manner;
receiving, by the device, a first indication indicating that an external search result, of the one or more external search results, has been flagged for review;
providing, by the device and based on receiving the first indication, a notification that the external search result has been flagged for review;
determining, by the device, that the external search result has been approved for presentation in the first manner based on providing the notification;
storing, by the device, a second indication indicating that the external search result has been approved for presentation in the first manner based on determining that the external search result has been approved for presentation in the first manner;
causing, by the device, a third search, that identifies the external search result, to be performed after storing the second indication; and
causing, by the device, the external search result to be presented for display in the first manner based on the third search and further based on storing the second indication.
16. The method of claim 15, where causing the third search to be performed further comprises:
receiving, after storing the second indication, information that identifies the search query or a related search query; and
causing the third search to be performed using the search query or the related search query,
where causing the external search result to be presented for display in the first manner comprises:
identifying the external search result for presentation in the first manner based on storing the second indication; and
causing the external search result to be presented for display in the first manner based on identifying the external search result for presentation in the first manner.
17. The method of claim 15, further comprising:
storing a flagged search result identifier, that identifies the external search result, based on determining that the external search result has been approved for presentation in the first manner;
receiving a particular external search result after storing the flagged search result identifier;
determining that a search result identifier, associated with the particular external search result, and the flagged search result identifier match;
identifying the particular external search result for presentation in the first manner based on determining that the search result identifier and the flagged search result identifier match; and
causing the particular external search result to be presented for display in the first manner based on identifying the particular external search result for presentation in the first manner.
18. The method of claim 15, further comprising:
storing a flagged search result identifier, that identifies the external search result, based on determining that the external search result has been approved for presentation in the first manner;
receiving a particular external search result after storing the flagged search result identifier;
determining that a search result identifier, associated with the particular external search result, and the flagged search result identifier do not match;
identifying the particular external search result for presentation in the second manner based on determining that the search result identifier and the flagged search result identifier do not match; and
causing the particular external search result to be presented for display in the second manner based on identifying the particular external search result for presentation in the second manner.
19. The method of claim 15, further comprising:
receiving, after storing the second indication a third indication indicating that the external search result has been rejected for presentation in the first manner; and
deleting the second indication based on receiving the third indication.
20. The method of claim 15, where storing the second indication comprises:
storing information associated with the external search result in an internal index used to identify the one or more internal search results.
US14/273,046 2014-05-08 2014-05-08 Combining internal and external search results Active 2034-12-27 US9436744B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US14/273,046 US9436744B2 (en) 2014-05-08 2014-05-08 Combining internal and external search results
AU2015202478A AU2015202478B2 (en) 2014-05-08 2015-05-07 Combining internal and external search results
EP15166906.6A EP2942719A1 (en) 2014-05-08 2015-05-08 Combining internal and external search results

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US14/273,046 US9436744B2 (en) 2014-05-08 2014-05-08 Combining internal and external search results

Publications (2)

Publication Number Publication Date
US20150324433A1 US20150324433A1 (en) 2015-11-12
US9436744B2 true US9436744B2 (en) 2016-09-06

Family

ID=53051743

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/273,046 Active 2034-12-27 US9436744B2 (en) 2014-05-08 2014-05-08 Combining internal and external search results

Country Status (3)

Country Link
US (1) US9436744B2 (en)
EP (1) EP2942719A1 (en)
AU (1) AU2015202478B2 (en)

Families Citing this family (52)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10007730B2 (en) * 2015-01-30 2018-06-26 Microsoft Technology Licensing, Llc Compensating for bias in search results
US9990589B2 (en) 2015-07-07 2018-06-05 Ebay Inc. Adaptive search refinement
JP2017207957A (en) * 2016-05-19 2017-11-24 アイシン・エィ・ダブリュ株式会社 Search system and search program
CN109154942B (en) * 2016-07-03 2022-04-01 株式会社咕嘟妈咪 Information providing method, information providing program, and information providing device
US11562023B1 (en) 2016-09-26 2023-01-24 Splunk Inc. Merging buckets in a data intake and query system
US10956415B2 (en) 2016-09-26 2021-03-23 Splunk Inc. Generating a subquery for an external data system using a configuration file
US11615104B2 (en) 2016-09-26 2023-03-28 Splunk Inc. Subquery generation based on a data ingest estimate of an external data system
US11586627B2 (en) 2016-09-26 2023-02-21 Splunk Inc. Partitioning and reducing records at ingest of a worker node
US11163758B2 (en) 2016-09-26 2021-11-02 Splunk Inc. External dataset capability compensation
US11860940B1 (en) 2016-09-26 2024-01-02 Splunk Inc. Identifying buckets for query execution using a catalog of buckets
US10984044B1 (en) 2016-09-26 2021-04-20 Splunk Inc. Identifying buckets for query execution using a catalog of buckets stored in a remote shared storage system
US10977260B2 (en) 2016-09-26 2021-04-13 Splunk Inc. Task distribution in an execution node of a distributed execution environment
US10776355B1 (en) 2016-09-26 2020-09-15 Splunk Inc. Managing, storing, and caching query results and partial query results for combination with additional query results
US11567993B1 (en) 2016-09-26 2023-01-31 Splunk Inc. Copying buckets from a remote shared storage system to memory associated with a search node for query execution
US11023463B2 (en) 2016-09-26 2021-06-01 Splunk Inc. Converting and modifying a subquery for an external data system
US11243963B2 (en) 2016-09-26 2022-02-08 Splunk Inc. Distributing partial results to worker nodes from an external data system
US11294941B1 (en) 2016-09-26 2022-04-05 Splunk Inc. Message-based data ingestion to a data intake and query system
US10795884B2 (en) 2016-09-26 2020-10-06 Splunk Inc. Dynamic resource allocation for common storage query
US11250056B1 (en) 2016-09-26 2022-02-15 Splunk Inc. Updating a location marker of an ingestion buffer based on storing buckets in a shared storage system
US11314753B2 (en) 2016-09-26 2022-04-26 Splunk Inc. Execution of a query received from a data intake and query system
US11550847B1 (en) 2016-09-26 2023-01-10 Splunk Inc. Hashing bucket identifiers to identify search nodes for efficient query execution
US11281706B2 (en) 2016-09-26 2022-03-22 Splunk Inc. Multi-layer partition allocation for query execution
US11003714B1 (en) 2016-09-26 2021-05-11 Splunk Inc. Search node and bucket identification using a search node catalog and a data store catalog
US11269939B1 (en) 2016-09-26 2022-03-08 Splunk Inc. Iterative message-based data processing including streaming analytics
US11416528B2 (en) 2016-09-26 2022-08-16 Splunk Inc. Query acceleration data store
US11593377B2 (en) 2016-09-26 2023-02-28 Splunk Inc. Assigning processing tasks in a data intake and query system
US11620336B1 (en) 2016-09-26 2023-04-04 Splunk Inc. Managing and storing buckets to a remote shared storage system based on a collective bucket size
US11321321B2 (en) 2016-09-26 2022-05-03 Splunk Inc. Record expansion and reduction based on a processing task in a data intake and query system
US11580107B2 (en) 2016-09-26 2023-02-14 Splunk Inc. Bucket data distribution for exporting data to worker nodes
US11232100B2 (en) 2016-09-26 2022-01-25 Splunk Inc. Resource allocation for multiple datasets
US11663227B2 (en) 2016-09-26 2023-05-30 Splunk Inc. Generating a subquery for a distinct data intake and query system
US11604795B2 (en) 2016-09-26 2023-03-14 Splunk Inc. Distributing partial results from an external data system between worker nodes
US10726009B2 (en) 2016-09-26 2020-07-28 Splunk Inc. Query processing using query-resource usage and node utilization data
US11106734B1 (en) 2016-09-26 2021-08-31 Splunk Inc. Query execution using containerized state-free search nodes in a containerized scalable environment
US11599541B2 (en) 2016-09-26 2023-03-07 Splunk Inc. Determining records generated by a processing task of a query
US11222066B1 (en) 2016-09-26 2022-01-11 Splunk Inc. Processing data using containerized state-free indexing nodes in a containerized scalable environment
US11874691B1 (en) 2016-09-26 2024-01-16 Splunk Inc. Managing efficient query execution including mapping of buckets to search nodes
US10353965B2 (en) * 2016-09-26 2019-07-16 Splunk Inc. Data fabric service system architecture
US11461334B2 (en) 2016-09-26 2022-10-04 Splunk Inc. Data conditioning for dataset destination
US11126632B2 (en) 2016-09-26 2021-09-21 Splunk Inc. Subquery generation based on search configuration data from an external data system
US20180089324A1 (en) 2016-09-26 2018-03-29 Splunk Inc. Dynamic resource allocation for real-time search
US11442935B2 (en) 2016-09-26 2022-09-13 Splunk Inc. Determining a record generation estimate of a processing task
US10860637B2 (en) * 2017-03-23 2020-12-08 International Business Machines Corporation System and method for rapid annotation of media artifacts with relationship-level semantic content
US11921672B2 (en) 2017-07-31 2024-03-05 Splunk Inc. Query execution at a remote heterogeneous data store of a data fabric service
US11151137B2 (en) 2017-09-25 2021-10-19 Splunk Inc. Multi-partition operation in combination operations
US10896182B2 (en) 2017-09-25 2021-01-19 Splunk Inc. Multi-partitioning determination for combination operations
US11334543B1 (en) 2018-04-30 2022-05-17 Splunk Inc. Scalable bucket merging for a data intake and query system
WO2020220216A1 (en) 2019-04-29 2020-11-05 Splunk Inc. Search time estimate in data intake and query system
US11715051B1 (en) 2019-04-30 2023-08-01 Splunk Inc. Service provider instance recommendations using machine-learned classifications and reconciliation
US11494380B2 (en) 2019-10-18 2022-11-08 Splunk Inc. Management of distributed computing framework components in a data fabric service system
US11922222B1 (en) 2020-01-30 2024-03-05 Splunk Inc. Generating a modified component for a data intake and query system using an isolated execution environment image
US11704313B1 (en) 2020-10-19 2023-07-18 Splunk Inc. Parallel branch operation using intermediary nodes

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5920854A (en) 1996-08-14 1999-07-06 Infoseek Corporation Real-time document collection search engine with phrase indexing
US6278993B1 (en) 1998-12-08 2001-08-21 Yodlee.Com, Inc. Method and apparatus for extending an on-line internet search beyond pre-referenced sources and returning data over a data-packet-network (DPN) using private search engines as proxy-engines
US6327590B1 (en) 1999-05-05 2001-12-04 Xerox Corporation System and method for collaborative ranking of search results employing user and group profiles derived from document collection content analysis
US6336117B1 (en) 1999-04-30 2002-01-01 International Business Machines Corporation Content-indexing search system and method providing search results consistent with content filtering and blocking policies implemented in a blocking engine
US6490575B1 (en) 1999-12-06 2002-12-03 International Business Machines Corporation Distributed network search engine
US20030046098A1 (en) 2001-09-06 2003-03-06 Seong-Gon Kim Apparatus and method that modifies the ranking of the search results by the number of votes cast by end-users and advertisers
US20050165777A1 (en) * 2004-01-26 2005-07-28 Microsoft Corporation System and method for a unified and blended search
US20060064411A1 (en) * 2004-09-22 2006-03-23 William Gross Search engine using user intent
US7386599B1 (en) 1999-09-30 2008-06-10 Ricoh Co., Ltd. Methods and apparatuses for searching both external public documents and internal private documents in response to single search request
US7617203B2 (en) 2003-08-01 2009-11-10 Yahoo! Inc Listings optimization using a plurality of data sources
US7693825B2 (en) 2004-03-31 2010-04-06 Google Inc. Systems and methods for ranking implicit search results
US20100114561A1 (en) * 2007-04-02 2010-05-06 Syed Yasin Latent metonymical analysis and indexing (lmai)
US7792857B1 (en) * 2006-03-30 2010-09-07 Emc Corporation Migration of content when accessed using federated search
US20100306213A1 (en) 2009-05-27 2010-12-02 Microsoft Corporation Merging Search Results
US8126818B2 (en) 2002-12-30 2012-02-28 West Publishing Company Knowledge-management systems for law firms
US20120057688A1 (en) 2006-08-04 2012-03-08 Pickering Richard B Method and apparatus for using a search engine advantageously within a contact center system
US20120271807A1 (en) 2011-04-21 2012-10-25 Microsoft Corporation Content Insertion Elements to Combine Search Results
US20140046926A1 (en) * 2012-02-06 2014-02-13 Mycare, Llc Systems and methods for searching genomic databases

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5920854A (en) 1996-08-14 1999-07-06 Infoseek Corporation Real-time document collection search engine with phrase indexing
US6278993B1 (en) 1998-12-08 2001-08-21 Yodlee.Com, Inc. Method and apparatus for extending an on-line internet search beyond pre-referenced sources and returning data over a data-packet-network (DPN) using private search engines as proxy-engines
US6336117B1 (en) 1999-04-30 2002-01-01 International Business Machines Corporation Content-indexing search system and method providing search results consistent with content filtering and blocking policies implemented in a blocking engine
US6327590B1 (en) 1999-05-05 2001-12-04 Xerox Corporation System and method for collaborative ranking of search results employing user and group profiles derived from document collection content analysis
US7386599B1 (en) 1999-09-30 2008-06-10 Ricoh Co., Ltd. Methods and apparatuses for searching both external public documents and internal private documents in response to single search request
US6490575B1 (en) 1999-12-06 2002-12-03 International Business Machines Corporation Distributed network search engine
US20030046098A1 (en) 2001-09-06 2003-03-06 Seong-Gon Kim Apparatus and method that modifies the ranking of the search results by the number of votes cast by end-users and advertisers
US8126818B2 (en) 2002-12-30 2012-02-28 West Publishing Company Knowledge-management systems for law firms
US7617203B2 (en) 2003-08-01 2009-11-10 Yahoo! Inc Listings optimization using a plurality of data sources
US20050165777A1 (en) * 2004-01-26 2005-07-28 Microsoft Corporation System and method for a unified and blended search
US7693825B2 (en) 2004-03-31 2010-04-06 Google Inc. Systems and methods for ranking implicit search results
US20060064411A1 (en) * 2004-09-22 2006-03-23 William Gross Search engine using user intent
US7792857B1 (en) * 2006-03-30 2010-09-07 Emc Corporation Migration of content when accessed using federated search
US20120057688A1 (en) 2006-08-04 2012-03-08 Pickering Richard B Method and apparatus for using a search engine advantageously within a contact center system
US20100114561A1 (en) * 2007-04-02 2010-05-06 Syed Yasin Latent metonymical analysis and indexing (lmai)
US20100306213A1 (en) 2009-05-27 2010-12-02 Microsoft Corporation Merging Search Results
US20120271807A1 (en) 2011-04-21 2012-10-25 Microsoft Corporation Content Insertion Elements to Combine Search Results
US20140046926A1 (en) * 2012-02-06 2014-02-13 Mycare, Llc Systems and methods for searching genomic databases

Non-Patent Citations (17)

* Cited by examiner, † Cited by third party
Title
European Search Report corresponding to EP Application No. 15166906.6 mailed on Sep. 18, 2015, 7 pages.
Exalead, "Exalead B2C Portal Pack", http://fr.3ds.exalead.com/software/common/pdfs/solutions/ebusiness/Exalead-B2C-Portal-Pack.pdf, Jul. 18, 2008, 4 pages.
Google Developers, "Getting the Most from Your Google Search Appliance: Introduction", https://developers.google.com/search-appliance/documentation/614/QuickStart/quick-start-intro, Aug. 23, 2012, 3 pages.
Google Developers, "Planning for Search Appliance Installation", https://developers.google.com/search-appliance/documentation/614/planning/planning, Dec. 17, 2012, 12 pages.
Google Inc., "Google Search Appliance", http://static.googleusercontent.com/media/www.google.com.au/en/au/intl/en-uk.enterprise/pdf/gsa-datasheet.pdf, Oct. 19, 2010, 6 pages.
IBM Corporation, "Enterprise search integration with WebSphere Portal", http://publib.boulder.ibm.com/infocenter/discover/v8r4/index.jsp?topic=/com.ibm.discovery.es.ad.doc/administering/iiysaltwhyws.htm, Nov. 2006, 2 pages.
IEEE, "The integration of the World Wide Web and intranet data resources", http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=655306&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel4%2F5217%2F14270%2F00655306, Sep. 21, 2006, 2 pages.
IEEE, "Users, Queries and Documents: A Unified Representation for Web Mining", http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=arnumber=5286068&queryText%3Dinternet+search+engine+and+intranet+search+engine, 2009, 2 pages.
IEEE, "Web Search with personalization and knowledge", http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=1181600&queryText%3Dinternet+search+engine+and+intranet+search+engine, Sep. 21, 2006, 2 pages.
Infogistics Limited, "RealTerm Dynamic Content Management Solution (White Paper)", http://www.infogistics.com/realterm-white.pdf, Feb. 1, 2002, 13 pages.
Matthew McDermott, "SharePoint: Get Started with Search Results", https://www.nothingbutsharepoint.com/sites/eusp/pages/sharepoint-get-started-with-search-results.aspx, Jan. 11, 2012, 8 pages.
Microsoft Corporation, "SharePoint 2013 Overview", http://office.microsoft.com/en-in/sharepoint/sharepoint-2013-overview-collaboration-software-features-FX103789323.aspx, Jun. 26, 2013, 2 pages.
SharePoint AMS, "Improve Findability Using SharePoint Search", https://www.sharepoints.com/en/Blog/Pages/Improve-Findability-Using-SharePoint-Search.aspx#.Uty4N9K6Zkg, Mar. 1, 2013, 3 pages.
Stan Lovic et al., "Enhancing Search Engine Performance Using Expert Systems", Information Reuse and Integration, 2006, IEEE International Conference on, Sep. 16-18, 2006, 6 pages.
Stefan Dessloch et al., "Integrating SQL Databases with Content-specific Search Engines", http://www.cs.cornell.edu/courses/cs732/2003sp/papers/Debloch1997.pdf, 1997, 9 pages.
SurfWax, "Targeted Multi-source (federated) Searching of the Open Web", http://www.surfwax.com/technology/search.htm, Aug. 23, 2003, 2 pages.
SVA-software, "7sDoc", http://7s.backupforall.com/, Oct. 24, 2010, 1 page.

Also Published As

Publication number Publication date
EP2942719A1 (en) 2015-11-11
US20150324433A1 (en) 2015-11-12
AU2015202478A1 (en) 2015-11-26
AU2015202478B2 (en) 2016-08-11

Similar Documents

Publication Publication Date Title
US9436744B2 (en) Combining internal and external search results
US11947597B2 (en) Persisted enterprise graph queries
US11681654B2 (en) Context-based file selection
EP3221803B1 (en) Relevant file identification using automated queries to disparate data storage locations
US11270215B2 (en) Intelligent recommendations
US10607232B2 (en) Automatic assistance for resource reuse based on context extracted from a user workspace
KR102261623B1 (en) Using metadata to summarize social media content
US20130290347A1 (en) Systems and methods for providing data-driven document suggestions
US9015174B2 (en) Likefarm determination
US9892096B2 (en) Contextual hyperlink insertion
US8589433B2 (en) Dynamic tagging
US9069862B1 (en) Object-based relationship search using a plurality of sub-queries
US11048767B2 (en) Combination content search
US20130238583A1 (en) Enterprise portal contextual search
US20160004698A1 (en) System and method for modifying and ranking searches with actions based on prior search results and actions
US20130227422A1 (en) Enterprise portal smart worklist
US9251273B2 (en) Delivering a filtered search result
US20160171734A1 (en) User interface with analytics overlay
US9886497B2 (en) Indexing presentation slides
US9542457B1 (en) Methods for displaying object history information
US20190377767A1 (en) Personalized content suggestions in computer networks
US10437905B2 (en) Uniform resource locator collections
CN112189195A (en) Application programming interface for identifying, using and managing trusted sources in online and network content
TW201447617A (en) Searching using social filters as operators
US11704371B1 (en) User centric topics for topic suggestions

Legal Events

Date Code Title Description
AS Assignment

Owner name: ACCENTURE GLOBAL SERVICES LIMITED, IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DUFFY, MICHAEL P.;LIU, XINGXIN;VERA, ROY;AND OTHERS;SIGNING DATES FROM 20140414 TO 20140919;REEL/FRAME:033786/0408

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8