Skip to content

malpaw/vagrant-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository contains a Vagrant virtual box with Elasticsearch installed - all set up and ready to use.

Please note this environment is intended for development only and is not optimized for production.

What does it do?

Elasticsearch is a distributed indexing and search engine built on to of Lucene. It has a JSON API you should learn to be able to use it effectively.

There are some plugins installed on top of the Elasticsearch engine to help you diagnosing and managing this beast:

  • Elasticsearch Mapper Attachments - enables indexing of many popular document types as .doc or .pdf.
  • ICU Analysis plugin - adds extended Unicode support using the ICU libraries, including better analysis of Asian languages, Unicode normalization, Unicode-aware case folding, collation support, and transliteration.
  • Elasticsearch HQ - provides a powerful and easy to use management user interface.
  • Bigdesk - another management user interface.

How do I get set up?

  • Install VirtualBox - yes, it uses VirtualBox, on newer Windows might have to uninstall or switch from Hyper-V.
  • Install Vagrant for your OS.
  • Clone this repository.
  • Launch the VM from the repository directory:
    vagrant up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages