Search and indexing

Increase performance on your website by utilizing indexes to serve content.

Using SQL queries with joins to retrieve the data wanted for a search result can be expensive and cumbersome to customize. Instead, Ucommerce utilizes de-normalized data in a data store optimized for indexing, e.g. ElasticSearch, to deliver the search results fast. This increases performance on the website. It also makes it easy to customise what data you want to serve to your customers using custom index definitions and adorners instead of SQL queries.

The following articles contain detailed information on how to access and use various features of Ucommerce's search API. They cover the following topics:

Last updated