Derek Binkley
Add Location-based Searching to Site with ElasticSearch
#1about 5 minutes
Understanding the fundamentals of the Elasticsearch search engine
Elasticsearch is a read-optimized search engine based on Apache Lucene that operates via REST calls and is part of the ELK stack.
#2about 2 minutes
Setting up a local development environment with Docker
A local Elasticsearch and Kibana environment can be quickly configured and launched using a simple Docker Compose file.
#3about 6 minutes
Defining data structure with indexes and mappings
Data is organized into JSON documents within an index, and its structure is defined by a mapping that specifies data types like text, keyword, and geo_point.
#4about 11 minutes
Performing basic text searches and filters in Kibana
Use `match` queries for ranked text searching and `filter` queries for exact, non-scored matching, which can be combined using a `bool` query.
#5about 3 minutes
Exploring advanced features and efficient data ingestion
Elasticsearch offers fast performance, advanced features like "more like this" searches, and requires bulk inserts for efficient data loading.
#6about 8 minutes
Finding locations within a specific geographic radius
The `geo_distance` filter allows you to find all documents that fall within a specified circular radius from a central latitude and longitude point.
#7about 5 minutes
Sorting search results by proximity to a point
Instead of just filtering, you can use a `geo_distance` sort to order results by their actual distance from a given point, from nearest to farthest.
#8about 2 minutes
Querying for locations inside a custom polygon shape
The `geo_polygon` filter enables searching for documents whose geo-points fall within a custom shape defined by a series of latitude and longitude coordinates.
#9about 2 minutes
Modifying schemas and handling complex object arrays
You can add new properties to an existing mapping, and the `nested` data type should be used to properly index and query arrays of objects.
Related jobs
Jobs that call for the skills explored in this talk.
Featured Partners
Related Videos
Distributed search under the hood
Alexander Reelsen
Harry Potter and the Elastic Semantic Search
Iulia Feroli
Vision for Websites: Training Your Frontend to See
Daniel Madalitso Phiri
Writing a full-text search engine in TypeScript
Michele Riva
WeAreDevelopers LIVE - Vector Similarity Search Patterns for Efficiency and more
Chris Heilmann, Daniel Cranney, Raphael De Lio & Developer Advocate at Redis
ChatGPT vs Google: SEO in the Age of AI Search - Eric Enge
Eric Enge
Search and aggregations made easy with OpenSearch and NodeJS
Olena Kutsenko
Make Your Data FABulous
Philipp Krenn
From learning to earning
Jobs that call for the skills explored in this talk.
Data Engineer
Elasticsearch
Municipality of Boadilla del Monte, Spain
€40-60K
Senior
Python
Gitlab
Docker
Elasticsearch
+1
Platform - Senior Site Reliability Engineer (Resilience)
Elastic
Municipality of Madrid, Spain
Go
Linux
Docker
Terraform
Kubernetes
+2
Senior Software Engineer (Go) - Observability
Elasticsearch
Municipality of Madrid, Spain
Linux
Docker
Kubernetes
Elasticsearch
Amazon Web Services (AWS)
Software Engineer (CI/Developer Experience) - Kibana Operations
Elasticsearch
Municipality of Madrid, Spain
Intermediate
React
Docker
Node.js
WebPack
Angular
+5
Search - Workchat - Applied Data Scientist II
Elastic
Municipality of Madrid, Spain
Junior
Routing
Elasticsearch
Search - Developer Tooling - C#/.NET Senior Software Engineer
Elastic
Municipality of Madrid, Spain
Senior
.NET
REST
Elasticsearch
Elasticsearch - Principal Software Engineer II - Search Internals, Lucene
Referral Board
Charing Cross, United Kingdom
Java
Solr
Elasticsearch
Continuous Integration


