dvaJi / searchui

Search UI for the Attivio Cognitive Search & Insight Platform

Home Page:http://attivio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Attivio

Table of Contents

Overview

The Attivio Search UI is an application built on top of Attivio’s Search UI Toolkit, or SUIT. The SUIT library is available in a separate repository and via NPM (see below for details).

The Attivio Search UI allows you to search across and view the data in the index of your Attivio, Elasticsearch or Solr installation. You can customize it to suit your needs and can also use it as the basis for creating your own, brand-new search application.

Project Organization

The Attivio Search UI is a web application written in JavaScript and based on the React project. It runs in the user’s browser. This component is in the frontend directory of this repository and consists of application-level code for searching the index, including the definitions of the pages in the application and the logic of how they're connected.

The project also contains two additional components that allow you to host the web application, either on one or more Attivio node servers (module) or from a servlet container such as Apache Tomcat (servlet). The availability of certain functionality will vary depending on how you host and configure the Search UI application and which search engine you use, as described below.

What is SUIT?

The SUIT library consists of various React components used by Search UI to render the UI and to interact with the index and other features. It also includes some API and utility classes, mainly used by the components directly but which the application-level code can also access. See the GitHub repository for the SUIT library for documentation on using its components and other functionality.

Installation and Deployment

Search UI has two deployment options. If you're interested in simply downloading a pre-built application, configuring your preferences and deploying it, choose one of the following options:

  • Embedded - deploy as a module making it available from the Attivio Admin UI

Deploying Search UI within the Attivio Admin UI is recommended for exploration of your data. It is not recommended that this method of deployment be used to serve Search UI to a large number of users in a production environment. Attivio recommends a Stand-alone deployment for production environments where Search UI is serving as the primary user interface.

  • Stand-alone - deploy to an external web server such as Tomcat

Stand-alone deployments are recommended when Search UI (or a customized version of it) is used as the primary user interface in your production environment. Deploying Search UI within the Attivio Admin UI could lead to resource contention since each Attivio node has other responsibilities, such as ingesting content or responding to queries. Stand-alone deployments can be done on the same host as Attivio nodes provided there are sufficient resources, though in many situations, dedicated hosts are recommended.

Stand-alone deployments are recommended when Search UI (or a customized version of it) is used as the primary user interface in your production environment. Deploying Search UI within the Attivio Admin UI could lead to resource contention since each Attivio node has other responsibilities, such as ingesting content or responding to queries. Stand-alone deployments can be done on the same host as Attivio nodes provided there are sufficient resources, though in many situations, dedicated hosts are recommended.

For instructions on building the application for one of the above deployment options, or if, instead, you wish to customize and build your own application for either deployment option, see the Developer's Guide for instructions on setting up your development environment and building.

This last option is useful in case you don't want to run the Search UI application and instead have a custom SSO-enabled web application which needs to be able to call the Attivio REST APIs directly from the user's browser (as opposed to accessing them from a server), so you don't expose the credentials of the Attivio server in your JavaScript code. This configuration can enable this functionality.

How Can I Customize the Search UI?

To build your own search application using the SUIT library, with any or all of the features Search UI provides, see the Developer's Guide.


Security

Search UI can be configured to require users to log in. The options vary depending on your deployment type.

Deployment Type Security Options
Embedded (within Attivio)
Stand-alone (i.e. Tomcat)

Depending on the security option, users will either be presented with Attivio login form or one presented by the Identity Provider.

Attivio Login Form Okta Login Form

Cognitive Search

After logging in, if required, Search UI opens to its "Landing Page." The landing page provides a clean UI to start your search investigation.

Landing Page

On this page you can:

Ask a Question

Whether you want to ask a free-form question or use our Advanced Query Language (AQL) in this page you can get to the information you need. Hit ENTER or click Go to see the results.

Results

Following are some features of the results page:

Feature Description
Logged-in user (Attivio Administrator in our case)
Username
The name of the logged-in user appears in the upper right corner, if available. Otherwise, the username is displayed with an option to log out.
Simple or Advanced Query Language
Query Language
Select between Attivio's Simple Query Language or the Advanced Query Language.
Search Box
Search Box
Enter the text of your query. For the Simple Query Language, enter a keyword or a field:keyword pair. The string *:* retrieves all documents in all tables. You can paste in more complex queries written in the Advanced Query Language, such as those demonstrated in the Quick Start Tutorial.
Facet Filters
Facets
The left column of the display is devoted to facet controls. Each one summarizes opportunities to "drill down" on the set of current results to narrow the search.
Applied Facets
Applied Facet
Under the header, the facet filters that have been applied to the search are displayed. Each item can be individually removed to widen the result set as needed.
Sort Control
Sort By
The sort control reorders the result items. You can sort by relevancy and select which relevancy model to use, or by any sortable field in the schema. See Sorting Results for more information.
Relevancy Model
Relevancy
If you choose Relevancy in the Sort Control, you can choose the Relevancy Model to use. See Machine Learning Relevancy for more information.
Paging Controls
Pagination
The paging controls let you page through the search results conveniently.
Matching Documents The right column of this page is devoted to the display of matching documents.
  • If there is a Thumbnail Image available, it will be displayed to the left of the document (like the flag images in the Quick Start Tutorial.)
  • The title of the document is often a hyperlink to the actual document or web page.
  • Search UI is preconfigured to show the table value of each matching document next to the result number.
  • By default, Search UI displays the document teaser, with matching terms highlighted.
    • Items that matched the query are shown in bold face.
    • Scoped entities are color-coded:
      • People: Yellow
      • Locations: Blue
      • Companies: Red
    • Key phrases: Green
    • Entity Sentiment is indicated by red and green plus or minus icons.
  • Document Details consist of fields and values. Note that you can temporarily display all fields by setting the Details button next to the Sort Control to On.
  • The Tags field is a Real Time Field configured in the Schema. It lets you add labels to each document directly from the Results Page. These labels can then be collected into a new facet to assist in subsequent searches.
User Rating
Rating
A user can provide a rating for a document that can be used as a signal when using Machine Learning to create a relevancy model. See Machine Learning Relevancy for more information.
Show 360° View You can choose to see a 360° view of a document to better understand the document and how it relates to other documents using our Knowledge Graph.

360° View

Italy 360 View

The 360° View page allows you to take a closer look at a single document and understand how it relates to other documents in the index.

In the 360° View you can see the document text, extracted entities and the Knowledge Graph. The Knowledge Graph shows how this document is linked to other documents by matching the entities extracted.

If we look at "Italy" we can see it relates to two News documents based on mentions of the extracted locations of Italy and Germany.

Knowledge Graph


Insights

The Insights page provides a dashboard that allows you to quickly understand your data without knowing what data was ingested.

Using our Text Analytics capabilities and facets we build knowledge on top of your data so that you can better understand your data.

Insights


How Do I Configure Search UI?

Many Search UI features are configurable, including pointing it to an Elasticsearch or Solr installation. These settings support rapid prototyping for demos and proof-of-concept projects.

Setting these preferences will affect all users who may be accessing this application. If any values are not specified, the application uses system-application defaults. If Search UI is deployed to multiple web servers or Attivio nodes, the preferences must be manually synchronized across all nodes.

The full list of properties and the description of each can be found in the configuration.properties.js file.

Supported Browsers

Search UI is tested with the following browsers at release time:

Windows Clients:

  • Chrome stable - latest stable version
  • Microsoft Edge - latest stable version
  • Internet Explorer 11

Mac clients:

  • Chrome stable - latest stable version

Linux clients:

  • Chrome stable - latest stable version

Recommended Screen Resolution:

  • 1280 x 800 pixels, 1600 x 900 pixels or higher

Contributing

To report an issue or contribute, see CONTRIBUTING.md

About

Search UI for the Attivio Cognitive Search & Insight Platform

http://attivio.com

License:GNU General Public License v3.0


Languages

Language:CSS 41.6%Language:Java 29.8%Language:JavaScript 26.6%Language:Shell 1.6%Language:HTML 0.3%