Movie search application
Try out this live demo of a movie search application built on top of Elastic Search.
The first part is a front end application implemented using Search UI. Feel free to just play with it or clone the code and try yourself!
The second part is a read only view on the analytics automatically collected by Elastic Search and displayed in Kibana. Many more search features, such as relevance tuning or curations, are available in your own Elastic Search deployment.
Explore similar demos
Search
Lexical search
Search AI 101: Lesson 1 of 4 - Learn the basics of building a keyword search application with Elasticsearch. This hands-on learning will guide you through data indexing, setting up simple search queries, and configuring basic search functionalities. Perfect for those starting their journey with search technology.
Search
Semantic search
Search AI 101: Lesson 2 of 4 - Learn how to set up ELSER (Elastic Learned Sparse EncodeR), index data, and create semantic search queries. Gain experience using machine learning to enhance your search capabilities and deliver more accurate, context-aware results.
Search
Vector search
Search AI 101: Lesson 3 of 4 - This hands-on learning will guide you through integrating your custom model to create vector embeddings, configuring Elasticsearch for vector search, and running similarity queries to retrieve contextually relevant results.