.. _resource-chapter:

===========
 Resources
===========

Documentation
=============

Elasticsearch guide

    Elasticsearch documentation
      http://www.elasticsearch.org/guide/

    Elasticsearch 0.90 guide
      http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/index.html

    Elasticsearch 1.x guide
      http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index.html

    This is the canonical documentation.


elasticsearch-py documentation

    https://elasticsearch-py.readthedocs.org/en/latest/

    ElasticUtils sits on top of elasticsearch-py, so their
    documentation is very helpful.


Videos
======

Elasticsearch videos

    http://www.elasticsearch.org/videos/

    Lots of videos covering a variety of use cases and other things.


Elasticsearch video tutorials

    http://www.elasticsearch.org/tutorials/

    Covers deployment and using Elasticsearch for various things


FoodFightShow

    http://www.youtube.com/watch?v=dBWlXdmjjzY

    Covers Elasticsearch.


Erik Rose's talks:

    http://pyvideo.org/video/1784/elasticsearch-part-1-indexing-and-querying

    Elasticsearch provides an easy path to clusterable full-text
    search, with synonyms, faceting, and geographic math, but there's
    a paucity of written wisdom beyond its API docs. This talk, part 1
    of a 2-part series, surveys its capabilities and shows how its
    internal data structures and algorithms work. With the groundwork
    laid, we explore how to choose efficient indexing and the right
    queries to make your apps go fast.
