<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 14:07:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[VG Tech Blog: Using Elastica to Query ElasticSearch]]></title>
      <guid>http://www.phpdeveloper.org/news/18165</guid>
      <link>http://www.phpdeveloper.org/news/18165</link>
      <description><![CDATA[<p>
On the VG Tech blog today there's a new post by <i>Christer Edvartsen</i> about using the <a href="https://github.com/ruflin/Elastica">Elastica</a> 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.
</p>
<blockquote>
The last couple of months I have been playing around with <a href="http://www.elasticsearch.org/">elasticsearch</a>, 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 <a href="https://github.com/ruflin/Elastica">Elastica</a>. 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. <a href="http://ruflin.github.com/Elastica/">Elastica's documentation</a> 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. 
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Tue, 03 Jul 2012 08:55:10 -0500</pubDate>
    </item>
  </channel>
</rss>
