Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Haystack + ElasticSearch

Haystack + ElasticSearch

Gilang Chandrasa

June 29, 2013
Tweet

More Decks by Gilang Chandrasa

Other Decks in Programming

Transcript

  1. lets you write your search code once and choose the

    search engine you want it to run on
  2. lets you write your search code once and choose the

    search engine you want it to run on Solr, Elasticsearch, Whoosh and Xapian
  3. INSTALLED_APPS = [ ... 'haystack', ] HAYSTACK_CONNECTIONS = { 'default':

    { 'ENGINE': '...', }, } Step 2 Configure settings.py
  4. real time data real time analytics distributed high availability multi

    tenancy full text search document oriented conflict management schema free restful API apache 2 open source license per operation persistence built on top apache lucene