Articles
Custom Fields and Weighted Search with ElasticPress
One of the most powerful features of ElasticPress is the ability to add more fields to your website search. By default, WordPress only searches for titles, excerpts, and content but with ElasticPress you can search…
Aggregations API for Grouping Data
Publishers and eCommerce store owners often need to display the count of items (products, posts, etc.) within a category. Using WordPress core functionality, one would have to execute a number of slow MySQL queries to calculate those totals. Using Elasticsearch, we can find this information performantly using the Aggregations API.