Tagged articles
2 articles
Page 1 of 1
Architect
Architect
Jan 19, 2025 · Databases

Mastering Solr Spatial Search: From Configuration to Real-World Queries

This guide explains how to implement location‑based job search in a WeChat mini‑program using Solr’s spatial capabilities, covering schema setup, index building, query syntax, performance considerations, and practical code examples, while also comparing Solr with Elasticsearch for similar use cases.

Elasticsearch ComparisonSolrSpatial Search
0 likes · 15 min read
Mastering Solr Spatial Search: From Configuration to Real-World Queries
Qunar Tech Salon
Qunar Tech Salon
Jul 18, 2016 · Backend Development

Implementing Proximity Search with Geohash and Spatial4j in MySQL

This article explains how to build location‑based "nearest" and range queries for O2O applications using MySQL, covering interval search with bounding boxes, Geohash indexing, distance filtering, sorting, and pagination, and provides complete Java and SQL code examples.

GeoHashSpatial Searchlocation-based query
0 likes · 10 min read
Implementing Proximity Search with Geohash and Spatial4j in MySQL