Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 315 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 315 Bytes

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