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: 2 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-02T23:03:05.000Z (almost 13 years ago)
- Last Synced: 2025-03-19T02:11:34.722Z (2 months 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.