List Hibernate Search (#25145)

among the community framework integrations
This commit is contained in:
Sanne Grinovero 2017-06-09 11:01:08 +01:00 committed by Boaz Leskes
parent 85df978d80
commit a2d9b0edcd
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ releases 2.0 and later do not support rivers.
* http://haystacksearch.org/[Haystack]:
Modular search for Django
* http://hibernate.org/search/[Hibernate Search]
Integration with Hibernate ORM, from the Hibernate team. Automatic synchronization of write operations, yet exposes full Elasticsearch capabilities for queries. Can return either Elasticsearch native or re-map queries back into managed entities loaded within transaction from the reference database.
* https://github.com/cleverage/play2-elasticsearch[play2-elasticsearch]:
Elasticsearch module for Play Framework 2.x