FOSElasticaBundle overlap? #63

Closed
opened 2026-01-24 11:26:03 +01:00 by admin · 3 comments
Owner

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...

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...
admin closed this issue 2026-01-24 11:26:03 +01:00
Author
Owner

@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?

@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?
Author
Owner

@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?

@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?
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/search#63