Skip to main content
Version: Next

Typesense

Typesense is Fast, typo-tolerant open source search engine, used for Data Storage Search Engine . Typesense is a fast, typo-tolerant search engine for building delightful search experiences.

Site

Prepare

When referring to this document to use Typesense, please read and ensure the following points:

  • This application is installed by Websoft9 console.

  • The purpose of this application complies with the GPL-3.0 open source license agreement.

  • Configure the domain name or server security group opens external network ports for application access.

Getting started

Initial setup

  1. When completed installation of Typesense at Websoft9 Console, get the applicaiton's Overview and Access information from My Apps

  2. Browser access: append the /health path to the URL to check if the Typesense service is normal startup

    # test health
    curl "http://URL/health"

    # test collections
    curl "http://URL/collections" -H "X-TYPESENSE-API-KEY: f324f596-f07b-XP7bz4lUmA@Ln6XH"

Configuration options

  • Scraper Config File configuration: environment variables CONFIG for the typesense-scraper container in docker-compose.yml
  • Architecture: typesense-scraper is the data crawler, typesense is the data store and search engine

Administer

Troubleshooting