Calaca is a simple, easy to use search client for ElasticSearch. It's made for you if all you need to do is quick searches for your documents and don't need anything fancy or hard to setup, use.
- Quick and easy search
- Looks good
- Minimum configs required
- angular.js
- elasticsearch.angular.js
In calaca.js change the configs to match your ElasticSearch cluster.
/* Configs */
var indexName = "name";
var docType = "type";
var maxResultsSize = 10;
var host = "localhost";
var port = "9200";
You can easily change the look and feel of Calaca by implementing the below CSS classes.
.title
.searchBox
.no-results
.results
.result
1.0.0
Roman Sanchez
MIT