Guides / Getting started

Algolia is a hosted search engine capable of delivering real-time results from the first keystroke. Algolia’s powerful API lets you seamlessly implement search within your websites, mobile, and voice applications. The Algolia search engine powers billions of queries for thousands of companies every month, delivering relevant results in under 100 ms anywhere in the world.

The first step is to send your data to Algolia, in a proper format. Once on Algolia’s servers, you can start testing search functionality with your data. You can do this without code, using the dashboard, or with code, using one of the official API clients. At this stage, you’ve got the basic structure of an Algolia search solution.

There’s much more to creating a full search implementation, and the documentation walks you through every possibility. But first, why not see Algolia in action?

The Algolia engine

Speed

The Algolia search engine was built to ensure speed at every point in the processing workflow. For example, search requests always have priority over indexing operations, to guarantee an optimal experience for your end users.

Relevance

The main goal of the Algolia engine is to find all records that match a query, then to order them with the best ones first. You can find more about what relevance and ranking mean in the documentation.The overarching principle is that Algolia uses a tie-breaking algorithm with a variety of criteria to weigh and compare matching items against each other. This ensures that the best matches appear at the top.

Here are some examples of the ways the engine compares records.

  • Is there a typo? If yes, how many?
  • Does the query match on the first letter? Does it match the whole word? Or only partially?
  • Does the word match a synonym?
  • Does the query match the title of a record or its description?
  • Is this item more popular than another item?

When you add up the answers to these questions, some records have a stronger or weaker relevance. This is what determines the order of the results.

Transparency

The methodology and criteria that Algolia uses to find and rank records are available for your scrutiny. Furthermore, you can configure most of it, making all engine defaults adaptable to your unique needs. There are no secrets or complicated statistical formulas.

An end-to-end search solution

You can’t build high-end search without excellent user experience. This is why Algolia provides you with everything you need to build an as-you-type search experience with instant results. Users greatly benefit from seeing well formatted search results with images and highlighted text instantly on their screen, rather than having to submit their search and wait for results. This is “search at the speed of thought”. Visual immediacy is vital to the decision-making process.

While speed is key to user experience, many other aspects go into making Algolia a full-featured, comprehensive search solution: custom ranking, configuration, and adaptability, tailored UI components for the front end, personalization, analytics, A/B testing… Algolia provides everything you need to build excellent search.

Configuring Algolia

You can break down how to implement Algolia into three steps:

  1. Indexing your data into Algolia
  2. Configuring relevance and ranking settings
  3. Building a search user interface

Building a search UI with InstantSearch

To help you build the best solution as quickly and with as little friction as possible, Algolia offers a family of UI/UX libraries called InstantSearch. InstantSearch offers a full set of UI components that you can use on any web, mobile, or voice application. In minutes, you get a fully functional search UI. You can use the InstantSearch widgets out-of-the-box, or fully customize them to match your needs.

Insights and Analytics

Building excellent search is also about refining it based on how users interact with it. Algolia’s analytics provide constant and reliable feedback. This is crucial to know whether your search solution is achieving your goals. Algolia provides such feedback by capturing user activity and giving you the ability to track click and conversion events, perform A/B testing, and personalize relevance.

Infrastructure

Algolia hosts each customer on a three-server architecture called a cluster. If one or two servers go down, there’s always a third one ready and available. Having all three servers go down at the same time is extremely rare, especially given that they’re not in the same data center. Service availability is one of Algolia’s highest priorities.

Algolia has servers all around the world, allowing you to have your data as close to your user base as possible. It reduces the network distance and latency between a users’ search request and the servers. These servers are highly performant, allowing all searchable data to be placed in memory. This plays a significant role in Algolia’s quick response time.

The full ecosystem

To ease the integration Algolia provides:

Did you find this page helpful?