mirror of
https://github.com/doctrine/search.git
synced 2026-03-24 00:32:09 +01:00
FOSElasticaBundle overlap? #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dbu on GitHub (Dec 9, 2014).
Hi, this is an interesting project. how does this project relate to https://github.com/FriendsOfSymfony/FOSElasticaBundle/tree/master/Doctrine ? we where just discussing phpcr-odm and FOSElasticaBundle integration in IRC...
@MrHash commented on GitHub (Dec 10, 2014):
Hi at first glance it does seem like there is some overlap between the packages but this is intended to be a standalone implementation of an ODM for ElasticSearch or Solr. It's still fairly prototype stage but it quite functional for most ElasticSearch functionality. I guess the main difference is that this package provides object mapping whereas the other doesn't?
@dbu commented on GitHub (Dec 10, 2014):
oh, ok. then i misunderstood the purpose of this. i thought its about additionally indexing ORM/X-ODM documents/entities in ES/solr. if its a full odm to use ES/solr as a database, its indeed different. but should this repository then not be called lucene-odm or search-odm?
@MrHash commented on GitHub (Dec 10, 2014):
Well it has the ability to index documents either in a hybrid configuration with another database or in a standalone config. In both cases results are mapped to and from your entities. It could be called an ODM but its not the way it was named originally.