Product Manager Resources and Training

Hi!

I recently joined an e-commerce organization where I'm in charge of optimizing our site's search experience for customers. I am new to ElasticSearch and was wondering if there is training / resources tailored to PM's like myself which discuss the following topics:

  • ElasticSearch e-commerce search best practices
  • How to create search configurations
  • KPI’s / metrics to monitor the health of search and success for new configuration

Much of the resources I've found thus far focus on technical integration and management of ES.

Thank you!

Hi Brad,

Welcome! I've broken up your question into two parts – resources on best practices and KPIs, and configuring search.

Elasticsearch e-commerce best practices, KPIs, and metrics:

There's some great content from existing e-commerce users. I've added a couple links below, there's content there about using Elastic products for e-commerce, KPIs, and monitoring:

Creating search configurations:

For Elasticsearch, there are tons of resources around text analysis and creating basic search queries. Here is a getting started webinar with the basics.

It's worth noting there is going to be a base level of technical knowledge needed to reason through configuring Elasticsearch. But there's an alternative! Elastic App Search is built on top of Elasticsearch with pre-built tooling for search use cases like e-commerce. If you're looking to dive in quickly and need comprehensive search configuration tooling without technical Elasticsearch knowledge, it may be a good choice. (App Search is the product of choice for the Honeywell presentation linked above.)

If it's useful, this quickstart should cover everything from ingestion to search configuration for App Search.

Hope that helps!