Skip to main content

Quickstart Guide

This guide walks you through the initial setup and integration of the Quasiris Search Cloud (QSC), enabling you to deliver AI‑powered search capabilities within your environment.

Kick off your first QSC integration in minutes. Follow these steps to provision a search instance, ingest data, launch your search, and integrate the frontend API.


Prerequisites

Before you begin, make sure you have:

  1. QSC Account & API Key
    Obtain your credentials from the Quasiris portal.

  2. Data in QSC JSON Format
    Each record should include an id, a title, and any custom fields you need (e.g. category, price, etc.).

  3. Access to the Launcher
    Login to your QSC account and start the Launcher.


Provision a Search Instance

Log into QSC portal, choose Launcher, give it an instance name (e.g. my-search), and paste your JSON Data.

Index Your Data

Once your instance is created:

  • Review the auto‑detected field mappings.

  • Adjust any data types or add custom analyzers.

  • Trigger the indexing process—this typically takes just a few seconds for small datasets.

Next Steps

Integrate the Suggest and the Search API — Quickstart: Api frontend integration.

Explore advanced features like faceting, synonyms, and AI‑based ranking...

Customize the management dashboard to monitor performance and usage.

For a detailed walkthrough and code samples, see our Medium tutorial: Launch Your First Search