Skip to main content
The Fusion UI gives you easy access to all of Fusion Server’s features. The UI service utilizes the API service, so each UI feature has an API equivalent. For programmatic access to the features you see in the UI, see the API Reference Guide.

Logging in

The Proxy service runs on port 8764 by default. Access the Fusion UI through the Proxy service. To log in, point your browser to this port on the Fusion host, for example, http://localhost:8764/. When you are the first user to log in: Fusion Server prompts you to set the password for the “admin” account and agree to the license terms. All other accounts must be created by an admin. Set the admin password Fusion Server also prompts you to register to send metrics to Lucidworks. You can click Skip to send no metrics; you can also register later. The first time you log in: Fusion Server opens the Quickstart, to give you a quick demonstration of Fusion’s most basic features. You can click Exit the Quickstart to close it and go to the Fusion launcher.
The Quickstart is a wizard that lets you explore some of Fusion’s core capabilities:
  • Creating or selecting an app
  • Selecting a collection (where data is stored)
  • Indexing data
  • Searching
LucidAcademyLucidworks offers free training to help you get started.The Course for Using The Quickstart Wizard focuses on using the wizard to practice using the key functions of Fusion:
Using The Quickstart WizardPlay Button
Visit the LucidAcademy to see the full training catalog.

Step through the Quickstart wizard

If it is not already open, open the Quickstart wizard. In the Fusion launcher, click New here? Get started….Quickstart
  1. Click Continue. On the Select an App screen, you can select or create an app for your quickstart data. quickstart-1 If you click Create new app, Fusion prompts you to enter an app name (and optionally a description), then click Create App to return to the Quickstart. Your new app is selected by default.
  2. After selecting an app, click Continue. On the Select a Collection screen, you can select or create a collection for your quickstart data. A collection with the same name as your app is created automatically: quickstart-2
  3. Click Continue.
    On the Index Data screen, you can either select one of the built-in sample datasets or click Use my data to upload your own:
    quickstart-3
  4. Click Continue.
    On the Query Data screen, you can see all search results and enter your own search queries to test the indexed dataset. You can also select the display fields or view the parsed documents:
    quickstart-4
  5. Click Continue. quickstart-5 From here, you can do the following:
You can open the Quickstart at any time by navigating to the Fusion launcher and clicking New here? Get started…​. Quickstart The brief tour below shows you how to find your way around the interface. For a more detailed tour, try the instructions in Getting Started with Fusion Server.
This tutorial takes you from installation to application-ready search data in four easy parts, using a MovieLens dataset.
  • Part 1: Run Fusion and Create an App Download, install Fusion, and run Fusion, then create a Movie Search app.
  • Part 2: Get Data In Use the Index Workbench to configure an index pipeline, preview the results, and get data into the Movie Search app in a format that is useful for search.
  • Part 3: Get Data Out Use Query Workbench to get data out of the Movie Search app, explore the role of query pipeline stages, configure faceting, and preview search results.
  • Part 4: Improve Relevancy Use signals and boosting to make search results more relevant.

A brief tour

  • The launcher is where you can view all of the apps in your Fusion environment and create new ones.
  • The Fusion workspace is where you configure how an app ingests, indexes, queries, and analyzes data.

The Fusion launcher

When you log in to Fusion Server, the first page is the Fusion launcher. This is where you create and launch apps: Launcher To return to the Fusion workspace, hover over , and then click Return to launcher. See details about creating an app:
To create an app in App Studio:
  1. Navigate to the launcher and click Create new app. Create a new app from the launcher
  2. Enter an app name. Optionally, you can also enter a description and select the app tile color. If you want to choose the name of the first collection in the app, then deselect Create new app default collection. When you do this and click Create app (in the next step), Fusion Server prompts you to enter a name for the first collection. Otherwise, Fusion Server creates a default collection whose name is the same as the app name.
  3. Click Create App. The Fusion workspace appears, and you are ready to work with your app’s first collection.

The Fusion workspace

You can reach the Fusion workspace by clicking on any app in the launcher. When you enter the Fusion workspace, you find all the tools you need to configure the currently-selected app: Workspace
  • On the left side are the app tool menus, where you can find tools for working with your app.
  • At the top, you can use Object Explorer to search for and browse objects that are in the current app, in any app, in no apps, and in any app or no apps.
  • System-wide tools are in the upper right corner.

App tool menus

On the left side of the screen are five menus where you can find tools for working with your app:
  • Indexing (getting data in)
    The Index Workbench is the primary tool for getting data into your app through the Fusion UI. It provides an all-in-one view of the components of a datasource. You can also access those components individually through this menu.
  • Querying (getting data out)
    For getting data out, the Query Workbench is the main tool. It shows you a live preview of search results while you configure and fine tune your query pipelines.
    See also Getting Data Out.
  • Collection management
    Manage your data collections and configure their features.
    See also Collection Management.
  • System administration
    System administration for your apps.
    See the System Administration with the Fusion UI.

Finding objects in Object Explorer

At the top of the Fusion workspace is a Find Objects search field. When you click Find Objects, Object Explorer opens. Object search In the Filter search box, you can search by name or type for all types of Fusion objects, such as collections, apps, pipelines, and more. Browse objects by clicking them. You can use Object Explorer to view and configure the links between objects. For example, you can use it to Share Objects Between Fusion Apps.
Sharing objects between apps lets you reuse parts of apps and synchronize apps without duplicating objects. For example, after you have developed a query pipeline that is well-suited to your data and search application, you can reuse it in another app with a different set of datasources.
When a shared object is modified in one app, the changes affect all other apps that share the object.
To share an object between apps:
  1. Navigate to the app that does not yet include the object.
  2. Navigate to System > Object Explorer or click Find Objects.
  3. Click In Any App.
  4. Select the object you want to include in this app.
  5. Hover over the object to reveal the app icon. Hover over an object
  6. Click the app icon.
  7. Select Add to this app. Add to this app Object Explorer now displays a link between the object and this app: Added to this app
Now you will see the shared object in the Fusion workspace for this app.
LucidAcademyLucidworks offers free training to help you get started.The Course for Fusion Applications and Collections focuses on the features of Fusion apps and collections and best practices when working with them:
Fusion Applications and CollectionsPlay Button
Visit the LucidAcademy to see the full training catalog.

System-wide tools

On the right are menus for system-wide actions:
  • Help
    Click here to access the documentation from the Fusion UI.
  • Alerts
    New alerts are briefly displayed in the foreground. Open this menu to see past alerts, or to clear the alert history.
  • Account
    Here you can edit your profile, log out, or manage your Fusion license.
I