-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
19 lines (10 loc) · 814 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This Play Framework module creates an embedded Elastic Search instance inside a Play application.
Key Features:
* Fully embedded Elastic Search node
* Exposed Elastic Search API through Play Routing (easily create a secured Elastic Search instance)
* Using the S3 Gateway, you can run Elastic Search nodes on Heroku and save state to an S3 bucket.
Limitations:
* Elastic Search supports a GET with a body. Play! does not support this. Please use the same commands using POST.
Design Goals:
Care has been taken to provide a very loose coupling between Elastic Search and your Play application. This allows you to use Elastic Search in whatever capacity you require without presuming any particular structure on your model.
A sample application is included that shows how Elastic Search could be used.