Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ornicar/scala-elasticsearch
Elasticsearch client for scala [EDIT] You may want to check that one instead: https://github.com/bsadeh/scalastic
https://github.com/ornicar/scala-elasticsearch
Last synced: 9 days ago
JSON representation
Elasticsearch client for scala [EDIT] You may want to check that one instead: https://github.com/bsadeh/scalastic
- Host: GitHub
- URL: https://github.com/ornicar/scala-elasticsearch
- Owner: ornicar
- License: mit
- Created: 2011-10-19T18:08:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-02T23:03:05.000Z (over 12 years ago)
- Last Synced: 2023-03-10T21:18:15.680Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 88.9 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## [EDIT] You may want to use [scalastic](https://github.com/bsadeh/scalastic) instead
# scala-elasticsearch
_scala-elasticsearch_ is a scala (2.9.1) client for the [ElasticSearch](http://www.elasticsearch.org/)
search engine/database._ElasticSearch_ is a scalable, distributed, cloud-ready, highly-available,
full-text search engine and database communicating by JSON over RESTful HTTP,
based on [Lucene](http://lucene.apache.org/), written in Java.