Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/sim51/logisima-play-elasticsearch
- Owner: sim51
- Created: 2011-05-28T12:30:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-21T23:17:56.000Z (over 13 years ago)
- Last Synced: 2024-10-14T13:52:19.274Z (2 months ago)
- Language: Java
- Homepage: http://www.bsimard.com
- Size: 12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 ?