News Feed
Jobs Feed
Sections




News Archive
VG Tech Blog:
Using Elastica to Query ElasticSearch
July 03, 2012 @ 08:55:10

On the VG Tech blog today there's a new post by Christer Edvartsen about using the Elastica PHP Elastic Search client to do more than just pull information out of the data source. He dug into the source of the tool itself and figured out a way to perform actual queries.

The last couple of months I have been playing around with elasticsearch, an open source, distributed, RESTful search engine built on top of Apache Lucene. To interact with elasticsearch in PHP I have been using a client called Elastica. This was all fun and games until I needed to do actual queries, which is what our users will be doing most of the time. Elastica's documentation does not (yet) say anything about how to search using the client, so I needed to dig through the code to see if I could find some solutions.

He includes a sample mapping structure and shows how to take both a simple, single-term query and turn it into a request and how to make a more complex request with filters, facets, sorting and a few other things thrown in. He also shows how you can manually create a query (define the JSON structure yourself) and push that into the "query builder" for handling.

0 comments voice your opinion now!
elastica elasticsearch query tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Working with Slim Middleware

DevShed: Controlling Online Forms with Builder Objects in PHP 5 (Part 2)

Zend Developer Zone: Migrating applications from PHP 4 to Zend Core 2.5 w/support for IBM Informix

The Shadow Fox Network: Create Dynamic URLs With Mod_Rewrite and PHP Functions

PHPBuilder.com: Creating an Online Survey - Part 2


Community Events











Don't see your event here?
Let us know!


release object introduction zendframework2 conference interview composer language series podcast development community code example database testing tool opinion functional framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework