Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sim51/logisima-play-elasticsearch

Elasticsearch module for play!
https://github.com/sim51/logisima-play-elasticsearch

Last synced: 29 days ago
JSON representation

Elasticsearch module for play!

Awesome Lists containing this project

README

        

This module allow you to plug your application with an elasticsearch server.

TODO :
* MAPPING
- ManyToMany -> index children object with parent_id
- OneToMany & ManyToOne -> use _parent mapping on child if there is only one relation of this type
- OneToOne -> use _parent mapping on the object without "mappedBy"
* Conf
- What can I do for shards and _parent ?