lestoni / elasticsearch-demo

Simple app to demonstrate usage of elasticsearch with nodejs(sheer bliss and blazing fast)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch demo.

This demo demonstrates how to index blog posts and be able to such them by author, title, and content.

How to search:

  • author:authors-name
  • title:post-title
  • body:post-content

Technologies

  • Elasticsearch version-1.5.1
  • NodeJS
  • Express package

Stack

  • API server
  • Web client

About

Simple app to demonstrate usage of elasticsearch with nodejs(sheer bliss and blazing fast)


Languages

Language:JavaScript 99.5%Language:HTML 0.4%Language:CSS 0.1%