Posts marked with “elasticsearch”

Programming Elasticsearch with PHP

by · July 14, 2021

0
 

In this article, we introduce the usage of Elasticsearch in PHP. Elasticsearch lets you add advanced searching features that you can’t easily do with a traditional database. We present the official PHP client showing some basic features like indexing, bulk (indexing multiple documents), and search. We also show some more advanced client usage, like logging, transfer statistics, and async requests. Last but not least, we present some […]

 

Elasticsearch, Defensive Coding, and Maura Teal

by · July 23, 2019

0
 

Working with Elasticsearch, defensive coding practices, Maura Teal on her WordPress talks, preventing burn out, and more in Episode 22.

 

Add Location Based Searching to Your PHP App With Elasticsearch

by · July 2, 2019

0
 

Searching based on a user’s location is a feature of many websites and applications. This type of search adds relevancy and value to a website, especially when these results include the distance from a point or within a polygon, and are combined with fast text searches. In this article, we’ll take an in-depth look at […]

 

Elasticsearch—There and Back Again

by ·

0
 

As developers, we tend to praise the technologies with which we are most familiar. The more in-depth experience we have with a given technology, the stronger the urge to bend that technology’s capabilities to our will. As a seasoned MySQL developer, I recently found myself in this position. Unable to stretch MySQL to the extent […]